# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 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.9/lib/python3.9/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.9.18 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_lvm_percent_size.yml ******************************************* 1 plays in /WORKDIR/git-weekly-ciyhs6t1ye/tests/tests_lvm_percent_size.yml PLAY [Test specifying size as a percentage] ************************************ TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/tests_lvm_percent_size.yml:2 Sunday 11 February 2024 06:14:41 +0000 (0:00:00.012) 0:00:00.012 ******* ok: [sut] META: ran handlers TASK [Run the role] ************************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/tests_lvm_percent_size.yml:17 Sunday 11 February 2024 06:14:43 +0000 (0:00:02.124) 0:00:02.136 ******* TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 11 February 2024 06:14:43 +0000 (0:00:00.016) 0:00:02.152 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for sut TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 11 February 2024 06:14:43 +0000 (0:00:00.022) 0:00:02.175 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 11 February 2024 06:14:43 +0000 (0:00:00.019) 0:00:02.194 ******* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "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" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 11 February 2024 06:14:43 +0000 (0:00:00.031) 0:00:02.226 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.storage : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 11 February 2024 06:14:43 +0000 (0:00:00.251) 0:00:02.477 ******* ok: [sut] => { "ansible_facts": { "__storage_is_ostree": false }, "changed": false } TASK [linux-system-roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 11 February 2024 06:14:43 +0000 (0:00:00.019) 0:00:02.497 ******* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 11 February 2024 06:14:43 +0000 (0:00:00.008) 0:00:02.506 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 11 February 2024 06:14:43 +0000 (0:00:00.007) 0:00:02.513 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for sut TASK [linux-system-roles.storage : Make sure blivet is available] ************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 11 February 2024 06:14:43 +0000 (0:00:00.029) 0:00:02.542 ******* changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: libblockdev-lvm-2.28-5.fc38.x86_64", "Installed: lsof-4.96.3-3.fc38.x86_64", "Installed: python3-blivet-1:3.7.1-1.fc38.noarch", "Installed: python3-blockdev-2.28-5.fc38.x86_64", "Installed: libblockdev-btrfs-2.28-5.fc38.x86_64", "Installed: python3-pyparted-1:3.12.0-8.fc38.x86_64", "Installed: blivet-data-1:3.7.1-1.fc38.noarch", "Installed: device-mapper-multipath-0.9.4-2.fc38.x86_64", "Installed: python3-bytesize-2.10-1.fc38.x86_64", "Installed: libblockdev-mpath-2.28-5.fc38.x86_64", "Installed: btrfs-progs-6.7-1.fc38.x86_64", "Installed: device-mapper-multipath-libs-0.9.4-2.fc38.x86_64", "Installed: libblockdev-dm-2.28-5.fc38.x86_64", "Installed: lzo-2.10-8.fc38.x86_64" ] } lsrpackages: libblockdev-crypto libblockdev-dm libblockdev-lvm libblockdev-mdraid libblockdev-swap python3-blivet TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 11 February 2024 06:14:50 +0000 (0:00:06.786) 0:00:09.329 ******* ok: [sut] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 11 February 2024 06:14:50 +0000 (0:00:00.019) 0:00:09.348 ******* ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 11 February 2024 06:14:50 +0000 (0:00:00.018) 0:00:09.367 ******* ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 11 February 2024 06:14:51 +0000 (0:00:00.463) 0:00:09.831 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml for sut TASK [linux-system-roles.storage : Check if the COPR support packages should be installed] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:2 Sunday 11 February 2024 06:14:51 +0000 (0:00:00.034) 0:00:09.866 ******* skipping: [sut] => (item={'repository': 'rhawalsh/dm-vdo', 'packages': ['vdo', 'kmod-vdo']}) => { "ansible_loop_var": "repo", "changed": false, "repo": { "packages": [ "vdo", "kmod-vdo" ], "repository": "rhawalsh/dm-vdo" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:13 Sunday 11 February 2024 06:14:51 +0000 (0:00:00.015) 0:00:09.882 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable COPRs] ******************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:20 Sunday 11 February 2024 06:14:51 +0000 (0:00:00.010) 0:00:09.892 ******* skipping: [sut] => (item={'repository': 'rhawalsh/dm-vdo', 'packages': ['vdo', 'kmod-vdo']}) => { "ansible_loop_var": "repo", "changed": false, "repo": { "packages": [ "vdo", "kmod-vdo" ], "repository": "rhawalsh/dm-vdo" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 11 February 2024 06:14:51 +0000 (0:00:00.015) 0:00:09.908 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: kpartx TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 11 February 2024 06:14:53 +0000 (0:00:02.468) 0:00:12.376 ******* 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" }, "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": "inactive", "status": "disabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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": "disabled" }, "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" }, "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" }, "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": "unknown" }, "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" }, "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" }, "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-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": "unknown" }, "modprobe@dm_mod.service": { "name": "modprobe@dm_mod.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "modprobe@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "modprobe@efi_pstore.service": { "name": "modprobe@efi_pstore.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "modprobe@loop.service": { "name": "modprobe@loop.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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" }, "pam_namespace.service": { "name": "pam_namespace.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" }, "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" }, "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" }, "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": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "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" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-plymouth.service": { "name": "systemd-ask-password-plymouth.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-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-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": "unknown", "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-pcrfs-root.service": { "name": "systemd-pcrfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pcrfs@.service": { "name": "systemd-pcrfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrmachine.service": { "name": "systemd-pcrmachine.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-initrd.service": { "name": "systemd-pcrphase-initrd.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-sysinit.service": { "name": "systemd-pcrphase-sysinit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase.service": { "name": "systemd-pcrphase.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-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-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysext.service": { "name": "systemd-sysext.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-sysupdate-reboot.service": { "name": "systemd-sysupdate-reboot.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysupdate.service": { "name": "systemd-sysupdate.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-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.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-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": "unknown" }, "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": "unknown" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "unknown" } } }, "changed": false } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 11 February 2024 06:14:55 +0000 (0:00:02.244) 0:00:14.621 ******* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 11 February 2024 06:14:55 +0000 (0:00:00.033) 0:00:14.654 ******* TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 11 February 2024 06:14:56 +0000 (0:00:00.011) 0:00:14.666 ******* ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 11 February 2024 06:14:56 +0000 (0:00:00.365) 0:00:15.031 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 11 February 2024 06:14:56 +0000 (0:00:00.012) 0:00:15.043 ******* TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Sunday 11 February 2024 06:14:56 +0000 (0:00:00.011) 0:00:15.055 ******* ok: [sut] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } } TASK [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Sunday 11 February 2024 06:14:56 +0000 (0:00:00.013) 0:00:15.068 ******* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Sunday 11 February 2024 06:14:56 +0000 (0:00:00.015) 0:00:15.084 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Sunday 11 February 2024 06:14:56 +0000 (0:00:00.013) 0:00:15.097 ******* TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Sunday 11 February 2024 06:14:56 +0000 (0:00:00.015) 0:00:15.113 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Sunday 11 February 2024 06:14:56 +0000 (0:00:00.012) 0:00:15.125 ******* TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Sunday 11 February 2024 06:14:56 +0000 (0:00:00.011) 0:00:15.136 ******* TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Sunday 11 February 2024 06:14:56 +0000 (0:00:00.011) 0:00:15.148 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Sunday 11 February 2024 06:14:56 +0000 (0:00:00.011) 0:00:15.160 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1706606894.518, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1706607372.29, "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": 1706606894.518, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "108538731", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Sunday 11 February 2024 06:14:56 +0000 (0:00:00.202) 0:00:15.362 ******* TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Sunday 11 February 2024 06:14:56 +0000 (0:00:00.015) 0:00:15.378 ******* ok: [sut] TASK [Get unused disks] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/tests_lvm_percent_size.yml:21 Sunday 11 February 2024 06:14:57 +0000 (0:00:00.787) 0:00:16.165 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/get_unused_disk.yml for sut TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/get_unused_disk.yml:2 Sunday 11 February 2024 06:14:57 +0000 (0:00:00.018) 0:00:16.184 ******* 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-ciyhs6t1ye/tests/get_unused_disk.yml:16 Sunday 11 February 2024 06:14:59 +0000 (0:00:02.436) 0:00:18.620 ******* ok: [sut] => { "changed": false, "disks": [ "sda" ] } TASK [Set unused_disks if necessary] ******************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/get_unused_disk.yml:24 Sunday 11 February 2024 06:15:00 +0000 (0:00:00.277) 0:00:18.898 ******* 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-ciyhs6t1ye/tests/get_unused_disk.yml:29 Sunday 11 February 2024 06:15:00 +0000 (0:00:00.015) 0:00:18.913 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Print unused disks] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/get_unused_disk.yml:34 Sunday 11 February 2024 06:15:00 +0000 (0:00:00.012) 0:00:18.926 ******* ok: [sut] => { "unused_disks": [ "sda" ] } TASK [Test for correct handling of invalid percentage-based size specification.] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/tests_lvm_percent_size.yml:27 Sunday 11 February 2024 06:15:00 +0000 (0:00:00.012) 0:00:18.939 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-failed.yml for sut TASK [Store global variable value copy] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-failed.yml:4 Sunday 11 February 2024 06:15:00 +0000 (0:00:00.018) 0:00:18.957 ******* 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-ciyhs6t1ye/tests/verify-role-failed.yml:10 Sunday 11 February 2024 06:15:00 +0000 (0:00:00.014) 0:00:18.972 ******* TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 11 February 2024 06:15:00 +0000 (0:00:00.019) 0:00:18.992 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for sut TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 11 February 2024 06:15:00 +0000 (0:00:00.017) 0:00:19.009 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 11 February 2024 06:15:00 +0000 (0:00:00.014) 0:00:19.024 ******* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "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" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 11 February 2024 06:15:00 +0000 (0:00:00.032) 0:00:19.056 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 11 February 2024 06:15:00 +0000 (0:00:00.028) 0:00:19.085 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 11 February 2024 06:15:00 +0000 (0:00:00.012) 0:00:19.098 ******* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 11 February 2024 06:15:00 +0000 (0:00:00.011) 0:00:19.109 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 11 February 2024 06:15:00 +0000 (0:00:00.010) 0:00:19.120 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for sut TASK [linux-system-roles.storage : Make sure blivet is available] ************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 11 February 2024 06:15:00 +0000 (0:00:00.025) 0:00:19.145 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: libblockdev-crypto libblockdev-dm libblockdev-lvm libblockdev-mdraid libblockdev-swap python3-blivet TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 11 February 2024 06:15:02 +0000 (0:00:02.479) 0:00:21.625 ******* ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "volumes": [ { "mount_point": "/opt/test1", "name": "test1", "size": "2x%" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 11 February 2024 06:15:02 +0000 (0:00:00.015) 0:00:21.641 ******* ok: [sut] => { "storage_volumes": [] } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 11 February 2024 06:15:02 +0000 (0:00:00.014) 0:00:21.655 ******* ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [ "lvm2" ], "pools": [], "volumes": [] } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 11 February 2024 06:15:04 +0000 (0:00:01.814) 0:00:23.470 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml for sut TASK [linux-system-roles.storage : Check if the COPR support packages should be installed] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:2 Sunday 11 February 2024 06:15:04 +0000 (0:00:00.023) 0:00:23.493 ******* skipping: [sut] => (item={'repository': 'rhawalsh/dm-vdo', 'packages': ['vdo', 'kmod-vdo']}) => { "ansible_loop_var": "repo", "changed": false, "repo": { "packages": [ "vdo", "kmod-vdo" ], "repository": "rhawalsh/dm-vdo" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:13 Sunday 11 February 2024 06:15:04 +0000 (0:00:00.018) 0:00:23.511 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable COPRs] ******************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:20 Sunday 11 February 2024 06:15:04 +0000 (0:00:00.012) 0:00:23.524 ******* skipping: [sut] => (item={'repository': 'rhawalsh/dm-vdo', 'packages': ['vdo', 'kmod-vdo']}) => { "ansible_loop_var": "repo", "changed": false, "repo": { "packages": [ "vdo", "kmod-vdo" ], "repository": "rhawalsh/dm-vdo" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 11 February 2024 06:15:04 +0000 (0:00:00.018) 0:00:23.542 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: kpartx lvm2 TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 11 February 2024 06:15:07 +0000 (0:00:02.445) 0:00:25.987 ******* 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" }, "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": "inactive", "status": "disabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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": "disabled" }, "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" }, "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" }, "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": "unknown" }, "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" }, "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" }, "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-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": "unknown" }, "modprobe@dm_mod.service": { "name": "modprobe@dm_mod.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "modprobe@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "modprobe@efi_pstore.service": { "name": "modprobe@efi_pstore.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "modprobe@loop.service": { "name": "modprobe@loop.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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" }, "pam_namespace.service": { "name": "pam_namespace.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": "running", "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" }, "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" }, "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" }, "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": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "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" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-plymouth.service": { "name": "systemd-ask-password-plymouth.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-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-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": "unknown", "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-pcrfs-root.service": { "name": "systemd-pcrfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pcrfs@.service": { "name": "systemd-pcrfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrmachine.service": { "name": "systemd-pcrmachine.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-initrd.service": { "name": "systemd-pcrphase-initrd.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-sysinit.service": { "name": "systemd-pcrphase-sysinit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase.service": { "name": "systemd-pcrphase.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-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-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysext.service": { "name": "systemd-sysext.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-sysupdate-reboot.service": { "name": "systemd-sysupdate-reboot.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysupdate.service": { "name": "systemd-sysupdate.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-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.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-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": "unknown" }, "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": "running", "status": "enabled" }, "unbound-anchor.service": { "name": "unbound-anchor.service", "source": "systemd", "state": "stopped", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "unknown" } } }, "changed": false } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 11 February 2024 06:15:09 +0000 (0:00:02.175) 0:00:28.162 ******* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 11 February 2024 06:15:09 +0000 (0:00:00.031) 0:00:28.194 ******* TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 11 February 2024 06:15:09 +0000 (0:00:00.012) 0:00:28.207 ******* fatal: [sut]: FAILED! => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } MSG: invalid percentage '2x%' size specified in pool 'foo' TASK [linux-system-roles.storage : Failed message] ***************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:106 Sunday 11 February 2024 06:15:11 +0000 (0:00:01.602) 0:00:29.809 ******* fatal: [sut]: FAILED! => { "changed": false } MSG: {'msg': "invalid percentage '2x%' size specified in pool 'foo'", 'changed': False, 'actions': [], 'leaves': [], 'mounts': [], 'crypts': [], 'pools': [], 'volumes': [], 'packages': [], 'failed': True, '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, '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': None, 'mount_options': None, 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '2x%', 'state': 'present', 'type': None, 'cached': None, 'cache_devices': [], 'cache_mode': None, 'cache_size': None, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None}]}], 'volumes': [], 'use_partitions': None, 'disklabel_type': None, 'pool_defaults': {'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False}, 'volume_defaults': {'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []}, 'safe_mode': False, 'packages_only': False, 'diskvolume_mkfs_option_map': {}}}, '_ansible_no_log': False} TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 11 February 2024 06:15:11 +0000 (0:00:00.015) 0:00:29.824 ******* TASK [Check that we failed in the role] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-failed.yml:29 Sunday 11 February 2024 06:15:11 +0000 (0:00:00.011) 0:00:29.835 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the blivet output and error message are correct] ****************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-failed.yml:34 Sunday 11 February 2024 06:15:11 +0000 (0:00:00.013) 0:00:29.849 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify correct exception or error message] ******************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-failed.yml:45 Sunday 11 February 2024 06:15:11 +0000 (0:00:00.017) 0:00:29.866 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create two LVM logical volumes under volume group 'foo' using percentage sizes] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/tests_lvm_percent_size.yml:44 Sunday 11 February 2024 06:15:11 +0000 (0:00:00.010) 0:00:29.877 ******* TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 11 February 2024 06:15:11 +0000 (0:00:00.038) 0:00:29.915 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for sut TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 11 February 2024 06:15:11 +0000 (0:00:00.016) 0:00:29.932 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 11 February 2024 06:15:11 +0000 (0:00:00.013) 0:00:29.945 ******* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "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" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 11 February 2024 06:15:11 +0000 (0:00:00.030) 0:00:29.975 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 11 February 2024 06:15:11 +0000 (0:00:00.011) 0:00:29.986 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 11 February 2024 06:15:11 +0000 (0:00:00.010) 0:00:29.997 ******* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 11 February 2024 06:15:11 +0000 (0:00:00.010) 0:00:30.008 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 11 February 2024 06:15:11 +0000 (0:00:00.011) 0:00:30.019 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for sut TASK [linux-system-roles.storage : Make sure blivet is available] ************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 11 February 2024 06:15:11 +0000 (0:00:00.024) 0:00:30.044 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: libblockdev-crypto libblockdev-dm libblockdev-lvm libblockdev-mdraid libblockdev-swap python3-blivet TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 11 February 2024 06:15:13 +0000 (0:00:02.455) 0:00:32.499 ******* ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "volumes": [ { "mount_point": "/opt/test1", "name": "test1", "size": "60%" }, { "fs_type": "ext4", "mount_point": "/opt/test2", "name": "test2", "size": "40%" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 11 February 2024 06:15:13 +0000 (0:00:00.016) 0:00:32.515 ******* ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 11 February 2024 06:15:13 +0000 (0:00:00.012) 0:00:32.528 ******* ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [ "e2fsprogs", "lvm2" ], "pools": [], "volumes": [] } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 11 February 2024 06:15:15 +0000 (0:00:01.539) 0:00:34.067 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml for sut TASK [linux-system-roles.storage : Check if the COPR support packages should be installed] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:2 Sunday 11 February 2024 06:15:15 +0000 (0:00:00.030) 0:00:34.098 ******* skipping: [sut] => (item={'repository': 'rhawalsh/dm-vdo', 'packages': ['vdo', 'kmod-vdo']}) => { "ansible_loop_var": "repo", "changed": false, "repo": { "packages": [ "vdo", "kmod-vdo" ], "repository": "rhawalsh/dm-vdo" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:13 Sunday 11 February 2024 06:15:15 +0000 (0:00:00.024) 0:00:34.123 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable COPRs] ******************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:20 Sunday 11 February 2024 06:15:15 +0000 (0:00:00.017) 0:00:34.141 ******* skipping: [sut] => (item={'repository': 'rhawalsh/dm-vdo', 'packages': ['vdo', 'kmod-vdo']}) => { "ansible_loop_var": "repo", "changed": false, "repo": { "packages": [ "vdo", "kmod-vdo" ], "repository": "rhawalsh/dm-vdo" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 11 February 2024 06:15:15 +0000 (0:00:00.025) 0:00:34.166 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: e2fsprogs kpartx lvm2 TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 11 February 2024 06:15:17 +0000 (0:00:02.439) 0:00:36.605 ******* 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" }, "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": "inactive", "status": "disabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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": "disabled" }, "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" }, "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" }, "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": "unknown" }, "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" }, "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" }, "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-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": "unknown" }, "modprobe@dm_mod.service": { "name": "modprobe@dm_mod.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "modprobe@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "modprobe@efi_pstore.service": { "name": "modprobe@efi_pstore.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "modprobe@loop.service": { "name": "modprobe@loop.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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" }, "pam_namespace.service": { "name": "pam_namespace.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": "running", "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" }, "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" }, "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" }, "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": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "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" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-plymouth.service": { "name": "systemd-ask-password-plymouth.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-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-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": "unknown", "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-pcrfs-root.service": { "name": "systemd-pcrfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pcrfs@.service": { "name": "systemd-pcrfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrmachine.service": { "name": "systemd-pcrmachine.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-initrd.service": { "name": "systemd-pcrphase-initrd.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-sysinit.service": { "name": "systemd-pcrphase-sysinit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase.service": { "name": "systemd-pcrphase.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-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-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysext.service": { "name": "systemd-sysext.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-sysupdate-reboot.service": { "name": "systemd-sysupdate-reboot.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysupdate.service": { "name": "systemd-sysupdate.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-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.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-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": "unknown" }, "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": "running", "status": "enabled" }, "unbound-anchor.service": { "name": "unbound-anchor.service", "source": "systemd", "state": "stopped", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "unknown" } } }, "changed": false } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 11 February 2024 06:15:20 +0000 (0:00:02.173) 0:00:38.778 ******* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 11 February 2024 06:15:20 +0000 (0:00:00.019) 0:00:38.798 ******* TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 11 February 2024 06:15:20 +0000 (0:00:00.011) 0:00:38.809 ******* 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-test2", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test2", "fs_type": "ext4" }, { "action": "create device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test1", "fs_type": "xfs" } ], "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", "/dev/mapper/foo-test2" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/foo-test2", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/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": "60%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test2", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_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/test2", "mount_user": null, "name": "test2", "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": "40%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 11 February 2024 06:15:23 +0000 (0:00:03.193) 0:00:42.002 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 11 February 2024 06:15:23 +0000 (0:00:00.012) 0:00:42.015 ******* TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Sunday 11 February 2024 06:15:23 +0000 (0:00:00.011) 0:00:42.027 ******* 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-test2", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test2", "fs_type": "ext4" }, { "action": "create device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test1", "fs_type": "xfs" } ], "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", "/dev/mapper/foo-test2" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/foo-test2", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/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": "60%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test2", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_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/test2", "mount_user": null, "name": "test2", "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": "40%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Sunday 11 February 2024 06:15:23 +0000 (0:00:00.017) 0:00:42.045 ******* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/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": "60%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test2", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_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/test2", "mount_user": null, "name": "test2", "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": "40%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Sunday 11 February 2024 06:15:23 +0000 (0:00:00.016) 0:00:42.062 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Sunday 11 February 2024 06:15:23 +0000 (0:00:00.014) 0:00:42.076 ******* TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Sunday 11 February 2024 06:15:23 +0000 (0:00:00.013) 0:00:42.089 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Sunday 11 February 2024 06:15:24 +0000 (0:00:01.110) 0:00:43.199 ******* changed: [sut] => (item={'src': '/dev/mapper/foo-test1', 'path': '/opt/test1', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } changed: [sut] => (item={'src': '/dev/mapper/foo-test2', 'path': '/opt/test2', 'fstype': 'ext4', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "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/test2", "src": "/dev/mapper/foo-test2", "state": "mounted" }, "name": "/opt/test2", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test2" } TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Sunday 11 February 2024 06:15:25 +0000 (0:00:01.051) 0:00:44.251 ******* skipping: [sut] => (item={'src': '/dev/mapper/foo-test1', 'path': '/opt/test1', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'src': '/dev/mapper/foo-test2', 'path': '/opt/test2', 'fstype': 'ext4', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "mount_info": { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/foo-test2", "state": "mounted" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Sunday 11 February 2024 06:15:25 +0000 (0:00:00.020) 0:00:44.272 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Sunday 11 February 2024 06:15:26 +0000 (0:00:00.980) 0:00:45.252 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707632096.6742275, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1706607372.29, "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": 1706606894.518, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "108538731", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Sunday 11 February 2024 06:15:26 +0000 (0:00:00.206) 0:00:45.459 ******* TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Sunday 11 February 2024 06:15:26 +0000 (0:00:00.011) 0:00:45.470 ******* ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/tests_lvm_percent_size.yml:62 Sunday 11 February 2024 06:15:27 +0000 (0:00:00.782) 0:00:46.253 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml:2 Sunday 11 February 2024 06:15:27 +0000 (0:00:00.022) 0:00:46.275 ******* ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/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": "60%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test2", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_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/test2", "mount_user": null, "name": "test2", "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": "40%", "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-ciyhs6t1ye/tests/verify-role-results.yml:7 Sunday 11 February 2024 06:15:27 +0000 (0:00:00.017) 0:00:46.293 ******* skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml:15 Sunday 11 February 2024 06:15:27 +0000 (0:00:00.015) 0:00:46.308 ******* ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test1", "size": "6G", "type": "lvm", "uuid": "573fe95e-ba86-4979-8942-9c048da1e6a3" }, "/dev/mapper/foo-test2": { "fstype": "ext4", "label": "", "name": "/dev/mapper/foo-test2", "size": "4G", "type": "lvm", "uuid": "3e2a4d8a-79d4-425e-94d3-823d6833f973" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "ZzW84Q-lWcC-W0wv-SKEs-dNjj-jclx-oSBXzi" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "ext4", "label": "", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "d435ad71-5de9-4faf-85d8-ce4874fd8ac2" }, "/dev/zram0": { "fstype": "", "label": "", "name": "/dev/zram0", "size": "3.6G", "type": "disk", "uuid": "" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml:20 Sunday 11 February 2024 06:15:27 +0000 (0:00:00.274) 0:00:46.583 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003446", "end": "2024-02-11 06:15:28.179417", "rc": 0, "start": "2024-02-11 06:15:28.175971" } STDOUT: # # /etc/fstab # Created by anaconda on Tue Jan 30 09:28:14 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=d435ad71-5de9-4faf-85d8-ce4874fd8ac2 / 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 /dev/mapper/foo-test1 /opt/test1 xfs defaults 0 0 /dev/mapper/foo-test2 /opt/test2 ext4 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml:25 Sunday 11 February 2024 06:15:28 +0000 (0:00:00.278) 0:00:46.862 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003341", "end": "2024-02-11 06:15:28.381546", "failed_when_result": false, "rc": 0, "start": "2024-02-11 06:15:28.378205" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml:34 Sunday 11 February 2024 06:15:28 +0000 (0:00:00.201) 0:00:47.064 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool.yml:5 Sunday 11 February 2024 06:15:28 +0000 (0:00:00.028) 0:00:47.092 ******* ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool.yml:18 Sunday 11 February 2024 06:15:28 +0000 (0:00:00.012) 0:00:47.104 ******* ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.035343", "end": "2024-02-11 06:15:28.658120", "rc": 0, "start": "2024-02-11 06:15:28.622777" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool.yml:24 Sunday 11 February 2024 06:15:28 +0000 (0:00:00.237) 0:00:47.342 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool.yml:34 Sunday 11 February 2024 06:15:28 +0000 (0:00:00.041) 0:00:47.384 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:2 Sunday 11 February 2024 06:15:28 +0000 (0:00:00.038) 0:00:47.423 ******* 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-ciyhs6t1ye/tests/test-verify-pool-members.yml:13 Sunday 11 February 2024 06:15:28 +0000 (0:00:00.018) 0:00:47.441 ******* 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-ciyhs6t1ye/tests/test-verify-pool-members.yml:22 Sunday 11 February 2024 06:15:29 +0000 (0:00:00.252) 0:00:47.694 ******* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:27 Sunday 11 February 2024 06:15:29 +0000 (0:00:00.015) 0:00:47.710 ******* ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:33 Sunday 11 February 2024 06:15:29 +0000 (0:00:00.017) 0:00:47.728 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:42 Sunday 11 February 2024 06:15:29 +0000 (0:00:00.017) 0:00:47.745 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:48 Sunday 11 February 2024 06:15:29 +0000 (0:00:00.015) 0:00:47.761 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:54 Sunday 11 February 2024 06:15:29 +0000 (0:00:00.015) 0:00:47.776 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:59 Sunday 11 February 2024 06:15:29 +0000 (0:00:00.013) 0:00:47.789 ******* ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:73 Sunday 11 February 2024 06:15:29 +0000 (0:00:00.020) 0:00:47.810 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:8 Sunday 11 February 2024 06:15:29 +0000 (0:00:00.026) 0:00:47.836 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:14 Sunday 11 February 2024 06:15:29 +0000 (0:00:00.019) 0:00:47.856 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:21 Sunday 11 February 2024 06:15:29 +0000 (0:00:00.015) 0:00:47.871 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:28 Sunday 11 February 2024 06:15:29 +0000 (0:00:00.013) 0:00:47.884 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:35 Sunday 11 February 2024 06:15:29 +0000 (0:00:00.013) 0:00:47.898 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:45 Sunday 11 February 2024 06:15:29 +0000 (0:00:00.012) 0:00:47.910 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:54 Sunday 11 February 2024 06:15:29 +0000 (0:00:00.012) 0:00:47.923 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:64 Sunday 11 February 2024 06:15:29 +0000 (0:00:00.011) 0:00:47.934 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:74 Sunday 11 February 2024 06:15:29 +0000 (0:00:00.011) 0:00:47.945 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:85 Sunday 11 February 2024 06:15:29 +0000 (0:00:00.011) 0:00:47.956 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:95 Sunday 11 February 2024 06:15:29 +0000 (0:00:00.012) 0:00:47.969 ******* 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-ciyhs6t1ye/tests/test-verify-pool-members.yml:76 Sunday 11 February 2024 06:15:29 +0000 (0:00:00.011) 0:00:47.980 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-lvmraid.yml:2 Sunday 11 February 2024 06:15:29 +0000 (0:00:00.023) 0:00:48.004 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:8 Sunday 11 February 2024 06:15:29 +0000 (0:00:00.031) 0:00:48.035 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:16 Sunday 11 February 2024 06:15:29 +0000 (0:00:00.012) 0:00:48.048 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:21 Sunday 11 February 2024 06:15:29 +0000 (0:00:00.012) 0:00:48.061 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:29 Sunday 11 February 2024 06:15:29 +0000 (0:00:00.012) 0:00:48.074 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:34 Sunday 11 February 2024 06:15:29 +0000 (0:00:00.013) 0:00:48.087 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:40 Sunday 11 February 2024 06:15:29 +0000 (0:00:00.012) 0:00:48.100 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:46 Sunday 11 February 2024 06:15:29 +0000 (0:00:00.012) 0:00:48.113 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:8 Sunday 11 February 2024 06:15:29 +0000 (0:00:00.012) 0:00:48.125 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:16 Sunday 11 February 2024 06:15:29 +0000 (0:00:00.012) 0:00:48.138 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:21 Sunday 11 February 2024 06:15:29 +0000 (0:00:00.011) 0:00:48.149 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:29 Sunday 11 February 2024 06:15:29 +0000 (0:00:00.013) 0:00:48.162 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:34 Sunday 11 February 2024 06:15:29 +0000 (0:00:00.012) 0:00:48.175 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:40 Sunday 11 February 2024 06:15:29 +0000 (0:00:00.012) 0:00:48.187 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:46 Sunday 11 February 2024 06:15:29 +0000 (0:00:00.011) 0:00:48.199 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:79 Sunday 11 February 2024 06:15:29 +0000 (0:00:00.011) 0:00:48.210 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-thin.yml:2 Sunday 11 February 2024 06:15:29 +0000 (0:00:00.042) 0:00:48.253 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml:8 Sunday 11 February 2024 06:15:29 +0000 (0:00:00.030) 0:00:48.283 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml:16 Sunday 11 February 2024 06:15:29 +0000 (0:00:00.011) 0:00:48.295 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml:23 Sunday 11 February 2024 06:15:29 +0000 (0:00:00.012) 0:00:48.307 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml:27 Sunday 11 February 2024 06:15:29 +0000 (0:00:00.011) 0:00:48.319 ******* ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml:8 Sunday 11 February 2024 06:15:29 +0000 (0:00:00.011) 0:00:48.330 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml:16 Sunday 11 February 2024 06:15:29 +0000 (0:00:00.014) 0:00:48.345 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml:23 Sunday 11 February 2024 06:15:29 +0000 (0:00:00.013) 0:00:48.358 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml:27 Sunday 11 February 2024 06:15:29 +0000 (0:00:00.012) 0:00:48.371 ******* ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:82 Sunday 11 February 2024 06:15:29 +0000 (0:00:00.013) 0:00:48.384 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-encryption.yml:5 Sunday 11 February 2024 06:15:29 +0000 (0:00:00.027) 0:00:48.411 ******* 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-ciyhs6t1ye/tests/verify-pool-members-encryption.yml:13 Sunday 11 February 2024 06:15:29 +0000 (0:00:00.016) 0:00:48.428 ******* skipping: [sut] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-encryption.yml:20 Sunday 11 February 2024 06:15:29 +0000 (0:00:00.020) 0:00:48.449 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-crypttab.yml for sut TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-crypttab.yml:2 Sunday 11 February 2024 06:15:29 +0000 (0:00:00.029) 0:00:48.478 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-crypttab.yml:9 Sunday 11 February 2024 06:15:29 +0000 (0:00:00.015) 0:00:48.493 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-crypttab.yml:18 Sunday 11 February 2024 06:15:29 +0000 (0:00:00.015) 0:00:48.509 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-crypttab.yml:27 Sunday 11 February 2024 06:15:29 +0000 (0:00:00.015) 0:00:48.525 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-crypttab.yml:37 Sunday 11 February 2024 06:15:29 +0000 (0:00:00.011) 0:00:48.536 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-crypttab.yml:47 Sunday 11 February 2024 06:15:29 +0000 (0:00:00.013) 0:00:48.550 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-encryption.yml:27 Sunday 11 February 2024 06:15:29 +0000 (0:00:00.011) 0:00:48.561 ******* 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-ciyhs6t1ye/tests/test-verify-pool-members.yml:85 Sunday 11 February 2024 06:15:29 +0000 (0:00:00.011) 0:00:48.573 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-vdo.yml:2 Sunday 11 February 2024 06:15:29 +0000 (0:00:00.027) 0:00:48.600 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:9 Sunday 11 February 2024 06:15:29 +0000 (0:00:00.040) 0:00:48.641 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:16 Sunday 11 February 2024 06:15:30 +0000 (0:00:00.022) 0:00:48.663 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:22 Sunday 11 February 2024 06:15:30 +0000 (0:00:00.012) 0:00:48.675 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:28 Sunday 11 February 2024 06:15:30 +0000 (0:00:00.018) 0:00:48.694 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:35 Sunday 11 February 2024 06:15:30 +0000 (0:00:00.017) 0:00:48.711 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:41 Sunday 11 February 2024 06:15:30 +0000 (0:00:00.012) 0:00:48.724 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:47 Sunday 11 February 2024 06:15:30 +0000 (0:00:00.012) 0:00:48.736 ******* ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:9 Sunday 11 February 2024 06:15:30 +0000 (0:00:00.012) 0:00:48.749 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:16 Sunday 11 February 2024 06:15:30 +0000 (0:00:00.012) 0:00:48.761 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:22 Sunday 11 February 2024 06:15:30 +0000 (0:00:00.013) 0:00:48.775 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:28 Sunday 11 February 2024 06:15:30 +0000 (0:00:00.012) 0:00:48.788 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:35 Sunday 11 February 2024 06:15:30 +0000 (0:00:00.012) 0:00:48.800 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:41 Sunday 11 February 2024 06:15:30 +0000 (0:00:00.012) 0:00:48.813 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:47 Sunday 11 February 2024 06:15:30 +0000 (0:00:00.012) 0:00:48.825 ******* ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:88 Sunday 11 February 2024 06:15:30 +0000 (0:00:00.015) 0:00:48.841 ******* 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-ciyhs6t1ye/tests/test-verify-pool-volumes.yml:3 Sunday 11 February 2024 06:15:30 +0000 (0:00:00.012) 0:00:48.853 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume.yml:2 Sunday 11 February 2024 06:15:30 +0000 (0:00:00.028) 0:00:48.882 ******* 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-ciyhs6t1ye/tests/test-verify-volume.yml:21 Sunday 11 February 2024 06:15:30 +0000 (0:00:00.016) 0:00:48.898 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:7 Sunday 11 February 2024 06:15:30 +0000 (0:00:00.063) 0:00:48.961 ******* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:16 Sunday 11 February 2024 06:15:30 +0000 (0:00:00.020) 0:00:48.982 ******* ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 1536347, "block_size": 4096, "block_total": 1555456, "block_used": 19109, "device": "/dev/mapper/foo-test1", "fstype": "xfs", "inode_available": 3143677, "inode_total": 3143680, "inode_used": 3, "mount": "/opt/test1", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_available": 6292877312, "size_total": 6371147776, "uuid": "573fe95e-ba86-4979-8942-9c048da1e6a3" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 1536347, "block_size": 4096, "block_total": 1555456, "block_used": 19109, "device": "/dev/mapper/foo-test1", "fstype": "xfs", "inode_available": 3143677, "inode_total": 3143680, "inode_used": 3, "mount": "/opt/test1", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_available": 6292877312, "size_total": 6371147776, "uuid": "573fe95e-ba86-4979-8942-9c048da1e6a3" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:38 Sunday 11 February 2024 06:15:30 +0000 (0:00:00.062) 0:00:49.044 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:51 Sunday 11 February 2024 06:15:30 +0000 (0:00:00.017) 0:00:49.062 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:63 Sunday 11 February 2024 06:15:30 +0000 (0:00:00.015) 0:00:49.078 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:71 Sunday 11 February 2024 06:15:30 +0000 (0:00:00.014) 0:00:49.093 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:83 Sunday 11 February 2024 06:15:30 +0000 (0:00:00.012) 0:00:49.106 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:95 Sunday 11 February 2024 06:15:30 +0000 (0:00:00.013) 0:00:49.119 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:110 Sunday 11 February 2024 06:15:30 +0000 (0:00:00.012) 0:00:49.132 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:122 Sunday 11 February 2024 06:15:30 +0000 (0:00:00.016) 0:00:49.149 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:128 Sunday 11 February 2024 06:15:30 +0000 (0:00:00.013) 0:00:49.162 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:134 Sunday 11 February 2024 06:15:30 +0000 (0:00:00.013) 0:00:49.175 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:146 Sunday 11 February 2024 06:15:30 +0000 (0:00:00.012) 0:00:49.187 ******* ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_device_matches": null, "storage_test_mount_expected_match_count": null, "storage_test_mount_point_matches": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:2 Sunday 11 February 2024 06:15:30 +0000 (0:00:00.012) 0:00:49.200 ******* ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/foo-test1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 xfs defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:40 Sunday 11 February 2024 06:15:30 +0000 (0:00:00.026) 0:00:49.227 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:48 Sunday 11 February 2024 06:15:30 +0000 (0:00:00.014) 0:00:49.242 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:58 Sunday 11 February 2024 06:15:30 +0000 (0:00:00.015) 0:00:49.257 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:71 Sunday 11 February 2024 06:15:30 +0000 (0:00:00.014) 0:00:49.271 ******* 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-ciyhs6t1ye/tests/test-verify-volume-fs.yml:3 Sunday 11 February 2024 06:15:30 +0000 (0:00:00.011) 0:00:49.283 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fs.yml:12 Sunday 11 February 2024 06:15:30 +0000 (0:00:00.019) 0:00:49.302 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:3 Sunday 11 February 2024 06:15:30 +0000 (0:00:00.018) 0:00:49.321 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707632125.5492532, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1707632123.2213323, "dev": 5, "device_type": 64769, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 824, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1707632123.2213323, "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-ciyhs6t1ye/tests/test-verify-volume-device.yml:9 Sunday 11 February 2024 06:15:30 +0000 (0:00:00.207) 0:00:49.529 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:16 Sunday 11 February 2024 06:15:30 +0000 (0:00:00.017) 0:00:49.547 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:24 Sunday 11 February 2024 06:15:30 +0000 (0:00:00.016) 0:00:49.563 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:30 Sunday 11 February 2024 06:15:30 +0000 (0:00:00.014) 0:00:49.577 ******* ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:34 Sunday 11 February 2024 06:15:30 +0000 (0:00:00.013) 0:00:49.591 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:39 Sunday 11 February 2024 06:15:30 +0000 (0:00:00.011) 0:00:49.603 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:3 Sunday 11 February 2024 06:15:30 +0000 (0:00:00.013) 0:00:49.616 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:10 Sunday 11 February 2024 06:15:30 +0000 (0:00:00.014) 0:00:49.631 ******* changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: cryptsetup-2.6.1-1.fc38.x86_64" ] } lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:17 Sunday 11 February 2024 06:15:34 +0000 (0:00:03.305) 0:00:52.936 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:23 Sunday 11 February 2024 06:15:34 +0000 (0:00:00.019) 0:00:52.956 ******* skipping: [sut] => { "changed": false, "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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:32 Sunday 11 February 2024 06:15:34 +0000 (0:00:00.013) 0:00:52.969 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:45 Sunday 11 February 2024 06:15:34 +0000 (0:00:00.018) 0:00:52.988 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:51 Sunday 11 February 2024 06:15:34 +0000 (0:00:00.020) 0:00:53.009 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:56 Sunday 11 February 2024 06:15:34 +0000 (0:00:00.029) 0:00:53.039 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:69 Sunday 11 February 2024 06:15:34 +0000 (0:00:00.012) 0:00:53.052 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:81 Sunday 11 February 2024 06:15:34 +0000 (0:00:00.014) 0:00:53.066 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:94 Sunday 11 February 2024 06:15:34 +0000 (0:00:00.012) 0:00:53.079 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:106 Sunday 11 February 2024 06:15:34 +0000 (0:00:00.015) 0:00:53.095 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:114 Sunday 11 February 2024 06:15:34 +0000 (0:00:00.014) 0:00:53.110 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:122 Sunday 11 February 2024 06:15:34 +0000 (0:00:00.013) 0:00:53.124 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:131 Sunday 11 February 2024 06:15:34 +0000 (0:00:00.012) 0:00:53.136 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:140 Sunday 11 February 2024 06:15:34 +0000 (0:00:00.013) 0:00:53.149 ******* 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-ciyhs6t1ye/tests/test-verify-volume-md.yml:8 Sunday 11 February 2024 06:15:34 +0000 (0:00:00.012) 0:00:53.161 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:14 Sunday 11 February 2024 06:15:34 +0000 (0:00:00.012) 0:00:53.174 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:21 Sunday 11 February 2024 06:15:34 +0000 (0:00:00.011) 0:00:53.186 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:28 Sunday 11 February 2024 06:15:34 +0000 (0:00:00.012) 0:00:53.199 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:35 Sunday 11 February 2024 06:15:34 +0000 (0:00:00.012) 0:00:53.212 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:45 Sunday 11 February 2024 06:15:34 +0000 (0:00:00.011) 0:00:53.223 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:54 Sunday 11 February 2024 06:15:34 +0000 (0:00:00.011) 0:00:53.235 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:63 Sunday 11 February 2024 06:15:34 +0000 (0:00:00.012) 0:00:53.248 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:72 Sunday 11 February 2024 06:15:34 +0000 (0:00:00.012) 0:00:53.261 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:81 Sunday 11 February 2024 06:15:34 +0000 (0:00:00.014) 0:00:53.275 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:3 Sunday 11 February 2024 06:15:34 +0000 (0:00:00.030) 0:00:53.306 ******* ok: [sut] => { "bytes": 6442450944, "changed": false, "lvm": "6g", "parted": "6GiB", "size": "6 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:11 Sunday 11 February 2024 06:15:34 +0000 (0:00:00.253) 0:00:53.560 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:20 Sunday 11 February 2024 06:15:34 +0000 (0:00:00.017) 0:00:53.577 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:28 Sunday 11 February 2024 06:15:34 +0000 (0:00:00.017) 0:00:53.595 ******* ok: [sut] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:32 Sunday 11 February 2024 06:15:34 +0000 (0:00:00.014) 0:00:53.609 ******* ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:46 Sunday 11 February 2024 06:15:35 +0000 (0:00:00.203) 0:00:53.813 ******* ok: [sut] => { "storage_test_pool": { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/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": "60%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test2", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_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/test2", "mount_user": null, "name": "test2", "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": "40%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:50 Sunday 11 February 2024 06:15:35 +0000 (0:00:00.021) 0:00:53.834 ******* ok: [sut] => { "storage_test_blkinfo": { "changed": false, "failed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test1", "size": "6G", "type": "lvm", "uuid": "573fe95e-ba86-4979-8942-9c048da1e6a3" }, "/dev/mapper/foo-test2": { "fstype": "ext4", "label": "", "name": "/dev/mapper/foo-test2", "size": "4G", "type": "lvm", "uuid": "3e2a4d8a-79d4-425e-94d3-823d6833f973" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "ZzW84Q-lWcC-W0wv-SKEs-dNjj-jclx-oSBXzi" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "ext4", "label": "", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "d435ad71-5de9-4faf-85d8-ce4874fd8ac2" }, "/dev/zram0": { "fstype": "", "label": "", "name": "/dev/zram0", "size": "3.6G", "type": "disk", "uuid": "" } } } } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:54 Sunday 11 February 2024 06:15:35 +0000 (0:00:00.019) 0:00:53.853 ******* ok: [sut] => { "storage_test_pool_size": { "bytes": 10726680821, "changed": false, "failed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:58 Sunday 11 February 2024 06:15:35 +0000 (0:00:00.018) 0:00:53.871 ******* ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "6436008492.599999" }, "changed": false } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:68 Sunday 11 February 2024 06:15:35 +0000 (0:00:00.024) 0:00:53.896 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:72 Sunday 11 February 2024 06:15:35 +0000 (0:00:00.013) 0:00:53.910 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:77 Sunday 11 February 2024 06:15:35 +0000 (0:00:00.013) 0:00:53.923 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:83 Sunday 11 February 2024 06:15:35 +0000 (0:00:00.013) 0:00:53.936 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:88 Sunday 11 February 2024 06:15:35 +0000 (0:00:00.013) 0:00:53.950 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:96 Sunday 11 February 2024 06:15:35 +0000 (0:00:00.013) 0:00:53.963 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:104 Sunday 11 February 2024 06:15:35 +0000 (0:00:00.015) 0:00:53.979 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:109 Sunday 11 February 2024 06:15:35 +0000 (0:00:00.016) 0:00:53.995 ******* skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:113 Sunday 11 February 2024 06:15:35 +0000 (0:00:00.013) 0:00:54.009 ******* skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:117 Sunday 11 February 2024 06:15:35 +0000 (0:00:00.015) 0:00:54.024 ******* skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:121 Sunday 11 February 2024 06:15:35 +0000 (0:00:00.013) 0:00:54.038 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:129 Sunday 11 February 2024 06:15:35 +0000 (0:00:00.014) 0:00:54.053 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:138 Sunday 11 February 2024 06:15:35 +0000 (0:00:00.015) 0:00:54.068 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:142 Sunday 11 February 2024 06:15:35 +0000 (0:00:00.019) 0:00:54.087 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:150 Sunday 11 February 2024 06:15:35 +0000 (0:00:00.014) 0:00:54.102 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:156 Sunday 11 February 2024 06:15:35 +0000 (0:00:00.013) 0:00:54.115 ******* ok: [sut] => { "storage_test_actual_size": { "bytes": 6442450944, "changed": false, "failed": false, "lvm": "6g", "parted": "6GiB", "size": "6 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:160 Sunday 11 February 2024 06:15:35 +0000 (0:00:00.013) 0:00:54.129 ******* ok: [sut] => { "storage_test_expected_size": "6436008492.599999" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:164 Sunday 11 February 2024 06:15:35 +0000 (0:00:00.017) 0:00:54.146 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:5 Sunday 11 February 2024 06:15:35 +0000 (0:00:00.018) 0:00:54.164 ******* 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.035005", "end": "2024-02-11 06:15:35.718718", "rc": 0, "start": "2024-02-11 06:15:35.683713" } 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-ciyhs6t1ye/tests/test-verify-volume-cache.yml:13 Sunday 11 February 2024 06:15:35 +0000 (0:00:00.238) 0:00:54.403 ******* ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:18 Sunday 11 February 2024 06:15:35 +0000 (0:00:00.016) 0:00:54.420 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:27 Sunday 11 February 2024 06:15:35 +0000 (0:00:00.026) 0:00:54.446 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:35 Sunday 11 February 2024 06:15:35 +0000 (0:00:00.014) 0:00:54.460 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:41 Sunday 11 February 2024 06:15:35 +0000 (0:00:00.014) 0:00:54.475 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:47 Sunday 11 February 2024 06:15:35 +0000 (0:00:00.023) 0:00:54.498 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume.yml:27 Sunday 11 February 2024 06:15:35 +0000 (0:00:00.015) 0:00:54.513 ******* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume.yml:2 Sunday 11 February 2024 06:15:35 +0000 (0:00:00.018) 0:00:54.532 ******* 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-ciyhs6t1ye/tests/test-verify-volume.yml:21 Sunday 11 February 2024 06:15:35 +0000 (0:00:00.020) 0:00:54.553 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:7 Sunday 11 February 2024 06:15:35 +0000 (0:00:00.072) 0:00:54.626 ******* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test2" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:16 Sunday 11 February 2024 06:15:35 +0000 (0:00:00.016) 0:00:54.642 ******* ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 954137, "block_size": 4096, "block_total": 1010616, "block_used": 56479, "device": "/dev/mapper/foo-test2", "fstype": "ext4", "inode_available": 262133, "inode_total": 262144, "inode_used": 11, "mount": "/opt/test2", "options": "rw,seclabel,relatime,stripe=2048", "size_available": 3908145152, "size_total": 4139483136, "uuid": "3e2a4d8a-79d4-425e-94d3-823d6833f973" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 954137, "block_size": 4096, "block_total": 1010616, "block_used": 56479, "device": "/dev/mapper/foo-test2", "fstype": "ext4", "inode_available": 262133, "inode_total": 262144, "inode_used": 11, "mount": "/opt/test2", "options": "rw,seclabel,relatime,stripe=2048", "size_available": 3908145152, "size_total": 4139483136, "uuid": "3e2a4d8a-79d4-425e-94d3-823d6833f973" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:38 Sunday 11 February 2024 06:15:36 +0000 (0:00:00.035) 0:00:54.677 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:51 Sunday 11 February 2024 06:15:36 +0000 (0:00:00.015) 0:00:54.693 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:63 Sunday 11 February 2024 06:15:36 +0000 (0:00:00.024) 0:00:54.717 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:71 Sunday 11 February 2024 06:15:36 +0000 (0:00:00.022) 0:00:54.739 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:83 Sunday 11 February 2024 06:15:36 +0000 (0:00:00.012) 0:00:54.752 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:95 Sunday 11 February 2024 06:15:36 +0000 (0:00:00.013) 0:00:54.765 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:110 Sunday 11 February 2024 06:15:36 +0000 (0:00:00.040) 0:00:54.806 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:122 Sunday 11 February 2024 06:15:36 +0000 (0:00:00.025) 0:00:54.831 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:128 Sunday 11 February 2024 06:15:36 +0000 (0:00:00.019) 0:00:54.851 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:134 Sunday 11 February 2024 06:15:36 +0000 (0:00:00.022) 0:00:54.873 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:146 Sunday 11 February 2024 06:15:36 +0000 (0:00:00.013) 0:00:54.886 ******* ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_device_matches": null, "storage_test_mount_expected_match_count": null, "storage_test_mount_point_matches": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:2 Sunday 11 February 2024 06:15:36 +0000 (0:00:00.014) 0:00:54.901 ******* ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/foo-test2 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test2 ext4 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test2 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:40 Sunday 11 February 2024 06:15:36 +0000 (0:00:00.026) 0:00:54.928 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:48 Sunday 11 February 2024 06:15:36 +0000 (0:00:00.016) 0:00:54.945 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:58 Sunday 11 February 2024 06:15:36 +0000 (0:00:00.026) 0:00:54.972 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:71 Sunday 11 February 2024 06:15:36 +0000 (0:00:00.012) 0:00:54.985 ******* 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-ciyhs6t1ye/tests/test-verify-volume-fs.yml:3 Sunday 11 February 2024 06:15:36 +0000 (0:00:00.014) 0:00:54.999 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fs.yml:12 Sunday 11 February 2024 06:15:36 +0000 (0:00:00.017) 0:00:55.017 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:3 Sunday 11 February 2024 06:15:36 +0000 (0:00:00.019) 0:00:55.036 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707632125.5832522, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1707632122.823346, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 783, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1707632122.823346, "nlink": 1, "path": "/dev/mapper/foo-test2", "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-ciyhs6t1ye/tests/test-verify-volume-device.yml:9 Sunday 11 February 2024 06:15:36 +0000 (0:00:00.209) 0:00:55.246 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:16 Sunday 11 February 2024 06:15:36 +0000 (0:00:00.020) 0:00:55.267 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:24 Sunday 11 February 2024 06:15:36 +0000 (0:00:00.013) 0:00:55.280 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:30 Sunday 11 February 2024 06:15:36 +0000 (0:00:00.016) 0:00:55.297 ******* ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:34 Sunday 11 February 2024 06:15:36 +0000 (0:00:00.014) 0:00:55.311 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:39 Sunday 11 February 2024 06:15:36 +0000 (0:00:00.013) 0:00:55.325 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:3 Sunday 11 February 2024 06:15:36 +0000 (0:00:00.022) 0:00:55.347 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:10 Sunday 11 February 2024 06:15:36 +0000 (0:00:00.013) 0:00:55.361 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:17 Sunday 11 February 2024 06:15:39 +0000 (0:00:02.440) 0:00:57.801 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:23 Sunday 11 February 2024 06:15:39 +0000 (0:00:00.013) 0:00:57.815 ******* skipping: [sut] => { "changed": false, "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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:32 Sunday 11 February 2024 06:15:39 +0000 (0:00:00.011) 0:00:57.826 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:45 Sunday 11 February 2024 06:15:39 +0000 (0:00:00.016) 0:00:57.843 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:51 Sunday 11 February 2024 06:15:39 +0000 (0:00:00.011) 0:00:57.855 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:56 Sunday 11 February 2024 06:15:39 +0000 (0:00:00.011) 0:00:57.866 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:69 Sunday 11 February 2024 06:15:39 +0000 (0:00:00.011) 0:00:57.877 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:81 Sunday 11 February 2024 06:15:39 +0000 (0:00:00.013) 0:00:57.891 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:94 Sunday 11 February 2024 06:15:39 +0000 (0:00:00.011) 0:00:57.903 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:106 Sunday 11 February 2024 06:15:39 +0000 (0:00:00.016) 0:00:57.919 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:114 Sunday 11 February 2024 06:15:39 +0000 (0:00:00.015) 0:00:57.934 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:122 Sunday 11 February 2024 06:15:39 +0000 (0:00:00.012) 0:00:57.947 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:131 Sunday 11 February 2024 06:15:39 +0000 (0:00:00.012) 0:00:57.960 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:140 Sunday 11 February 2024 06:15:39 +0000 (0:00:00.013) 0:00:57.974 ******* 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-ciyhs6t1ye/tests/test-verify-volume-md.yml:8 Sunday 11 February 2024 06:15:39 +0000 (0:00:00.011) 0:00:57.986 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:14 Sunday 11 February 2024 06:15:39 +0000 (0:00:00.012) 0:00:57.998 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:21 Sunday 11 February 2024 06:15:39 +0000 (0:00:00.012) 0:00:58.011 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:28 Sunday 11 February 2024 06:15:39 +0000 (0:00:00.012) 0:00:58.023 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:35 Sunday 11 February 2024 06:15:39 +0000 (0:00:00.012) 0:00:58.036 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:45 Sunday 11 February 2024 06:15:39 +0000 (0:00:00.013) 0:00:58.050 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:54 Sunday 11 February 2024 06:15:39 +0000 (0:00:00.012) 0:00:58.062 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:63 Sunday 11 February 2024 06:15:39 +0000 (0:00:00.012) 0:00:58.075 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:72 Sunday 11 February 2024 06:15:39 +0000 (0:00:00.011) 0:00:58.086 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:81 Sunday 11 February 2024 06:15:39 +0000 (0:00:00.011) 0:00:58.098 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:3 Sunday 11 February 2024 06:15:39 +0000 (0:00:00.011) 0:00:58.110 ******* ok: [sut] => { "bytes": 4294967296, "changed": false, "lvm": "4g", "parted": "4GiB", "size": "4 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:11 Sunday 11 February 2024 06:15:39 +0000 (0:00:00.198) 0:00:58.309 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:20 Sunday 11 February 2024 06:15:39 +0000 (0:00:00.015) 0:00:58.325 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:28 Sunday 11 February 2024 06:15:39 +0000 (0:00:00.015) 0:00:58.340 ******* ok: [sut] => { "storage_test_expected_size": "6436008492.599999" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:32 Sunday 11 February 2024 06:15:39 +0000 (0:00:00.014) 0:00:58.355 ******* ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:46 Sunday 11 February 2024 06:15:39 +0000 (0:00:00.200) 0:00:58.555 ******* ok: [sut] => { "storage_test_pool": { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/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": "60%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test2", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_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/test2", "mount_user": null, "name": "test2", "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": "40%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:50 Sunday 11 February 2024 06:15:39 +0000 (0:00:00.020) 0:00:58.575 ******* ok: [sut] => { "storage_test_blkinfo": { "changed": false, "failed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test1", "size": "6G", "type": "lvm", "uuid": "573fe95e-ba86-4979-8942-9c048da1e6a3" }, "/dev/mapper/foo-test2": { "fstype": "ext4", "label": "", "name": "/dev/mapper/foo-test2", "size": "4G", "type": "lvm", "uuid": "3e2a4d8a-79d4-425e-94d3-823d6833f973" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "ZzW84Q-lWcC-W0wv-SKEs-dNjj-jclx-oSBXzi" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "ext4", "label": "", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "d435ad71-5de9-4faf-85d8-ce4874fd8ac2" }, "/dev/zram0": { "fstype": "", "label": "", "name": "/dev/zram0", "size": "3.6G", "type": "disk", "uuid": "" } } } } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:54 Sunday 11 February 2024 06:15:39 +0000 (0:00:00.065) 0:00:58.641 ******* ok: [sut] => { "storage_test_pool_size": { "bytes": 10726680821, "changed": false, "failed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:58 Sunday 11 February 2024 06:15:40 +0000 (0:00:00.018) 0:00:58.660 ******* ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "4290672328.4" }, "changed": false } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:68 Sunday 11 February 2024 06:15:40 +0000 (0:00:00.017) 0:00:58.677 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:72 Sunday 11 February 2024 06:15:40 +0000 (0:00:00.013) 0:00:58.690 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:77 Sunday 11 February 2024 06:15:40 +0000 (0:00:00.012) 0:00:58.703 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:83 Sunday 11 February 2024 06:15:40 +0000 (0:00:00.014) 0:00:58.718 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:88 Sunday 11 February 2024 06:15:40 +0000 (0:00:00.013) 0:00:58.731 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:96 Sunday 11 February 2024 06:15:40 +0000 (0:00:00.012) 0:00:58.744 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:104 Sunday 11 February 2024 06:15:40 +0000 (0:00:00.013) 0:00:58.757 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:109 Sunday 11 February 2024 06:15:40 +0000 (0:00:00.013) 0:00:58.770 ******* skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:113 Sunday 11 February 2024 06:15:40 +0000 (0:00:00.011) 0:00:58.782 ******* skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:117 Sunday 11 February 2024 06:15:40 +0000 (0:00:00.014) 0:00:58.796 ******* skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:121 Sunday 11 February 2024 06:15:40 +0000 (0:00:00.013) 0:00:58.809 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:129 Sunday 11 February 2024 06:15:40 +0000 (0:00:00.013) 0:00:58.823 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:138 Sunday 11 February 2024 06:15:40 +0000 (0:00:00.016) 0:00:58.839 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:142 Sunday 11 February 2024 06:15:40 +0000 (0:00:00.012) 0:00:58.852 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:150 Sunday 11 February 2024 06:15:40 +0000 (0:00:00.012) 0:00:58.865 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:156 Sunday 11 February 2024 06:15:40 +0000 (0:00:00.014) 0:00:58.879 ******* ok: [sut] => { "storage_test_actual_size": { "bytes": 4294967296, "changed": false, "failed": false, "lvm": "4g", "parted": "4GiB", "size": "4 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:160 Sunday 11 February 2024 06:15:40 +0000 (0:00:00.015) 0:00:58.895 ******* ok: [sut] => { "storage_test_expected_size": "4290672328.4" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:164 Sunday 11 February 2024 06:15:40 +0000 (0:00:00.015) 0:00:58.910 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:5 Sunday 11 February 2024 06:15:40 +0000 (0:00:00.019) 0:00:58.929 ******* ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test2" ], "delta": "0:00:00.034001", "end": "2024-02-11 06:15:40.485413", "rc": 0, "start": "2024-02-11 06:15:40.451412" } STDOUT: LVM2_LV_NAME=test2 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-ciyhs6t1ye/tests/test-verify-volume-cache.yml:13 Sunday 11 February 2024 06:15:40 +0000 (0:00:00.239) 0:00:59.169 ******* ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:18 Sunday 11 February 2024 06:15:40 +0000 (0:00:00.016) 0:00:59.186 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:27 Sunday 11 February 2024 06:15:40 +0000 (0:00:00.019) 0:00:59.205 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:35 Sunday 11 February 2024 06:15:40 +0000 (0:00:00.016) 0:00:59.221 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:41 Sunday 11 February 2024 06:15:40 +0000 (0:00:00.014) 0:00:59.236 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:47 Sunday 11 February 2024 06:15:40 +0000 (0:00:00.016) 0:00:59.252 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume.yml:27 Sunday 11 February 2024 06:15:40 +0000 (0:00:00.014) 0:00:59.266 ******* 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-ciyhs6t1ye/tests/verify-role-results.yml:44 Sunday 11 February 2024 06:15:40 +0000 (0:00:00.011) 0:00:59.278 ******* TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml:54 Sunday 11 February 2024 06:15:40 +0000 (0:00:00.011) 0:00:59.289 ******* ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Repeat the previous invocation to verify idempotence] ******************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/tests_lvm_percent_size.yml:65 Sunday 11 February 2024 06:15:40 +0000 (0:00:00.011) 0:00:59.301 ******* TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 11 February 2024 06:15:40 +0000 (0:00:00.028) 0:00:59.329 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for sut TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 11 February 2024 06:15:40 +0000 (0:00:00.017) 0:00:59.346 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 11 February 2024 06:15:40 +0000 (0:00:00.015) 0:00:59.362 ******* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "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" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 11 February 2024 06:15:40 +0000 (0:00:00.031) 0:00:59.394 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 11 February 2024 06:15:40 +0000 (0:00:00.012) 0:00:59.406 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 11 February 2024 06:15:40 +0000 (0:00:00.011) 0:00:59.418 ******* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 11 February 2024 06:15:40 +0000 (0:00:00.011) 0:00:59.429 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 11 February 2024 06:15:40 +0000 (0:00:00.011) 0:00:59.440 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for sut TASK [linux-system-roles.storage : Make sure blivet is available] ************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 11 February 2024 06:15:40 +0000 (0:00:00.025) 0:00:59.466 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: libblockdev-crypto libblockdev-dm libblockdev-lvm libblockdev-mdraid libblockdev-swap python3-blivet TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 11 February 2024 06:15:43 +0000 (0:00:02.444) 0:01:01.910 ******* ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "volumes": [ { "mount_point": "/opt/test1", "name": "test1", "size": "60%" }, { "mount_point": "/opt/test2", "name": "test2", "size": "40%" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 11 February 2024 06:15:43 +0000 (0:00:00.016) 0:01:01.927 ******* ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 11 February 2024 06:15:43 +0000 (0:00:00.013) 0:01:01.940 ******* ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [ "lvm2" ], "pools": [], "volumes": [] } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 11 February 2024 06:15:45 +0000 (0:00:02.243) 0:01:04.184 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml for sut TASK [linux-system-roles.storage : Check if the COPR support packages should be installed] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:2 Sunday 11 February 2024 06:15:45 +0000 (0:00:00.022) 0:01:04.206 ******* skipping: [sut] => (item={'repository': 'rhawalsh/dm-vdo', 'packages': ['vdo', 'kmod-vdo']}) => { "ansible_loop_var": "repo", "changed": false, "repo": { "packages": [ "vdo", "kmod-vdo" ], "repository": "rhawalsh/dm-vdo" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:13 Sunday 11 February 2024 06:15:45 +0000 (0:00:00.020) 0:01:04.227 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable COPRs] ******************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:20 Sunday 11 February 2024 06:15:45 +0000 (0:00:00.013) 0:01:04.240 ******* skipping: [sut] => (item={'repository': 'rhawalsh/dm-vdo', 'packages': ['vdo', 'kmod-vdo']}) => { "ansible_loop_var": "repo", "changed": false, "repo": { "packages": [ "vdo", "kmod-vdo" ], "repository": "rhawalsh/dm-vdo" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 11 February 2024 06:15:45 +0000 (0:00:00.020) 0:01:04.260 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: kpartx lvm2 TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 11 February 2024 06:15:48 +0000 (0:00:02.435) 0:01:06.695 ******* 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" }, "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": "inactive", "status": "disabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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": "disabled" }, "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" }, "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" }, "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": "unknown" }, "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" }, "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" }, "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-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": "unknown" }, "modprobe@dm_mod.service": { "name": "modprobe@dm_mod.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "modprobe@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "modprobe@efi_pstore.service": { "name": "modprobe@efi_pstore.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "modprobe@loop.service": { "name": "modprobe@loop.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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" }, "pam_namespace.service": { "name": "pam_namespace.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": "running", "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" }, "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" }, "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" }, "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": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "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" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-plymouth.service": { "name": "systemd-ask-password-plymouth.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-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-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": "unknown", "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-pcrfs-root.service": { "name": "systemd-pcrfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pcrfs@.service": { "name": "systemd-pcrfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrmachine.service": { "name": "systemd-pcrmachine.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-initrd.service": { "name": "systemd-pcrphase-initrd.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-sysinit.service": { "name": "systemd-pcrphase-sysinit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase.service": { "name": "systemd-pcrphase.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-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-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysext.service": { "name": "systemd-sysext.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-sysupdate-reboot.service": { "name": "systemd-sysupdate-reboot.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysupdate.service": { "name": "systemd-sysupdate.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-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.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-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": "unknown" }, "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": "running", "status": "enabled" }, "unbound-anchor.service": { "name": "unbound-anchor.service", "source": "systemd", "state": "stopped", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "unknown" } } }, "changed": false } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 11 February 2024 06:15:51 +0000 (0:00:03.221) 0:01:09.916 ******* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 11 February 2024 06:15:51 +0000 (0:00:00.020) 0:01:09.937 ******* TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 11 February 2024 06:15:51 +0000 (0:00:00.011) 0:01:09.949 ******* ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [ "/dev/mapper/foo-test1", "/dev/mapper/foo-test2", "/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": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/foo-test2", "state": "mounted" } ], "packages": [ "xfsprogs", "lvm2", "e2fsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-1", "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "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": "60%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test2", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_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/test2", "mount_user": null, "name": "test2", "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": "40%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 11 February 2024 06:15:53 +0000 (0:00:02.499) 0:01:12.448 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 11 February 2024 06:15:53 +0000 (0:00:00.014) 0:01:12.462 ******* TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Sunday 11 February 2024 06:15:53 +0000 (0:00:00.011) 0:01:12.474 ******* ok: [sut] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/foo-test1", "/dev/mapper/foo-test2", "/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": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/foo-test2", "state": "mounted" } ], "packages": [ "xfsprogs", "lvm2", "e2fsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-1", "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "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": "60%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test2", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_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/test2", "mount_user": null, "name": "test2", "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": "40%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Sunday 11 February 2024 06:15:53 +0000 (0:00:00.017) 0:01:12.492 ******* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-1", "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "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": "60%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test2", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_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/test2", "mount_user": null, "name": "test2", "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": "40%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Sunday 11 February 2024 06:15:53 +0000 (0:00:00.015) 0:01:12.507 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Sunday 11 February 2024 06:15:53 +0000 (0:00:00.013) 0:01:12.521 ******* TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Sunday 11 February 2024 06:15:53 +0000 (0:00:00.012) 0:01:12.534 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Sunday 11 February 2024 06:15:54 +0000 (0:00:00.973) 0:01:13.507 ******* ok: [sut] => (item={'src': '/dev/mapper/foo-test1', 'path': '/opt/test1', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } ok: [sut] => (item={'src': '/dev/mapper/foo-test2', 'path': '/opt/test2', 'fstype': 'ext4', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "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/test2", "src": "/dev/mapper/foo-test2", "state": "mounted" }, "name": "/opt/test2", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test2" } TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Sunday 11 February 2024 06:15:55 +0000 (0:00:00.398) 0:01:13.906 ******* skipping: [sut] => (item={'src': '/dev/mapper/foo-test1', 'path': '/opt/test1', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'src': '/dev/mapper/foo-test2', 'path': '/opt/test2', 'fstype': 'ext4', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "mount_info": { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/foo-test2", "state": "mounted" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Sunday 11 February 2024 06:15:55 +0000 (0:00:00.020) 0:01:13.926 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Sunday 11 February 2024 06:15:56 +0000 (0:00:00.986) 0:01:14.913 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707632096.6742275, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1706607372.29, "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": 1706606894.518, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "108538731", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Sunday 11 February 2024 06:15:56 +0000 (0:00:00.206) 0:01:15.119 ******* TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Sunday 11 February 2024 06:15:56 +0000 (0:00:00.012) 0:01:15.132 ******* ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/tests_lvm_percent_size.yml:80 Sunday 11 February 2024 06:15:57 +0000 (0:00:00.804) 0:01:15.936 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml:2 Sunday 11 February 2024 06:15:57 +0000 (0:00:00.036) 0:01:15.972 ******* ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-1", "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "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": "60%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test2", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_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/test2", "mount_user": null, "name": "test2", "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": "40%", "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-ciyhs6t1ye/tests/verify-role-results.yml:7 Sunday 11 February 2024 06:15:57 +0000 (0:00:00.030) 0:01:16.003 ******* skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml:15 Sunday 11 February 2024 06:15:57 +0000 (0:00:00.016) 0:01:16.020 ******* ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test1", "size": "6G", "type": "lvm", "uuid": "573fe95e-ba86-4979-8942-9c048da1e6a3" }, "/dev/mapper/foo-test2": { "fstype": "ext4", "label": "", "name": "/dev/mapper/foo-test2", "size": "4G", "type": "lvm", "uuid": "3e2a4d8a-79d4-425e-94d3-823d6833f973" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "ZzW84Q-lWcC-W0wv-SKEs-dNjj-jclx-oSBXzi" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "ext4", "label": "", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "d435ad71-5de9-4faf-85d8-ce4874fd8ac2" }, "/dev/zram0": { "fstype": "", "label": "", "name": "/dev/zram0", "size": "3.6G", "type": "disk", "uuid": "" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml:20 Sunday 11 February 2024 06:15:57 +0000 (0:00:00.207) 0:01:16.227 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003109", "end": "2024-02-11 06:15:57.744429", "rc": 0, "start": "2024-02-11 06:15:57.741320" } STDOUT: # # /etc/fstab # Created by anaconda on Tue Jan 30 09:28:14 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=d435ad71-5de9-4faf-85d8-ce4874fd8ac2 / 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 /dev/mapper/foo-test1 /opt/test1 xfs defaults 0 0 /dev/mapper/foo-test2 /opt/test2 ext4 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml:25 Sunday 11 February 2024 06:15:57 +0000 (0:00:00.199) 0:01:16.426 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003118", "end": "2024-02-11 06:15:57.943157", "failed_when_result": false, "rc": 0, "start": "2024-02-11 06:15:57.940039" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml:34 Sunday 11 February 2024 06:15:57 +0000 (0:00:00.198) 0:01:16.625 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool.yml:5 Sunday 11 February 2024 06:15:57 +0000 (0:00:00.026) 0:01:16.652 ******* ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool.yml:18 Sunday 11 February 2024 06:15:58 +0000 (0:00:00.011) 0:01:16.664 ******* ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.035478", "end": "2024-02-11 06:15:58.216327", "rc": 0, "start": "2024-02-11 06:15:58.180849" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool.yml:24 Sunday 11 February 2024 06:15:58 +0000 (0:00:00.235) 0:01:16.899 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool.yml:34 Sunday 11 February 2024 06:15:58 +0000 (0:00:00.018) 0:01:16.918 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:2 Sunday 11 February 2024 06:15:58 +0000 (0:00:00.026) 0:01:16.944 ******* 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-ciyhs6t1ye/tests/test-verify-pool-members.yml:13 Sunday 11 February 2024 06:15:58 +0000 (0:00:00.018) 0:01:16.963 ******* 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-ciyhs6t1ye/tests/test-verify-pool-members.yml:22 Sunday 11 February 2024 06:15:58 +0000 (0:00:00.199) 0:01:17.162 ******* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:27 Sunday 11 February 2024 06:15:58 +0000 (0:00:00.016) 0:01:17.179 ******* ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:33 Sunday 11 February 2024 06:15:58 +0000 (0:00:00.016) 0:01:17.195 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:42 Sunday 11 February 2024 06:15:58 +0000 (0:00:00.016) 0:01:17.212 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:48 Sunday 11 February 2024 06:15:58 +0000 (0:00:00.019) 0:01:17.231 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:54 Sunday 11 February 2024 06:15:58 +0000 (0:00:00.015) 0:01:17.246 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:59 Sunday 11 February 2024 06:15:58 +0000 (0:00:00.014) 0:01:17.260 ******* ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:73 Sunday 11 February 2024 06:15:58 +0000 (0:00:00.019) 0:01:17.280 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:8 Sunday 11 February 2024 06:15:58 +0000 (0:00:00.024) 0:01:17.305 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:14 Sunday 11 February 2024 06:15:58 +0000 (0:00:00.013) 0:01:17.318 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:21 Sunday 11 February 2024 06:15:58 +0000 (0:00:00.014) 0:01:17.333 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:28 Sunday 11 February 2024 06:15:58 +0000 (0:00:00.014) 0:01:17.347 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:35 Sunday 11 February 2024 06:15:58 +0000 (0:00:00.014) 0:01:17.362 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:45 Sunday 11 February 2024 06:15:58 +0000 (0:00:00.014) 0:01:17.376 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:54 Sunday 11 February 2024 06:15:58 +0000 (0:00:00.013) 0:01:17.390 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:64 Sunday 11 February 2024 06:15:58 +0000 (0:00:00.013) 0:01:17.404 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:74 Sunday 11 February 2024 06:15:58 +0000 (0:00:00.015) 0:01:17.419 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:85 Sunday 11 February 2024 06:15:58 +0000 (0:00:00.013) 0:01:17.432 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:95 Sunday 11 February 2024 06:15:58 +0000 (0:00:00.014) 0:01:17.447 ******* 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-ciyhs6t1ye/tests/test-verify-pool-members.yml:76 Sunday 11 February 2024 06:15:58 +0000 (0:00:00.013) 0:01:17.460 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-lvmraid.yml:2 Sunday 11 February 2024 06:15:58 +0000 (0:00:00.028) 0:01:17.489 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:8 Sunday 11 February 2024 06:15:58 +0000 (0:00:00.031) 0:01:17.520 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:16 Sunday 11 February 2024 06:15:58 +0000 (0:00:00.013) 0:01:17.533 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:21 Sunday 11 February 2024 06:15:58 +0000 (0:00:00.012) 0:01:17.546 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:29 Sunday 11 February 2024 06:15:58 +0000 (0:00:00.037) 0:01:17.583 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:34 Sunday 11 February 2024 06:15:58 +0000 (0:00:00.013) 0:01:17.597 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:40 Sunday 11 February 2024 06:15:58 +0000 (0:00:00.012) 0:01:17.610 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:46 Sunday 11 February 2024 06:15:58 +0000 (0:00:00.012) 0:01:17.622 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:8 Sunday 11 February 2024 06:15:58 +0000 (0:00:00.012) 0:01:17.635 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:16 Sunday 11 February 2024 06:15:58 +0000 (0:00:00.012) 0:01:17.648 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:21 Sunday 11 February 2024 06:15:59 +0000 (0:00:00.014) 0:01:17.662 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:29 Sunday 11 February 2024 06:15:59 +0000 (0:00:00.012) 0:01:17.675 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:34 Sunday 11 February 2024 06:15:59 +0000 (0:00:00.012) 0:01:17.687 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:40 Sunday 11 February 2024 06:15:59 +0000 (0:00:00.012) 0:01:17.700 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:46 Sunday 11 February 2024 06:15:59 +0000 (0:00:00.012) 0:01:17.713 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:79 Sunday 11 February 2024 06:15:59 +0000 (0:00:00.012) 0:01:17.725 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-thin.yml:2 Sunday 11 February 2024 06:15:59 +0000 (0:00:00.031) 0:01:17.757 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml:8 Sunday 11 February 2024 06:15:59 +0000 (0:00:00.034) 0:01:17.792 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml:16 Sunday 11 February 2024 06:15:59 +0000 (0:00:00.014) 0:01:17.806 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml:23 Sunday 11 February 2024 06:15:59 +0000 (0:00:00.013) 0:01:17.819 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml:27 Sunday 11 February 2024 06:15:59 +0000 (0:00:00.013) 0:01:17.833 ******* ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml:8 Sunday 11 February 2024 06:15:59 +0000 (0:00:00.012) 0:01:17.845 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml:16 Sunday 11 February 2024 06:15:59 +0000 (0:00:00.012) 0:01:17.858 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml:23 Sunday 11 February 2024 06:15:59 +0000 (0:00:00.011) 0:01:17.869 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml:27 Sunday 11 February 2024 06:15:59 +0000 (0:00:00.012) 0:01:17.882 ******* ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:82 Sunday 11 February 2024 06:15:59 +0000 (0:00:00.011) 0:01:17.894 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-encryption.yml:5 Sunday 11 February 2024 06:15:59 +0000 (0:00:00.025) 0:01:17.919 ******* 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-ciyhs6t1ye/tests/verify-pool-members-encryption.yml:13 Sunday 11 February 2024 06:15:59 +0000 (0:00:00.015) 0:01:17.934 ******* skipping: [sut] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-encryption.yml:20 Sunday 11 February 2024 06:15:59 +0000 (0:00:00.018) 0:01:17.953 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-crypttab.yml for sut TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-crypttab.yml:2 Sunday 11 February 2024 06:15:59 +0000 (0:00:00.023) 0:01:17.976 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-crypttab.yml:9 Sunday 11 February 2024 06:15:59 +0000 (0:00:00.015) 0:01:17.991 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-crypttab.yml:18 Sunday 11 February 2024 06:15:59 +0000 (0:00:00.016) 0:01:18.007 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-crypttab.yml:27 Sunday 11 February 2024 06:15:59 +0000 (0:00:00.013) 0:01:18.021 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-crypttab.yml:37 Sunday 11 February 2024 06:15:59 +0000 (0:00:00.012) 0:01:18.034 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-crypttab.yml:47 Sunday 11 February 2024 06:15:59 +0000 (0:00:00.012) 0:01:18.046 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-encryption.yml:27 Sunday 11 February 2024 06:15:59 +0000 (0:00:00.011) 0:01:18.058 ******* 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-ciyhs6t1ye/tests/test-verify-pool-members.yml:85 Sunday 11 February 2024 06:15:59 +0000 (0:00:00.011) 0:01:18.070 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-vdo.yml:2 Sunday 11 February 2024 06:15:59 +0000 (0:00:00.027) 0:01:18.097 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:9 Sunday 11 February 2024 06:15:59 +0000 (0:00:00.031) 0:01:18.129 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:16 Sunday 11 February 2024 06:15:59 +0000 (0:00:00.013) 0:01:18.143 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:22 Sunday 11 February 2024 06:15:59 +0000 (0:00:00.012) 0:01:18.155 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:28 Sunday 11 February 2024 06:15:59 +0000 (0:00:00.012) 0:01:18.168 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:35 Sunday 11 February 2024 06:15:59 +0000 (0:00:00.012) 0:01:18.180 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:41 Sunday 11 February 2024 06:15:59 +0000 (0:00:00.012) 0:01:18.193 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:47 Sunday 11 February 2024 06:15:59 +0000 (0:00:00.012) 0:01:18.206 ******* ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:9 Sunday 11 February 2024 06:15:59 +0000 (0:00:00.013) 0:01:18.219 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:16 Sunday 11 February 2024 06:15:59 +0000 (0:00:00.015) 0:01:18.235 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:22 Sunday 11 February 2024 06:15:59 +0000 (0:00:00.017) 0:01:18.252 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:28 Sunday 11 February 2024 06:15:59 +0000 (0:00:00.015) 0:01:18.268 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:35 Sunday 11 February 2024 06:15:59 +0000 (0:00:00.015) 0:01:18.283 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:41 Sunday 11 February 2024 06:15:59 +0000 (0:00:00.015) 0:01:18.298 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:47 Sunday 11 February 2024 06:15:59 +0000 (0:00:00.015) 0:01:18.314 ******* ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:88 Sunday 11 February 2024 06:15:59 +0000 (0:00:00.013) 0:01:18.327 ******* 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-ciyhs6t1ye/tests/test-verify-pool-volumes.yml:3 Sunday 11 February 2024 06:15:59 +0000 (0:00:00.013) 0:01:18.341 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume.yml:2 Sunday 11 February 2024 06:15:59 +0000 (0:00:00.030) 0:01:18.372 ******* 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-ciyhs6t1ye/tests/test-verify-volume.yml:21 Sunday 11 February 2024 06:15:59 +0000 (0:00:00.044) 0:01:18.416 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:7 Sunday 11 February 2024 06:15:59 +0000 (0:00:00.056) 0:01:18.472 ******* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:16 Sunday 11 February 2024 06:15:59 +0000 (0:00:00.015) 0:01:18.488 ******* ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 1536347, "block_size": 4096, "block_total": 1555456, "block_used": 19109, "device": "/dev/mapper/foo-test1", "fstype": "xfs", "inode_available": 3143677, "inode_total": 3143680, "inode_used": 3, "mount": "/opt/test1", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_available": 6292877312, "size_total": 6371147776, "uuid": "573fe95e-ba86-4979-8942-9c048da1e6a3" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 1536347, "block_size": 4096, "block_total": 1555456, "block_used": 19109, "device": "/dev/mapper/foo-test1", "fstype": "xfs", "inode_available": 3143677, "inode_total": 3143680, "inode_used": 3, "mount": "/opt/test1", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_available": 6292877312, "size_total": 6371147776, "uuid": "573fe95e-ba86-4979-8942-9c048da1e6a3" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:38 Sunday 11 February 2024 06:15:59 +0000 (0:00:00.020) 0:01:18.508 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:51 Sunday 11 February 2024 06:15:59 +0000 (0:00:00.013) 0:01:18.522 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:63 Sunday 11 February 2024 06:15:59 +0000 (0:00:00.015) 0:01:18.538 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:71 Sunday 11 February 2024 06:15:59 +0000 (0:00:00.014) 0:01:18.553 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:83 Sunday 11 February 2024 06:15:59 +0000 (0:00:00.012) 0:01:18.565 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:95 Sunday 11 February 2024 06:15:59 +0000 (0:00:00.012) 0:01:18.578 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:110 Sunday 11 February 2024 06:15:59 +0000 (0:00:00.012) 0:01:18.591 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:122 Sunday 11 February 2024 06:15:59 +0000 (0:00:00.017) 0:01:18.608 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:128 Sunday 11 February 2024 06:15:59 +0000 (0:00:00.012) 0:01:18.620 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:134 Sunday 11 February 2024 06:15:59 +0000 (0:00:00.012) 0:01:18.633 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:146 Sunday 11 February 2024 06:15:59 +0000 (0:00:00.012) 0:01:18.646 ******* ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_device_matches": null, "storage_test_mount_expected_match_count": null, "storage_test_mount_point_matches": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:2 Sunday 11 February 2024 06:16:00 +0000 (0:00:00.011) 0:01:18.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": [ "/dev/mapper/foo-test1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 xfs defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:40 Sunday 11 February 2024 06:16:00 +0000 (0:00:00.026) 0:01:18.684 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:48 Sunday 11 February 2024 06:16:00 +0000 (0:00:00.015) 0:01:18.699 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:58 Sunday 11 February 2024 06:16:00 +0000 (0:00:00.015) 0:01:18.714 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:71 Sunday 11 February 2024 06:16:00 +0000 (0:00:00.012) 0:01:18.727 ******* 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-ciyhs6t1ye/tests/test-verify-volume-fs.yml:3 Sunday 11 February 2024 06:16:00 +0000 (0:00:00.011) 0:01:18.739 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fs.yml:12 Sunday 11 February 2024 06:16:00 +0000 (0:00:00.016) 0:01:18.756 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:3 Sunday 11 February 2024 06:16:00 +0000 (0:00:00.018) 0:01:18.774 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707632125.5492532, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1707632123.2213323, "dev": 5, "device_type": 64769, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 824, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1707632123.2213323, "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-ciyhs6t1ye/tests/test-verify-volume-device.yml:9 Sunday 11 February 2024 06:16:00 +0000 (0:00:00.204) 0:01:18.979 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:16 Sunday 11 February 2024 06:16:00 +0000 (0:00:00.016) 0:01:18.995 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:24 Sunday 11 February 2024 06:16:00 +0000 (0:00:00.013) 0:01:19.008 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:30 Sunday 11 February 2024 06:16:00 +0000 (0:00:00.014) 0:01:19.023 ******* ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:34 Sunday 11 February 2024 06:16:00 +0000 (0:00:00.013) 0:01:19.037 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:39 Sunday 11 February 2024 06:16:00 +0000 (0:00:00.012) 0:01:19.049 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:3 Sunday 11 February 2024 06:16:00 +0000 (0:00:00.013) 0:01:19.063 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:10 Sunday 11 February 2024 06:16:00 +0000 (0:00:00.011) 0:01:19.074 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:17 Sunday 11 February 2024 06:16:02 +0000 (0:00:02.469) 0:01:21.544 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:23 Sunday 11 February 2024 06:16:02 +0000 (0:00:00.013) 0:01:21.558 ******* skipping: [sut] => { "changed": false, "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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:32 Sunday 11 February 2024 06:16:02 +0000 (0:00:00.013) 0:01:21.572 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:45 Sunday 11 February 2024 06:16:02 +0000 (0:00:00.017) 0:01:21.589 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:51 Sunday 11 February 2024 06:16:02 +0000 (0:00:00.013) 0:01:21.602 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:56 Sunday 11 February 2024 06:16:02 +0000 (0:00:00.013) 0:01:21.615 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:69 Sunday 11 February 2024 06:16:02 +0000 (0:00:00.012) 0:01:21.628 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:81 Sunday 11 February 2024 06:16:02 +0000 (0:00:00.014) 0:01:21.642 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:94 Sunday 11 February 2024 06:16:03 +0000 (0:00:00.032) 0:01:21.675 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:106 Sunday 11 February 2024 06:16:03 +0000 (0:00:00.016) 0:01:21.692 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:114 Sunday 11 February 2024 06:16:03 +0000 (0:00:00.014) 0:01:21.707 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:122 Sunday 11 February 2024 06:16:03 +0000 (0:00:00.011) 0:01:21.718 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:131 Sunday 11 February 2024 06:16:03 +0000 (0:00:00.011) 0:01:21.730 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:140 Sunday 11 February 2024 06:16:03 +0000 (0:00:00.011) 0:01:21.741 ******* 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-ciyhs6t1ye/tests/test-verify-volume-md.yml:8 Sunday 11 February 2024 06:16:03 +0000 (0:00:00.012) 0:01:21.754 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:14 Sunday 11 February 2024 06:16:03 +0000 (0:00:00.011) 0:01:21.765 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:21 Sunday 11 February 2024 06:16:03 +0000 (0:00:00.011) 0:01:21.777 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:28 Sunday 11 February 2024 06:16:03 +0000 (0:00:00.011) 0:01:21.788 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:35 Sunday 11 February 2024 06:16:03 +0000 (0:00:00.012) 0:01:21.801 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:45 Sunday 11 February 2024 06:16:03 +0000 (0:00:00.011) 0:01:21.813 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:54 Sunday 11 February 2024 06:16:03 +0000 (0:00:00.012) 0:01:21.825 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:63 Sunday 11 February 2024 06:16:03 +0000 (0:00:00.011) 0:01:21.837 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:72 Sunday 11 February 2024 06:16:03 +0000 (0:00:00.011) 0:01:21.848 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:81 Sunday 11 February 2024 06:16:03 +0000 (0:00:00.011) 0:01:21.860 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:3 Sunday 11 February 2024 06:16:03 +0000 (0:00:00.011) 0:01:21.871 ******* ok: [sut] => { "bytes": 6442450944, "changed": false, "lvm": "6g", "parted": "6GiB", "size": "6 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:11 Sunday 11 February 2024 06:16:03 +0000 (0:00:00.198) 0:01:22.069 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:20 Sunday 11 February 2024 06:16:03 +0000 (0:00:00.014) 0:01:22.084 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:28 Sunday 11 February 2024 06:16:03 +0000 (0:00:00.014) 0:01:22.099 ******* ok: [sut] => { "storage_test_expected_size": "4290672328.4" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:32 Sunday 11 February 2024 06:16:03 +0000 (0:00:00.012) 0:01:22.112 ******* ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:46 Sunday 11 February 2024 06:16:03 +0000 (0:00:00.200) 0:01:22.313 ******* ok: [sut] => { "storage_test_pool": { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-1", "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "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": "60%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test2", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_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/test2", "mount_user": null, "name": "test2", "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": "40%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:50 Sunday 11 February 2024 06:16:03 +0000 (0:00:00.019) 0:01:22.333 ******* ok: [sut] => { "storage_test_blkinfo": { "changed": false, "failed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test1", "size": "6G", "type": "lvm", "uuid": "573fe95e-ba86-4979-8942-9c048da1e6a3" }, "/dev/mapper/foo-test2": { "fstype": "ext4", "label": "", "name": "/dev/mapper/foo-test2", "size": "4G", "type": "lvm", "uuid": "3e2a4d8a-79d4-425e-94d3-823d6833f973" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "ZzW84Q-lWcC-W0wv-SKEs-dNjj-jclx-oSBXzi" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "ext4", "label": "", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "d435ad71-5de9-4faf-85d8-ce4874fd8ac2" }, "/dev/zram0": { "fstype": "", "label": "", "name": "/dev/zram0", "size": "3.6G", "type": "disk", "uuid": "" } } } } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:54 Sunday 11 February 2024 06:16:03 +0000 (0:00:00.019) 0:01:22.352 ******* ok: [sut] => { "storage_test_pool_size": { "bytes": 10726680821, "changed": false, "failed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:58 Sunday 11 February 2024 06:16:03 +0000 (0:00:00.017) 0:01:22.369 ******* ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "6436008492.599999" }, "changed": false } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:68 Sunday 11 February 2024 06:16:03 +0000 (0:00:00.017) 0:01:22.387 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:72 Sunday 11 February 2024 06:16:03 +0000 (0:00:00.012) 0:01:22.400 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:77 Sunday 11 February 2024 06:16:03 +0000 (0:00:00.011) 0:01:22.411 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:83 Sunday 11 February 2024 06:16:03 +0000 (0:00:00.011) 0:01:22.423 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:88 Sunday 11 February 2024 06:16:03 +0000 (0:00:00.012) 0:01:22.435 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:96 Sunday 11 February 2024 06:16:03 +0000 (0:00:00.011) 0:01:22.447 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:104 Sunday 11 February 2024 06:16:03 +0000 (0:00:00.011) 0:01:22.458 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:109 Sunday 11 February 2024 06:16:03 +0000 (0:00:00.011) 0:01:22.470 ******* skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:113 Sunday 11 February 2024 06:16:03 +0000 (0:00:00.011) 0:01:22.482 ******* skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:117 Sunday 11 February 2024 06:16:03 +0000 (0:00:00.011) 0:01:22.493 ******* skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:121 Sunday 11 February 2024 06:16:03 +0000 (0:00:00.012) 0:01:22.506 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:129 Sunday 11 February 2024 06:16:03 +0000 (0:00:00.012) 0:01:22.519 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:138 Sunday 11 February 2024 06:16:03 +0000 (0:00:00.011) 0:01:22.530 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:142 Sunday 11 February 2024 06:16:03 +0000 (0:00:00.011) 0:01:22.541 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:150 Sunday 11 February 2024 06:16:03 +0000 (0:00:00.011) 0:01:22.553 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:156 Sunday 11 February 2024 06:16:03 +0000 (0:00:00.011) 0:01:22.564 ******* ok: [sut] => { "storage_test_actual_size": { "bytes": 6442450944, "changed": false, "failed": false, "lvm": "6g", "parted": "6GiB", "size": "6 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:160 Sunday 11 February 2024 06:16:03 +0000 (0:00:00.014) 0:01:22.579 ******* ok: [sut] => { "storage_test_expected_size": "6436008492.599999" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:164 Sunday 11 February 2024 06:16:03 +0000 (0:00:00.013) 0:01:22.592 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:5 Sunday 11 February 2024 06:16:03 +0000 (0:00:00.018) 0:01:22.611 ******* 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.034299", "end": "2024-02-11 06:16:04.163622", "rc": 0, "start": "2024-02-11 06:16:04.129323" } 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-ciyhs6t1ye/tests/test-verify-volume-cache.yml:13 Sunday 11 February 2024 06:16:04 +0000 (0:00:00.236) 0:01:22.848 ******* ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:18 Sunday 11 February 2024 06:16:04 +0000 (0:00:00.016) 0:01:22.864 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:27 Sunday 11 February 2024 06:16:04 +0000 (0:00:00.019) 0:01:22.884 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:35 Sunday 11 February 2024 06:16:04 +0000 (0:00:00.014) 0:01:22.898 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:41 Sunday 11 February 2024 06:16:04 +0000 (0:00:00.013) 0:01:22.912 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:47 Sunday 11 February 2024 06:16:04 +0000 (0:00:00.014) 0:01:22.927 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume.yml:27 Sunday 11 February 2024 06:16:04 +0000 (0:00:00.013) 0:01:22.941 ******* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume.yml:2 Sunday 11 February 2024 06:16:04 +0000 (0:00:00.011) 0:01:22.952 ******* 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-ciyhs6t1ye/tests/test-verify-volume.yml:21 Sunday 11 February 2024 06:16:04 +0000 (0:00:00.015) 0:01:22.968 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:7 Sunday 11 February 2024 06:16:04 +0000 (0:00:00.085) 0:01:23.053 ******* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test2" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:16 Sunday 11 February 2024 06:16:04 +0000 (0:00:00.015) 0:01:23.069 ******* ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 954137, "block_size": 4096, "block_total": 1010616, "block_used": 56479, "device": "/dev/mapper/foo-test2", "fstype": "ext4", "inode_available": 262133, "inode_total": 262144, "inode_used": 11, "mount": "/opt/test2", "options": "rw,seclabel,relatime,stripe=2048", "size_available": 3908145152, "size_total": 4139483136, "uuid": "3e2a4d8a-79d4-425e-94d3-823d6833f973" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 954137, "block_size": 4096, "block_total": 1010616, "block_used": 56479, "device": "/dev/mapper/foo-test2", "fstype": "ext4", "inode_available": 262133, "inode_total": 262144, "inode_used": 11, "mount": "/opt/test2", "options": "rw,seclabel,relatime,stripe=2048", "size_available": 3908145152, "size_total": 4139483136, "uuid": "3e2a4d8a-79d4-425e-94d3-823d6833f973" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:38 Sunday 11 February 2024 06:16:04 +0000 (0:00:00.019) 0:01:23.089 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:51 Sunday 11 February 2024 06:16:04 +0000 (0:00:00.012) 0:01:23.102 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:63 Sunday 11 February 2024 06:16:04 +0000 (0:00:00.015) 0:01:23.117 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:71 Sunday 11 February 2024 06:16:04 +0000 (0:00:00.014) 0:01:23.132 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:83 Sunday 11 February 2024 06:16:04 +0000 (0:00:00.014) 0:01:23.146 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:95 Sunday 11 February 2024 06:16:04 +0000 (0:00:00.012) 0:01:23.159 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:110 Sunday 11 February 2024 06:16:04 +0000 (0:00:00.011) 0:01:23.170 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:122 Sunday 11 February 2024 06:16:04 +0000 (0:00:00.015) 0:01:23.186 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:128 Sunday 11 February 2024 06:16:04 +0000 (0:00:00.011) 0:01:23.197 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:134 Sunday 11 February 2024 06:16:04 +0000 (0:00:00.011) 0:01:23.209 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:146 Sunday 11 February 2024 06:16:04 +0000 (0:00:00.012) 0:01:23.221 ******* ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_device_matches": null, "storage_test_mount_expected_match_count": null, "storage_test_mount_point_matches": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:2 Sunday 11 February 2024 06:16:04 +0000 (0:00:00.011) 0:01:23.233 ******* ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/foo-test2 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test2 ext4 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test2 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:40 Sunday 11 February 2024 06:16:04 +0000 (0:00:00.024) 0:01:23.257 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:48 Sunday 11 February 2024 06:16:04 +0000 (0:00:00.014) 0:01:23.272 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:58 Sunday 11 February 2024 06:16:04 +0000 (0:00:00.014) 0:01:23.286 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:71 Sunday 11 February 2024 06:16:04 +0000 (0:00:00.012) 0:01:23.299 ******* 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-ciyhs6t1ye/tests/test-verify-volume-fs.yml:3 Sunday 11 February 2024 06:16:04 +0000 (0:00:00.011) 0:01:23.310 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fs.yml:12 Sunday 11 February 2024 06:16:04 +0000 (0:00:00.015) 0:01:23.326 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:3 Sunday 11 February 2024 06:16:04 +0000 (0:00:00.016) 0:01:23.343 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707632153.6922982, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1707632153.6812985, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 783, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1707632153.6812985, "nlink": 1, "path": "/dev/mapper/foo-test2", "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-ciyhs6t1ye/tests/test-verify-volume-device.yml:9 Sunday 11 February 2024 06:16:04 +0000 (0:00:00.205) 0:01:23.549 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:16 Sunday 11 February 2024 06:16:04 +0000 (0:00:00.015) 0:01:23.564 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:24 Sunday 11 February 2024 06:16:04 +0000 (0:00:00.011) 0:01:23.576 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:30 Sunday 11 February 2024 06:16:04 +0000 (0:00:00.014) 0:01:23.591 ******* ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:34 Sunday 11 February 2024 06:16:04 +0000 (0:00:00.012) 0:01:23.603 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:39 Sunday 11 February 2024 06:16:04 +0000 (0:00:00.012) 0:01:23.615 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:3 Sunday 11 February 2024 06:16:04 +0000 (0:00:00.013) 0:01:23.629 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:10 Sunday 11 February 2024 06:16:04 +0000 (0:00:00.011) 0:01:23.640 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:17 Sunday 11 February 2024 06:16:07 +0000 (0:00:02.425) 0:01:26.066 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:23 Sunday 11 February 2024 06:16:07 +0000 (0:00:00.012) 0:01:26.079 ******* skipping: [sut] => { "changed": false, "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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:32 Sunday 11 February 2024 06:16:07 +0000 (0:00:00.011) 0:01:26.090 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:45 Sunday 11 February 2024 06:16:07 +0000 (0:00:00.016) 0:01:26.107 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:51 Sunday 11 February 2024 06:16:07 +0000 (0:00:00.011) 0:01:26.118 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:56 Sunday 11 February 2024 06:16:07 +0000 (0:00:00.012) 0:01:26.131 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:69 Sunday 11 February 2024 06:16:07 +0000 (0:00:00.011) 0:01:26.142 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:81 Sunday 11 February 2024 06:16:07 +0000 (0:00:00.011) 0:01:26.153 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:94 Sunday 11 February 2024 06:16:07 +0000 (0:00:00.011) 0:01:26.165 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:106 Sunday 11 February 2024 06:16:07 +0000 (0:00:00.015) 0:01:26.180 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:114 Sunday 11 February 2024 06:16:07 +0000 (0:00:00.014) 0:01:26.195 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:122 Sunday 11 February 2024 06:16:07 +0000 (0:00:00.012) 0:01:26.207 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:131 Sunday 11 February 2024 06:16:07 +0000 (0:00:00.011) 0:01:26.219 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:140 Sunday 11 February 2024 06:16:07 +0000 (0:00:00.011) 0:01:26.230 ******* 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-ciyhs6t1ye/tests/test-verify-volume-md.yml:8 Sunday 11 February 2024 06:16:07 +0000 (0:00:00.011) 0:01:26.241 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:14 Sunday 11 February 2024 06:16:07 +0000 (0:00:00.011) 0:01:26.253 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:21 Sunday 11 February 2024 06:16:07 +0000 (0:00:00.011) 0:01:26.264 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:28 Sunday 11 February 2024 06:16:07 +0000 (0:00:00.012) 0:01:26.276 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:35 Sunday 11 February 2024 06:16:07 +0000 (0:00:00.011) 0:01:26.288 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:45 Sunday 11 February 2024 06:16:07 +0000 (0:00:00.011) 0:01:26.299 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:54 Sunday 11 February 2024 06:16:07 +0000 (0:00:00.011) 0:01:26.310 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:63 Sunday 11 February 2024 06:16:07 +0000 (0:00:00.011) 0:01:26.322 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:72 Sunday 11 February 2024 06:16:07 +0000 (0:00:00.012) 0:01:26.334 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:81 Sunday 11 February 2024 06:16:07 +0000 (0:00:00.012) 0:01:26.347 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:3 Sunday 11 February 2024 06:16:07 +0000 (0:00:00.011) 0:01:26.358 ******* ok: [sut] => { "bytes": 4294967296, "changed": false, "lvm": "4g", "parted": "4GiB", "size": "4 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:11 Sunday 11 February 2024 06:16:07 +0000 (0:00:00.198) 0:01:26.557 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:20 Sunday 11 February 2024 06:16:07 +0000 (0:00:00.015) 0:01:26.573 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:28 Sunday 11 February 2024 06:16:07 +0000 (0:00:00.013) 0:01:26.586 ******* ok: [sut] => { "storage_test_expected_size": "6436008492.599999" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:32 Sunday 11 February 2024 06:16:07 +0000 (0:00:00.012) 0:01:26.599 ******* ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:46 Sunday 11 February 2024 06:16:08 +0000 (0:00:00.218) 0:01:26.817 ******* ok: [sut] => { "storage_test_pool": { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-1", "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "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": "60%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test2", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_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/test2", "mount_user": null, "name": "test2", "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": "40%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:50 Sunday 11 February 2024 06:16:08 +0000 (0:00:00.019) 0:01:26.836 ******* ok: [sut] => { "storage_test_blkinfo": { "changed": false, "failed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test1", "size": "6G", "type": "lvm", "uuid": "573fe95e-ba86-4979-8942-9c048da1e6a3" }, "/dev/mapper/foo-test2": { "fstype": "ext4", "label": "", "name": "/dev/mapper/foo-test2", "size": "4G", "type": "lvm", "uuid": "3e2a4d8a-79d4-425e-94d3-823d6833f973" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "ZzW84Q-lWcC-W0wv-SKEs-dNjj-jclx-oSBXzi" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "ext4", "label": "", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "d435ad71-5de9-4faf-85d8-ce4874fd8ac2" }, "/dev/zram0": { "fstype": "", "label": "", "name": "/dev/zram0", "size": "3.6G", "type": "disk", "uuid": "" } } } } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:54 Sunday 11 February 2024 06:16:08 +0000 (0:00:00.018) 0:01:26.855 ******* ok: [sut] => { "storage_test_pool_size": { "bytes": 10726680821, "changed": false, "failed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:58 Sunday 11 February 2024 06:16:08 +0000 (0:00:00.016) 0:01:26.871 ******* ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "4290672328.4" }, "changed": false } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:68 Sunday 11 February 2024 06:16:08 +0000 (0:00:00.017) 0:01:26.889 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:72 Sunday 11 February 2024 06:16:08 +0000 (0:00:00.012) 0:01:26.901 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:77 Sunday 11 February 2024 06:16:08 +0000 (0:00:00.011) 0:01:26.913 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:83 Sunday 11 February 2024 06:16:08 +0000 (0:00:00.011) 0:01:26.924 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:88 Sunday 11 February 2024 06:16:08 +0000 (0:00:00.011) 0:01:26.935 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:96 Sunday 11 February 2024 06:16:08 +0000 (0:00:00.011) 0:01:26.947 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:104 Sunday 11 February 2024 06:16:08 +0000 (0:00:00.011) 0:01:26.958 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:109 Sunday 11 February 2024 06:16:08 +0000 (0:00:00.012) 0:01:26.971 ******* skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:113 Sunday 11 February 2024 06:16:08 +0000 (0:00:00.011) 0:01:26.982 ******* skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:117 Sunday 11 February 2024 06:16:08 +0000 (0:00:00.011) 0:01:26.994 ******* skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:121 Sunday 11 February 2024 06:16:08 +0000 (0:00:00.011) 0:01:27.005 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:129 Sunday 11 February 2024 06:16:08 +0000 (0:00:00.011) 0:01:27.016 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:138 Sunday 11 February 2024 06:16:08 +0000 (0:00:00.011) 0:01:27.028 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:142 Sunday 11 February 2024 06:16:08 +0000 (0:00:00.012) 0:01:27.040 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:150 Sunday 11 February 2024 06:16:08 +0000 (0:00:00.011) 0:01:27.051 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:156 Sunday 11 February 2024 06:16:08 +0000 (0:00:00.011) 0:01:27.063 ******* ok: [sut] => { "storage_test_actual_size": { "bytes": 4294967296, "changed": false, "failed": false, "lvm": "4g", "parted": "4GiB", "size": "4 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:160 Sunday 11 February 2024 06:16:08 +0000 (0:00:00.013) 0:01:27.076 ******* ok: [sut] => { "storage_test_expected_size": "4290672328.4" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:164 Sunday 11 February 2024 06:16:08 +0000 (0:00:00.012) 0:01:27.089 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:5 Sunday 11 February 2024 06:16:08 +0000 (0:00:00.016) 0:01:27.105 ******* ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test2" ], "delta": "0:00:00.035200", "end": "2024-02-11 06:16:08.657389", "rc": 0, "start": "2024-02-11 06:16:08.622189" } STDOUT: LVM2_LV_NAME=test2 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-ciyhs6t1ye/tests/test-verify-volume-cache.yml:13 Sunday 11 February 2024 06:16:08 +0000 (0:00:00.234) 0:01:27.340 ******* ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:18 Sunday 11 February 2024 06:16:08 +0000 (0:00:00.016) 0:01:27.356 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:27 Sunday 11 February 2024 06:16:08 +0000 (0:00:00.016) 0:01:27.373 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:35 Sunday 11 February 2024 06:16:08 +0000 (0:00:00.012) 0:01:27.386 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:41 Sunday 11 February 2024 06:16:08 +0000 (0:00:00.012) 0:01:27.398 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:47 Sunday 11 February 2024 06:16:08 +0000 (0:00:00.012) 0:01:27.411 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume.yml:27 Sunday 11 February 2024 06:16:08 +0000 (0:00:00.012) 0:01:27.424 ******* 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-ciyhs6t1ye/tests/verify-role-results.yml:44 Sunday 11 February 2024 06:16:08 +0000 (0:00:00.011) 0:01:27.435 ******* TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml:54 Sunday 11 February 2024 06:16:08 +0000 (0:00:00.011) 0:01:27.447 ******* ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Shrink test2 volume via percentage-based size spec] ********************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/tests_lvm_percent_size.yml:83 Sunday 11 February 2024 06:16:08 +0000 (0:00:00.011) 0:01:27.458 ******* TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 11 February 2024 06:16:08 +0000 (0:00:00.029) 0:01:27.488 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for sut TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 11 February 2024 06:16:08 +0000 (0:00:00.018) 0:01:27.506 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 11 February 2024 06:16:08 +0000 (0:00:00.013) 0:01:27.520 ******* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "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" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 11 February 2024 06:16:08 +0000 (0:00:00.030) 0:01:27.550 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 11 February 2024 06:16:08 +0000 (0:00:00.011) 0:01:27.562 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 11 February 2024 06:16:08 +0000 (0:00:00.012) 0:01:27.574 ******* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 11 February 2024 06:16:08 +0000 (0:00:00.011) 0:01:27.586 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 11 February 2024 06:16:08 +0000 (0:00:00.011) 0:01:27.597 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for sut TASK [linux-system-roles.storage : Make sure blivet is available] ************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 11 February 2024 06:16:08 +0000 (0:00:00.024) 0:01:27.621 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: libblockdev-crypto libblockdev-dm libblockdev-lvm libblockdev-mdraid libblockdev-swap python3-blivet TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 11 February 2024 06:16:11 +0000 (0:00:02.426) 0:01:30.048 ******* ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "volumes": [ { "mount_point": "/opt/test1", "name": "test1", "size": "60%" }, { "mount_point": "/opt/test2", "name": "test2", "size": "25%" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 11 February 2024 06:16:11 +0000 (0:00:00.016) 0:01:30.064 ******* ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 11 February 2024 06:16:11 +0000 (0:00:00.012) 0:01:30.077 ******* ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [ "lvm2" ], "pools": [], "volumes": [] } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 11 February 2024 06:16:13 +0000 (0:00:02.226) 0:01:32.303 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml for sut TASK [linux-system-roles.storage : Check if the COPR support packages should be installed] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:2 Sunday 11 February 2024 06:16:13 +0000 (0:00:00.022) 0:01:32.325 ******* skipping: [sut] => (item={'repository': 'rhawalsh/dm-vdo', 'packages': ['vdo', 'kmod-vdo']}) => { "ansible_loop_var": "repo", "changed": false, "repo": { "packages": [ "vdo", "kmod-vdo" ], "repository": "rhawalsh/dm-vdo" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:13 Sunday 11 February 2024 06:16:13 +0000 (0:00:00.018) 0:01:32.344 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable COPRs] ******************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:20 Sunday 11 February 2024 06:16:13 +0000 (0:00:00.012) 0:01:32.357 ******* skipping: [sut] => (item={'repository': 'rhawalsh/dm-vdo', 'packages': ['vdo', 'kmod-vdo']}) => { "ansible_loop_var": "repo", "changed": false, "repo": { "packages": [ "vdo", "kmod-vdo" ], "repository": "rhawalsh/dm-vdo" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 11 February 2024 06:16:13 +0000 (0:00:00.018) 0:01:32.375 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: kpartx lvm2 TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 11 February 2024 06:16:16 +0000 (0:00:02.413) 0:01:34.789 ******* 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" }, "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": "inactive", "status": "disabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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": "disabled" }, "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" }, "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" }, "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": "unknown" }, "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" }, "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" }, "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-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": "unknown" }, "modprobe@dm_mod.service": { "name": "modprobe@dm_mod.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "modprobe@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "modprobe@efi_pstore.service": { "name": "modprobe@efi_pstore.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "modprobe@loop.service": { "name": "modprobe@loop.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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" }, "pam_namespace.service": { "name": "pam_namespace.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": "running", "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" }, "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" }, "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" }, "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": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "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" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-plymouth.service": { "name": "systemd-ask-password-plymouth.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-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-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": "unknown", "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-pcrfs-root.service": { "name": "systemd-pcrfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pcrfs@.service": { "name": "systemd-pcrfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrmachine.service": { "name": "systemd-pcrmachine.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-initrd.service": { "name": "systemd-pcrphase-initrd.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-sysinit.service": { "name": "systemd-pcrphase-sysinit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase.service": { "name": "systemd-pcrphase.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-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-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysext.service": { "name": "systemd-sysext.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-sysupdate-reboot.service": { "name": "systemd-sysupdate-reboot.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysupdate.service": { "name": "systemd-sysupdate.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-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.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-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": "unknown" }, "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": "running", "status": "enabled" }, "unbound-anchor.service": { "name": "unbound-anchor.service", "source": "systemd", "state": "stopped", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "unknown" } } }, "changed": false } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 11 February 2024 06:16:18 +0000 (0:00:02.173) 0:01:36.962 ******* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 11 February 2024 06:16:18 +0000 (0:00:00.020) 0:01:36.983 ******* TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 11 February 2024 06:16:18 +0000 (0:00:00.011) 0:01:36.994 ******* changed: [sut] => { "actions": [ { "action": "resize format", "device": "/dev/mapper/foo-test2", "fs_type": "ext4" }, { "action": "resize device", "device": "/dev/mapper/foo-test2", "fs_type": null } ], "changed": true, "crypts": [], "leaves": [ "/dev/mapper/foo-test1", "/dev/mapper/foo-test2", "/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": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/foo-test2", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-1", "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "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": "60%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test2", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_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/test2", "mount_user": null, "name": "test2", "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": "25%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 11 February 2024 06:16:21 +0000 (0:00:02.939) 0:01:39.934 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 11 February 2024 06:16:21 +0000 (0:00:00.012) 0:01:39.947 ******* TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Sunday 11 February 2024 06:16:21 +0000 (0:00:00.011) 0:01:39.958 ******* ok: [sut] => { "blivet_output": { "actions": [ { "action": "resize format", "device": "/dev/mapper/foo-test2", "fs_type": "ext4" }, { "action": "resize device", "device": "/dev/mapper/foo-test2", "fs_type": null } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/foo-test1", "/dev/mapper/foo-test2", "/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": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/foo-test2", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-1", "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "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": "60%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test2", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_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/test2", "mount_user": null, "name": "test2", "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": "25%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Sunday 11 February 2024 06:16:21 +0000 (0:00:00.017) 0:01:39.976 ******* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-1", "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "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": "60%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test2", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_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/test2", "mount_user": null, "name": "test2", "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": "25%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Sunday 11 February 2024 06:16:21 +0000 (0:00:00.015) 0:01:39.991 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Sunday 11 February 2024 06:16:21 +0000 (0:00:00.013) 0:01:40.005 ******* TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Sunday 11 February 2024 06:16:21 +0000 (0:00:00.012) 0:01:40.018 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Sunday 11 February 2024 06:16:22 +0000 (0:00:00.981) 0:01:40.999 ******* ok: [sut] => (item={'src': '/dev/mapper/foo-test1', 'path': '/opt/test1', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } changed: [sut] => (item={'src': '/dev/mapper/foo-test2', 'path': '/opt/test2', 'fstype': 'ext4', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "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/test2", "src": "/dev/mapper/foo-test2", "state": "mounted" }, "name": "/opt/test2", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test2" } TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Sunday 11 February 2024 06:16:22 +0000 (0:00:00.415) 0:01:41.415 ******* skipping: [sut] => (item={'src': '/dev/mapper/foo-test1', 'path': '/opt/test1', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'src': '/dev/mapper/foo-test2', 'path': '/opt/test2', 'fstype': 'ext4', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "mount_info": { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/foo-test2", "state": "mounted" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Sunday 11 February 2024 06:16:22 +0000 (0:00:00.020) 0:01:41.435 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Sunday 11 February 2024 06:16:23 +0000 (0:00:00.980) 0:01:42.416 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707632096.6742275, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1706607372.29, "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": 1706606894.518, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "108538731", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Sunday 11 February 2024 06:16:23 +0000 (0:00:00.206) 0:01:42.622 ******* TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Sunday 11 February 2024 06:16:23 +0000 (0:00:00.011) 0:01:42.633 ******* ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/tests_lvm_percent_size.yml:98 Sunday 11 February 2024 06:16:24 +0000 (0:00:00.783) 0:01:43.417 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml:2 Sunday 11 February 2024 06:16:24 +0000 (0:00:00.024) 0:01:43.442 ******* ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-1", "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "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": "60%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test2", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_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/test2", "mount_user": null, "name": "test2", "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": "25%", "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-ciyhs6t1ye/tests/verify-role-results.yml:7 Sunday 11 February 2024 06:16:24 +0000 (0:00:00.017) 0:01:43.459 ******* skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml:15 Sunday 11 February 2024 06:16:24 +0000 (0:00:00.014) 0:01:43.474 ******* ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test1", "size": "6G", "type": "lvm", "uuid": "573fe95e-ba86-4979-8942-9c048da1e6a3" }, "/dev/mapper/foo-test2": { "fstype": "ext4", "label": "", "name": "/dev/mapper/foo-test2", "size": "2.5G", "type": "lvm", "uuid": "3e2a4d8a-79d4-425e-94d3-823d6833f973" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "ZzW84Q-lWcC-W0wv-SKEs-dNjj-jclx-oSBXzi" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "ext4", "label": "", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "d435ad71-5de9-4faf-85d8-ce4874fd8ac2" }, "/dev/zram0": { "fstype": "", "label": "", "name": "/dev/zram0", "size": "3.6G", "type": "disk", "uuid": "" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml:20 Sunday 11 February 2024 06:16:25 +0000 (0:00:00.207) 0:01:43.681 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003331", "end": "2024-02-11 06:16:25.200465", "rc": 0, "start": "2024-02-11 06:16:25.197134" } STDOUT: # # /etc/fstab # Created by anaconda on Tue Jan 30 09:28:14 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=d435ad71-5de9-4faf-85d8-ce4874fd8ac2 / 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 /dev/mapper/foo-test1 /opt/test1 xfs defaults 0 0 /dev/mapper/foo-test2 /opt/test2 ext4 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml:25 Sunday 11 February 2024 06:16:25 +0000 (0:00:00.202) 0:01:43.884 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003195", "end": "2024-02-11 06:16:25.403038", "failed_when_result": false, "rc": 0, "start": "2024-02-11 06:16:25.399843" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml:34 Sunday 11 February 2024 06:16:25 +0000 (0:00:00.202) 0:01:44.086 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool.yml:5 Sunday 11 February 2024 06:16:25 +0000 (0:00:00.027) 0:01:44.114 ******* ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool.yml:18 Sunday 11 February 2024 06:16:25 +0000 (0:00:00.013) 0:01:44.127 ******* ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.032911", "end": "2024-02-11 06:16:25.678673", "rc": 0, "start": "2024-02-11 06:16:25.645762" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool.yml:24 Sunday 11 February 2024 06:16:25 +0000 (0:00:00.235) 0:01:44.362 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool.yml:34 Sunday 11 February 2024 06:16:25 +0000 (0:00:00.018) 0:01:44.381 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:2 Sunday 11 February 2024 06:16:25 +0000 (0:00:00.026) 0:01:44.407 ******* 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-ciyhs6t1ye/tests/test-verify-pool-members.yml:13 Sunday 11 February 2024 06:16:25 +0000 (0:00:00.018) 0:01:44.426 ******* 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-ciyhs6t1ye/tests/test-verify-pool-members.yml:22 Sunday 11 February 2024 06:16:25 +0000 (0:00:00.201) 0:01:44.628 ******* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:27 Sunday 11 February 2024 06:16:25 +0000 (0:00:00.015) 0:01:44.643 ******* ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:33 Sunday 11 February 2024 06:16:26 +0000 (0:00:00.016) 0:01:44.660 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:42 Sunday 11 February 2024 06:16:26 +0000 (0:00:00.016) 0:01:44.676 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:48 Sunday 11 February 2024 06:16:26 +0000 (0:00:00.014) 0:01:44.691 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:54 Sunday 11 February 2024 06:16:26 +0000 (0:00:00.016) 0:01:44.707 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:59 Sunday 11 February 2024 06:16:26 +0000 (0:00:00.035) 0:01:44.742 ******* ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:73 Sunday 11 February 2024 06:16:26 +0000 (0:00:00.019) 0:01:44.762 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:8 Sunday 11 February 2024 06:16:26 +0000 (0:00:00.022) 0:01:44.785 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:14 Sunday 11 February 2024 06:16:26 +0000 (0:00:00.013) 0:01:44.798 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:21 Sunday 11 February 2024 06:16:26 +0000 (0:00:00.013) 0:01:44.812 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:28 Sunday 11 February 2024 06:16:26 +0000 (0:00:00.012) 0:01:44.824 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:35 Sunday 11 February 2024 06:16:26 +0000 (0:00:00.012) 0:01:44.837 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:45 Sunday 11 February 2024 06:16:26 +0000 (0:00:00.013) 0:01:44.851 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:54 Sunday 11 February 2024 06:16:26 +0000 (0:00:00.012) 0:01:44.864 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:64 Sunday 11 February 2024 06:16:26 +0000 (0:00:00.012) 0:01:44.877 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:74 Sunday 11 February 2024 06:16:26 +0000 (0:00:00.014) 0:01:44.891 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:85 Sunday 11 February 2024 06:16:26 +0000 (0:00:00.017) 0:01:44.909 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:95 Sunday 11 February 2024 06:16:26 +0000 (0:00:00.012) 0:01:44.922 ******* 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-ciyhs6t1ye/tests/test-verify-pool-members.yml:76 Sunday 11 February 2024 06:16:26 +0000 (0:00:00.011) 0:01:44.933 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-lvmraid.yml:2 Sunday 11 February 2024 06:16:26 +0000 (0:00:00.024) 0:01:44.958 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:8 Sunday 11 February 2024 06:16:26 +0000 (0:00:00.029) 0:01:44.987 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:16 Sunday 11 February 2024 06:16:26 +0000 (0:00:00.012) 0:01:45.000 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:21 Sunday 11 February 2024 06:16:26 +0000 (0:00:00.011) 0:01:45.012 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:29 Sunday 11 February 2024 06:16:26 +0000 (0:00:00.012) 0:01:45.024 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:34 Sunday 11 February 2024 06:16:26 +0000 (0:00:00.011) 0:01:45.035 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:40 Sunday 11 February 2024 06:16:26 +0000 (0:00:00.011) 0:01:45.046 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:46 Sunday 11 February 2024 06:16:26 +0000 (0:00:00.011) 0:01:45.058 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:8 Sunday 11 February 2024 06:16:26 +0000 (0:00:00.011) 0:01:45.069 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:16 Sunday 11 February 2024 06:16:26 +0000 (0:00:00.011) 0:01:45.080 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:21 Sunday 11 February 2024 06:16:26 +0000 (0:00:00.012) 0:01:45.093 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:29 Sunday 11 February 2024 06:16:26 +0000 (0:00:00.011) 0:01:45.104 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:34 Sunday 11 February 2024 06:16:26 +0000 (0:00:00.012) 0:01:45.116 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:40 Sunday 11 February 2024 06:16:26 +0000 (0:00:00.013) 0:01:45.129 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:46 Sunday 11 February 2024 06:16:26 +0000 (0:00:00.014) 0:01:45.143 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:79 Sunday 11 February 2024 06:16:26 +0000 (0:00:00.013) 0:01:45.156 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-thin.yml:2 Sunday 11 February 2024 06:16:26 +0000 (0:00:00.026) 0:01:45.183 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml:8 Sunday 11 February 2024 06:16:26 +0000 (0:00:00.031) 0:01:45.215 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml:16 Sunday 11 February 2024 06:16:26 +0000 (0:00:00.012) 0:01:45.228 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml:23 Sunday 11 February 2024 06:16:26 +0000 (0:00:00.012) 0:01:45.241 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml:27 Sunday 11 February 2024 06:16:26 +0000 (0:00:00.012) 0:01:45.253 ******* ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml:8 Sunday 11 February 2024 06:16:26 +0000 (0:00:00.011) 0:01:45.265 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml:16 Sunday 11 February 2024 06:16:26 +0000 (0:00:00.011) 0:01:45.276 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml:23 Sunday 11 February 2024 06:16:26 +0000 (0:00:00.012) 0:01:45.289 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml:27 Sunday 11 February 2024 06:16:26 +0000 (0:00:00.011) 0:01:45.300 ******* ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:82 Sunday 11 February 2024 06:16:26 +0000 (0:00:00.011) 0:01:45.312 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-encryption.yml:5 Sunday 11 February 2024 06:16:26 +0000 (0:00:00.025) 0:01:45.337 ******* 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-ciyhs6t1ye/tests/verify-pool-members-encryption.yml:13 Sunday 11 February 2024 06:16:26 +0000 (0:00:00.014) 0:01:45.351 ******* skipping: [sut] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-encryption.yml:20 Sunday 11 February 2024 06:16:26 +0000 (0:00:00.014) 0:01:45.366 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-crypttab.yml for sut TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-crypttab.yml:2 Sunday 11 February 2024 06:16:26 +0000 (0:00:00.021) 0:01:45.388 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-crypttab.yml:9 Sunday 11 February 2024 06:16:26 +0000 (0:00:00.013) 0:01:45.402 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-crypttab.yml:18 Sunday 11 February 2024 06:16:26 +0000 (0:00:00.014) 0:01:45.416 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-crypttab.yml:27 Sunday 11 February 2024 06:16:26 +0000 (0:00:00.012) 0:01:45.429 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-crypttab.yml:37 Sunday 11 February 2024 06:16:26 +0000 (0:00:00.011) 0:01:45.440 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-crypttab.yml:47 Sunday 11 February 2024 06:16:26 +0000 (0:00:00.011) 0:01:45.452 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-encryption.yml:27 Sunday 11 February 2024 06:16:26 +0000 (0:00:00.011) 0:01:45.463 ******* 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-ciyhs6t1ye/tests/test-verify-pool-members.yml:85 Sunday 11 February 2024 06:16:26 +0000 (0:00:00.011) 0:01:45.474 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-vdo.yml:2 Sunday 11 February 2024 06:16:26 +0000 (0:00:00.045) 0:01:45.520 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:9 Sunday 11 February 2024 06:16:26 +0000 (0:00:00.031) 0:01:45.552 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:16 Sunday 11 February 2024 06:16:26 +0000 (0:00:00.013) 0:01:45.565 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:22 Sunday 11 February 2024 06:16:26 +0000 (0:00:00.011) 0:01:45.576 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:28 Sunday 11 February 2024 06:16:26 +0000 (0:00:00.011) 0:01:45.588 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:35 Sunday 11 February 2024 06:16:26 +0000 (0:00:00.011) 0:01:45.599 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:41 Sunday 11 February 2024 06:16:26 +0000 (0:00:00.012) 0:01:45.612 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:47 Sunday 11 February 2024 06:16:26 +0000 (0:00:00.011) 0:01:45.623 ******* ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:9 Sunday 11 February 2024 06:16:26 +0000 (0:00:00.012) 0:01:45.636 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:16 Sunday 11 February 2024 06:16:26 +0000 (0:00:00.012) 0:01:45.648 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:22 Sunday 11 February 2024 06:16:27 +0000 (0:00:00.011) 0:01:45.659 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:28 Sunday 11 February 2024 06:16:27 +0000 (0:00:00.011) 0:01:45.671 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:35 Sunday 11 February 2024 06:16:27 +0000 (0:00:00.011) 0:01:45.682 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:41 Sunday 11 February 2024 06:16:27 +0000 (0:00:00.011) 0:01:45.693 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:47 Sunday 11 February 2024 06:16:27 +0000 (0:00:00.012) 0:01:45.706 ******* ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:88 Sunday 11 February 2024 06:16:27 +0000 (0:00:00.011) 0:01:45.717 ******* 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-ciyhs6t1ye/tests/test-verify-pool-volumes.yml:3 Sunday 11 February 2024 06:16:27 +0000 (0:00:00.011) 0:01:45.729 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume.yml:2 Sunday 11 February 2024 06:16:27 +0000 (0:00:00.026) 0:01:45.756 ******* 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-ciyhs6t1ye/tests/test-verify-volume.yml:21 Sunday 11 February 2024 06:16:27 +0000 (0:00:00.015) 0:01:45.771 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:7 Sunday 11 February 2024 06:16:27 +0000 (0:00:00.056) 0:01:45.827 ******* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:16 Sunday 11 February 2024 06:16:27 +0000 (0:00:00.015) 0:01:45.842 ******* ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 1536347, "block_size": 4096, "block_total": 1555456, "block_used": 19109, "device": "/dev/mapper/foo-test1", "fstype": "xfs", "inode_available": 3143677, "inode_total": 3143680, "inode_used": 3, "mount": "/opt/test1", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_available": 6292877312, "size_total": 6371147776, "uuid": "573fe95e-ba86-4979-8942-9c048da1e6a3" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 1536347, "block_size": 4096, "block_total": 1555456, "block_used": 19109, "device": "/dev/mapper/foo-test1", "fstype": "xfs", "inode_available": 3143677, "inode_total": 3143680, "inode_used": 3, "mount": "/opt/test1", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_available": 6292877312, "size_total": 6371147776, "uuid": "573fe95e-ba86-4979-8942-9c048da1e6a3" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:38 Sunday 11 February 2024 06:16:27 +0000 (0:00:00.020) 0:01:45.863 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:51 Sunday 11 February 2024 06:16:27 +0000 (0:00:00.012) 0:01:45.875 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:63 Sunday 11 February 2024 06:16:27 +0000 (0:00:00.014) 0:01:45.890 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:71 Sunday 11 February 2024 06:16:27 +0000 (0:00:00.014) 0:01:45.904 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:83 Sunday 11 February 2024 06:16:27 +0000 (0:00:00.011) 0:01:45.916 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:95 Sunday 11 February 2024 06:16:27 +0000 (0:00:00.011) 0:01:45.927 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:110 Sunday 11 February 2024 06:16:27 +0000 (0:00:00.012) 0:01:45.939 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:122 Sunday 11 February 2024 06:16:27 +0000 (0:00:00.015) 0:01:45.955 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:128 Sunday 11 February 2024 06:16:27 +0000 (0:00:00.011) 0:01:45.967 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:134 Sunday 11 February 2024 06:16:27 +0000 (0:00:00.011) 0:01:45.978 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:146 Sunday 11 February 2024 06:16:27 +0000 (0:00:00.011) 0:01:45.989 ******* ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_device_matches": null, "storage_test_mount_expected_match_count": null, "storage_test_mount_point_matches": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:2 Sunday 11 February 2024 06:16:27 +0000 (0:00:00.011) 0:01:46.001 ******* ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/foo-test1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 xfs defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:40 Sunday 11 February 2024 06:16:27 +0000 (0:00:00.025) 0:01:46.026 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:48 Sunday 11 February 2024 06:16:27 +0000 (0:00:00.014) 0:01:46.041 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:58 Sunday 11 February 2024 06:16:27 +0000 (0:00:00.014) 0:01:46.056 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:71 Sunday 11 February 2024 06:16:27 +0000 (0:00:00.011) 0:01:46.067 ******* 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-ciyhs6t1ye/tests/test-verify-volume-fs.yml:3 Sunday 11 February 2024 06:16:27 +0000 (0:00:00.011) 0:01:46.078 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fs.yml:12 Sunday 11 February 2024 06:16:27 +0000 (0:00:00.015) 0:01:46.094 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:3 Sunday 11 February 2024 06:16:27 +0000 (0:00:00.017) 0:01:46.112 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707632125.5492532, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1707632123.2213323, "dev": 5, "device_type": 64769, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 824, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1707632123.2213323, "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-ciyhs6t1ye/tests/test-verify-volume-device.yml:9 Sunday 11 February 2024 06:16:27 +0000 (0:00:00.204) 0:01:46.317 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:16 Sunday 11 February 2024 06:16:27 +0000 (0:00:00.016) 0:01:46.333 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:24 Sunday 11 February 2024 06:16:27 +0000 (0:00:00.013) 0:01:46.346 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:30 Sunday 11 February 2024 06:16:27 +0000 (0:00:00.014) 0:01:46.360 ******* ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:34 Sunday 11 February 2024 06:16:27 +0000 (0:00:00.012) 0:01:46.373 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:39 Sunday 11 February 2024 06:16:27 +0000 (0:00:00.011) 0:01:46.384 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:3 Sunday 11 February 2024 06:16:27 +0000 (0:00:00.013) 0:01:46.397 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:10 Sunday 11 February 2024 06:16:27 +0000 (0:00:00.011) 0:01:46.409 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:17 Sunday 11 February 2024 06:16:30 +0000 (0:00:02.441) 0:01:48.850 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:23 Sunday 11 February 2024 06:16:30 +0000 (0:00:00.013) 0:01:48.863 ******* skipping: [sut] => { "changed": false, "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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:32 Sunday 11 February 2024 06:16:30 +0000 (0:00:00.011) 0:01:48.875 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:45 Sunday 11 February 2024 06:16:30 +0000 (0:00:00.016) 0:01:48.892 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:51 Sunday 11 February 2024 06:16:30 +0000 (0:00:00.011) 0:01:48.904 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:56 Sunday 11 February 2024 06:16:30 +0000 (0:00:00.011) 0:01:48.915 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:69 Sunday 11 February 2024 06:16:30 +0000 (0:00:00.011) 0:01:48.927 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:81 Sunday 11 February 2024 06:16:30 +0000 (0:00:00.011) 0:01:48.938 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:94 Sunday 11 February 2024 06:16:30 +0000 (0:00:00.012) 0:01:48.950 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:106 Sunday 11 February 2024 06:16:30 +0000 (0:00:00.015) 0:01:48.966 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:114 Sunday 11 February 2024 06:16:30 +0000 (0:00:00.015) 0:01:48.982 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:122 Sunday 11 February 2024 06:16:30 +0000 (0:00:00.012) 0:01:48.995 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:131 Sunday 11 February 2024 06:16:30 +0000 (0:00:00.013) 0:01:49.008 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:140 Sunday 11 February 2024 06:16:30 +0000 (0:00:00.013) 0:01:49.021 ******* 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-ciyhs6t1ye/tests/test-verify-volume-md.yml:8 Sunday 11 February 2024 06:16:30 +0000 (0:00:00.013) 0:01:49.034 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:14 Sunday 11 February 2024 06:16:30 +0000 (0:00:00.012) 0:01:49.047 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:21 Sunday 11 February 2024 06:16:30 +0000 (0:00:00.012) 0:01:49.060 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:28 Sunday 11 February 2024 06:16:30 +0000 (0:00:00.014) 0:01:49.074 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:35 Sunday 11 February 2024 06:16:30 +0000 (0:00:00.013) 0:01:49.087 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:45 Sunday 11 February 2024 06:16:30 +0000 (0:00:00.012) 0:01:49.100 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:54 Sunday 11 February 2024 06:16:30 +0000 (0:00:00.014) 0:01:49.115 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:63 Sunday 11 February 2024 06:16:30 +0000 (0:00:00.012) 0:01:49.128 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:72 Sunday 11 February 2024 06:16:30 +0000 (0:00:00.012) 0:01:49.141 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:81 Sunday 11 February 2024 06:16:30 +0000 (0:00:00.012) 0:01:49.154 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:3 Sunday 11 February 2024 06:16:30 +0000 (0:00:00.012) 0:01:49.167 ******* ok: [sut] => { "bytes": 6442450944, "changed": false, "lvm": "6g", "parted": "6GiB", "size": "6 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:11 Sunday 11 February 2024 06:16:30 +0000 (0:00:00.199) 0:01:49.366 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:20 Sunday 11 February 2024 06:16:30 +0000 (0:00:00.016) 0:01:49.383 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:28 Sunday 11 February 2024 06:16:30 +0000 (0:00:00.015) 0:01:49.399 ******* ok: [sut] => { "storage_test_expected_size": "4290672328.4" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:32 Sunday 11 February 2024 06:16:30 +0000 (0:00:00.014) 0:01:49.413 ******* ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:46 Sunday 11 February 2024 06:16:30 +0000 (0:00:00.197) 0:01:49.610 ******* ok: [sut] => { "storage_test_pool": { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-1", "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "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": "60%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test2", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_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/test2", "mount_user": null, "name": "test2", "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": "25%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:50 Sunday 11 February 2024 06:16:30 +0000 (0:00:00.019) 0:01:49.630 ******* ok: [sut] => { "storage_test_blkinfo": { "changed": false, "failed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test1", "size": "6G", "type": "lvm", "uuid": "573fe95e-ba86-4979-8942-9c048da1e6a3" }, "/dev/mapper/foo-test2": { "fstype": "ext4", "label": "", "name": "/dev/mapper/foo-test2", "size": "2.5G", "type": "lvm", "uuid": "3e2a4d8a-79d4-425e-94d3-823d6833f973" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "ZzW84Q-lWcC-W0wv-SKEs-dNjj-jclx-oSBXzi" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "ext4", "label": "", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "d435ad71-5de9-4faf-85d8-ce4874fd8ac2" }, "/dev/zram0": { "fstype": "", "label": "", "name": "/dev/zram0", "size": "3.6G", "type": "disk", "uuid": "" } } } } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:54 Sunday 11 February 2024 06:16:30 +0000 (0:00:00.019) 0:01:49.649 ******* ok: [sut] => { "storage_test_pool_size": { "bytes": 10726680821, "changed": false, "failed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:58 Sunday 11 February 2024 06:16:31 +0000 (0:00:00.017) 0:01:49.666 ******* ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "6436008492.599999" }, "changed": false } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:68 Sunday 11 February 2024 06:16:31 +0000 (0:00:00.016) 0:01:49.683 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:72 Sunday 11 February 2024 06:16:31 +0000 (0:00:00.011) 0:01:49.694 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:77 Sunday 11 February 2024 06:16:31 +0000 (0:00:00.011) 0:01:49.706 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:83 Sunday 11 February 2024 06:16:31 +0000 (0:00:00.011) 0:01:49.717 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:88 Sunday 11 February 2024 06:16:31 +0000 (0:00:00.012) 0:01:49.730 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:96 Sunday 11 February 2024 06:16:31 +0000 (0:00:00.011) 0:01:49.741 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:104 Sunday 11 February 2024 06:16:31 +0000 (0:00:00.011) 0:01:49.752 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:109 Sunday 11 February 2024 06:16:31 +0000 (0:00:00.011) 0:01:49.764 ******* skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:113 Sunday 11 February 2024 06:16:31 +0000 (0:00:00.011) 0:01:49.775 ******* skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:117 Sunday 11 February 2024 06:16:31 +0000 (0:00:00.011) 0:01:49.786 ******* skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:121 Sunday 11 February 2024 06:16:31 +0000 (0:00:00.013) 0:01:49.800 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:129 Sunday 11 February 2024 06:16:31 +0000 (0:00:00.012) 0:01:49.813 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:138 Sunday 11 February 2024 06:16:31 +0000 (0:00:00.011) 0:01:49.825 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:142 Sunday 11 February 2024 06:16:31 +0000 (0:00:00.012) 0:01:49.838 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:150 Sunday 11 February 2024 06:16:31 +0000 (0:00:00.011) 0:01:49.850 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:156 Sunday 11 February 2024 06:16:31 +0000 (0:00:00.012) 0:01:49.862 ******* ok: [sut] => { "storage_test_actual_size": { "bytes": 6442450944, "changed": false, "failed": false, "lvm": "6g", "parted": "6GiB", "size": "6 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:160 Sunday 11 February 2024 06:16:31 +0000 (0:00:00.017) 0:01:49.880 ******* ok: [sut] => { "storage_test_expected_size": "6436008492.599999" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:164 Sunday 11 February 2024 06:16:31 +0000 (0:00:00.035) 0:01:49.916 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:5 Sunday 11 February 2024 06:16:31 +0000 (0:00:00.018) 0:01:49.934 ******* 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.039621", "end": "2024-02-11 06:16:31.495791", "rc": 0, "start": "2024-02-11 06:16:31.456170" } 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-ciyhs6t1ye/tests/test-verify-volume-cache.yml:13 Sunday 11 February 2024 06:16:31 +0000 (0:00:00.245) 0:01:50.180 ******* ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:18 Sunday 11 February 2024 06:16:31 +0000 (0:00:00.016) 0:01:50.197 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:27 Sunday 11 February 2024 06:16:31 +0000 (0:00:00.015) 0:01:50.213 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:35 Sunday 11 February 2024 06:16:31 +0000 (0:00:00.013) 0:01:50.226 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:41 Sunday 11 February 2024 06:16:31 +0000 (0:00:00.012) 0:01:50.239 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:47 Sunday 11 February 2024 06:16:31 +0000 (0:00:00.012) 0:01:50.251 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume.yml:27 Sunday 11 February 2024 06:16:31 +0000 (0:00:00.014) 0:01:50.266 ******* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume.yml:2 Sunday 11 February 2024 06:16:31 +0000 (0:00:00.011) 0:01:50.277 ******* 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-ciyhs6t1ye/tests/test-verify-volume.yml:21 Sunday 11 February 2024 06:16:31 +0000 (0:00:00.014) 0:01:50.292 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:7 Sunday 11 February 2024 06:16:31 +0000 (0:00:00.056) 0:01:50.348 ******* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test2" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:16 Sunday 11 February 2024 06:16:31 +0000 (0:00:00.015) 0:01:50.364 ******* ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 588749, "block_size": 4096, "block_total": 625618, "block_used": 36869, "device": "/dev/mapper/foo-test2", "fstype": "ext4", "inode_available": 163829, "inode_total": 163840, "inode_used": 11, "mount": "/opt/test2", "options": "rw,seclabel,relatime,stripe=2048", "size_available": 2411515904, "size_total": 2562531328, "uuid": "3e2a4d8a-79d4-425e-94d3-823d6833f973" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 588749, "block_size": 4096, "block_total": 625618, "block_used": 36869, "device": "/dev/mapper/foo-test2", "fstype": "ext4", "inode_available": 163829, "inode_total": 163840, "inode_used": 11, "mount": "/opt/test2", "options": "rw,seclabel,relatime,stripe=2048", "size_available": 2411515904, "size_total": 2562531328, "uuid": "3e2a4d8a-79d4-425e-94d3-823d6833f973" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:38 Sunday 11 February 2024 06:16:31 +0000 (0:00:00.019) 0:01:50.383 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:51 Sunday 11 February 2024 06:16:31 +0000 (0:00:00.012) 0:01:50.396 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:63 Sunday 11 February 2024 06:16:31 +0000 (0:00:00.015) 0:01:50.411 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:71 Sunday 11 February 2024 06:16:31 +0000 (0:00:00.014) 0:01:50.426 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:83 Sunday 11 February 2024 06:16:31 +0000 (0:00:00.012) 0:01:50.439 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:95 Sunday 11 February 2024 06:16:31 +0000 (0:00:00.011) 0:01:50.450 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:110 Sunday 11 February 2024 06:16:31 +0000 (0:00:00.011) 0:01:50.462 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:122 Sunday 11 February 2024 06:16:31 +0000 (0:00:00.014) 0:01:50.477 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:128 Sunday 11 February 2024 06:16:31 +0000 (0:00:00.011) 0:01:50.488 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:134 Sunday 11 February 2024 06:16:31 +0000 (0:00:00.011) 0:01:50.499 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:146 Sunday 11 February 2024 06:16:31 +0000 (0:00:00.012) 0:01:50.512 ******* ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_device_matches": null, "storage_test_mount_expected_match_count": null, "storage_test_mount_point_matches": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:2 Sunday 11 February 2024 06:16:31 +0000 (0:00:00.011) 0:01:50.523 ******* ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/foo-test2 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test2 ext4 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test2 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:40 Sunday 11 February 2024 06:16:31 +0000 (0:00:00.024) 0:01:50.547 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:48 Sunday 11 February 2024 06:16:31 +0000 (0:00:00.014) 0:01:50.562 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:58 Sunday 11 February 2024 06:16:31 +0000 (0:00:00.014) 0:01:50.577 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:71 Sunday 11 February 2024 06:16:31 +0000 (0:00:00.011) 0:01:50.588 ******* 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-ciyhs6t1ye/tests/test-verify-volume-fs.yml:3 Sunday 11 February 2024 06:16:31 +0000 (0:00:00.012) 0:01:50.601 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fs.yml:12 Sunday 11 February 2024 06:16:31 +0000 (0:00:00.015) 0:01:50.617 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:3 Sunday 11 February 2024 06:16:31 +0000 (0:00:00.016) 0:01:50.634 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707632182.7313223, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1707632181.1403751, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 783, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1707632181.1403751, "nlink": 1, "path": "/dev/mapper/foo-test2", "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-ciyhs6t1ye/tests/test-verify-volume-device.yml:9 Sunday 11 February 2024 06:16:32 +0000 (0:00:00.208) 0:01:50.842 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:16 Sunday 11 February 2024 06:16:32 +0000 (0:00:00.016) 0:01:50.858 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:24 Sunday 11 February 2024 06:16:32 +0000 (0:00:00.012) 0:01:50.871 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:30 Sunday 11 February 2024 06:16:32 +0000 (0:00:00.014) 0:01:50.885 ******* ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:34 Sunday 11 February 2024 06:16:32 +0000 (0:00:00.012) 0:01:50.898 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:39 Sunday 11 February 2024 06:16:32 +0000 (0:00:00.012) 0:01:50.910 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:3 Sunday 11 February 2024 06:16:32 +0000 (0:00:00.013) 0:01:50.924 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:10 Sunday 11 February 2024 06:16:32 +0000 (0:00:00.011) 0:01:50.935 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:17 Sunday 11 February 2024 06:16:34 +0000 (0:00:02.464) 0:01:53.400 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:23 Sunday 11 February 2024 06:16:34 +0000 (0:00:00.013) 0:01:53.413 ******* skipping: [sut] => { "changed": false, "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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:32 Sunday 11 February 2024 06:16:34 +0000 (0:00:00.011) 0:01:53.425 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:45 Sunday 11 February 2024 06:16:34 +0000 (0:00:00.017) 0:01:53.442 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:51 Sunday 11 February 2024 06:16:34 +0000 (0:00:00.012) 0:01:53.455 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:56 Sunday 11 February 2024 06:16:34 +0000 (0:00:00.012) 0:01:53.467 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:69 Sunday 11 February 2024 06:16:34 +0000 (0:00:00.012) 0:01:53.479 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:81 Sunday 11 February 2024 06:16:34 +0000 (0:00:00.012) 0:01:53.492 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:94 Sunday 11 February 2024 06:16:34 +0000 (0:00:00.011) 0:01:53.503 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:106 Sunday 11 February 2024 06:16:34 +0000 (0:00:00.015) 0:01:53.519 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:114 Sunday 11 February 2024 06:16:34 +0000 (0:00:00.013) 0:01:53.533 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:122 Sunday 11 February 2024 06:16:34 +0000 (0:00:00.012) 0:01:53.546 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:131 Sunday 11 February 2024 06:16:34 +0000 (0:00:00.011) 0:01:53.557 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:140 Sunday 11 February 2024 06:16:34 +0000 (0:00:00.011) 0:01:53.568 ******* 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-ciyhs6t1ye/tests/test-verify-volume-md.yml:8 Sunday 11 February 2024 06:16:34 +0000 (0:00:00.011) 0:01:53.580 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:14 Sunday 11 February 2024 06:16:34 +0000 (0:00:00.011) 0:01:53.591 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:21 Sunday 11 February 2024 06:16:34 +0000 (0:00:00.011) 0:01:53.603 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:28 Sunday 11 February 2024 06:16:34 +0000 (0:00:00.014) 0:01:53.618 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:35 Sunday 11 February 2024 06:16:34 +0000 (0:00:00.013) 0:01:53.631 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:45 Sunday 11 February 2024 06:16:34 +0000 (0:00:00.012) 0:01:53.644 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:54 Sunday 11 February 2024 06:16:35 +0000 (0:00:00.013) 0:01:53.657 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:63 Sunday 11 February 2024 06:16:35 +0000 (0:00:00.012) 0:01:53.670 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:72 Sunday 11 February 2024 06:16:35 +0000 (0:00:00.015) 0:01:53.685 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:81 Sunday 11 February 2024 06:16:35 +0000 (0:00:00.014) 0:01:53.699 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:3 Sunday 11 February 2024 06:16:35 +0000 (0:00:00.017) 0:01:53.717 ******* ok: [sut] => { "bytes": 2684354560, "changed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:11 Sunday 11 February 2024 06:16:35 +0000 (0:00:00.202) 0:01:53.920 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:20 Sunday 11 February 2024 06:16:35 +0000 (0:00:00.016) 0:01:53.936 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:28 Sunday 11 February 2024 06:16:35 +0000 (0:00:00.015) 0:01:53.951 ******* ok: [sut] => { "storage_test_expected_size": "6436008492.599999" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:32 Sunday 11 February 2024 06:16:35 +0000 (0:00:00.013) 0:01:53.965 ******* ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:46 Sunday 11 February 2024 06:16:35 +0000 (0:00:00.200) 0:01:54.165 ******* ok: [sut] => { "storage_test_pool": { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-1", "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "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": "60%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test2", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_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/test2", "mount_user": null, "name": "test2", "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": "25%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:50 Sunday 11 February 2024 06:16:35 +0000 (0:00:00.018) 0:01:54.184 ******* ok: [sut] => { "storage_test_blkinfo": { "changed": false, "failed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test1", "size": "6G", "type": "lvm", "uuid": "573fe95e-ba86-4979-8942-9c048da1e6a3" }, "/dev/mapper/foo-test2": { "fstype": "ext4", "label": "", "name": "/dev/mapper/foo-test2", "size": "2.5G", "type": "lvm", "uuid": "3e2a4d8a-79d4-425e-94d3-823d6833f973" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "ZzW84Q-lWcC-W0wv-SKEs-dNjj-jclx-oSBXzi" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "ext4", "label": "", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "d435ad71-5de9-4faf-85d8-ce4874fd8ac2" }, "/dev/zram0": { "fstype": "", "label": "", "name": "/dev/zram0", "size": "3.6G", "type": "disk", "uuid": "" } } } } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:54 Sunday 11 February 2024 06:16:35 +0000 (0:00:00.018) 0:01:54.203 ******* ok: [sut] => { "storage_test_pool_size": { "bytes": 10726680821, "changed": false, "failed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:58 Sunday 11 February 2024 06:16:35 +0000 (0:00:00.017) 0:01:54.220 ******* ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "2681670205.25" }, "changed": false } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:68 Sunday 11 February 2024 06:16:35 +0000 (0:00:00.016) 0:01:54.237 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:72 Sunday 11 February 2024 06:16:35 +0000 (0:00:00.012) 0:01:54.249 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:77 Sunday 11 February 2024 06:16:35 +0000 (0:00:00.011) 0:01:54.261 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:83 Sunday 11 February 2024 06:16:35 +0000 (0:00:00.012) 0:01:54.273 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:88 Sunday 11 February 2024 06:16:35 +0000 (0:00:00.011) 0:01:54.285 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:96 Sunday 11 February 2024 06:16:35 +0000 (0:00:00.011) 0:01:54.296 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:104 Sunday 11 February 2024 06:16:35 +0000 (0:00:00.011) 0:01:54.308 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:109 Sunday 11 February 2024 06:16:35 +0000 (0:00:00.012) 0:01:54.320 ******* skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:113 Sunday 11 February 2024 06:16:35 +0000 (0:00:00.011) 0:01:54.332 ******* skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:117 Sunday 11 February 2024 06:16:35 +0000 (0:00:00.011) 0:01:54.343 ******* skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:121 Sunday 11 February 2024 06:16:35 +0000 (0:00:00.011) 0:01:54.354 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:129 Sunday 11 February 2024 06:16:35 +0000 (0:00:00.011) 0:01:54.366 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:138 Sunday 11 February 2024 06:16:35 +0000 (0:00:00.011) 0:01:54.377 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:142 Sunday 11 February 2024 06:16:35 +0000 (0:00:00.012) 0:01:54.390 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:150 Sunday 11 February 2024 06:16:35 +0000 (0:00:00.029) 0:01:54.419 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:156 Sunday 11 February 2024 06:16:35 +0000 (0:00:00.013) 0:01:54.432 ******* ok: [sut] => { "storage_test_actual_size": { "bytes": 2684354560, "changed": false, "failed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:160 Sunday 11 February 2024 06:16:35 +0000 (0:00:00.013) 0:01:54.446 ******* ok: [sut] => { "storage_test_expected_size": "2681670205.25" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:164 Sunday 11 February 2024 06:16:35 +0000 (0:00:00.012) 0:01:54.458 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:5 Sunday 11 February 2024 06:16:35 +0000 (0:00:00.016) 0:01:54.475 ******* ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test2" ], "delta": "0:00:00.040696", "end": "2024-02-11 06:16:36.039073", "rc": 0, "start": "2024-02-11 06:16:35.998377" } STDOUT: LVM2_LV_NAME=test2 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-ciyhs6t1ye/tests/test-verify-volume-cache.yml:13 Sunday 11 February 2024 06:16:36 +0000 (0:00:00.247) 0:01:54.723 ******* ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:18 Sunday 11 February 2024 06:16:36 +0000 (0:00:00.016) 0:01:54.739 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:27 Sunday 11 February 2024 06:16:36 +0000 (0:00:00.015) 0:01:54.755 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:35 Sunday 11 February 2024 06:16:36 +0000 (0:00:00.014) 0:01:54.769 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:41 Sunday 11 February 2024 06:16:36 +0000 (0:00:00.012) 0:01:54.782 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:47 Sunday 11 February 2024 06:16:36 +0000 (0:00:00.012) 0:01:54.795 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume.yml:27 Sunday 11 February 2024 06:16:36 +0000 (0:00:00.013) 0:01:54.808 ******* 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-ciyhs6t1ye/tests/verify-role-results.yml:44 Sunday 11 February 2024 06:16:36 +0000 (0:00:00.011) 0:01:54.820 ******* TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml:54 Sunday 11 February 2024 06:16:36 +0000 (0:00:00.010) 0:01:54.830 ******* ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Get the size of test2 volume] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/tests_lvm_percent_size.yml:101 Sunday 11 February 2024 06:16:36 +0000 (0:00:00.012) 0:01:54.842 ******* ok: [sut] => { "changed": false, "cmd": [ "lsblk", "--noheadings", "-o", "SIZE", "/dev/mapper/foo-test2" ], "delta": "0:00:00.004443", "end": "2024-02-11 06:16:36.365902", "rc": 0, "start": "2024-02-11 06:16:36.361459" } STDOUT: 2.5G TASK [Remove the test1 volume without changing its size] *********************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/tests_lvm_percent_size.yml:106 Sunday 11 February 2024 06:16:36 +0000 (0:00:00.207) 0:01:55.050 ******* TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 11 February 2024 06:16:36 +0000 (0:00:00.033) 0:01:55.084 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for sut TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 11 February 2024 06:16:36 +0000 (0:00:00.017) 0:01:55.102 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 11 February 2024 06:16:36 +0000 (0:00:00.015) 0:01:55.117 ******* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "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" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 11 February 2024 06:16:36 +0000 (0:00:00.030) 0:01:55.147 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 11 February 2024 06:16:36 +0000 (0:00:00.011) 0:01:55.158 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 11 February 2024 06:16:36 +0000 (0:00:00.012) 0:01:55.171 ******* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 11 February 2024 06:16:36 +0000 (0:00:00.012) 0:01:55.184 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 11 February 2024 06:16:36 +0000 (0:00:00.011) 0:01:55.195 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for sut TASK [linux-system-roles.storage : Make sure blivet is available] ************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 11 February 2024 06:16:36 +0000 (0:00:00.024) 0:01:55.220 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: libblockdev-crypto libblockdev-dm libblockdev-lvm libblockdev-mdraid libblockdev-swap python3-blivet TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 11 February 2024 06:16:39 +0000 (0:00:02.446) 0:01:57.667 ******* ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "state": "present", "volumes": [ { "mount_point": "/opt/test1", "name": "test1", "size": "60%", "state": "absent" }, { "mount_point": "/opt/test2", "name": "test2", "size": "25%" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 11 February 2024 06:16:39 +0000 (0:00:00.016) 0:01:57.683 ******* ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 11 February 2024 06:16:39 +0000 (0:00:00.013) 0:01:57.696 ******* ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [ "lvm2" ], "pools": [], "volumes": [] } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 11 February 2024 06:16:41 +0000 (0:00:02.223) 0:01:59.919 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml for sut TASK [linux-system-roles.storage : Check if the COPR support packages should be installed] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:2 Sunday 11 February 2024 06:16:41 +0000 (0:00:00.022) 0:01:59.942 ******* skipping: [sut] => (item={'repository': 'rhawalsh/dm-vdo', 'packages': ['vdo', 'kmod-vdo']}) => { "ansible_loop_var": "repo", "changed": false, "repo": { "packages": [ "vdo", "kmod-vdo" ], "repository": "rhawalsh/dm-vdo" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:13 Sunday 11 February 2024 06:16:41 +0000 (0:00:00.018) 0:01:59.960 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable COPRs] ******************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:20 Sunday 11 February 2024 06:16:41 +0000 (0:00:00.013) 0:01:59.973 ******* skipping: [sut] => (item={'repository': 'rhawalsh/dm-vdo', 'packages': ['vdo', 'kmod-vdo']}) => { "ansible_loop_var": "repo", "changed": false, "repo": { "packages": [ "vdo", "kmod-vdo" ], "repository": "rhawalsh/dm-vdo" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 11 February 2024 06:16:41 +0000 (0:00:00.018) 0:01:59.992 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: kpartx lvm2 TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 11 February 2024 06:16:43 +0000 (0:00:02.464) 0:02:02.456 ******* 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" }, "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": "inactive", "status": "disabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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": "disabled" }, "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" }, "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" }, "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": "unknown" }, "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" }, "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" }, "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-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": "unknown" }, "modprobe@dm_mod.service": { "name": "modprobe@dm_mod.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "modprobe@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "modprobe@efi_pstore.service": { "name": "modprobe@efi_pstore.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "modprobe@loop.service": { "name": "modprobe@loop.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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" }, "pam_namespace.service": { "name": "pam_namespace.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": "running", "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" }, "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" }, "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" }, "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": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "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" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-plymouth.service": { "name": "systemd-ask-password-plymouth.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-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-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": "unknown", "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-pcrfs-root.service": { "name": "systemd-pcrfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pcrfs@.service": { "name": "systemd-pcrfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrmachine.service": { "name": "systemd-pcrmachine.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-initrd.service": { "name": "systemd-pcrphase-initrd.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-sysinit.service": { "name": "systemd-pcrphase-sysinit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase.service": { "name": "systemd-pcrphase.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-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-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysext.service": { "name": "systemd-sysext.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-sysupdate-reboot.service": { "name": "systemd-sysupdate-reboot.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysupdate.service": { "name": "systemd-sysupdate.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-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.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-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": "unknown" }, "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": "running", "status": "enabled" }, "unbound-anchor.service": { "name": "unbound-anchor.service", "source": "systemd", "state": "stopped", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "unknown" } } }, "changed": false } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 11 February 2024 06:16:45 +0000 (0:00:02.173) 0:02:04.630 ******* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 11 February 2024 06:16:45 +0000 (0:00:00.020) 0:02:04.651 ******* TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 11 February 2024 06:16:46 +0000 (0:00:00.011) 0:02:04.662 ******* changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/foo-test1", "fs_type": null } ], "changed": true, "crypts": [], "leaves": [ "/dev/mapper/foo-test2", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/zram0" ], "mounts": [ { "fstype": "xfs", "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "absent" }, { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/foo-test2", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "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": "60%", "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test2", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_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/test2", "mount_user": null, "name": "test2", "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": "25%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 11 February 2024 06:16:48 +0000 (0:00:02.856) 0:02:07.519 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 11 February 2024 06:16:48 +0000 (0:00:00.013) 0:02:07.532 ******* TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Sunday 11 February 2024 06:16:48 +0000 (0:00:00.011) 0:02:07.544 ******* ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/foo-test1", "fs_type": null } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/foo-test2", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/zram0" ], "mounts": [ { "fstype": "xfs", "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "absent" }, { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/foo-test2", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "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": "60%", "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test2", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_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/test2", "mount_user": null, "name": "test2", "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": "25%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Sunday 11 February 2024 06:16:48 +0000 (0:00:00.016) 0:02:07.561 ******* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "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": "60%", "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test2", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_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/test2", "mount_user": null, "name": "test2", "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": "25%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Sunday 11 February 2024 06:16:48 +0000 (0:00:00.018) 0:02:07.579 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Sunday 11 February 2024 06:16:48 +0000 (0:00:00.013) 0:02:07.593 ******* changed: [sut] => (item={'src': '/dev/mapper/foo-test1', 'path': '/opt/test1', 'state': 'absent', 'fstype': 'xfs'}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "fstype": "xfs", "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "absent" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Sunday 11 February 2024 06:16:49 +0000 (0:00:00.218) 0:02:07.812 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Sunday 11 February 2024 06:16:50 +0000 (0:00:00.974) 0:02:08.787 ******* ok: [sut] => (item={'src': '/dev/mapper/foo-test2', 'path': '/opt/test2', 'fstype': 'ext4', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "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/test2", "src": "/dev/mapper/foo-test2", "state": "mounted" }, "name": "/opt/test2", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test2" } TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Sunday 11 February 2024 06:16:50 +0000 (0:00:00.209) 0:02:08.996 ******* skipping: [sut] => (item={'src': '/dev/mapper/foo-test2', 'path': '/opt/test2', 'fstype': 'ext4', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "mount_info": { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/foo-test2", "state": "mounted" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Sunday 11 February 2024 06:16:50 +0000 (0:00:00.016) 0:02:09.012 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Sunday 11 February 2024 06:16:51 +0000 (0:00:00.963) 0:02:09.976 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707632096.6742275, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1706607372.29, "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": 1706606894.518, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "108538731", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Sunday 11 February 2024 06:16:51 +0000 (0:00:00.205) 0:02:10.181 ******* TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Sunday 11 February 2024 06:16:51 +0000 (0:00:00.011) 0:02:10.192 ******* ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/tests_lvm_percent_size.yml:123 Sunday 11 February 2024 06:16:52 +0000 (0:00:00.776) 0:02:10.969 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml:2 Sunday 11 February 2024 06:16:52 +0000 (0:00:00.025) 0:02:10.994 ******* ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "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": "60%", "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test2", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_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/test2", "mount_user": null, "name": "test2", "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": "25%", "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-ciyhs6t1ye/tests/verify-role-results.yml:7 Sunday 11 February 2024 06:16:52 +0000 (0:00:00.016) 0:02:11.011 ******* skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml:15 Sunday 11 February 2024 06:16:52 +0000 (0:00:00.011) 0:02:11.022 ******* ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test2": { "fstype": "ext4", "label": "", "name": "/dev/mapper/foo-test2", "size": "2.5G", "type": "lvm", "uuid": "3e2a4d8a-79d4-425e-94d3-823d6833f973" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "ZzW84Q-lWcC-W0wv-SKEs-dNjj-jclx-oSBXzi" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "ext4", "label": "", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "d435ad71-5de9-4faf-85d8-ce4874fd8ac2" }, "/dev/zram0": { "fstype": "", "label": "", "name": "/dev/zram0", "size": "3.6G", "type": "disk", "uuid": "" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml:20 Sunday 11 February 2024 06:16:52 +0000 (0:00:00.203) 0:02:11.225 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003318", "end": "2024-02-11 06:16:52.743389", "rc": 0, "start": "2024-02-11 06:16:52.740071" } STDOUT: # # /etc/fstab # Created by anaconda on Tue Jan 30 09:28:14 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=d435ad71-5de9-4faf-85d8-ce4874fd8ac2 / 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 /dev/mapper/foo-test2 /opt/test2 ext4 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml:25 Sunday 11 February 2024 06:16:52 +0000 (0:00:00.200) 0:02:11.426 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003207", "end": "2024-02-11 06:16:52.942939", "failed_when_result": false, "rc": 0, "start": "2024-02-11 06:16:52.939732" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml:34 Sunday 11 February 2024 06:16:52 +0000 (0:00:00.198) 0:02:11.625 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool.yml:5 Sunday 11 February 2024 06:16:52 +0000 (0:00:00.026) 0:02:11.651 ******* ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool.yml:18 Sunday 11 February 2024 06:16:53 +0000 (0:00:00.011) 0:02:11.663 ******* ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.032788", "end": "2024-02-11 06:16:53.214182", "rc": 0, "start": "2024-02-11 06:16:53.181394" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool.yml:24 Sunday 11 February 2024 06:16:53 +0000 (0:00:00.233) 0:02:11.896 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool.yml:34 Sunday 11 February 2024 06:16:53 +0000 (0:00:00.018) 0:02:11.915 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:2 Sunday 11 February 2024 06:16:53 +0000 (0:00:00.025) 0:02:11.940 ******* 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-ciyhs6t1ye/tests/test-verify-pool-members.yml:13 Sunday 11 February 2024 06:16:53 +0000 (0:00:00.018) 0:02:11.959 ******* 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-ciyhs6t1ye/tests/test-verify-pool-members.yml:22 Sunday 11 February 2024 06:16:53 +0000 (0:00:00.199) 0:02:12.158 ******* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:27 Sunday 11 February 2024 06:16:53 +0000 (0:00:00.020) 0:02:12.179 ******* ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:33 Sunday 11 February 2024 06:16:53 +0000 (0:00:00.024) 0:02:12.203 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:42 Sunday 11 February 2024 06:16:53 +0000 (0:00:00.023) 0:02:12.226 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:48 Sunday 11 February 2024 06:16:53 +0000 (0:00:00.017) 0:02:12.243 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:54 Sunday 11 February 2024 06:16:53 +0000 (0:00:00.016) 0:02:12.260 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:59 Sunday 11 February 2024 06:16:53 +0000 (0:00:00.025) 0:02:12.285 ******* ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:73 Sunday 11 February 2024 06:16:53 +0000 (0:00:00.020) 0:02:12.306 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:8 Sunday 11 February 2024 06:16:53 +0000 (0:00:00.024) 0:02:12.330 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:14 Sunday 11 February 2024 06:16:53 +0000 (0:00:00.017) 0:02:12.348 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:21 Sunday 11 February 2024 06:16:53 +0000 (0:00:00.024) 0:02:12.372 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:28 Sunday 11 February 2024 06:16:53 +0000 (0:00:00.018) 0:02:12.391 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:35 Sunday 11 February 2024 06:16:53 +0000 (0:00:00.037) 0:02:12.428 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:45 Sunday 11 February 2024 06:16:53 +0000 (0:00:00.013) 0:02:12.441 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:54 Sunday 11 February 2024 06:16:53 +0000 (0:00:00.019) 0:02:12.461 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:64 Sunday 11 February 2024 06:16:53 +0000 (0:00:00.013) 0:02:12.474 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:74 Sunday 11 February 2024 06:16:53 +0000 (0:00:00.014) 0:02:12.488 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:85 Sunday 11 February 2024 06:16:53 +0000 (0:00:00.014) 0:02:12.503 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:95 Sunday 11 February 2024 06:16:53 +0000 (0:00:00.014) 0:02:12.517 ******* 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-ciyhs6t1ye/tests/test-verify-pool-members.yml:76 Sunday 11 February 2024 06:16:53 +0000 (0:00:00.012) 0:02:12.530 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-lvmraid.yml:2 Sunday 11 February 2024 06:16:53 +0000 (0:00:00.027) 0:02:12.558 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:8 Sunday 11 February 2024 06:16:53 +0000 (0:00:00.033) 0:02:12.592 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:16 Sunday 11 February 2024 06:16:53 +0000 (0:00:00.013) 0:02:12.606 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:21 Sunday 11 February 2024 06:16:53 +0000 (0:00:00.023) 0:02:12.629 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:29 Sunday 11 February 2024 06:16:53 +0000 (0:00:00.023) 0:02:12.652 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:34 Sunday 11 February 2024 06:16:54 +0000 (0:00:00.053) 0:02:12.706 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:40 Sunday 11 February 2024 06:16:54 +0000 (0:00:00.024) 0:02:12.731 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:46 Sunday 11 February 2024 06:16:54 +0000 (0:00:00.018) 0:02:12.750 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:8 Sunday 11 February 2024 06:16:54 +0000 (0:00:00.028) 0:02:12.778 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:16 Sunday 11 February 2024 06:16:54 +0000 (0:00:00.026) 0:02:12.804 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:21 Sunday 11 February 2024 06:16:54 +0000 (0:00:00.028) 0:02:12.833 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:29 Sunday 11 February 2024 06:16:54 +0000 (0:00:00.043) 0:02:12.876 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:34 Sunday 11 February 2024 06:16:54 +0000 (0:00:00.025) 0:02:12.901 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:40 Sunday 11 February 2024 06:16:54 +0000 (0:00:00.016) 0:02:12.917 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:46 Sunday 11 February 2024 06:16:54 +0000 (0:00:00.020) 0:02:12.938 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:79 Sunday 11 February 2024 06:16:54 +0000 (0:00:00.013) 0:02:12.951 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-thin.yml:2 Sunday 11 February 2024 06:16:54 +0000 (0:00:00.057) 0:02:13.009 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml:8 Sunday 11 February 2024 06:16:54 +0000 (0:00:00.031) 0:02:13.040 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml:16 Sunday 11 February 2024 06:16:54 +0000 (0:00:00.015) 0:02:13.056 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml:23 Sunday 11 February 2024 06:16:54 +0000 (0:00:00.013) 0:02:13.070 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml:27 Sunday 11 February 2024 06:16:54 +0000 (0:00:00.018) 0:02:13.088 ******* ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml:8 Sunday 11 February 2024 06:16:54 +0000 (0:00:00.014) 0:02:13.103 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml:16 Sunday 11 February 2024 06:16:54 +0000 (0:00:00.014) 0:02:13.117 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml:23 Sunday 11 February 2024 06:16:54 +0000 (0:00:00.017) 0:02:13.134 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml:27 Sunday 11 February 2024 06:16:54 +0000 (0:00:00.018) 0:02:13.153 ******* ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:82 Sunday 11 February 2024 06:16:54 +0000 (0:00:00.022) 0:02:13.176 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-encryption.yml:5 Sunday 11 February 2024 06:16:54 +0000 (0:00:00.028) 0:02:13.204 ******* 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-ciyhs6t1ye/tests/verify-pool-members-encryption.yml:13 Sunday 11 February 2024 06:16:54 +0000 (0:00:00.015) 0:02:13.220 ******* skipping: [sut] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-encryption.yml:20 Sunday 11 February 2024 06:16:54 +0000 (0:00:00.015) 0:02:13.236 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-crypttab.yml for sut TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-crypttab.yml:2 Sunday 11 February 2024 06:16:54 +0000 (0:00:00.030) 0:02:13.267 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-crypttab.yml:9 Sunday 11 February 2024 06:16:54 +0000 (0:00:00.018) 0:02:13.285 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-crypttab.yml:18 Sunday 11 February 2024 06:16:54 +0000 (0:00:00.027) 0:02:13.313 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-crypttab.yml:27 Sunday 11 February 2024 06:16:54 +0000 (0:00:00.013) 0:02:13.327 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-crypttab.yml:37 Sunday 11 February 2024 06:16:54 +0000 (0:00:00.014) 0:02:13.342 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-crypttab.yml:47 Sunday 11 February 2024 06:16:54 +0000 (0:00:00.016) 0:02:13.358 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-encryption.yml:27 Sunday 11 February 2024 06:16:54 +0000 (0:00:00.015) 0:02:13.373 ******* 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-ciyhs6t1ye/tests/test-verify-pool-members.yml:85 Sunday 11 February 2024 06:16:54 +0000 (0:00:00.015) 0:02:13.389 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-vdo.yml:2 Sunday 11 February 2024 06:16:54 +0000 (0:00:00.031) 0:02:13.421 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:9 Sunday 11 February 2024 06:16:54 +0000 (0:00:00.036) 0:02:13.457 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:16 Sunday 11 February 2024 06:16:54 +0000 (0:00:00.013) 0:02:13.470 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:22 Sunday 11 February 2024 06:16:54 +0000 (0:00:00.041) 0:02:13.512 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:28 Sunday 11 February 2024 06:16:54 +0000 (0:00:00.016) 0:02:13.528 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:35 Sunday 11 February 2024 06:16:54 +0000 (0:00:00.019) 0:02:13.548 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:41 Sunday 11 February 2024 06:16:54 +0000 (0:00:00.014) 0:02:13.562 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:47 Sunday 11 February 2024 06:16:54 +0000 (0:00:00.014) 0:02:13.577 ******* ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:9 Sunday 11 February 2024 06:16:54 +0000 (0:00:00.013) 0:02:13.590 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:16 Sunday 11 February 2024 06:16:54 +0000 (0:00:00.015) 0:02:13.605 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:22 Sunday 11 February 2024 06:16:54 +0000 (0:00:00.023) 0:02:13.629 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:28 Sunday 11 February 2024 06:16:54 +0000 (0:00:00.014) 0:02:13.643 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:35 Sunday 11 February 2024 06:16:55 +0000 (0:00:00.014) 0:02:13.658 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:41 Sunday 11 February 2024 06:16:55 +0000 (0:00:00.013) 0:02:13.671 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:47 Sunday 11 February 2024 06:16:55 +0000 (0:00:00.014) 0:02:13.685 ******* ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:88 Sunday 11 February 2024 06:16:55 +0000 (0:00:00.013) 0:02:13.699 ******* 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-ciyhs6t1ye/tests/test-verify-pool-volumes.yml:3 Sunday 11 February 2024 06:16:55 +0000 (0:00:00.013) 0:02:13.713 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume.yml:2 Sunday 11 February 2024 06:16:55 +0000 (0:00:00.037) 0:02:13.750 ******* 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-ciyhs6t1ye/tests/test-verify-volume.yml:21 Sunday 11 February 2024 06:16:55 +0000 (0:00:00.027) 0:02:13.777 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:7 Sunday 11 February 2024 06:16:55 +0000 (0:00:00.073) 0:02:13.850 ******* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:16 Sunday 11 February 2024 06:16:55 +0000 (0:00:00.017) 0:02:13.868 ******* ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [], "storage_test_mount_expected_match_count": "0", "storage_test_mount_point_matches": [], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:38 Sunday 11 February 2024 06:16:55 +0000 (0:00:00.029) 0:02:13.897 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:51 Sunday 11 February 2024 06:16:55 +0000 (0:00:00.015) 0:02:13.912 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:63 Sunday 11 February 2024 06:16:55 +0000 (0:00:00.013) 0:02:13.925 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:71 Sunday 11 February 2024 06:16:55 +0000 (0:00:00.015) 0:02:13.941 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:83 Sunday 11 February 2024 06:16:55 +0000 (0:00:00.013) 0:02:13.954 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:95 Sunday 11 February 2024 06:16:55 +0000 (0:00:00.014) 0:02:13.968 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:110 Sunday 11 February 2024 06:16:55 +0000 (0:00:00.026) 0:02:13.994 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:122 Sunday 11 February 2024 06:16:55 +0000 (0:00:00.021) 0:02:14.016 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:128 Sunday 11 February 2024 06:16:55 +0000 (0:00:00.018) 0:02:14.034 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:134 Sunday 11 February 2024 06:16:55 +0000 (0:00:00.014) 0:02:14.048 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:146 Sunday 11 February 2024 06:16:55 +0000 (0:00:00.013) 0:02:14.062 ******* ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_device_matches": null, "storage_test_mount_expected_match_count": null, "storage_test_mount_point_matches": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:2 Sunday 11 February 2024 06:16:55 +0000 (0:00:00.012) 0:02:14.075 ******* 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-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:40 Sunday 11 February 2024 06:16:55 +0000 (0:00:00.029) 0:02:14.104 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:48 Sunday 11 February 2024 06:16:55 +0000 (0:00:00.015) 0:02:14.119 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:58 Sunday 11 February 2024 06:16:55 +0000 (0:00:00.029) 0:02:14.149 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:71 Sunday 11 February 2024 06:16:55 +0000 (0:00:00.014) 0:02:14.164 ******* 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-ciyhs6t1ye/tests/test-verify-volume-fs.yml:3 Sunday 11 February 2024 06:16:55 +0000 (0:00:00.012) 0:02:14.177 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fs.yml:12 Sunday 11 February 2024 06:16:55 +0000 (0:00:00.012) 0:02:14.189 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:3 Sunday 11 February 2024 06:16:55 +0000 (0:00:00.013) 0:02:14.203 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:9 Sunday 11 February 2024 06:16:55 +0000 (0:00:00.201) 0:02:14.405 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:16 Sunday 11 February 2024 06:16:55 +0000 (0:00:00.020) 0:02:14.425 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:24 Sunday 11 February 2024 06:16:55 +0000 (0:00:00.018) 0:02:14.443 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:30 Sunday 11 February 2024 06:16:55 +0000 (0:00:00.010) 0:02:14.454 ******* ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:34 Sunday 11 February 2024 06:16:55 +0000 (0:00:00.014) 0:02:14.468 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:39 Sunday 11 February 2024 06:16:55 +0000 (0:00:00.024) 0:02:14.493 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:3 Sunday 11 February 2024 06:16:55 +0000 (0:00:00.010) 0:02:14.503 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:10 Sunday 11 February 2024 06:16:55 +0000 (0:00:00.012) 0:02:14.516 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:17 Sunday 11 February 2024 06:16:58 +0000 (0:00:02.492) 0:02:17.008 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:23 Sunday 11 February 2024 06:16:58 +0000 (0:00:00.013) 0:02:17.021 ******* skipping: [sut] => { "changed": false, "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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:32 Sunday 11 February 2024 06:16:58 +0000 (0:00:00.012) 0:02:17.034 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:45 Sunday 11 February 2024 06:16:58 +0000 (0:00:00.009) 0:02:17.044 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:51 Sunday 11 February 2024 06:16:58 +0000 (0:00:00.012) 0:02:17.057 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:56 Sunday 11 February 2024 06:16:58 +0000 (0:00:00.012) 0:02:17.069 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:69 Sunday 11 February 2024 06:16:58 +0000 (0:00:00.010) 0:02:17.080 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:81 Sunday 11 February 2024 06:16:58 +0000 (0:00:00.011) 0:02:17.092 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:94 Sunday 11 February 2024 06:16:58 +0000 (0:00:00.009) 0:02:17.101 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:106 Sunday 11 February 2024 06:16:58 +0000 (0:00:00.016) 0:02:17.117 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:114 Sunday 11 February 2024 06:16:58 +0000 (0:00:00.015) 0:02:17.133 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:122 Sunday 11 February 2024 06:16:58 +0000 (0:00:00.018) 0:02:17.151 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:131 Sunday 11 February 2024 06:16:58 +0000 (0:00:00.012) 0:02:17.164 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:140 Sunday 11 February 2024 06:16:58 +0000 (0:00:00.014) 0:02:17.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-ciyhs6t1ye/tests/test-verify-volume-md.yml:8 Sunday 11 February 2024 06:16:58 +0000 (0:00:00.012) 0:02:17.190 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:14 Sunday 11 February 2024 06:16:58 +0000 (0:00:00.014) 0:02:17.205 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:21 Sunday 11 February 2024 06:16:58 +0000 (0:00:00.012) 0:02:17.217 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:28 Sunday 11 February 2024 06:16:58 +0000 (0:00:00.011) 0:02:17.229 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:35 Sunday 11 February 2024 06:16:58 +0000 (0:00:00.011) 0:02:17.240 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:45 Sunday 11 February 2024 06:16:58 +0000 (0:00:00.013) 0:02:17.254 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:54 Sunday 11 February 2024 06:16:58 +0000 (0:00:00.011) 0:02:17.265 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:63 Sunday 11 February 2024 06:16:58 +0000 (0:00:00.011) 0:02:17.276 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:72 Sunday 11 February 2024 06:16:58 +0000 (0:00:00.011) 0:02:17.287 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:81 Sunday 11 February 2024 06:16:58 +0000 (0:00:00.011) 0:02:17.299 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:3 Sunday 11 February 2024 06:16:58 +0000 (0:00:00.011) 0:02:17.310 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:11 Sunday 11 February 2024 06:16:58 +0000 (0:00:00.012) 0:02:17.323 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:20 Sunday 11 February 2024 06:16:58 +0000 (0:00:00.011) 0:02:17.334 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:28 Sunday 11 February 2024 06:16:58 +0000 (0:00:00.011) 0:02:17.345 ******* ok: [sut] => { "storage_test_expected_size": "2681670205.25" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:32 Sunday 11 February 2024 06:16:58 +0000 (0:00:00.012) 0:02:17.357 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:46 Sunday 11 February 2024 06:16:58 +0000 (0:00:00.011) 0:02:17.368 ******* skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:50 Sunday 11 February 2024 06:16:58 +0000 (0:00:00.011) 0:02:17.380 ******* skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:54 Sunday 11 February 2024 06:16:58 +0000 (0:00:00.018) 0:02:17.398 ******* skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:58 Sunday 11 February 2024 06:16:58 +0000 (0:00:00.012) 0:02:17.411 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:68 Sunday 11 February 2024 06:16:58 +0000 (0:00:00.012) 0:02:17.424 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:72 Sunday 11 February 2024 06:16:58 +0000 (0:00:00.012) 0:02:17.436 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:77 Sunday 11 February 2024 06:16:58 +0000 (0:00:00.012) 0:02:17.449 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:83 Sunday 11 February 2024 06:16:58 +0000 (0:00:00.013) 0:02:17.462 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:88 Sunday 11 February 2024 06:16:58 +0000 (0:00:00.015) 0:02:17.477 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:96 Sunday 11 February 2024 06:16:58 +0000 (0:00:00.012) 0:02:17.490 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:104 Sunday 11 February 2024 06:16:58 +0000 (0:00:00.011) 0:02:17.502 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:109 Sunday 11 February 2024 06:16:58 +0000 (0:00:00.012) 0:02:17.514 ******* skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:113 Sunday 11 February 2024 06:16:58 +0000 (0:00:00.012) 0:02:17.526 ******* skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:117 Sunday 11 February 2024 06:16:58 +0000 (0:00:00.011) 0:02:17.538 ******* skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:121 Sunday 11 February 2024 06:16:58 +0000 (0:00:00.013) 0:02:17.552 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:129 Sunday 11 February 2024 06:16:58 +0000 (0:00:00.011) 0:02:17.563 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:138 Sunday 11 February 2024 06:16:58 +0000 (0:00:00.011) 0:02:17.574 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:142 Sunday 11 February 2024 06:16:58 +0000 (0:00:00.011) 0:02:17.585 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:150 Sunday 11 February 2024 06:16:58 +0000 (0:00:00.011) 0:02:17.597 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:156 Sunday 11 February 2024 06:16:58 +0000 (0:00:00.011) 0:02:17.608 ******* ok: [sut] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:160 Sunday 11 February 2024 06:16:58 +0000 (0:00:00.013) 0:02:17.621 ******* ok: [sut] => { "storage_test_expected_size": "2681670205.25" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:164 Sunday 11 February 2024 06:16:58 +0000 (0:00:00.012) 0:02:17.634 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:5 Sunday 11 February 2024 06:16:58 +0000 (0:00:00.011) 0:02:17.645 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:13 Sunday 11 February 2024 06:16:58 +0000 (0:00:00.011) 0:02:17.656 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:18 Sunday 11 February 2024 06:16:59 +0000 (0:00:00.011) 0:02:17.668 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:27 Sunday 11 February 2024 06:16:59 +0000 (0:00:00.012) 0:02:17.681 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:35 Sunday 11 February 2024 06:16:59 +0000 (0:00:00.014) 0:02:17.695 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:41 Sunday 11 February 2024 06:16:59 +0000 (0:00:00.012) 0:02:17.708 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:47 Sunday 11 February 2024 06:16:59 +0000 (0:00:00.012) 0:02:17.721 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume.yml:27 Sunday 11 February 2024 06:16:59 +0000 (0:00:00.012) 0:02:17.733 ******* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume.yml:2 Sunday 11 February 2024 06:16:59 +0000 (0:00:00.013) 0:02:17.747 ******* 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-ciyhs6t1ye/tests/test-verify-volume.yml:21 Sunday 11 February 2024 06:16:59 +0000 (0:00:00.016) 0:02:17.763 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:7 Sunday 11 February 2024 06:16:59 +0000 (0:00:00.095) 0:02:17.859 ******* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test2" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:16 Sunday 11 February 2024 06:16:59 +0000 (0:00:00.021) 0:02:17.881 ******* ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 588749, "block_size": 4096, "block_total": 625618, "block_used": 36869, "device": "/dev/mapper/foo-test2", "fstype": "ext4", "inode_available": 163829, "inode_total": 163840, "inode_used": 11, "mount": "/opt/test2", "options": "rw,seclabel,relatime,stripe=2048", "size_available": 2411515904, "size_total": 2562531328, "uuid": "3e2a4d8a-79d4-425e-94d3-823d6833f973" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 588749, "block_size": 4096, "block_total": 625618, "block_used": 36869, "device": "/dev/mapper/foo-test2", "fstype": "ext4", "inode_available": 163829, "inode_total": 163840, "inode_used": 11, "mount": "/opt/test2", "options": "rw,seclabel,relatime,stripe=2048", "size_available": 2411515904, "size_total": 2562531328, "uuid": "3e2a4d8a-79d4-425e-94d3-823d6833f973" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:38 Sunday 11 February 2024 06:16:59 +0000 (0:00:00.033) 0:02:17.915 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:51 Sunday 11 February 2024 06:16:59 +0000 (0:00:00.014) 0:02:17.929 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:63 Sunday 11 February 2024 06:16:59 +0000 (0:00:00.020) 0:02:17.949 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:71 Sunday 11 February 2024 06:16:59 +0000 (0:00:00.015) 0:02:17.965 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:83 Sunday 11 February 2024 06:16:59 +0000 (0:00:00.020) 0:02:17.985 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:95 Sunday 11 February 2024 06:16:59 +0000 (0:00:00.013) 0:02:17.999 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:110 Sunday 11 February 2024 06:16:59 +0000 (0:00:00.020) 0:02:18.020 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:122 Sunday 11 February 2024 06:16:59 +0000 (0:00:00.021) 0:02:18.041 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:128 Sunday 11 February 2024 06:16:59 +0000 (0:00:00.015) 0:02:18.057 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:134 Sunday 11 February 2024 06:16:59 +0000 (0:00:00.019) 0:02:18.077 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:146 Sunday 11 February 2024 06:16:59 +0000 (0:00:00.015) 0:02:18.093 ******* ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_device_matches": null, "storage_test_mount_expected_match_count": null, "storage_test_mount_point_matches": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:2 Sunday 11 February 2024 06:16:59 +0000 (0:00:00.015) 0:02:18.108 ******* ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/foo-test2 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test2 ext4 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test2 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:40 Sunday 11 February 2024 06:16:59 +0000 (0:00:00.027) 0:02:18.136 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:48 Sunday 11 February 2024 06:16:59 +0000 (0:00:00.018) 0:02:18.154 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:58 Sunday 11 February 2024 06:16:59 +0000 (0:00:00.015) 0:02:18.169 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:71 Sunday 11 February 2024 06:16:59 +0000 (0:00:00.012) 0:02:18.182 ******* 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-ciyhs6t1ye/tests/test-verify-volume-fs.yml:3 Sunday 11 February 2024 06:16:59 +0000 (0:00:00.012) 0:02:18.195 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fs.yml:12 Sunday 11 February 2024 06:16:59 +0000 (0:00:00.020) 0:02:18.215 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:3 Sunday 11 February 2024 06:16:59 +0000 (0:00:00.022) 0:02:18.238 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707632209.131446, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1707632181.1403751, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 783, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1707632181.1403751, "nlink": 1, "path": "/dev/mapper/foo-test2", "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-ciyhs6t1ye/tests/test-verify-volume-device.yml:9 Sunday 11 February 2024 06:16:59 +0000 (0:00:00.205) 0:02:18.444 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:16 Sunday 11 February 2024 06:16:59 +0000 (0:00:00.016) 0:02:18.460 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:24 Sunday 11 February 2024 06:16:59 +0000 (0:00:00.012) 0:02:18.473 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:30 Sunday 11 February 2024 06:16:59 +0000 (0:00:00.017) 0:02:18.491 ******* ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:34 Sunday 11 February 2024 06:16:59 +0000 (0:00:00.014) 0:02:18.505 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:39 Sunday 11 February 2024 06:16:59 +0000 (0:00:00.012) 0:02:18.518 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:3 Sunday 11 February 2024 06:16:59 +0000 (0:00:00.015) 0:02:18.533 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:10 Sunday 11 February 2024 06:16:59 +0000 (0:00:00.011) 0:02:18.544 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:17 Sunday 11 February 2024 06:17:02 +0000 (0:00:02.445) 0:02:20.990 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:23 Sunday 11 February 2024 06:17:02 +0000 (0:00:00.012) 0:02:21.003 ******* skipping: [sut] => { "changed": false, "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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:32 Sunday 11 February 2024 06:17:02 +0000 (0:00:00.011) 0:02:21.014 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:45 Sunday 11 February 2024 06:17:02 +0000 (0:00:00.018) 0:02:21.032 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:51 Sunday 11 February 2024 06:17:02 +0000 (0:00:00.011) 0:02:21.043 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:56 Sunday 11 February 2024 06:17:02 +0000 (0:00:00.011) 0:02:21.055 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:69 Sunday 11 February 2024 06:17:02 +0000 (0:00:00.011) 0:02:21.066 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:81 Sunday 11 February 2024 06:17:02 +0000 (0:00:00.011) 0:02:21.077 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:94 Sunday 11 February 2024 06:17:02 +0000 (0:00:00.011) 0:02:21.088 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:106 Sunday 11 February 2024 06:17:02 +0000 (0:00:00.016) 0:02:21.105 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:114 Sunday 11 February 2024 06:17:02 +0000 (0:00:00.014) 0:02:21.119 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:122 Sunday 11 February 2024 06:17:02 +0000 (0:00:00.011) 0:02:21.130 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:131 Sunday 11 February 2024 06:17:02 +0000 (0:00:00.011) 0:02:21.141 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:140 Sunday 11 February 2024 06:17:02 +0000 (0:00:00.011) 0:02:21.153 ******* 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-ciyhs6t1ye/tests/test-verify-volume-md.yml:8 Sunday 11 February 2024 06:17:02 +0000 (0:00:00.011) 0:02:21.164 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:14 Sunday 11 February 2024 06:17:02 +0000 (0:00:00.012) 0:02:21.176 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:21 Sunday 11 February 2024 06:17:02 +0000 (0:00:00.011) 0:02:21.187 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:28 Sunday 11 February 2024 06:17:02 +0000 (0:00:00.011) 0:02:21.198 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:35 Sunday 11 February 2024 06:17:02 +0000 (0:00:00.011) 0:02:21.209 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:45 Sunday 11 February 2024 06:17:02 +0000 (0:00:00.011) 0:02:21.221 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:54 Sunday 11 February 2024 06:17:02 +0000 (0:00:00.011) 0:02:21.232 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:63 Sunday 11 February 2024 06:17:02 +0000 (0:00:00.012) 0:02:21.244 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:72 Sunday 11 February 2024 06:17:02 +0000 (0:00:00.011) 0:02:21.255 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:81 Sunday 11 February 2024 06:17:02 +0000 (0:00:00.011) 0:02:21.266 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:3 Sunday 11 February 2024 06:17:02 +0000 (0:00:00.011) 0:02:21.277 ******* ok: [sut] => { "bytes": 2684354560, "changed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:11 Sunday 11 February 2024 06:17:02 +0000 (0:00:00.195) 0:02:21.473 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:20 Sunday 11 February 2024 06:17:02 +0000 (0:00:00.014) 0:02:21.488 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:28 Sunday 11 February 2024 06:17:02 +0000 (0:00:00.013) 0:02:21.502 ******* ok: [sut] => { "storage_test_expected_size": "2681670205.25" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:32 Sunday 11 February 2024 06:17:02 +0000 (0:00:00.012) 0:02:21.514 ******* ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:46 Sunday 11 February 2024 06:17:03 +0000 (0:00:00.197) 0:02:21.711 ******* ok: [sut] => { "storage_test_pool": { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "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": "60%", "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test2", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_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/test2", "mount_user": null, "name": "test2", "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": "25%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:50 Sunday 11 February 2024 06:17:03 +0000 (0:00:00.019) 0:02:21.730 ******* ok: [sut] => { "storage_test_blkinfo": { "changed": false, "failed": false, "info": { "/dev/mapper/foo-test2": { "fstype": "ext4", "label": "", "name": "/dev/mapper/foo-test2", "size": "2.5G", "type": "lvm", "uuid": "3e2a4d8a-79d4-425e-94d3-823d6833f973" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "ZzW84Q-lWcC-W0wv-SKEs-dNjj-jclx-oSBXzi" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "ext4", "label": "", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "d435ad71-5de9-4faf-85d8-ce4874fd8ac2" }, "/dev/zram0": { "fstype": "", "label": "", "name": "/dev/zram0", "size": "3.6G", "type": "disk", "uuid": "" } } } } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:54 Sunday 11 February 2024 06:17:03 +0000 (0:00:00.018) 0:02:21.749 ******* ok: [sut] => { "storage_test_pool_size": { "bytes": 10726680821, "changed": false, "failed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:58 Sunday 11 February 2024 06:17:03 +0000 (0:00:00.042) 0:02:21.792 ******* ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "2681670205.25" }, "changed": false } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:68 Sunday 11 February 2024 06:17:03 +0000 (0:00:00.018) 0:02:21.811 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:72 Sunday 11 February 2024 06:17:03 +0000 (0:00:00.011) 0:02:21.823 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:77 Sunday 11 February 2024 06:17:03 +0000 (0:00:00.011) 0:02:21.834 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:83 Sunday 11 February 2024 06:17:03 +0000 (0:00:00.011) 0:02:21.846 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:88 Sunday 11 February 2024 06:17:03 +0000 (0:00:00.012) 0:02:21.859 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:96 Sunday 11 February 2024 06:17:03 +0000 (0:00:00.013) 0:02:21.872 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:104 Sunday 11 February 2024 06:17:03 +0000 (0:00:00.011) 0:02:21.884 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:109 Sunday 11 February 2024 06:17:03 +0000 (0:00:00.011) 0:02:21.895 ******* skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:113 Sunday 11 February 2024 06:17:03 +0000 (0:00:00.012) 0:02:21.908 ******* skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:117 Sunday 11 February 2024 06:17:03 +0000 (0:00:00.011) 0:02:21.919 ******* skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:121 Sunday 11 February 2024 06:17:03 +0000 (0:00:00.014) 0:02:21.934 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:129 Sunday 11 February 2024 06:17:03 +0000 (0:00:00.014) 0:02:21.949 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:138 Sunday 11 February 2024 06:17:03 +0000 (0:00:00.012) 0:02:21.961 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:142 Sunday 11 February 2024 06:17:03 +0000 (0:00:00.011) 0:02:21.973 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:150 Sunday 11 February 2024 06:17:03 +0000 (0:00:00.011) 0:02:21.984 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:156 Sunday 11 February 2024 06:17:03 +0000 (0:00:00.011) 0:02:21.995 ******* ok: [sut] => { "storage_test_actual_size": { "bytes": 2684354560, "changed": false, "failed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:160 Sunday 11 February 2024 06:17:03 +0000 (0:00:00.013) 0:02:22.008 ******* ok: [sut] => { "storage_test_expected_size": "2681670205.25" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:164 Sunday 11 February 2024 06:17:03 +0000 (0:00:00.013) 0:02:22.022 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:5 Sunday 11 February 2024 06:17:03 +0000 (0:00:00.016) 0:02:22.039 ******* ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test2" ], "delta": "0:00:00.036767", "end": "2024-02-11 06:17:03.593275", "rc": 0, "start": "2024-02-11 06:17:03.556508" } STDOUT: LVM2_LV_NAME=test2 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-ciyhs6t1ye/tests/test-verify-volume-cache.yml:13 Sunday 11 February 2024 06:17:03 +0000 (0:00:00.238) 0:02:22.278 ******* ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:18 Sunday 11 February 2024 06:17:03 +0000 (0:00:00.015) 0:02:22.293 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:27 Sunday 11 February 2024 06:17:03 +0000 (0:00:00.015) 0:02:22.309 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:35 Sunday 11 February 2024 06:17:03 +0000 (0:00:00.012) 0:02:22.321 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:41 Sunday 11 February 2024 06:17:03 +0000 (0:00:00.012) 0:02:22.334 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:47 Sunday 11 February 2024 06:17:03 +0000 (0:00:00.012) 0:02:22.346 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume.yml:27 Sunday 11 February 2024 06:17:03 +0000 (0:00:00.013) 0:02:22.359 ******* 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-ciyhs6t1ye/tests/verify-role-results.yml:44 Sunday 11 February 2024 06:17:03 +0000 (0:00:00.011) 0:02:22.371 ******* TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml:54 Sunday 11 February 2024 06:17:03 +0000 (0:00:00.010) 0:02:22.381 ******* ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Get the size of test2 volume again] ************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/tests_lvm_percent_size.yml:126 Sunday 11 February 2024 06:17:03 +0000 (0:00:00.011) 0:02:22.392 ******* ok: [sut] => { "changed": false, "cmd": [ "lsblk", "--noheadings", "-o", "SIZE", "/dev/mapper/foo-test2" ], "delta": "0:00:00.004109", "end": "2024-02-11 06:17:03.909099", "rc": 0, "start": "2024-02-11 06:17:03.904990" } STDOUT: 2.5G TASK [Verify that removing test1 didn't cause a change in test2 size] ********** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/tests_lvm_percent_size.yml:131 Sunday 11 February 2024 06:17:03 +0000 (0:00:00.205) 0:02:22.597 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Grow test2 using a percentage-based size spec] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/tests_lvm_percent_size.yml:136 Sunday 11 February 2024 06:17:03 +0000 (0:00:00.014) 0:02:22.612 ******* TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 11 February 2024 06:17:04 +0000 (0:00:00.044) 0:02:22.657 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for sut TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 11 February 2024 06:17:04 +0000 (0:00:00.020) 0:02:22.678 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 11 February 2024 06:17:04 +0000 (0:00:00.027) 0:02:22.705 ******* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "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" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 11 February 2024 06:17:04 +0000 (0:00:00.043) 0:02:22.749 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 11 February 2024 06:17:04 +0000 (0:00:00.024) 0:02:22.773 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 11 February 2024 06:17:04 +0000 (0:00:00.020) 0:02:22.794 ******* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 11 February 2024 06:17:04 +0000 (0:00:00.014) 0:02:22.808 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 11 February 2024 06:17:04 +0000 (0:00:00.026) 0:02:22.835 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for sut TASK [linux-system-roles.storage : Make sure blivet is available] ************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 11 February 2024 06:17:04 +0000 (0:00:00.027) 0:02:22.863 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: libblockdev-crypto libblockdev-dm libblockdev-lvm libblockdev-mdraid libblockdev-swap python3-blivet TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 11 February 2024 06:17:06 +0000 (0:00:02.433) 0:02:25.296 ******* ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "state": "present", "volumes": [ { "mount_point": "/opt/test2", "name": "test2", "size": "50%" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 11 February 2024 06:17:06 +0000 (0:00:00.015) 0:02:25.312 ******* ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 11 February 2024 06:17:06 +0000 (0:00:00.012) 0:02:25.324 ******* ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [ "lvm2" ], "pools": [], "volumes": [] } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 11 February 2024 06:17:08 +0000 (0:00:02.015) 0:02:27.340 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml for sut TASK [linux-system-roles.storage : Check if the COPR support packages should be installed] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:2 Sunday 11 February 2024 06:17:08 +0000 (0:00:00.021) 0:02:27.361 ******* skipping: [sut] => (item={'repository': 'rhawalsh/dm-vdo', 'packages': ['vdo', 'kmod-vdo']}) => { "ansible_loop_var": "repo", "changed": false, "repo": { "packages": [ "vdo", "kmod-vdo" ], "repository": "rhawalsh/dm-vdo" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:13 Sunday 11 February 2024 06:17:08 +0000 (0:00:00.017) 0:02:27.379 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable COPRs] ******************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:20 Sunday 11 February 2024 06:17:08 +0000 (0:00:00.011) 0:02:27.391 ******* skipping: [sut] => (item={'repository': 'rhawalsh/dm-vdo', 'packages': ['vdo', 'kmod-vdo']}) => { "ansible_loop_var": "repo", "changed": false, "repo": { "packages": [ "vdo", "kmod-vdo" ], "repository": "rhawalsh/dm-vdo" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 11 February 2024 06:17:08 +0000 (0:00:00.019) 0:02:27.410 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: kpartx lvm2 TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 11 February 2024 06:17:11 +0000 (0:00:02.442) 0:02:29.853 ******* 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" }, "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": "inactive", "status": "disabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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": "disabled" }, "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" }, "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" }, "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": "unknown" }, "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" }, "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" }, "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-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": "unknown" }, "modprobe@dm_mod.service": { "name": "modprobe@dm_mod.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "modprobe@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "modprobe@efi_pstore.service": { "name": "modprobe@efi_pstore.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "modprobe@loop.service": { "name": "modprobe@loop.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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" }, "pam_namespace.service": { "name": "pam_namespace.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": "running", "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" }, "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" }, "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" }, "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": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "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" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-plymouth.service": { "name": "systemd-ask-password-plymouth.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-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-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": "unknown", "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-pcrfs-root.service": { "name": "systemd-pcrfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pcrfs@.service": { "name": "systemd-pcrfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrmachine.service": { "name": "systemd-pcrmachine.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-initrd.service": { "name": "systemd-pcrphase-initrd.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-sysinit.service": { "name": "systemd-pcrphase-sysinit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase.service": { "name": "systemd-pcrphase.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-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-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysext.service": { "name": "systemd-sysext.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-sysupdate-reboot.service": { "name": "systemd-sysupdate-reboot.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysupdate.service": { "name": "systemd-sysupdate.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-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.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-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": "unknown" }, "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": "running", "status": "enabled" }, "unbound-anchor.service": { "name": "unbound-anchor.service", "source": "systemd", "state": "stopped", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "unknown" } } }, "changed": false } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 11 February 2024 06:17:13 +0000 (0:00:02.190) 0:02:32.043 ******* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 11 February 2024 06:17:13 +0000 (0:00:00.020) 0:02:32.064 ******* TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 11 February 2024 06:17:13 +0000 (0:00:00.011) 0:02:32.076 ******* changed: [sut] => { "actions": [ { "action": "resize device", "device": "/dev/mapper/foo-test2", "fs_type": null }, { "action": "resize format", "device": "/dev/mapper/foo-test2", "fs_type": "ext4" } ], "changed": true, "crypts": [], "leaves": [ "/dev/mapper/foo-test2", "/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/test2", "src": "/dev/mapper/foo-test2", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test2", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_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/test2", "mount_user": null, "name": "test2", "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": "50%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 11 February 2024 06:17:16 +0000 (0:00:02.587) 0:02:34.664 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 11 February 2024 06:17:16 +0000 (0:00:00.012) 0:02:34.676 ******* TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Sunday 11 February 2024 06:17:16 +0000 (0:00:00.010) 0:02:34.686 ******* ok: [sut] => { "blivet_output": { "actions": [ { "action": "resize device", "device": "/dev/mapper/foo-test2", "fs_type": null }, { "action": "resize format", "device": "/dev/mapper/foo-test2", "fs_type": "ext4" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/foo-test2", "/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/test2", "src": "/dev/mapper/foo-test2", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test2", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_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/test2", "mount_user": null, "name": "test2", "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": "50%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Sunday 11 February 2024 06:17:16 +0000 (0:00:00.014) 0:02:34.701 ******* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test2", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_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/test2", "mount_user": null, "name": "test2", "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": "50%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Sunday 11 February 2024 06:17:16 +0000 (0:00:00.014) 0:02:34.716 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Sunday 11 February 2024 06:17:16 +0000 (0:00:00.013) 0:02:34.729 ******* TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Sunday 11 February 2024 06:17:16 +0000 (0:00:00.011) 0:02:34.740 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Sunday 11 February 2024 06:17:17 +0000 (0:00:00.983) 0:02:35.724 ******* changed: [sut] => (item={'src': '/dev/mapper/foo-test2', 'path': '/opt/test2', 'fstype': 'ext4', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "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/test2", "src": "/dev/mapper/foo-test2", "state": "mounted" }, "name": "/opt/test2", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test2" } TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Sunday 11 February 2024 06:17:17 +0000 (0:00:00.237) 0:02:35.962 ******* skipping: [sut] => (item={'src': '/dev/mapper/foo-test2', 'path': '/opt/test2', 'fstype': 'ext4', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "mount_info": { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/foo-test2", "state": "mounted" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Sunday 11 February 2024 06:17:17 +0000 (0:00:00.016) 0:02:35.978 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Sunday 11 February 2024 06:17:18 +0000 (0:00:00.980) 0:02:36.959 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707632096.6742275, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1706607372.29, "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": 1706606894.518, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "108538731", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Sunday 11 February 2024 06:17:18 +0000 (0:00:00.208) 0:02:37.167 ******* TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Sunday 11 February 2024 06:17:18 +0000 (0:00:00.030) 0:02:37.198 ******* ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/tests_lvm_percent_size.yml:149 Sunday 11 February 2024 06:17:19 +0000 (0:00:00.788) 0:02:37.987 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml:2 Sunday 11 February 2024 06:17:19 +0000 (0:00:00.026) 0:02:38.013 ******* ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test2", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_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/test2", "mount_user": null, "name": "test2", "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": "50%", "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-ciyhs6t1ye/tests/verify-role-results.yml:7 Sunday 11 February 2024 06:17:19 +0000 (0:00:00.016) 0:02:38.030 ******* skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml:15 Sunday 11 February 2024 06:17:19 +0000 (0:00:00.011) 0:02:38.041 ******* ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test2": { "fstype": "ext4", "label": "", "name": "/dev/mapper/foo-test2", "size": "5G", "type": "lvm", "uuid": "3e2a4d8a-79d4-425e-94d3-823d6833f973" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "ZzW84Q-lWcC-W0wv-SKEs-dNjj-jclx-oSBXzi" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "ext4", "label": "", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "d435ad71-5de9-4faf-85d8-ce4874fd8ac2" }, "/dev/zram0": { "fstype": "", "label": "", "name": "/dev/zram0", "size": "3.6G", "type": "disk", "uuid": "" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml:20 Sunday 11 February 2024 06:17:19 +0000 (0:00:00.206) 0:02:38.248 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003258", "end": "2024-02-11 06:17:19.766098", "rc": 0, "start": "2024-02-11 06:17:19.762840" } STDOUT: # # /etc/fstab # Created by anaconda on Tue Jan 30 09:28:14 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=d435ad71-5de9-4faf-85d8-ce4874fd8ac2 / 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 /dev/mapper/foo-test2 /opt/test2 ext4 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml:25 Sunday 11 February 2024 06:17:19 +0000 (0:00:00.201) 0:02:38.449 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003312", "end": "2024-02-11 06:17:19.969953", "failed_when_result": false, "rc": 0, "start": "2024-02-11 06:17:19.966641" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml:34 Sunday 11 February 2024 06:17:19 +0000 (0:00:00.203) 0:02:38.652 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool.yml:5 Sunday 11 February 2024 06:17:20 +0000 (0:00:00.025) 0:02:38.677 ******* ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool.yml:18 Sunday 11 February 2024 06:17:20 +0000 (0:00:00.011) 0:02:38.689 ******* ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.034626", "end": "2024-02-11 06:17:20.243814", "rc": 0, "start": "2024-02-11 06:17:20.209188" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool.yml:24 Sunday 11 February 2024 06:17:20 +0000 (0:00:00.238) 0:02:38.928 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool.yml:34 Sunday 11 February 2024 06:17:20 +0000 (0:00:00.017) 0:02:38.945 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:2 Sunday 11 February 2024 06:17:20 +0000 (0:00:00.024) 0:02:38.970 ******* 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-ciyhs6t1ye/tests/test-verify-pool-members.yml:13 Sunday 11 February 2024 06:17:20 +0000 (0:00:00.017) 0:02:38.987 ******* 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-ciyhs6t1ye/tests/test-verify-pool-members.yml:22 Sunday 11 February 2024 06:17:20 +0000 (0:00:00.202) 0:02:39.190 ******* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:27 Sunday 11 February 2024 06:17:20 +0000 (0:00:00.015) 0:02:39.205 ******* ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:33 Sunday 11 February 2024 06:17:20 +0000 (0:00:00.016) 0:02:39.221 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:42 Sunday 11 February 2024 06:17:20 +0000 (0:00:00.015) 0:02:39.237 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:48 Sunday 11 February 2024 06:17:20 +0000 (0:00:00.013) 0:02:39.250 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:54 Sunday 11 February 2024 06:17:20 +0000 (0:00:00.014) 0:02:39.265 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:59 Sunday 11 February 2024 06:17:20 +0000 (0:00:00.011) 0:02:39.276 ******* ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:73 Sunday 11 February 2024 06:17:20 +0000 (0:00:00.017) 0:02:39.294 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:8 Sunday 11 February 2024 06:17:20 +0000 (0:00:00.023) 0:02:39.318 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:14 Sunday 11 February 2024 06:17:20 +0000 (0:00:00.014) 0:02:39.333 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:21 Sunday 11 February 2024 06:17:20 +0000 (0:00:00.012) 0:02:39.345 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:28 Sunday 11 February 2024 06:17:20 +0000 (0:00:00.012) 0:02:39.358 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:35 Sunday 11 February 2024 06:17:20 +0000 (0:00:00.017) 0:02:39.375 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:45 Sunday 11 February 2024 06:17:20 +0000 (0:00:00.037) 0:02:39.412 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:54 Sunday 11 February 2024 06:17:20 +0000 (0:00:00.013) 0:02:39.426 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:64 Sunday 11 February 2024 06:17:20 +0000 (0:00:00.011) 0:02:39.438 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:74 Sunday 11 February 2024 06:17:20 +0000 (0:00:00.012) 0:02:39.451 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:85 Sunday 11 February 2024 06:17:20 +0000 (0:00:00.011) 0:02:39.462 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:95 Sunday 11 February 2024 06:17:20 +0000 (0:00:00.011) 0:02:39.473 ******* 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-ciyhs6t1ye/tests/test-verify-pool-members.yml:76 Sunday 11 February 2024 06:17:20 +0000 (0:00:00.012) 0:02:39.486 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-lvmraid.yml:2 Sunday 11 February 2024 06:17:20 +0000 (0:00:00.023) 0:02:39.509 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:8 Sunday 11 February 2024 06:17:20 +0000 (0:00:00.023) 0:02:39.532 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:16 Sunday 11 February 2024 06:17:20 +0000 (0:00:00.011) 0:02:39.544 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:21 Sunday 11 February 2024 06:17:20 +0000 (0:00:00.011) 0:02:39.555 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:29 Sunday 11 February 2024 06:17:20 +0000 (0:00:00.011) 0:02:39.566 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:34 Sunday 11 February 2024 06:17:20 +0000 (0:00:00.011) 0:02:39.578 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:40 Sunday 11 February 2024 06:17:20 +0000 (0:00:00.011) 0:02:39.589 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:46 Sunday 11 February 2024 06:17:20 +0000 (0:00:00.012) 0:02:39.601 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:79 Sunday 11 February 2024 06:17:20 +0000 (0:00:00.011) 0:02:39.612 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-thin.yml:2 Sunday 11 February 2024 06:17:20 +0000 (0:00:00.023) 0:02:39.636 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml:8 Sunday 11 February 2024 06:17:21 +0000 (0:00:00.024) 0:02:39.661 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml:16 Sunday 11 February 2024 06:17:21 +0000 (0:00:00.013) 0:02:39.674 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml:23 Sunday 11 February 2024 06:17:21 +0000 (0:00:00.011) 0:02:39.685 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml:27 Sunday 11 February 2024 06:17:21 +0000 (0:00:00.011) 0:02:39.696 ******* ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:82 Sunday 11 February 2024 06:17:21 +0000 (0:00:00.011) 0:02:39.708 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-encryption.yml:5 Sunday 11 February 2024 06:17:21 +0000 (0:00:00.026) 0:02:39.734 ******* 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-ciyhs6t1ye/tests/verify-pool-members-encryption.yml:13 Sunday 11 February 2024 06:17:21 +0000 (0:00:00.014) 0:02:39.748 ******* skipping: [sut] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-encryption.yml:20 Sunday 11 February 2024 06:17:21 +0000 (0:00:00.015) 0:02:39.763 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-crypttab.yml for sut TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-crypttab.yml:2 Sunday 11 February 2024 06:17:21 +0000 (0:00:00.022) 0:02:39.786 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-crypttab.yml:9 Sunday 11 February 2024 06:17:21 +0000 (0:00:00.014) 0:02:39.800 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-crypttab.yml:18 Sunday 11 February 2024 06:17:21 +0000 (0:00:00.014) 0:02:39.815 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-crypttab.yml:27 Sunday 11 February 2024 06:17:21 +0000 (0:00:00.011) 0:02:39.826 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-crypttab.yml:37 Sunday 11 February 2024 06:17:21 +0000 (0:00:00.011) 0:02:39.837 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-crypttab.yml:47 Sunday 11 February 2024 06:17:21 +0000 (0:00:00.011) 0:02:39.848 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-encryption.yml:27 Sunday 11 February 2024 06:17:21 +0000 (0:00:00.012) 0:02:39.861 ******* 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-ciyhs6t1ye/tests/test-verify-pool-members.yml:85 Sunday 11 February 2024 06:17:21 +0000 (0:00:00.011) 0:02:39.872 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-vdo.yml:2 Sunday 11 February 2024 06:17:21 +0000 (0:00:00.026) 0:02:39.898 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:9 Sunday 11 February 2024 06:17:21 +0000 (0:00:00.025) 0:02:39.924 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:16 Sunday 11 February 2024 06:17:21 +0000 (0:00:00.012) 0:02:39.937 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:22 Sunday 11 February 2024 06:17:21 +0000 (0:00:00.012) 0:02:39.949 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:28 Sunday 11 February 2024 06:17:21 +0000 (0:00:00.012) 0:02:39.962 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:35 Sunday 11 February 2024 06:17:21 +0000 (0:00:00.012) 0:02:39.975 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:41 Sunday 11 February 2024 06:17:21 +0000 (0:00:00.014) 0:02:39.989 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:47 Sunday 11 February 2024 06:17:21 +0000 (0:00:00.012) 0:02:40.001 ******* ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:88 Sunday 11 February 2024 06:17:21 +0000 (0:00:00.012) 0:02:40.013 ******* 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-ciyhs6t1ye/tests/test-verify-pool-volumes.yml:3 Sunday 11 February 2024 06:17:21 +0000 (0:00:00.011) 0:02:40.025 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume.yml:2 Sunday 11 February 2024 06:17:21 +0000 (0:00:00.023) 0:02:40.048 ******* 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-ciyhs6t1ye/tests/test-verify-volume.yml:21 Sunday 11 February 2024 06:17:21 +0000 (0:00:00.017) 0:02:40.066 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:7 Sunday 11 February 2024 06:17:21 +0000 (0:00:00.087) 0:02:40.153 ******* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test2" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:16 Sunday 11 February 2024 06:17:21 +0000 (0:00:00.015) 0:02:40.169 ******* ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 1199064, "block_size": 4096, "block_total": 1268648, "block_used": 69584, "device": "/dev/mapper/foo-test2", "fstype": "ext4", "inode_available": 327669, "inode_total": 327680, "inode_used": 11, "mount": "/opt/test2", "options": "rw,seclabel,relatime,stripe=2048", "size_available": 4911366144, "size_total": 5196382208, "uuid": "3e2a4d8a-79d4-425e-94d3-823d6833f973" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 1199064, "block_size": 4096, "block_total": 1268648, "block_used": 69584, "device": "/dev/mapper/foo-test2", "fstype": "ext4", "inode_available": 327669, "inode_total": 327680, "inode_used": 11, "mount": "/opt/test2", "options": "rw,seclabel,relatime,stripe=2048", "size_available": 4911366144, "size_total": 5196382208, "uuid": "3e2a4d8a-79d4-425e-94d3-823d6833f973" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:38 Sunday 11 February 2024 06:17:21 +0000 (0:00:00.019) 0:02:40.188 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:51 Sunday 11 February 2024 06:17:21 +0000 (0:00:00.013) 0:02:40.202 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:63 Sunday 11 February 2024 06:17:21 +0000 (0:00:00.015) 0:02:40.217 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:71 Sunday 11 February 2024 06:17:21 +0000 (0:00:00.014) 0:02:40.232 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:83 Sunday 11 February 2024 06:17:21 +0000 (0:00:00.011) 0:02:40.243 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:95 Sunday 11 February 2024 06:17:21 +0000 (0:00:00.011) 0:02:40.255 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:110 Sunday 11 February 2024 06:17:21 +0000 (0:00:00.011) 0:02:40.266 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:122 Sunday 11 February 2024 06:17:21 +0000 (0:00:00.016) 0:02:40.283 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:128 Sunday 11 February 2024 06:17:21 +0000 (0:00:00.011) 0:02:40.294 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:134 Sunday 11 February 2024 06:17:21 +0000 (0:00:00.011) 0:02:40.305 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:146 Sunday 11 February 2024 06:17:21 +0000 (0:00:00.011) 0:02:40.316 ******* ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_device_matches": null, "storage_test_mount_expected_match_count": null, "storage_test_mount_point_matches": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:2 Sunday 11 February 2024 06:17:21 +0000 (0:00:00.012) 0:02:40.329 ******* ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/foo-test2 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test2 ext4 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test2 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:40 Sunday 11 February 2024 06:17:21 +0000 (0:00:00.025) 0:02:40.355 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:48 Sunday 11 February 2024 06:17:21 +0000 (0:00:00.016) 0:02:40.372 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:58 Sunday 11 February 2024 06:17:21 +0000 (0:00:00.016) 0:02:40.388 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:71 Sunday 11 February 2024 06:17:21 +0000 (0:00:00.022) 0:02:40.410 ******* 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-ciyhs6t1ye/tests/test-verify-volume-fs.yml:3 Sunday 11 February 2024 06:17:21 +0000 (0:00:00.014) 0:02:40.425 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fs.yml:12 Sunday 11 February 2024 06:17:21 +0000 (0:00:00.017) 0:02:40.443 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:3 Sunday 11 February 2024 06:17:21 +0000 (0:00:00.017) 0:02:40.461 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707632237.2745113, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1707632235.908557, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 783, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1707632235.908557, "nlink": 1, "path": "/dev/mapper/foo-test2", "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-ciyhs6t1ye/tests/test-verify-volume-device.yml:9 Sunday 11 February 2024 06:17:22 +0000 (0:00:00.209) 0:02:40.671 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:16 Sunday 11 February 2024 06:17:22 +0000 (0:00:00.016) 0:02:40.688 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:24 Sunday 11 February 2024 06:17:22 +0000 (0:00:00.014) 0:02:40.702 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:30 Sunday 11 February 2024 06:17:22 +0000 (0:00:00.015) 0:02:40.718 ******* ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:34 Sunday 11 February 2024 06:17:22 +0000 (0:00:00.013) 0:02:40.732 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:39 Sunday 11 February 2024 06:17:22 +0000 (0:00:00.012) 0:02:40.745 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:3 Sunday 11 February 2024 06:17:22 +0000 (0:00:00.015) 0:02:40.760 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:10 Sunday 11 February 2024 06:17:22 +0000 (0:00:00.012) 0:02:40.772 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:17 Sunday 11 February 2024 06:17:24 +0000 (0:00:02.470) 0:02:43.242 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:23 Sunday 11 February 2024 06:17:24 +0000 (0:00:00.012) 0:02:43.255 ******* skipping: [sut] => { "changed": false, "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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:32 Sunday 11 February 2024 06:17:24 +0000 (0:00:00.011) 0:02:43.267 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:45 Sunday 11 February 2024 06:17:24 +0000 (0:00:00.019) 0:02:43.286 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:51 Sunday 11 February 2024 06:17:24 +0000 (0:00:00.011) 0:02:43.297 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:56 Sunday 11 February 2024 06:17:24 +0000 (0:00:00.011) 0:02:43.309 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:69 Sunday 11 February 2024 06:17:24 +0000 (0:00:00.011) 0:02:43.320 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:81 Sunday 11 February 2024 06:17:24 +0000 (0:00:00.011) 0:02:43.332 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:94 Sunday 11 February 2024 06:17:24 +0000 (0:00:00.012) 0:02:43.345 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:106 Sunday 11 February 2024 06:17:24 +0000 (0:00:00.017) 0:02:43.362 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:114 Sunday 11 February 2024 06:17:24 +0000 (0:00:00.015) 0:02:43.378 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:122 Sunday 11 February 2024 06:17:24 +0000 (0:00:00.012) 0:02:43.391 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:131 Sunday 11 February 2024 06:17:24 +0000 (0:00:00.013) 0:02:43.404 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:140 Sunday 11 February 2024 06:17:24 +0000 (0:00:00.014) 0:02:43.419 ******* 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-ciyhs6t1ye/tests/test-verify-volume-md.yml:8 Sunday 11 February 2024 06:17:24 +0000 (0:00:00.013) 0:02:43.432 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:14 Sunday 11 February 2024 06:17:24 +0000 (0:00:00.014) 0:02:43.446 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:21 Sunday 11 February 2024 06:17:24 +0000 (0:00:00.012) 0:02:43.459 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:28 Sunday 11 February 2024 06:17:24 +0000 (0:00:00.012) 0:02:43.471 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:35 Sunday 11 February 2024 06:17:24 +0000 (0:00:00.011) 0:02:43.482 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:45 Sunday 11 February 2024 06:17:24 +0000 (0:00:00.011) 0:02:43.494 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:54 Sunday 11 February 2024 06:17:24 +0000 (0:00:00.012) 0:02:43.507 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:63 Sunday 11 February 2024 06:17:24 +0000 (0:00:00.012) 0:02:43.519 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:72 Sunday 11 February 2024 06:17:24 +0000 (0:00:00.011) 0:02:43.531 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:81 Sunday 11 February 2024 06:17:24 +0000 (0:00:00.011) 0:02:43.542 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:3 Sunday 11 February 2024 06:17:24 +0000 (0:00:00.011) 0:02:43.553 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:11 Sunday 11 February 2024 06:17:25 +0000 (0:00:00.203) 0:02:43.757 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:20 Sunday 11 February 2024 06:17:25 +0000 (0:00:00.014) 0:02:43.771 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:28 Sunday 11 February 2024 06:17:25 +0000 (0:00:00.013) 0:02:43.785 ******* ok: [sut] => { "storage_test_expected_size": "2681670205.25" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:32 Sunday 11 February 2024 06:17:25 +0000 (0:00:00.012) 0:02:43.797 ******* ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:46 Sunday 11 February 2024 06:17:25 +0000 (0:00:00.203) 0:02:44.001 ******* ok: [sut] => { "storage_test_pool": { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test2", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_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/test2", "mount_user": null, "name": "test2", "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": "50%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:50 Sunday 11 February 2024 06:17:25 +0000 (0:00:00.018) 0:02:44.020 ******* ok: [sut] => { "storage_test_blkinfo": { "changed": false, "failed": false, "info": { "/dev/mapper/foo-test2": { "fstype": "ext4", "label": "", "name": "/dev/mapper/foo-test2", "size": "5G", "type": "lvm", "uuid": "3e2a4d8a-79d4-425e-94d3-823d6833f973" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "ZzW84Q-lWcC-W0wv-SKEs-dNjj-jclx-oSBXzi" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "ext4", "label": "", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "d435ad71-5de9-4faf-85d8-ce4874fd8ac2" }, "/dev/zram0": { "fstype": "", "label": "", "name": "/dev/zram0", "size": "3.6G", "type": "disk", "uuid": "" } } } } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:54 Sunday 11 February 2024 06:17:25 +0000 (0:00:00.018) 0:02:44.038 ******* ok: [sut] => { "storage_test_pool_size": { "bytes": 10726680821, "changed": false, "failed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:58 Sunday 11 February 2024 06:17:25 +0000 (0:00:00.017) 0:02:44.056 ******* ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "5363340410.5" }, "changed": false } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:68 Sunday 11 February 2024 06:17:25 +0000 (0:00:00.016) 0:02:44.073 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:72 Sunday 11 February 2024 06:17:25 +0000 (0:00:00.011) 0:02:44.084 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:77 Sunday 11 February 2024 06:17:25 +0000 (0:00:00.011) 0:02:44.095 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:83 Sunday 11 February 2024 06:17:25 +0000 (0:00:00.012) 0:02:44.108 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:88 Sunday 11 February 2024 06:17:25 +0000 (0:00:00.011) 0:02:44.119 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:96 Sunday 11 February 2024 06:17:25 +0000 (0:00:00.012) 0:02:44.132 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:104 Sunday 11 February 2024 06:17:25 +0000 (0:00:00.011) 0:02:44.144 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:109 Sunday 11 February 2024 06:17:25 +0000 (0:00:00.011) 0:02:44.155 ******* skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:113 Sunday 11 February 2024 06:17:25 +0000 (0:00:00.011) 0:02:44.166 ******* skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:117 Sunday 11 February 2024 06:17:25 +0000 (0:00:00.011) 0:02:44.177 ******* skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:121 Sunday 11 February 2024 06:17:25 +0000 (0:00:00.011) 0:02:44.189 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:129 Sunday 11 February 2024 06:17:25 +0000 (0:00:00.012) 0:02:44.201 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:138 Sunday 11 February 2024 06:17:25 +0000 (0:00:00.011) 0:02:44.212 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:142 Sunday 11 February 2024 06:17:25 +0000 (0:00:00.011) 0:02:44.223 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:150 Sunday 11 February 2024 06:17:25 +0000 (0:00:00.011) 0:02:44.235 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:156 Sunday 11 February 2024 06:17:25 +0000 (0:00:00.011) 0:02:44.246 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:160 Sunday 11 February 2024 06:17:25 +0000 (0:00:00.012) 0:02:44.258 ******* ok: [sut] => { "storage_test_expected_size": "5363340410.5" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:164 Sunday 11 February 2024 06:17:25 +0000 (0:00:00.013) 0:02:44.272 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:5 Sunday 11 February 2024 06:17:25 +0000 (0:00:00.016) 0:02:44.289 ******* ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test2" ], "delta": "0:00:00.036941", "end": "2024-02-11 06:17:25.847072", "rc": 0, "start": "2024-02-11 06:17:25.810131" } STDOUT: LVM2_LV_NAME=test2 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-ciyhs6t1ye/tests/test-verify-volume-cache.yml:13 Sunday 11 February 2024 06:17:25 +0000 (0:00:00.242) 0:02:44.531 ******* ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:18 Sunday 11 February 2024 06:17:25 +0000 (0:00:00.015) 0:02:44.547 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:27 Sunday 11 February 2024 06:17:25 +0000 (0:00:00.015) 0:02:44.563 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:35 Sunday 11 February 2024 06:17:25 +0000 (0:00:00.012) 0:02:44.575 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:41 Sunday 11 February 2024 06:17:25 +0000 (0:00:00.012) 0:02:44.587 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:47 Sunday 11 February 2024 06:17:25 +0000 (0:00:00.012) 0:02:44.600 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume.yml:27 Sunday 11 February 2024 06:17:25 +0000 (0:00:00.014) 0:02:44.614 ******* 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-ciyhs6t1ye/tests/verify-role-results.yml:44 Sunday 11 February 2024 06:17:25 +0000 (0:00:00.011) 0:02:44.625 ******* TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml:54 Sunday 11 February 2024 06:17:25 +0000 (0:00:00.010) 0:02:44.636 ******* ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Remove both of the LVM logical volumes in 'foo' created above] *********** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/tests_lvm_percent_size.yml:152 Sunday 11 February 2024 06:17:25 +0000 (0:00:00.011) 0:02:44.647 ******* TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 11 February 2024 06:17:26 +0000 (0:00:00.039) 0:02:44.687 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for sut TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 11 February 2024 06:17:26 +0000 (0:00:00.016) 0:02:44.703 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 11 February 2024 06:17:26 +0000 (0:00:00.015) 0:02:44.719 ******* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "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" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 11 February 2024 06:17:26 +0000 (0:00:00.031) 0:02:44.750 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 11 February 2024 06:17:26 +0000 (0:00:00.011) 0:02:44.761 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 11 February 2024 06:17:26 +0000 (0:00:00.011) 0:02:44.772 ******* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 11 February 2024 06:17:26 +0000 (0:00:00.010) 0:02:44.783 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 11 February 2024 06:17:26 +0000 (0:00:00.012) 0:02:44.795 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for sut TASK [linux-system-roles.storage : Make sure blivet is available] ************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 11 February 2024 06:17:26 +0000 (0:00:00.023) 0:02:44.819 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: libblockdev-crypto libblockdev-dm libblockdev-lvm libblockdev-mdraid libblockdev-swap python3-blivet TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 11 February 2024 06:17:28 +0000 (0:00:02.458) 0:02:47.277 ******* ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "state": "absent" } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 11 February 2024 06:17:28 +0000 (0:00:00.015) 0:02:47.292 ******* ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 11 February 2024 06:17:28 +0000 (0:00:00.012) 0:02:47.304 ******* ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 11 February 2024 06:17:30 +0000 (0:00:01.997) 0:02:49.302 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml for sut TASK [linux-system-roles.storage : Check if the COPR support packages should be installed] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:2 Sunday 11 February 2024 06:17:30 +0000 (0:00:00.021) 0:02:49.324 ******* skipping: [sut] => (item={'repository': 'rhawalsh/dm-vdo', 'packages': ['vdo', 'kmod-vdo']}) => { "ansible_loop_var": "repo", "changed": false, "repo": { "packages": [ "vdo", "kmod-vdo" ], "repository": "rhawalsh/dm-vdo" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:13 Sunday 11 February 2024 06:17:30 +0000 (0:00:00.018) 0:02:49.343 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable COPRs] ******************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:20 Sunday 11 February 2024 06:17:30 +0000 (0:00:00.012) 0:02:49.355 ******* skipping: [sut] => (item={'repository': 'rhawalsh/dm-vdo', 'packages': ['vdo', 'kmod-vdo']}) => { "ansible_loop_var": "repo", "changed": false, "repo": { "packages": [ "vdo", "kmod-vdo" ], "repository": "rhawalsh/dm-vdo" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 11 February 2024 06:17:30 +0000 (0:00:00.018) 0:02:49.373 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: kpartx TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 11 February 2024 06:17:33 +0000 (0:00:02.400) 0:02:51.773 ******* 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" }, "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": "inactive", "status": "disabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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": "disabled" }, "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" }, "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" }, "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": "unknown" }, "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" }, "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" }, "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-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": "unknown" }, "modprobe@dm_mod.service": { "name": "modprobe@dm_mod.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "modprobe@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "modprobe@efi_pstore.service": { "name": "modprobe@efi_pstore.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "modprobe@loop.service": { "name": "modprobe@loop.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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" }, "pam_namespace.service": { "name": "pam_namespace.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": "running", "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" }, "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" }, "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" }, "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": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "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" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-plymouth.service": { "name": "systemd-ask-password-plymouth.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-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-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": "unknown", "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-pcrfs-root.service": { "name": "systemd-pcrfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pcrfs@.service": { "name": "systemd-pcrfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrmachine.service": { "name": "systemd-pcrmachine.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-initrd.service": { "name": "systemd-pcrphase-initrd.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-sysinit.service": { "name": "systemd-pcrphase-sysinit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase.service": { "name": "systemd-pcrphase.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-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-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysext.service": { "name": "systemd-sysext.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-sysupdate-reboot.service": { "name": "systemd-sysupdate-reboot.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysupdate.service": { "name": "systemd-sysupdate.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-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.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-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": "unknown" }, "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": "running", "status": "enabled" }, "unbound-anchor.service": { "name": "unbound-anchor.service", "source": "systemd", "state": "stopped", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "unknown" } } }, "changed": false } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 11 February 2024 06:17:35 +0000 (0:00:02.147) 0:02:53.921 ******* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 11 February 2024 06:17:35 +0000 (0:00:00.020) 0:02:53.942 ******* TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 11 February 2024 06:17:35 +0000 (0:00:00.012) 0:02:53.954 ******* changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test2", "fs_type": "ext4" }, { "action": "destroy device", "device": "/dev/mapper/foo-test2", "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/test2", "src": "/dev/mapper/foo-test2", "state": "absent" } ], "packages": [ "e2fsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 11 February 2024 06:17:37 +0000 (0:00:02.613) 0:02:56.567 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 11 February 2024 06:17:37 +0000 (0:00:00.013) 0:02:56.580 ******* TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Sunday 11 February 2024 06:17:37 +0000 (0:00:00.011) 0:02:56.592 ******* ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test2", "fs_type": "ext4" }, { "action": "destroy device", "device": "/dev/mapper/foo-test2", "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/test2", "src": "/dev/mapper/foo-test2", "state": "absent" } ], "packages": [ "e2fsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Sunday 11 February 2024 06:17:37 +0000 (0:00:00.014) 0:02:56.606 ******* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [] } ] }, "changed": false } TASK [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Sunday 11 February 2024 06:17:37 +0000 (0:00:00.015) 0:02:56.622 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Sunday 11 February 2024 06:17:37 +0000 (0:00:00.014) 0:02:56.636 ******* changed: [sut] => (item={'src': '/dev/mapper/foo-test2', 'path': '/opt/test2', 'state': 'absent', 'fstype': 'ext4'}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext4", "mount_info": { "fstype": "ext4", "path": "/opt/test2", "src": "/dev/mapper/foo-test2", "state": "absent" }, "name": "/opt/test2", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test2" } TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Sunday 11 February 2024 06:17:38 +0000 (0:00:00.212) 0:02:56.849 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Sunday 11 February 2024 06:17:39 +0000 (0:00:00.991) 0:02:57.840 ******* TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Sunday 11 February 2024 06:17:39 +0000 (0:00:00.012) 0:02:57.853 ******* TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Sunday 11 February 2024 06:17:39 +0000 (0:00:00.012) 0:02:57.866 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Sunday 11 February 2024 06:17:40 +0000 (0:00:00.966) 0:02:58.832 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707632096.6742275, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1706607372.29, "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": 1706606894.518, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "108538731", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Sunday 11 February 2024 06:17:40 +0000 (0:00:00.209) 0:02:59.042 ******* TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Sunday 11 February 2024 06:17:40 +0000 (0:00:00.011) 0:02:59.053 ******* ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/tests_lvm_percent_size.yml:161 Sunday 11 February 2024 06:17:41 +0000 (0:00:00.773) 0:02:59.826 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml:2 Sunday 11 February 2024 06:17:41 +0000 (0:00:00.028) 0:02:59.855 ******* ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml:7 Sunday 11 February 2024 06:17:41 +0000 (0:00:00.014) 0:02:59.869 ******* skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml:15 Sunday 11 February 2024 06:17:41 +0000 (0:00:00.011) 0:02:59.881 ******* ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "ext4", "label": "", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "d435ad71-5de9-4faf-85d8-ce4874fd8ac2" }, "/dev/zram0": { "fstype": "", "label": "", "name": "/dev/zram0", "size": "3.6G", "type": "disk", "uuid": "" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml:20 Sunday 11 February 2024 06:17:41 +0000 (0:00:00.210) 0:03:00.091 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003191", "end": "2024-02-11 06:17:41.607894", "rc": 0, "start": "2024-02-11 06:17:41.604703" } STDOUT: # # /etc/fstab # Created by anaconda on Tue Jan 30 09:28:14 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=d435ad71-5de9-4faf-85d8-ce4874fd8ac2 / 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-ciyhs6t1ye/tests/verify-role-results.yml:25 Sunday 11 February 2024 06:17:41 +0000 (0:00:00.199) 0:03:00.290 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003081", "end": "2024-02-11 06:17:41.807275", "failed_when_result": false, "rc": 0, "start": "2024-02-11 06:17:41.804194" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml:34 Sunday 11 February 2024 06:17:41 +0000 (0:00:00.199) 0:03:00.489 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool.yml:5 Sunday 11 February 2024 06:17:41 +0000 (0:00:00.023) 0:03:00.513 ******* ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool.yml:18 Sunday 11 February 2024 06:17:41 +0000 (0:00:00.017) 0:03:00.530 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool.yml:24 Sunday 11 February 2024 06:17:41 +0000 (0:00:00.013) 0:03:00.544 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool.yml:34 Sunday 11 February 2024 06:17:41 +0000 (0:00:00.012) 0:03:00.557 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:2 Sunday 11 February 2024 06:17:41 +0000 (0:00:00.025) 0:03:00.582 ******* 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-ciyhs6t1ye/tests/test-verify-pool-members.yml:13 Sunday 11 February 2024 06:17:41 +0000 (0:00:00.017) 0:03:00.600 ******* TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:22 Sunday 11 February 2024 06:17:41 +0000 (0:00:00.010) 0:03:00.611 ******* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "0" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:27 Sunday 11 February 2024 06:17:41 +0000 (0:00:00.013) 0:03:00.624 ******* ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:33 Sunday 11 February 2024 06:17:41 +0000 (0:00:00.014) 0:03:00.639 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:42 Sunday 11 February 2024 06:17:41 +0000 (0:00:00.015) 0:03:00.654 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:48 Sunday 11 February 2024 06:17:42 +0000 (0:00:00.013) 0:03:00.667 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:54 Sunday 11 February 2024 06:17:42 +0000 (0:00:00.014) 0:03:00.682 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:59 Sunday 11 February 2024 06:17:42 +0000 (0:00:00.011) 0:03:00.693 ******* TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:73 Sunday 11 February 2024 06:17:42 +0000 (0:00:00.009) 0:03:00.703 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:8 Sunday 11 February 2024 06:17:42 +0000 (0:00:00.022) 0:03:00.726 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:14 Sunday 11 February 2024 06:17:42 +0000 (0:00:00.012) 0:03:00.738 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:21 Sunday 11 February 2024 06:17:42 +0000 (0:00:00.033) 0:03:00.771 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:28 Sunday 11 February 2024 06:17:42 +0000 (0:00:00.012) 0:03:00.784 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:35 Sunday 11 February 2024 06:17:42 +0000 (0:00:00.011) 0:03:00.796 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:45 Sunday 11 February 2024 06:17:42 +0000 (0:00:00.011) 0:03:00.807 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:54 Sunday 11 February 2024 06:17:42 +0000 (0:00:00.011) 0:03:00.819 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:64 Sunday 11 February 2024 06:17:42 +0000 (0:00:00.011) 0:03:00.830 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:74 Sunday 11 February 2024 06:17:42 +0000 (0:00:00.012) 0:03:00.843 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:85 Sunday 11 February 2024 06:17:42 +0000 (0:00:00.011) 0:03:00.854 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:95 Sunday 11 February 2024 06:17:42 +0000 (0:00:00.011) 0:03:00.865 ******* 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-ciyhs6t1ye/tests/test-verify-pool-members.yml:76 Sunday 11 February 2024 06:17:42 +0000 (0:00:00.011) 0:03:00.876 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-lvmraid.yml:2 Sunday 11 February 2024 06:17:42 +0000 (0:00:00.024) 0:03:00.901 ******* TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:79 Sunday 11 February 2024 06:17:42 +0000 (0:00:00.011) 0:03:00.912 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-thin.yml:2 Sunday 11 February 2024 06:17:42 +0000 (0:00:00.023) 0:03:00.935 ******* TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:82 Sunday 11 February 2024 06:17:42 +0000 (0:00:00.011) 0:03:00.947 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-encryption.yml:5 Sunday 11 February 2024 06:17:42 +0000 (0:00:00.025) 0:03:00.972 ******* 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-ciyhs6t1ye/tests/verify-pool-members-encryption.yml:13 Sunday 11 February 2024 06:17:42 +0000 (0:00:00.013) 0:03:00.986 ******* TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-encryption.yml:20 Sunday 11 February 2024 06:17:42 +0000 (0:00:00.010) 0:03:00.996 ******* TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-encryption.yml:27 Sunday 11 February 2024 06:17:42 +0000 (0:00:00.009) 0:03:01.006 ******* 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-ciyhs6t1ye/tests/test-verify-pool-members.yml:85 Sunday 11 February 2024 06:17:42 +0000 (0:00:00.011) 0:03:01.017 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-vdo.yml:2 Sunday 11 February 2024 06:17:42 +0000 (0:00:00.026) 0:03:01.044 ******* TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:88 Sunday 11 February 2024 06:17:42 +0000 (0:00:00.011) 0:03:01.055 ******* 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-ciyhs6t1ye/tests/test-verify-pool-volumes.yml:3 Sunday 11 February 2024 06:17:42 +0000 (0:00:00.011) 0:03:01.066 ******* TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml:44 Sunday 11 February 2024 06:17:42 +0000 (0:00:00.011) 0:03:01.078 ******* TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml:54 Sunday 11 February 2024 06:17:42 +0000 (0:00:00.011) 0:03:01.089 ******* ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=811 changed=12 unreachable=0 failed=1 skipped=832 rescued=1 ignored=0 Sunday 11 February 2024 06:17:42 +0000 (0:00:00.006) 0:03:01.096 ******* =============================================================================== linux-system-roles.storage : Make sure blivet is available -------------- 6.79s /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Ensure cryptsetup is present -------------------------------------------- 3.31s /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:10 ----- linux-system-roles.storage : Get service facts -------------------------- 3.22s /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 3.19s /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 2.94s /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 2.86s /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 2.61s /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 2.59s /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 2.50s /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Ensure cryptsetup is present -------------------------------------------- 2.49s /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:10 ----- linux-system-roles.storage : Make sure blivet is available -------------- 2.48s /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Ensure cryptsetup is present -------------------------------------------- 2.47s /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 2.47s /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:10 ----- linux-system-roles.storage : Make sure required packages are installed --- 2.47s /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 linux-system-roles.storage : Make sure required packages are installed --- 2.46s /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Ensure cryptsetup is present -------------------------------------------- 2.46s /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:10 ----- linux-system-roles.storage : Make sure blivet is available -------------- 2.46s /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 linux-system-roles.storage : Make sure blivet is available -------------- 2.46s /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 linux-system-roles.storage : Make sure blivet is available -------------- 2.45s /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Ensure cryptsetup is present -------------------------------------------- 2.45s /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:10 ----- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---