# 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_scsi_generated.yml **************************** 2 plays in /WORKDIR/git-weekly-civnd1vj4n/tests/tests_lvm_percent_size_scsi_generated.yml PLAY [Run test tests_lvm_percent_size.yml for scsi] **************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/tests_lvm_percent_size_scsi_generated.yml:3 Sunday 03 December 2023 06:30:08 +0000 (0:00:00.016) 0:00:00.016 ******* ok: [sut] META: ran handlers TASK [Set disk interface for test] ********************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/tests_lvm_percent_size_scsi_generated.yml:8 Sunday 03 December 2023 06:30:11 +0000 (0:00:02.646) 0:00:02.663 ******* ok: [sut] => { "ansible_facts": { "storage_test_use_interface": "scsi" }, "changed": false } META: ran handlers META: ran handlers PLAY [Test specifying size as a percentage] ************************************ TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/tests_lvm_percent_size.yml:2 Sunday 03 December 2023 06:30:11 +0000 (0:00:00.014) 0:00:02.677 ******* ok: [sut] META: ran handlers TASK [Run the role] ************************************************************ task path: /WORKDIR/git-weekly-civnd1vj4n/tests/tests_lvm_percent_size.yml:17 Sunday 03 December 2023 06:30:12 +0000 (0:00:00.793) 0:00:03.471 ******* TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 03 December 2023 06:30:12 +0000 (0:00:00.024) 0:00:03.495 ******* included: /WORKDIR/git-weekly-civnd1vj4n/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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 03 December 2023 06:30:12 +0000 (0:00:00.036) 0:00:03.532 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 03 December 2023 06:30:12 +0000 (0:00:00.027) 0:00:03.560 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_37.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_37.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_37.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_37.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 03 December 2023 06:30:12 +0000 (0:00:00.044) 0:00:03.604 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.storage : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 03 December 2023 06:30:12 +0000 (0:00:00.301) 0:00:03.906 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 03 December 2023 06:30:12 +0000 (0:00:00.027) 0:00:03.933 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 03 December 2023 06:30:12 +0000 (0:00:00.012) 0:00:03.945 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 03 December 2023 06:30:12 +0000 (0:00:00.010) 0:00:03.956 ******* included: /WORKDIR/git-weekly-civnd1vj4n/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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 03 December 2023 06:30:12 +0000 (0:00:00.041) 0:00:03.997 ******* changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: iniparser-4.1-11.fc37.x86_64", "Installed: blivet-data-1:3.5.0-2.fc37.noarch", "Installed: python3-pyparted-1:3.12.0-6.fc37.x86_64", "Installed: libblockdev-btrfs-2.28-2.fc37.x86_64", "Installed: libblockdev-dm-2.28-2.fc37.x86_64", "Installed: device-mapper-multipath-0.9.0-4.fc37.x86_64", "Installed: device-mapper-multipath-libs-0.9.0-4.fc37.x86_64", "Installed: libblockdev-kbd-2.28-2.fc37.x86_64", "Installed: lzo-2.10-7.fc37.x86_64", "Installed: libblockdev-lvm-2.28-2.fc37.x86_64", "Installed: btrfs-progs-6.5.1-1.fc37.x86_64", "Installed: dmraid-1.0.0.rc16-53.fc37.x86_64", "Installed: dmraid-events-1.0.0.rc16-53.fc37.x86_64", "Installed: libblockdev-mpath-2.28-2.fc37.x86_64", "Installed: dmraid-libs-1.0.0.rc16-53.fc37.x86_64", "Installed: libblockdev-nvdimm-2.28-2.fc37.x86_64", "Installed: cxl-libs-78-1.fc37.x86_64", "Installed: lsof-4.94.0-4.fc37.x86_64", "Installed: python3-bytesize-2.10-1.fc37.x86_64", "Installed: daxctl-libs-78-1.fc37.x86_64", "Installed: libbytesize-2.10-1.fc37.x86_64", "Installed: ndctl-78-1.fc37.x86_64", "Installed: ndctl-libs-78-1.fc37.x86_64", "Installed: python3-blivet-1:3.5.0-2.fc37.noarch", "Installed: python3-blockdev-2.28-2.fc37.x86_64", "Installed: bcache-tools-1.1-3.fc37.x86_64", "Installed: sgpio-1.2.0.10-35.fc37.x86_64", "Removed: libbytesize-2.9-1.fc37.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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 03 December 2023 06:30:20 +0000 (0:00:07.212) 0:00:11.210 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 03 December 2023 06:30:20 +0000 (0:00:00.025) 0:00:11.236 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 03 December 2023 06:30:20 +0000 (0:00:00.027) 0:00:11.263 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 03 December 2023 06:30:20 +0000 (0:00:00.521) 0:00:11.784 ******* included: /WORKDIR/git-weekly-civnd1vj4n/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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:2 Sunday 03 December 2023 06:30:20 +0000 (0:00:00.043) 0:00:11.828 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:13 Sunday 03 December 2023 06:30:20 +0000 (0:00:00.021) 0:00:11.849 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable COPRs] ******************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:20 Sunday 03 December 2023 06:30:20 +0000 (0:00:00.014) 0:00:11.863 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 03 December 2023 06:30:20 +0000 (0:00:00.020) 0:00:11.884 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 03 December 2023 06:30:23 +0000 (0:00:02.542) 0:00:14.427 ******* 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.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.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" }, "dmraid-activation.service": { "name": "dmraid-activation.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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" }, "lvm2-pvscan@.service": { "name": "lvm2-pvscan@.service", "source": "systemd", "state": "unknown", "status": "static" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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@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" }, "ndctl-monitor.service": { "name": "ndctl-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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": "stopped", "status": "enabled" }, "rpmdb-rebuild.service": { "name": "rpmdb-rebuild.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "selinux-check-proper-disable.service": { "name": "selinux-check-proper-disable.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "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-system-token.service": { "name": "systemd-boot-system-token.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-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": "inactive", "status": "disabled" }, "systemd-homed.service": { "name": "systemd-homed.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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-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": "inactive", "status": "disabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-repart.service": { "name": "systemd-repart.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-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": "inactive", "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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 03 December 2023 06:30:25 +0000 (0:00:02.065) 0:00:16.493 ******* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 03 December 2023 06:30:25 +0000 (0:00:00.035) 0:00:16.528 ******* TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 03 December 2023 06:30:25 +0000 (0:00:00.042) 0:00:16.570 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 03 December 2023 06:30:25 +0000 (0:00:00.382) 0:00:16.953 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 03 December 2023 06:30:25 +0000 (0:00:00.020) 0:00:16.974 ******* TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Sunday 03 December 2023 06:30:25 +0000 (0:00:00.014) 0:00:16.988 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:121 Sunday 03 December 2023 06:30:25 +0000 (0:00:00.017) 0:00:17.006 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Sunday 03 December 2023 06:30:25 +0000 (0:00:00.018) 0:00:17.025 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:141 Sunday 03 December 2023 06:30:25 +0000 (0:00:00.020) 0:00:17.045 ******* TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:153 Sunday 03 December 2023 06:30:25 +0000 (0:00:00.015) 0:00:17.061 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:158 Sunday 03 December 2023 06:30:26 +0000 (0:00:00.017) 0:00:17.078 ******* TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:170 Sunday 03 December 2023 06:30:26 +0000 (0:00:00.015) 0:00:17.093 ******* TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:185 Sunday 03 December 2023 06:30:26 +0000 (0:00:00.014) 0:00:17.108 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:193 Sunday 03 December 2023 06:30:26 +0000 (0:00:00.013) 0:00:17.122 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1701584454.0204468, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1696931323.96, "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": 1696930864.766, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "781860367", "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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:198 Sunday 03 December 2023 06:30:26 +0000 (0:00:00.208) 0:00:17.330 ******* TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:220 Sunday 03 December 2023 06:30:26 +0000 (0:00:00.015) 0:00:17.345 ******* ok: [sut] TASK [Get unused disks] ******************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/tests_lvm_percent_size.yml:21 Sunday 03 December 2023 06:30:27 +0000 (0:00:00.786) 0:00:18.132 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/get_unused_disk.yml for sut TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/get_unused_disk.yml:2 Sunday 03 December 2023 06:30:27 +0000 (0:00:00.026) 0:00:18.158 ******* 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-civnd1vj4n/tests/get_unused_disk.yml:16 Sunday 03 December 2023 06:30:29 +0000 (0:00:02.565) 0:00:20.724 ******* ok: [sut] => { "changed": false, "disks": [ "sda" ] } TASK [Set unused_disks if necessary] ******************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/get_unused_disk.yml:24 Sunday 03 December 2023 06:30:29 +0000 (0:00:00.313) 0:00:21.037 ******* 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-civnd1vj4n/tests/get_unused_disk.yml:29 Sunday 03 December 2023 06:30:29 +0000 (0:00:00.024) 0:00:21.062 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Print unused disks] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/get_unused_disk.yml:34 Sunday 03 December 2023 06:30:30 +0000 (0:00:00.017) 0:00:21.079 ******* ok: [sut] => { "unused_disks": [ "sda" ] } TASK [Test for correct handling of invalid percentage-based size specification.] *** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/tests_lvm_percent_size.yml:27 Sunday 03 December 2023 06:30:30 +0000 (0:00:00.018) 0:00:21.097 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-role-failed.yml for sut TASK [Store global variable value copy] **************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-role-failed.yml:4 Sunday 03 December 2023 06:30:30 +0000 (0:00:00.027) 0:00:21.125 ******* 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-civnd1vj4n/tests/verify-role-failed.yml:10 Sunday 03 December 2023 06:30:30 +0000 (0:00:00.021) 0:00:21.147 ******* TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 03 December 2023 06:30:30 +0000 (0:00:00.025) 0:00:21.172 ******* included: /WORKDIR/git-weekly-civnd1vj4n/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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 03 December 2023 06:30:30 +0000 (0:00:00.023) 0:00:21.196 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 03 December 2023 06:30:30 +0000 (0:00:00.018) 0:00:21.215 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_37.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_37.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_37.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_37.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 03 December 2023 06:30:30 +0000 (0:00:00.045) 0:00:21.260 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 03 December 2023 06:30:30 +0000 (0:00:00.020) 0:00:21.281 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 03 December 2023 06:30:30 +0000 (0:00:00.017) 0:00:21.298 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 03 December 2023 06:30:30 +0000 (0:00:00.015) 0:00:21.314 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 03 December 2023 06:30:30 +0000 (0:00:00.017) 0:00:21.331 ******* included: /WORKDIR/git-weekly-civnd1vj4n/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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 03 December 2023 06:30:30 +0000 (0:00:00.036) 0:00:21.367 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 03 December 2023 06:30:32 +0000 (0:00:02.602) 0:00:23.970 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 03 December 2023 06:30:32 +0000 (0:00:00.025) 0:00:23.995 ******* ok: [sut] => { "storage_volumes": [] } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 03 December 2023 06:30:32 +0000 (0:00:00.021) 0:00:24.016 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 03 December 2023 06:30:36 +0000 (0:00:03.155) 0:00:27.171 ******* included: /WORKDIR/git-weekly-civnd1vj4n/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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:2 Sunday 03 December 2023 06:30:36 +0000 (0:00:00.030) 0:00:27.202 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:13 Sunday 03 December 2023 06:30:36 +0000 (0:00:00.023) 0:00:27.225 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable COPRs] ******************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:20 Sunday 03 December 2023 06:30:36 +0000 (0:00:00.015) 0:00:27.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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 03 December 2023 06:30:36 +0000 (0:00:00.024) 0:00:27.264 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 03 December 2023 06:30:38 +0000 (0:00:02.545) 0:00:29.810 ******* 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.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.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" }, "dmraid-activation.service": { "name": "dmraid-activation.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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" }, "lvm2-pvscan@.service": { "name": "lvm2-pvscan@.service", "source": "systemd", "state": "unknown", "status": "static" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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@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" }, "ndctl-monitor.service": { "name": "ndctl-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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": "stopped", "status": "enabled" }, "rpmdb-rebuild.service": { "name": "rpmdb-rebuild.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "selinux-check-proper-disable.service": { "name": "selinux-check-proper-disable.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "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-system-token.service": { "name": "systemd-boot-system-token.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-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": "inactive", "status": "disabled" }, "systemd-homed.service": { "name": "systemd-homed.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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-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": "inactive", "status": "disabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-repart.service": { "name": "systemd-repart.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-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": "inactive", "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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 03 December 2023 06:30:40 +0000 (0:00:01.947) 0:00:31.757 ******* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 03 December 2023 06:30:40 +0000 (0:00:00.025) 0:00:31.783 ******* TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 03 December 2023 06:30:40 +0000 (0:00:00.013) 0:00:31.796 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:106 Sunday 03 December 2023 06:30:42 +0000 (0:00:01.542) 0:00:33.339 ******* 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, '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': '', '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}, '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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 03 December 2023 06:30:42 +0000 (0:00:00.020) 0:00:33.359 ******* TASK [Check that we failed in the role] **************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-role-failed.yml:29 Sunday 03 December 2023 06:30:42 +0000 (0:00:00.014) 0:00:33.373 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the blivet output and error message are correct] ****************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-role-failed.yml:34 Sunday 03 December 2023 06:30:42 +0000 (0:00:00.017) 0:00:33.391 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify correct exception or error message] ******************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-role-failed.yml:45 Sunday 03 December 2023 06:30:42 +0000 (0:00:00.022) 0:00:33.413 ******* 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-civnd1vj4n/tests/tests_lvm_percent_size.yml:44 Sunday 03 December 2023 06:30:42 +0000 (0:00:00.015) 0:00:33.429 ******* TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 03 December 2023 06:30:42 +0000 (0:00:00.030) 0:00:33.460 ******* included: /WORKDIR/git-weekly-civnd1vj4n/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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 03 December 2023 06:30:42 +0000 (0:00:00.021) 0:00:33.482 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 03 December 2023 06:30:42 +0000 (0:00:00.058) 0:00:33.540 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_37.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_37.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_37.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_37.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 03 December 2023 06:30:42 +0000 (0:00:00.040) 0:00:33.581 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 03 December 2023 06:30:42 +0000 (0:00:00.014) 0:00:33.595 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 03 December 2023 06:30:42 +0000 (0:00:00.013) 0:00:33.609 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 03 December 2023 06:30:42 +0000 (0:00:00.013) 0:00:33.623 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 03 December 2023 06:30:42 +0000 (0:00:00.016) 0:00:33.640 ******* included: /WORKDIR/git-weekly-civnd1vj4n/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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 03 December 2023 06:30:42 +0000 (0:00:00.034) 0:00:33.674 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 03 December 2023 06:30:45 +0000 (0:00:02.522) 0:00:36.196 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 03 December 2023 06:30:45 +0000 (0:00:00.021) 0:00:36.218 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 03 December 2023 06:30:45 +0000 (0:00:00.016) 0:00:36.234 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 03 December 2023 06:30:46 +0000 (0:00:01.474) 0:00:37.709 ******* included: /WORKDIR/git-weekly-civnd1vj4n/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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:2 Sunday 03 December 2023 06:30:46 +0000 (0:00:00.028) 0:00:37.737 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:13 Sunday 03 December 2023 06:30:46 +0000 (0:00:00.023) 0:00:37.761 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable COPRs] ******************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:20 Sunday 03 December 2023 06:30:46 +0000 (0:00:00.014) 0:00:37.775 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 03 December 2023 06:30:46 +0000 (0:00:00.023) 0:00:37.799 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 03 December 2023 06:30:49 +0000 (0:00:02.541) 0:00:40.341 ******* 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.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.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" }, "dmraid-activation.service": { "name": "dmraid-activation.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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" }, "lvm2-pvscan@.service": { "name": "lvm2-pvscan@.service", "source": "systemd", "state": "unknown", "status": "static" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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@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" }, "ndctl-monitor.service": { "name": "ndctl-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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": "stopped", "status": "enabled" }, "rpmdb-rebuild.service": { "name": "rpmdb-rebuild.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "selinux-check-proper-disable.service": { "name": "selinux-check-proper-disable.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "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-system-token.service": { "name": "systemd-boot-system-token.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-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": "inactive", "status": "disabled" }, "systemd-homed.service": { "name": "systemd-homed.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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-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": "inactive", "status": "disabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-repart.service": { "name": "systemd-repart.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-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": "inactive", "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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 03 December 2023 06:30:51 +0000 (0:00:01.951) 0:00:42.292 ******* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 03 December 2023 06:30:51 +0000 (0:00:00.023) 0:00:42.316 ******* TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 03 December 2023 06:30:51 +0000 (0:00:00.014) 0:00:42.331 ******* 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": [ "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, "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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 03 December 2023 06:30:54 +0000 (0:00:03.160) 0:00:45.492 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 03 December 2023 06:30:54 +0000 (0:00:00.016) 0:00:45.509 ******* TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Sunday 03 December 2023 06:30:54 +0000 (0:00:00.014) 0:00:45.523 ******* 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": [ "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, "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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:121 Sunday 03 December 2023 06:30:54 +0000 (0:00:00.061) 0:00:45.585 ******* 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, "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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Sunday 03 December 2023 06:30:54 +0000 (0:00:00.021) 0:00:45.606 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:141 Sunday 03 December 2023 06:30:54 +0000 (0:00:00.018) 0:00:45.624 ******* TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:153 Sunday 03 December 2023 06:30:54 +0000 (0:00:00.015) 0:00:45.640 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:158 Sunday 03 December 2023 06:30:55 +0000 (0:00:00.935) 0:00:46.576 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:170 Sunday 03 December 2023 06:30:56 +0000 (0:00:01.041) 0:00:47.617 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:185 Sunday 03 December 2023 06:30:56 +0000 (0:00:00.026) 0:00:47.644 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:193 Sunday 03 December 2023 06:30:57 +0000 (0:00:00.783) 0:00:48.427 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1701584454.0204468, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1696931323.96, "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": 1696930864.766, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "781860367", "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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:198 Sunday 03 December 2023 06:30:57 +0000 (0:00:00.212) 0:00:48.640 ******* TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:220 Sunday 03 December 2023 06:30:57 +0000 (0:00:00.015) 0:00:48.656 ******* ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/tests_lvm_percent_size.yml:62 Sunday 03 December 2023 06:30:58 +0000 (0:00:00.795) 0:00:49.451 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-role-results.yml:2 Sunday 03 December 2023 06:30:58 +0000 (0:00:00.033) 0:00:49.485 ******* 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, "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-civnd1vj4n/tests/verify-role-results.yml:7 Sunday 03 December 2023 06:30:58 +0000 (0:00:00.021) 0:00:49.507 ******* skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-role-results.yml:15 Sunday 03 December 2023 06:30:58 +0000 (0:00:00.015) 0:00:49.522 ******* ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test1", "size": "6G", "type": "lvm", "uuid": "e38e4efc-1604-4295-ac25-2222f55dcdae" }, "/dev/mapper/foo-test2": { "fstype": "ext4", "label": "", "name": "/dev/mapper/foo-test2", "size": "4G", "type": "lvm", "uuid": "c65e9512-e104-4bdf-969e-30e613a83d61" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "gaXnLh-Yo9O-LaDs-PvcG-Z310-VrJv-m4rxX3" }, "/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": "e7a9b339-c47b-44f9-a3db-5567a302dcca" }, "/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-civnd1vj4n/tests/verify-role-results.yml:20 Sunday 03 December 2023 06:30:58 +0000 (0:00:00.298) 0:00:49.820 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003325", "end": "2023-12-03 06:30:59.015542", "rc": 0, "start": "2023-12-03 06:30:59.012217" } STDOUT: # # /etc/fstab # Created by anaconda on Tue Oct 10 09:41:04 2023 # # 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=e7a9b339-c47b-44f9-a3db-5567a302dcca / 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-civnd1vj4n/tests/verify-role-results.yml:25 Sunday 03 December 2023 06:30:59 +0000 (0:00:00.292) 0:00:50.113 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003237", "end": "2023-12-03 06:30:59.220425", "failed_when_result": false, "rc": 0, "start": "2023-12-03 06:30:59.217188" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-role-results.yml:34 Sunday 03 December 2023 06:30:59 +0000 (0:00:00.210) 0:00:50.324 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool.yml:5 Sunday 03 December 2023 06:30:59 +0000 (0:00:00.036) 0:00:50.361 ******* ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool.yml:18 Sunday 03 December 2023 06:30:59 +0000 (0:00:00.016) 0:00:50.377 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-members.yml:2 Sunday 03 December 2023 06:30:59 +0000 (0:00:00.051) 0:00:50.429 ******* 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-civnd1vj4n/tests/test-verify-pool-members.yml:13 Sunday 03 December 2023 06:30:59 +0000 (0:00:00.027) 0:00:50.456 ******* 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-civnd1vj4n/tests/test-verify-pool-members.yml:22 Sunday 03 December 2023 06:30:59 +0000 (0:00:00.303) 0:00:50.760 ******* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-members.yml:27 Sunday 03 December 2023 06:30:59 +0000 (0:00:00.019) 0:00:50.780 ******* ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-members.yml:33 Sunday 03 December 2023 06:30:59 +0000 (0:00:00.025) 0:00:50.805 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-members.yml:42 Sunday 03 December 2023 06:30:59 +0000 (0:00:00.023) 0:00:50.828 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-members.yml:48 Sunday 03 December 2023 06:30:59 +0000 (0:00:00.020) 0:00:50.849 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-members.yml:54 Sunday 03 December 2023 06:30:59 +0000 (0:00:00.020) 0:00:50.869 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-members.yml:59 Sunday 03 December 2023 06:30:59 +0000 (0:00:00.018) 0:00:50.887 ******* 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-civnd1vj4n/tests/test-verify-pool-members.yml:73 Sunday 03 December 2023 06:30:59 +0000 (0:00:00.033) 0:00:50.920 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml:8 Sunday 03 December 2023 06:30:59 +0000 (0:00:00.041) 0:00:50.961 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml:14 Sunday 03 December 2023 06:30:59 +0000 (0:00:00.016) 0:00:50.978 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml:21 Sunday 03 December 2023 06:30:59 +0000 (0:00:00.016) 0:00:50.994 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml:28 Sunday 03 December 2023 06:30:59 +0000 (0:00:00.017) 0:00:51.011 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml:35 Sunday 03 December 2023 06:30:59 +0000 (0:00:00.020) 0:00:51.032 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml:45 Sunday 03 December 2023 06:30:59 +0000 (0:00:00.020) 0:00:51.053 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml:54 Sunday 03 December 2023 06:31:00 +0000 (0:00:00.020) 0:00:51.073 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml:64 Sunday 03 December 2023 06:31:00 +0000 (0:00:00.019) 0:00:51.093 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml:74 Sunday 03 December 2023 06:31:00 +0000 (0:00:00.014) 0:00:51.108 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml:85 Sunday 03 December 2023 06:31:00 +0000 (0:00:00.016) 0:00:51.124 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml:95 Sunday 03 December 2023 06:31:00 +0000 (0:00:00.014) 0:00:51.139 ******* 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-civnd1vj4n/tests/test-verify-pool-members.yml:76 Sunday 03 December 2023 06:31:00 +0000 (0:00:00.014) 0:00:51.154 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-members-lvmraid.yml:2 Sunday 03 December 2023 06:31:00 +0000 (0:00:00.032) 0:00:51.187 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml:8 Sunday 03 December 2023 06:31:00 +0000 (0:00:00.043) 0:00:51.231 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml:16 Sunday 03 December 2023 06:31:00 +0000 (0:00:00.016) 0:00:51.247 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml:21 Sunday 03 December 2023 06:31:00 +0000 (0:00:00.015) 0:00:51.263 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml:29 Sunday 03 December 2023 06:31:00 +0000 (0:00:00.018) 0:00:51.281 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml:34 Sunday 03 December 2023 06:31:00 +0000 (0:00:00.015) 0:00:51.297 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml:40 Sunday 03 December 2023 06:31:00 +0000 (0:00:00.016) 0:00:51.313 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml:46 Sunday 03 December 2023 06:31:00 +0000 (0:00:00.016) 0:00:51.329 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml:8 Sunday 03 December 2023 06:31:00 +0000 (0:00:00.016) 0:00:51.346 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml:16 Sunday 03 December 2023 06:31:00 +0000 (0:00:00.016) 0:00:51.363 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml:21 Sunday 03 December 2023 06:31:00 +0000 (0:00:00.018) 0:00:51.381 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml:29 Sunday 03 December 2023 06:31:00 +0000 (0:00:00.017) 0:00:51.398 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml:34 Sunday 03 December 2023 06:31:00 +0000 (0:00:00.017) 0:00:51.415 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml:40 Sunday 03 December 2023 06:31:00 +0000 (0:00:00.015) 0:00:51.430 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml:46 Sunday 03 December 2023 06:31:00 +0000 (0:00:00.016) 0:00:51.447 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-members.yml:79 Sunday 03 December 2023 06:31:00 +0000 (0:00:00.014) 0:00:51.461 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-members-thin.yml:2 Sunday 03 December 2023 06:31:00 +0000 (0:00:00.036) 0:00:51.497 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-thin.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-thin.yml:8 Sunday 03 December 2023 06:31:00 +0000 (0:00:00.043) 0:00:51.541 ******* 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-civnd1vj4n/tests/verify-pool-member-thin.yml:16 Sunday 03 December 2023 06:31:00 +0000 (0:00:00.018) 0:00:51.560 ******* 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-civnd1vj4n/tests/verify-pool-member-thin.yml:23 Sunday 03 December 2023 06:31:00 +0000 (0:00:00.017) 0:00:51.577 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-thin.yml:27 Sunday 03 December 2023 06:31:00 +0000 (0:00:00.015) 0:00:51.593 ******* ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-thin.yml:8 Sunday 03 December 2023 06:31:00 +0000 (0:00:00.016) 0:00:51.609 ******* 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-civnd1vj4n/tests/verify-pool-member-thin.yml:16 Sunday 03 December 2023 06:31:00 +0000 (0:00:00.016) 0:00:51.625 ******* 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-civnd1vj4n/tests/verify-pool-member-thin.yml:23 Sunday 03 December 2023 06:31:00 +0000 (0:00:00.015) 0:00:51.641 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-thin.yml:27 Sunday 03 December 2023 06:31:00 +0000 (0:00:00.018) 0:00:51.660 ******* ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-members.yml:82 Sunday 03 December 2023 06:31:00 +0000 (0:00:00.016) 0:00:51.676 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-members-encryption.yml:5 Sunday 03 December 2023 06:31:00 +0000 (0:00:00.037) 0:00:51.714 ******* 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-civnd1vj4n/tests/verify-pool-members-encryption.yml:13 Sunday 03 December 2023 06:31:00 +0000 (0:00:00.020) 0:00:51.735 ******* 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-civnd1vj4n/tests/verify-pool-members-encryption.yml:20 Sunday 03 December 2023 06:31:00 +0000 (0:00:00.046) 0:00:51.782 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-crypttab.yml for sut TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-crypttab.yml:2 Sunday 03 December 2023 06:31:00 +0000 (0:00:00.031) 0:00:51.814 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-crypttab.yml:9 Sunday 03 December 2023 06:31:00 +0000 (0:00:00.019) 0:00:51.833 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-crypttab.yml:18 Sunday 03 December 2023 06:31:00 +0000 (0:00:00.020) 0:00:51.853 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-crypttab.yml:27 Sunday 03 December 2023 06:31:00 +0000 (0:00:00.016) 0:00:51.870 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-crypttab.yml:37 Sunday 03 December 2023 06:31:00 +0000 (0:00:00.018) 0:00:51.888 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-crypttab.yml:47 Sunday 03 December 2023 06:31:00 +0000 (0:00:00.016) 0:00:51.904 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-members-encryption.yml:27 Sunday 03 December 2023 06:31:00 +0000 (0:00:00.015) 0:00:51.920 ******* 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-civnd1vj4n/tests/test-verify-pool-members.yml:85 Sunday 03 December 2023 06:31:00 +0000 (0:00:00.015) 0:00:51.936 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-members-vdo.yml:2 Sunday 03 December 2023 06:31:00 +0000 (0:00:00.037) 0:00:51.974 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml:9 Sunday 03 December 2023 06:31:00 +0000 (0:00:00.044) 0:00:52.018 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml:16 Sunday 03 December 2023 06:31:00 +0000 (0:00:00.017) 0:00:52.036 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml:22 Sunday 03 December 2023 06:31:00 +0000 (0:00:00.018) 0:00:52.054 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml:28 Sunday 03 December 2023 06:31:00 +0000 (0:00:00.016) 0:00:52.071 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml:35 Sunday 03 December 2023 06:31:01 +0000 (0:00:00.016) 0:00:52.087 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml:41 Sunday 03 December 2023 06:31:01 +0000 (0:00:00.016) 0:00:52.104 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml:47 Sunday 03 December 2023 06:31:01 +0000 (0:00:00.016) 0:00:52.121 ******* ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml:9 Sunday 03 December 2023 06:31:01 +0000 (0:00:00.017) 0:00:52.138 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml:16 Sunday 03 December 2023 06:31:01 +0000 (0:00:00.020) 0:00:52.159 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml:22 Sunday 03 December 2023 06:31:01 +0000 (0:00:00.018) 0:00:52.178 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml:28 Sunday 03 December 2023 06:31:01 +0000 (0:00:00.017) 0:00:52.195 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml:35 Sunday 03 December 2023 06:31:01 +0000 (0:00:00.017) 0:00:52.212 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml:41 Sunday 03 December 2023 06:31:01 +0000 (0:00:00.017) 0:00:52.230 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml:47 Sunday 03 December 2023 06:31:01 +0000 (0:00:00.018) 0:00:52.249 ******* ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-members.yml:88 Sunday 03 December 2023 06:31:01 +0000 (0:00:00.019) 0:00:52.269 ******* 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-civnd1vj4n/tests/test-verify-pool-volumes.yml:3 Sunday 03 December 2023 06:31:01 +0000 (0:00:00.017) 0:00:52.286 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume.yml:2 Sunday 03 December 2023 06:31:01 +0000 (0:00:00.040) 0:00:52.327 ******* 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-civnd1vj4n/tests/test-verify-volume.yml:21 Sunday 03 December 2023 06:31:01 +0000 (0:00:00.024) 0:00:52.351 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:7 Sunday 03 December 2023 06:31:01 +0000 (0:00:00.089) 0:00:52.440 ******* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:16 Sunday 03 December 2023 06:31:01 +0000 (0:00:00.024) 0:00:52.465 ******* 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": "e38e4efc-1604-4295-ac25-2222f55dcdae" } ], "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": "e38e4efc-1604-4295-ac25-2222f55dcdae" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:38 Sunday 03 December 2023 06:31:01 +0000 (0:00:00.030) 0:00:52.496 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:51 Sunday 03 December 2023 06:31:01 +0000 (0:00:00.020) 0:00:52.517 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:63 Sunday 03 December 2023 06:31:01 +0000 (0:00:00.024) 0:00:52.541 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:71 Sunday 03 December 2023 06:31:01 +0000 (0:00:00.023) 0:00:52.565 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:83 Sunday 03 December 2023 06:31:01 +0000 (0:00:00.022) 0:00:52.587 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:95 Sunday 03 December 2023 06:31:01 +0000 (0:00:00.021) 0:00:52.609 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:110 Sunday 03 December 2023 06:31:01 +0000 (0:00:00.017) 0:00:52.626 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:122 Sunday 03 December 2023 06:31:01 +0000 (0:00:00.026) 0:00:52.653 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:128 Sunday 03 December 2023 06:31:01 +0000 (0:00:00.018) 0:00:52.671 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:134 Sunday 03 December 2023 06:31:01 +0000 (0:00:00.019) 0:00:52.691 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:146 Sunday 03 December 2023 06:31:01 +0000 (0:00:00.018) 0:00:52.709 ******* 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-civnd1vj4n/tests/test-verify-volume-fstab.yml:2 Sunday 03 December 2023 06:31:01 +0000 (0:00:00.015) 0:00:52.724 ******* 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-civnd1vj4n/tests/test-verify-volume-fstab.yml:40 Sunday 03 December 2023 06:31:01 +0000 (0:00:00.035) 0:00:52.760 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-fstab.yml:48 Sunday 03 December 2023 06:31:01 +0000 (0:00:00.022) 0:00:52.782 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-fstab.yml:58 Sunday 03 December 2023 06:31:01 +0000 (0:00:00.019) 0:00:52.802 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-fstab.yml:71 Sunday 03 December 2023 06:31:01 +0000 (0:00:00.044) 0:00:52.846 ******* 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-civnd1vj4n/tests/test-verify-volume-fs.yml:3 Sunday 03 December 2023 06:31:01 +0000 (0:00:00.016) 0:00:52.863 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-fs.yml:12 Sunday 03 December 2023 06:31:01 +0000 (0:00:00.021) 0:00:52.884 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-device.yml:3 Sunday 03 December 2023 06:31:01 +0000 (0:00:00.025) 0:00:52.909 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1701585056.5003178, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1701585054.2943861, "dev": 5, "device_type": 64769, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 784, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1701585054.2943861, "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-civnd1vj4n/tests/test-verify-volume-device.yml:9 Sunday 03 December 2023 06:31:02 +0000 (0:00:00.217) 0:00:53.126 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-device.yml:16 Sunday 03 December 2023 06:31:02 +0000 (0:00:00.022) 0:00:53.149 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-device.yml:24 Sunday 03 December 2023 06:31:02 +0000 (0:00:00.016) 0:00:53.166 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-device.yml:30 Sunday 03 December 2023 06:31:02 +0000 (0:00:00.018) 0:00:53.185 ******* ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-device.yml:34 Sunday 03 December 2023 06:31:02 +0000 (0:00:00.016) 0:00:53.201 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-device.yml:39 Sunday 03 December 2023 06:31:02 +0000 (0:00:00.017) 0:00:53.219 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:3 Sunday 03 December 2023 06:31:02 +0000 (0:00:00.019) 0:00:53.238 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:10 Sunday 03 December 2023 06:31:02 +0000 (0:00:00.014) 0:00:53.253 ******* changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: cryptsetup-2.6.1-1.fc37.x86_64" ] } lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:17 Sunday 03 December 2023 06:31:05 +0000 (0:00:03.292) 0:00:56.546 ******* 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-civnd1vj4n/tests/test-verify-volume-encryption.yml:23 Sunday 03 December 2023 06:31:05 +0000 (0:00:00.017) 0:00:56.563 ******* 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-civnd1vj4n/tests/test-verify-volume-encryption.yml:32 Sunday 03 December 2023 06:31:05 +0000 (0:00:00.017) 0:00:56.580 ******* 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-civnd1vj4n/tests/test-verify-volume-encryption.yml:45 Sunday 03 December 2023 06:31:05 +0000 (0:00:00.024) 0:00:56.604 ******* 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-civnd1vj4n/tests/test-verify-volume-encryption.yml:51 Sunday 03 December 2023 06:31:05 +0000 (0:00:00.018) 0:00:56.623 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:56 Sunday 03 December 2023 06:31:05 +0000 (0:00:00.017) 0:00:56.641 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:69 Sunday 03 December 2023 06:31:05 +0000 (0:00:00.017) 0:00:56.658 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:81 Sunday 03 December 2023 06:31:05 +0000 (0:00:00.020) 0:00:56.678 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:94 Sunday 03 December 2023 06:31:05 +0000 (0:00:00.017) 0:00:56.696 ******* 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-civnd1vj4n/tests/test-verify-volume-encryption.yml:106 Sunday 03 December 2023 06:31:05 +0000 (0:00:00.025) 0:00:56.721 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:114 Sunday 03 December 2023 06:31:05 +0000 (0:00:00.025) 0:00:56.746 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:122 Sunday 03 December 2023 06:31:05 +0000 (0:00:00.018) 0:00:56.765 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:131 Sunday 03 December 2023 06:31:05 +0000 (0:00:00.017) 0:00:56.782 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:140 Sunday 03 December 2023 06:31:05 +0000 (0:00:00.017) 0:00:56.799 ******* 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-civnd1vj4n/tests/test-verify-volume-md.yml:8 Sunday 03 December 2023 06:31:05 +0000 (0:00:00.017) 0:00:56.817 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:14 Sunday 03 December 2023 06:31:05 +0000 (0:00:00.018) 0:00:56.835 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:21 Sunday 03 December 2023 06:31:05 +0000 (0:00:00.019) 0:00:56.855 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:28 Sunday 03 December 2023 06:31:05 +0000 (0:00:00.021) 0:00:56.877 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:35 Sunday 03 December 2023 06:31:05 +0000 (0:00:00.022) 0:00:56.900 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:45 Sunday 03 December 2023 06:31:05 +0000 (0:00:00.021) 0:00:56.921 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:54 Sunday 03 December 2023 06:31:05 +0000 (0:00:00.017) 0:00:56.939 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:63 Sunday 03 December 2023 06:31:05 +0000 (0:00:00.016) 0:00:56.955 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:72 Sunday 03 December 2023 06:31:05 +0000 (0:00:00.023) 0:00:56.979 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:81 Sunday 03 December 2023 06:31:05 +0000 (0:00:00.020) 0:00:56.999 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:3 Sunday 03 December 2023 06:31:05 +0000 (0:00:00.018) 0:00:57.018 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:11 Sunday 03 December 2023 06:31:06 +0000 (0:00:00.311) 0:00:57.329 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:20 Sunday 03 December 2023 06:31:06 +0000 (0:00:00.022) 0:00:57.351 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:28 Sunday 03 December 2023 06:31:06 +0000 (0:00:00.022) 0:00:57.373 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:32 Sunday 03 December 2023 06:31:06 +0000 (0:00:00.018) 0:00:57.392 ******* ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:46 Sunday 03 December 2023 06:31:06 +0000 (0:00:00.204) 0:00:57.597 ******* 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, "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-civnd1vj4n/tests/test-verify-volume-size.yml:50 Sunday 03 December 2023 06:31:06 +0000 (0:00:00.025) 0:00:57.622 ******* 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": "e38e4efc-1604-4295-ac25-2222f55dcdae" }, "/dev/mapper/foo-test2": { "fstype": "ext4", "label": "", "name": "/dev/mapper/foo-test2", "size": "4G", "type": "lvm", "uuid": "c65e9512-e104-4bdf-969e-30e613a83d61" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "gaXnLh-Yo9O-LaDs-PvcG-Z310-VrJv-m4rxX3" }, "/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": "e7a9b339-c47b-44f9-a3db-5567a302dcca" }, "/dev/zram0": { "fstype": "", "label": "", "name": "/dev/zram0", "size": "3.6G", "type": "disk", "uuid": "" } } } } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:54 Sunday 03 December 2023 06:31:06 +0000 (0:00:00.026) 0:00:57.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-civnd1vj4n/tests/test-verify-volume-size.yml:58 Sunday 03 December 2023 06:31:06 +0000 (0:00:00.023) 0:00:57.673 ******* ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "6436008492.599999" }, "changed": false } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:68 Sunday 03 December 2023 06:31:06 +0000 (0:00:00.023) 0:00:57.696 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:72 Sunday 03 December 2023 06:31:06 +0000 (0:00:00.015) 0:00:57.711 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:77 Sunday 03 December 2023 06:31:06 +0000 (0:00:00.014) 0:00:57.726 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:83 Sunday 03 December 2023 06:31:06 +0000 (0:00:00.014) 0:00:57.741 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:88 Sunday 03 December 2023 06:31:06 +0000 (0:00:00.016) 0:00:57.758 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:96 Sunday 03 December 2023 06:31:06 +0000 (0:00:00.041) 0:00:57.799 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:104 Sunday 03 December 2023 06:31:06 +0000 (0:00:00.016) 0:00:57.815 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:109 Sunday 03 December 2023 06:31:06 +0000 (0:00:00.016) 0:00:57.832 ******* skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:113 Sunday 03 December 2023 06:31:06 +0000 (0:00:00.017) 0:00:57.850 ******* skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:117 Sunday 03 December 2023 06:31:06 +0000 (0:00:00.017) 0:00:57.867 ******* skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:121 Sunday 03 December 2023 06:31:06 +0000 (0:00:00.017) 0:00:57.884 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:129 Sunday 03 December 2023 06:31:06 +0000 (0:00:00.018) 0:00:57.902 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:138 Sunday 03 December 2023 06:31:06 +0000 (0:00:00.017) 0:00:57.920 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:142 Sunday 03 December 2023 06:31:06 +0000 (0:00:00.016) 0:00:57.937 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:150 Sunday 03 December 2023 06:31:06 +0000 (0:00:00.017) 0:00:57.954 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:156 Sunday 03 December 2023 06:31:06 +0000 (0:00:00.017) 0:00:57.971 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:160 Sunday 03 December 2023 06:31:06 +0000 (0:00:00.019) 0:00:57.990 ******* ok: [sut] => { "storage_test_expected_size": "6436008492.599999" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:164 Sunday 03 December 2023 06:31:06 +0000 (0:00:00.021) 0:00:58.012 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-cache.yml:5 Sunday 03 December 2023 06:31:06 +0000 (0:00:00.025) 0:00:58.037 ******* ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.033931", "end": "2023-12-03 06:31:07.181119", "rc": 0, "start": "2023-12-03 06:31:07.147188" } 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-civnd1vj4n/tests/test-verify-volume-cache.yml:13 Sunday 03 December 2023 06:31:07 +0000 (0:00:00.249) 0:00:58.287 ******* ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-cache.yml:18 Sunday 03 December 2023 06:31:07 +0000 (0:00:00.029) 0:00:58.316 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-cache.yml:27 Sunday 03 December 2023 06:31:07 +0000 (0:00:00.030) 0:00:58.346 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-cache.yml:35 Sunday 03 December 2023 06:31:07 +0000 (0:00:00.020) 0:00:58.367 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-cache.yml:41 Sunday 03 December 2023 06:31:07 +0000 (0:00:00.018) 0:00:58.385 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-cache.yml:47 Sunday 03 December 2023 06:31:07 +0000 (0:00:00.017) 0:00:58.403 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume.yml:27 Sunday 03 December 2023 06:31:07 +0000 (0:00:00.019) 0:00:58.423 ******* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume.yml:2 Sunday 03 December 2023 06:31:07 +0000 (0:00:00.017) 0:00:58.441 ******* 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-civnd1vj4n/tests/test-verify-volume.yml:21 Sunday 03 December 2023 06:31:07 +0000 (0:00:00.022) 0:00:58.463 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:7 Sunday 03 December 2023 06:31:07 +0000 (0:00:00.092) 0:00:58.556 ******* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test2" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:16 Sunday 03 December 2023 06:31:07 +0000 (0:00:00.021) 0:00:58.577 ******* 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": "c65e9512-e104-4bdf-969e-30e613a83d61" } ], "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": "c65e9512-e104-4bdf-969e-30e613a83d61" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:38 Sunday 03 December 2023 06:31:07 +0000 (0:00:00.028) 0:00:58.605 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:51 Sunday 03 December 2023 06:31:07 +0000 (0:00:00.018) 0:00:58.624 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:63 Sunday 03 December 2023 06:31:07 +0000 (0:00:00.022) 0:00:58.646 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:71 Sunday 03 December 2023 06:31:07 +0000 (0:00:00.019) 0:00:58.666 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:83 Sunday 03 December 2023 06:31:07 +0000 (0:00:00.015) 0:00:58.681 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:95 Sunday 03 December 2023 06:31:07 +0000 (0:00:00.017) 0:00:58.699 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:110 Sunday 03 December 2023 06:31:07 +0000 (0:00:00.016) 0:00:58.716 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:122 Sunday 03 December 2023 06:31:07 +0000 (0:00:00.022) 0:00:58.738 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:128 Sunday 03 December 2023 06:31:07 +0000 (0:00:00.016) 0:00:58.755 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:134 Sunday 03 December 2023 06:31:07 +0000 (0:00:00.015) 0:00:58.771 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:146 Sunday 03 December 2023 06:31:07 +0000 (0:00:00.014) 0:00:58.786 ******* 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-civnd1vj4n/tests/test-verify-volume-fstab.yml:2 Sunday 03 December 2023 06:31:07 +0000 (0:00:00.015) 0:00:58.802 ******* 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-civnd1vj4n/tests/test-verify-volume-fstab.yml:40 Sunday 03 December 2023 06:31:07 +0000 (0:00:00.035) 0:00:58.837 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-fstab.yml:48 Sunday 03 December 2023 06:31:07 +0000 (0:00:00.023) 0:00:58.861 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-fstab.yml:58 Sunday 03 December 2023 06:31:07 +0000 (0:00:00.021) 0:00:58.882 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-fstab.yml:71 Sunday 03 December 2023 06:31:07 +0000 (0:00:00.017) 0:00:58.900 ******* ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-fs.yml:3 Sunday 03 December 2023 06:31:07 +0000 (0:00:00.016) 0:00:58.917 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-fs.yml:12 Sunday 03 December 2023 06:31:07 +0000 (0:00:00.021) 0:00:58.938 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-device.yml:3 Sunday 03 December 2023 06:31:07 +0000 (0:00:00.021) 0:00:58.960 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1701585056.5343168, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1701585053.7674024, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 749, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1701585053.7674024, "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-civnd1vj4n/tests/test-verify-volume-device.yml:9 Sunday 03 December 2023 06:31:08 +0000 (0:00:00.214) 0:00:59.175 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-device.yml:16 Sunday 03 December 2023 06:31:08 +0000 (0:00:00.030) 0:00:59.205 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-device.yml:24 Sunday 03 December 2023 06:31:08 +0000 (0:00:00.022) 0:00:59.227 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-device.yml:30 Sunday 03 December 2023 06:31:08 +0000 (0:00:00.024) 0:00:59.252 ******* ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-device.yml:34 Sunday 03 December 2023 06:31:08 +0000 (0:00:00.020) 0:00:59.273 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-device.yml:39 Sunday 03 December 2023 06:31:08 +0000 (0:00:00.019) 0:00:59.292 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:3 Sunday 03 December 2023 06:31:08 +0000 (0:00:00.022) 0:00:59.315 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:10 Sunday 03 December 2023 06:31:08 +0000 (0:00:00.059) 0:00:59.375 ******* 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-civnd1vj4n/tests/test-verify-volume-encryption.yml:17 Sunday 03 December 2023 06:31:10 +0000 (0:00:02.536) 0:01:01.911 ******* 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-civnd1vj4n/tests/test-verify-volume-encryption.yml:23 Sunday 03 December 2023 06:31:10 +0000 (0:00:00.016) 0:01:01.928 ******* 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-civnd1vj4n/tests/test-verify-volume-encryption.yml:32 Sunday 03 December 2023 06:31:10 +0000 (0:00:00.016) 0:01:01.944 ******* 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-civnd1vj4n/tests/test-verify-volume-encryption.yml:45 Sunday 03 December 2023 06:31:10 +0000 (0:00:00.023) 0:01:01.967 ******* 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-civnd1vj4n/tests/test-verify-volume-encryption.yml:51 Sunday 03 December 2023 06:31:10 +0000 (0:00:00.018) 0:01:01.986 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:56 Sunday 03 December 2023 06:31:10 +0000 (0:00:00.020) 0:01:02.007 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:69 Sunday 03 December 2023 06:31:10 +0000 (0:00:00.022) 0:01:02.029 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:81 Sunday 03 December 2023 06:31:10 +0000 (0:00:00.020) 0:01:02.049 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:94 Sunday 03 December 2023 06:31:10 +0000 (0:00:00.017) 0:01:02.067 ******* 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-civnd1vj4n/tests/test-verify-volume-encryption.yml:106 Sunday 03 December 2023 06:31:11 +0000 (0:00:00.027) 0:01:02.094 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:114 Sunday 03 December 2023 06:31:11 +0000 (0:00:00.021) 0:01:02.116 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:122 Sunday 03 December 2023 06:31:11 +0000 (0:00:00.018) 0:01:02.134 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:131 Sunday 03 December 2023 06:31:11 +0000 (0:00:00.019) 0:01:02.154 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:140 Sunday 03 December 2023 06:31:11 +0000 (0:00:00.019) 0:01:02.173 ******* 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-civnd1vj4n/tests/test-verify-volume-md.yml:8 Sunday 03 December 2023 06:31:11 +0000 (0:00:00.018) 0:01:02.191 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:14 Sunday 03 December 2023 06:31:11 +0000 (0:00:00.017) 0:01:02.209 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:21 Sunday 03 December 2023 06:31:11 +0000 (0:00:00.016) 0:01:02.225 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:28 Sunday 03 December 2023 06:31:11 +0000 (0:00:00.019) 0:01:02.245 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:35 Sunday 03 December 2023 06:31:11 +0000 (0:00:00.023) 0:01:02.269 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:45 Sunday 03 December 2023 06:31:11 +0000 (0:00:00.018) 0:01:02.287 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:54 Sunday 03 December 2023 06:31:11 +0000 (0:00:00.019) 0:01:02.307 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:63 Sunday 03 December 2023 06:31:11 +0000 (0:00:00.018) 0:01:02.325 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:72 Sunday 03 December 2023 06:31:11 +0000 (0:00:00.020) 0:01:02.346 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:81 Sunday 03 December 2023 06:31:11 +0000 (0:00:00.017) 0:01:02.363 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:3 Sunday 03 December 2023 06:31:11 +0000 (0:00:00.025) 0:01:02.388 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:11 Sunday 03 December 2023 06:31:11 +0000 (0:00:00.227) 0:01:02.616 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:20 Sunday 03 December 2023 06:31:11 +0000 (0:00:00.023) 0:01:02.640 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:28 Sunday 03 December 2023 06:31:11 +0000 (0:00:00.020) 0:01:02.660 ******* ok: [sut] => { "storage_test_expected_size": "6436008492.599999" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:32 Sunday 03 December 2023 06:31:11 +0000 (0:00:00.018) 0:01:02.679 ******* ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:46 Sunday 03 December 2023 06:31:11 +0000 (0:00:00.209) 0:01:02.888 ******* 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, "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-civnd1vj4n/tests/test-verify-volume-size.yml:50 Sunday 03 December 2023 06:31:11 +0000 (0:00:00.029) 0:01:02.918 ******* 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": "e38e4efc-1604-4295-ac25-2222f55dcdae" }, "/dev/mapper/foo-test2": { "fstype": "ext4", "label": "", "name": "/dev/mapper/foo-test2", "size": "4G", "type": "lvm", "uuid": "c65e9512-e104-4bdf-969e-30e613a83d61" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "gaXnLh-Yo9O-LaDs-PvcG-Z310-VrJv-m4rxX3" }, "/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": "e7a9b339-c47b-44f9-a3db-5567a302dcca" }, "/dev/zram0": { "fstype": "", "label": "", "name": "/dev/zram0", "size": "3.6G", "type": "disk", "uuid": "" } } } } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:54 Sunday 03 December 2023 06:31:11 +0000 (0:00:00.025) 0:01:02.944 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:58 Sunday 03 December 2023 06:31:11 +0000 (0:00:00.023) 0:01:02.967 ******* ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "4290672328.4" }, "changed": false } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:68 Sunday 03 December 2023 06:31:11 +0000 (0:00:00.027) 0:01:02.995 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:72 Sunday 03 December 2023 06:31:11 +0000 (0:00:00.020) 0:01:03.016 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:77 Sunday 03 December 2023 06:31:11 +0000 (0:00:00.021) 0:01:03.037 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:83 Sunday 03 December 2023 06:31:11 +0000 (0:00:00.020) 0:01:03.058 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:88 Sunday 03 December 2023 06:31:12 +0000 (0:00:00.019) 0:01:03.077 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:96 Sunday 03 December 2023 06:31:12 +0000 (0:00:00.016) 0:01:03.094 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:104 Sunday 03 December 2023 06:31:12 +0000 (0:00:00.016) 0:01:03.111 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:109 Sunday 03 December 2023 06:31:12 +0000 (0:00:00.017) 0:01:03.128 ******* skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:113 Sunday 03 December 2023 06:31:12 +0000 (0:00:00.015) 0:01:03.143 ******* skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:117 Sunday 03 December 2023 06:31:12 +0000 (0:00:00.017) 0:01:03.161 ******* skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:121 Sunday 03 December 2023 06:31:12 +0000 (0:00:00.016) 0:01:03.178 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:129 Sunday 03 December 2023 06:31:12 +0000 (0:00:00.015) 0:01:03.193 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:138 Sunday 03 December 2023 06:31:12 +0000 (0:00:00.019) 0:01:03.213 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:142 Sunday 03 December 2023 06:31:12 +0000 (0:00:00.018) 0:01:03.231 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:150 Sunday 03 December 2023 06:31:12 +0000 (0:00:00.050) 0:01:03.282 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:156 Sunday 03 December 2023 06:31:12 +0000 (0:00:00.019) 0:01:03.301 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:160 Sunday 03 December 2023 06:31:12 +0000 (0:00:00.023) 0:01:03.324 ******* ok: [sut] => { "storage_test_expected_size": "4290672328.4" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:164 Sunday 03 December 2023 06:31:12 +0000 (0:00:00.018) 0:01:03.342 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-cache.yml:5 Sunday 03 December 2023 06:31:12 +0000 (0:00:00.025) 0:01:03.368 ******* 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.034394", "end": "2023-12-03 06:31:12.511138", "rc": 0, "start": "2023-12-03 06:31:12.476744" } 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-civnd1vj4n/tests/test-verify-volume-cache.yml:13 Sunday 03 December 2023 06:31:12 +0000 (0:00:00.244) 0:01:03.612 ******* ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-cache.yml:18 Sunday 03 December 2023 06:31:12 +0000 (0:00:00.029) 0:01:03.642 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-cache.yml:27 Sunday 03 December 2023 06:31:12 +0000 (0:00:00.028) 0:01:03.670 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-cache.yml:35 Sunday 03 December 2023 06:31:12 +0000 (0:00:00.022) 0:01:03.693 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-cache.yml:41 Sunday 03 December 2023 06:31:12 +0000 (0:00:00.022) 0:01:03.715 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-cache.yml:47 Sunday 03 December 2023 06:31:12 +0000 (0:00:00.023) 0:01:03.739 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume.yml:27 Sunday 03 December 2023 06:31:12 +0000 (0:00:00.022) 0:01:03.761 ******* 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-civnd1vj4n/tests/verify-role-results.yml:44 Sunday 03 December 2023 06:31:12 +0000 (0:00:00.017) 0:01:03.779 ******* TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-role-results.yml:54 Sunday 03 December 2023 06:31:12 +0000 (0:00:00.015) 0:01:03.794 ******* 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-civnd1vj4n/tests/tests_lvm_percent_size.yml:65 Sunday 03 December 2023 06:31:12 +0000 (0:00:00.018) 0:01:03.813 ******* TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 03 December 2023 06:31:12 +0000 (0:00:00.041) 0:01:03.854 ******* included: /WORKDIR/git-weekly-civnd1vj4n/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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 03 December 2023 06:31:12 +0000 (0:00:00.028) 0:01:03.883 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 03 December 2023 06:31:12 +0000 (0:00:00.021) 0:01:03.905 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_37.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_37.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_37.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_37.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 03 December 2023 06:31:12 +0000 (0:00:00.045) 0:01:03.950 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 03 December 2023 06:31:12 +0000 (0:00:00.017) 0:01:03.968 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 03 December 2023 06:31:12 +0000 (0:00:00.016) 0:01:03.984 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 03 December 2023 06:31:12 +0000 (0:00:00.018) 0:01:04.002 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 03 December 2023 06:31:12 +0000 (0:00:00.016) 0:01:04.018 ******* included: /WORKDIR/git-weekly-civnd1vj4n/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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 03 December 2023 06:31:12 +0000 (0:00:00.035) 0:01:04.054 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 03 December 2023 06:31:15 +0000 (0:00:02.554) 0:01:06.609 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 03 December 2023 06:31:15 +0000 (0:00:00.025) 0:01:06.635 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 03 December 2023 06:31:15 +0000 (0:00:00.022) 0:01:06.658 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 03 December 2023 06:31:17 +0000 (0:00:02.133) 0:01:08.792 ******* included: /WORKDIR/git-weekly-civnd1vj4n/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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:2 Sunday 03 December 2023 06:31:17 +0000 (0:00:00.074) 0:01:08.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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:13 Sunday 03 December 2023 06:31:17 +0000 (0:00:00.031) 0:01:08.898 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable COPRs] ******************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:20 Sunday 03 December 2023 06:31:17 +0000 (0:00:00.018) 0:01:08.917 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 03 December 2023 06:31:17 +0000 (0:00:00.033) 0:01:08.951 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 03 December 2023 06:31:20 +0000 (0:00:02.548) 0:01:11.499 ******* 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.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.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" }, "dmraid-activation.service": { "name": "dmraid-activation.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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" }, "lvm2-pvscan@.service": { "name": "lvm2-pvscan@.service", "source": "systemd", "state": "unknown", "status": "static" }, "lvm2-pvscan@8:0.service": { "name": "lvm2-pvscan@8:0.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "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@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" }, "ndctl-monitor.service": { "name": "ndctl-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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": "stopped", "status": "enabled" }, "rpmdb-rebuild.service": { "name": "rpmdb-rebuild.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "selinux-check-proper-disable.service": { "name": "selinux-check-proper-disable.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "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-system-token.service": { "name": "systemd-boot-system-token.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-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": "inactive", "status": "disabled" }, "systemd-homed.service": { "name": "systemd-homed.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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-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": "inactive", "status": "disabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-repart.service": { "name": "systemd-repart.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-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": "inactive", "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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 03 December 2023 06:31:22 +0000 (0:00:01.973) 0:01:13.473 ******* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 03 December 2023 06:31:22 +0000 (0:00:00.027) 0:01:13.501 ******* TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 03 December 2023 06:31:22 +0000 (0:00:00.016) 0:01:13.517 ******* 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", "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, "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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 03 December 2023 06:31:24 +0000 (0:00:02.404) 0:01:15.922 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 03 December 2023 06:31:24 +0000 (0:00:00.016) 0:01:15.938 ******* TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Sunday 03 December 2023 06:31:24 +0000 (0:00:00.013) 0:01:15.952 ******* 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", "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, "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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:121 Sunday 03 December 2023 06:31:24 +0000 (0:00:00.022) 0:01:15.974 ******* 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, "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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Sunday 03 December 2023 06:31:24 +0000 (0:00:00.020) 0:01:15.995 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:141 Sunday 03 December 2023 06:31:24 +0000 (0:00:00.018) 0:01:16.014 ******* TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:153 Sunday 03 December 2023 06:31:24 +0000 (0:00:00.016) 0:01:16.030 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:158 Sunday 03 December 2023 06:31:25 +0000 (0:00:00.773) 0:01:16.803 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:170 Sunday 03 December 2023 06:31:26 +0000 (0:00:00.412) 0:01:17.216 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:185 Sunday 03 December 2023 06:31:26 +0000 (0:00:00.030) 0:01:17.247 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:193 Sunday 03 December 2023 06:31:26 +0000 (0:00:00.770) 0:01:18.017 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1701584454.0204468, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1696931323.96, "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": 1696930864.766, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "781860367", "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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:198 Sunday 03 December 2023 06:31:27 +0000 (0:00:00.209) 0:01:18.227 ******* TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:220 Sunday 03 December 2023 06:31:27 +0000 (0:00:00.015) 0:01:18.242 ******* ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/tests_lvm_percent_size.yml:80 Sunday 03 December 2023 06:31:27 +0000 (0:00:00.786) 0:01:19.028 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-role-results.yml:2 Sunday 03 December 2023 06:31:28 +0000 (0:00:00.052) 0:01:19.081 ******* 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, "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-civnd1vj4n/tests/verify-role-results.yml:7 Sunday 03 December 2023 06:31:28 +0000 (0:00:00.022) 0:01:19.104 ******* skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-role-results.yml:15 Sunday 03 December 2023 06:31:28 +0000 (0:00:00.015) 0:01:19.119 ******* ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test1", "size": "6G", "type": "lvm", "uuid": "e38e4efc-1604-4295-ac25-2222f55dcdae" }, "/dev/mapper/foo-test2": { "fstype": "ext4", "label": "", "name": "/dev/mapper/foo-test2", "size": "4G", "type": "lvm", "uuid": "c65e9512-e104-4bdf-969e-30e613a83d61" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "gaXnLh-Yo9O-LaDs-PvcG-Z310-VrJv-m4rxX3" }, "/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": "e7a9b339-c47b-44f9-a3db-5567a302dcca" }, "/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-civnd1vj4n/tests/verify-role-results.yml:20 Sunday 03 December 2023 06:31:28 +0000 (0:00:00.208) 0:01:19.328 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003221", "end": "2023-12-03 06:31:28.434910", "rc": 0, "start": "2023-12-03 06:31:28.431689" } STDOUT: # # /etc/fstab # Created by anaconda on Tue Oct 10 09:41:04 2023 # # 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=e7a9b339-c47b-44f9-a3db-5567a302dcca / 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-civnd1vj4n/tests/verify-role-results.yml:25 Sunday 03 December 2023 06:31:28 +0000 (0:00:00.205) 0:01:19.534 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003223", "end": "2023-12-03 06:31:28.639360", "failed_when_result": false, "rc": 0, "start": "2023-12-03 06:31:28.636137" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-role-results.yml:34 Sunday 03 December 2023 06:31:28 +0000 (0:00:00.204) 0:01:19.738 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool.yml:5 Sunday 03 December 2023 06:31:28 +0000 (0:00:00.034) 0:01:19.772 ******* ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool.yml:18 Sunday 03 December 2023 06:31:28 +0000 (0:00:00.015) 0:01:19.788 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-members.yml:2 Sunday 03 December 2023 06:31:28 +0000 (0:00:00.035) 0:01:19.823 ******* 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-civnd1vj4n/tests/test-verify-pool-members.yml:13 Sunday 03 December 2023 06:31:28 +0000 (0:00:00.022) 0:01:19.846 ******* 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-civnd1vj4n/tests/test-verify-pool-members.yml:22 Sunday 03 December 2023 06:31:28 +0000 (0:00:00.207) 0:01:20.054 ******* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-members.yml:27 Sunday 03 December 2023 06:31:29 +0000 (0:00:00.020) 0:01:20.074 ******* ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-members.yml:33 Sunday 03 December 2023 06:31:29 +0000 (0:00:00.022) 0:01:20.096 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-members.yml:42 Sunday 03 December 2023 06:31:29 +0000 (0:00:00.024) 0:01:20.120 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-members.yml:48 Sunday 03 December 2023 06:31:29 +0000 (0:00:00.018) 0:01:20.139 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-members.yml:54 Sunday 03 December 2023 06:31:29 +0000 (0:00:00.019) 0:01:20.159 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-members.yml:59 Sunday 03 December 2023 06:31:29 +0000 (0:00:00.016) 0:01:20.175 ******* 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-civnd1vj4n/tests/test-verify-pool-members.yml:73 Sunday 03 December 2023 06:31:29 +0000 (0:00:00.027) 0:01:20.202 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml:8 Sunday 03 December 2023 06:31:29 +0000 (0:00:00.035) 0:01:20.238 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml:14 Sunday 03 December 2023 06:31:29 +0000 (0:00:00.019) 0:01:20.257 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml:21 Sunday 03 December 2023 06:31:29 +0000 (0:00:00.016) 0:01:20.274 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml:28 Sunday 03 December 2023 06:31:29 +0000 (0:00:00.016) 0:01:20.291 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml:35 Sunday 03 December 2023 06:31:29 +0000 (0:00:00.016) 0:01:20.308 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml:45 Sunday 03 December 2023 06:31:29 +0000 (0:00:00.018) 0:01:20.326 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml:54 Sunday 03 December 2023 06:31:29 +0000 (0:00:00.016) 0:01:20.343 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml:64 Sunday 03 December 2023 06:31:29 +0000 (0:00:00.018) 0:01:20.361 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml:74 Sunday 03 December 2023 06:31:29 +0000 (0:00:00.016) 0:01:20.377 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml:85 Sunday 03 December 2023 06:31:29 +0000 (0:00:00.015) 0:01:20.393 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml:95 Sunday 03 December 2023 06:31:29 +0000 (0:00:00.017) 0:01:20.411 ******* 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-civnd1vj4n/tests/test-verify-pool-members.yml:76 Sunday 03 December 2023 06:31:29 +0000 (0:00:00.017) 0:01:20.429 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-members-lvmraid.yml:2 Sunday 03 December 2023 06:31:29 +0000 (0:00:00.032) 0:01:20.462 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml:8 Sunday 03 December 2023 06:31:29 +0000 (0:00:00.042) 0:01:20.504 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml:16 Sunday 03 December 2023 06:31:29 +0000 (0:00:00.016) 0:01:20.520 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml:21 Sunday 03 December 2023 06:31:29 +0000 (0:00:00.016) 0:01:20.537 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml:29 Sunday 03 December 2023 06:31:29 +0000 (0:00:00.016) 0:01:20.553 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml:34 Sunday 03 December 2023 06:31:29 +0000 (0:00:00.014) 0:01:20.568 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml:40 Sunday 03 December 2023 06:31:29 +0000 (0:00:00.016) 0:01:20.584 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml:46 Sunday 03 December 2023 06:31:29 +0000 (0:00:00.017) 0:01:20.602 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml:8 Sunday 03 December 2023 06:31:29 +0000 (0:00:00.016) 0:01:20.618 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml:16 Sunday 03 December 2023 06:31:29 +0000 (0:00:00.017) 0:01:20.636 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml:21 Sunday 03 December 2023 06:31:29 +0000 (0:00:00.015) 0:01:20.652 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml:29 Sunday 03 December 2023 06:31:29 +0000 (0:00:00.020) 0:01:20.672 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml:34 Sunday 03 December 2023 06:31:29 +0000 (0:00:00.022) 0:01:20.694 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml:40 Sunday 03 December 2023 06:31:29 +0000 (0:00:00.041) 0:01:20.735 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml:46 Sunday 03 December 2023 06:31:29 +0000 (0:00:00.017) 0:01:20.753 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-members.yml:79 Sunday 03 December 2023 06:31:29 +0000 (0:00:00.015) 0:01:20.768 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-members-thin.yml:2 Sunday 03 December 2023 06:31:29 +0000 (0:00:00.032) 0:01:20.801 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-thin.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-thin.yml:8 Sunday 03 December 2023 06:31:29 +0000 (0:00:00.043) 0:01:20.844 ******* 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-civnd1vj4n/tests/verify-pool-member-thin.yml:16 Sunday 03 December 2023 06:31:29 +0000 (0:00:00.016) 0:01:20.860 ******* 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-civnd1vj4n/tests/verify-pool-member-thin.yml:23 Sunday 03 December 2023 06:31:29 +0000 (0:00:00.015) 0:01:20.876 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-thin.yml:27 Sunday 03 December 2023 06:31:29 +0000 (0:00:00.016) 0:01:20.892 ******* ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-thin.yml:8 Sunday 03 December 2023 06:31:29 +0000 (0:00:00.014) 0:01:20.907 ******* 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-civnd1vj4n/tests/verify-pool-member-thin.yml:16 Sunday 03 December 2023 06:31:29 +0000 (0:00:00.014) 0:01:20.922 ******* 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-civnd1vj4n/tests/verify-pool-member-thin.yml:23 Sunday 03 December 2023 06:31:29 +0000 (0:00:00.015) 0:01:20.937 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-thin.yml:27 Sunday 03 December 2023 06:31:29 +0000 (0:00:00.014) 0:01:20.952 ******* ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-members.yml:82 Sunday 03 December 2023 06:31:29 +0000 (0:00:00.014) 0:01:20.967 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-members-encryption.yml:5 Sunday 03 December 2023 06:31:29 +0000 (0:00:00.036) 0:01:21.004 ******* 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-civnd1vj4n/tests/verify-pool-members-encryption.yml:13 Sunday 03 December 2023 06:31:29 +0000 (0:00:00.017) 0:01:21.022 ******* 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-civnd1vj4n/tests/verify-pool-members-encryption.yml:20 Sunday 03 December 2023 06:31:29 +0000 (0:00:00.019) 0:01:21.041 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-crypttab.yml for sut TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-crypttab.yml:2 Sunday 03 December 2023 06:31:29 +0000 (0:00:00.030) 0:01:21.072 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-crypttab.yml:9 Sunday 03 December 2023 06:31:30 +0000 (0:00:00.019) 0:01:21.092 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-crypttab.yml:18 Sunday 03 December 2023 06:31:30 +0000 (0:00:00.019) 0:01:21.111 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-crypttab.yml:27 Sunday 03 December 2023 06:31:30 +0000 (0:00:00.017) 0:01:21.129 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-crypttab.yml:37 Sunday 03 December 2023 06:31:30 +0000 (0:00:00.017) 0:01:21.146 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-crypttab.yml:47 Sunday 03 December 2023 06:31:30 +0000 (0:00:00.016) 0:01:21.162 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-members-encryption.yml:27 Sunday 03 December 2023 06:31:30 +0000 (0:00:00.017) 0:01:21.180 ******* 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-civnd1vj4n/tests/test-verify-pool-members.yml:85 Sunday 03 December 2023 06:31:30 +0000 (0:00:00.016) 0:01:21.196 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-members-vdo.yml:2 Sunday 03 December 2023 06:31:30 +0000 (0:00:00.037) 0:01:21.233 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml:9 Sunday 03 December 2023 06:31:30 +0000 (0:00:00.043) 0:01:21.277 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml:16 Sunday 03 December 2023 06:31:30 +0000 (0:00:00.017) 0:01:21.295 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml:22 Sunday 03 December 2023 06:31:30 +0000 (0:00:00.016) 0:01:21.311 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml:28 Sunday 03 December 2023 06:31:30 +0000 (0:00:00.016) 0:01:21.328 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml:35 Sunday 03 December 2023 06:31:30 +0000 (0:00:00.016) 0:01:21.344 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml:41 Sunday 03 December 2023 06:31:30 +0000 (0:00:00.015) 0:01:21.360 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml:47 Sunday 03 December 2023 06:31:30 +0000 (0:00:00.014) 0:01:21.375 ******* ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml:9 Sunday 03 December 2023 06:31:30 +0000 (0:00:00.015) 0:01:21.390 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml:16 Sunday 03 December 2023 06:31:30 +0000 (0:00:00.015) 0:01:21.406 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml:22 Sunday 03 December 2023 06:31:30 +0000 (0:00:00.015) 0:01:21.421 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml:28 Sunday 03 December 2023 06:31:30 +0000 (0:00:00.017) 0:01:21.439 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml:35 Sunday 03 December 2023 06:31:30 +0000 (0:00:00.016) 0:01:21.455 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml:41 Sunday 03 December 2023 06:31:30 +0000 (0:00:00.016) 0:01:21.471 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml:47 Sunday 03 December 2023 06:31:30 +0000 (0:00:00.016) 0:01:21.488 ******* ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-members.yml:88 Sunday 03 December 2023 06:31:30 +0000 (0:00:00.015) 0:01:21.503 ******* 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-civnd1vj4n/tests/test-verify-pool-volumes.yml:3 Sunday 03 December 2023 06:31:30 +0000 (0:00:00.017) 0:01:21.520 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume.yml:2 Sunday 03 December 2023 06:31:30 +0000 (0:00:00.042) 0:01:21.562 ******* 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-civnd1vj4n/tests/test-verify-volume.yml:21 Sunday 03 December 2023 06:31:30 +0000 (0:00:00.022) 0:01:21.585 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:7 Sunday 03 December 2023 06:31:30 +0000 (0:00:00.118) 0:01:21.703 ******* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:16 Sunday 03 December 2023 06:31:30 +0000 (0:00:00.024) 0:01:21.728 ******* 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": "e38e4efc-1604-4295-ac25-2222f55dcdae" } ], "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": "e38e4efc-1604-4295-ac25-2222f55dcdae" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:38 Sunday 03 December 2023 06:31:30 +0000 (0:00:00.030) 0:01:21.758 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:51 Sunday 03 December 2023 06:31:30 +0000 (0:00:00.017) 0:01:21.776 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:63 Sunday 03 December 2023 06:31:30 +0000 (0:00:00.022) 0:01:21.799 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:71 Sunday 03 December 2023 06:31:30 +0000 (0:00:00.023) 0:01:21.822 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:83 Sunday 03 December 2023 06:31:30 +0000 (0:00:00.018) 0:01:21.840 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:95 Sunday 03 December 2023 06:31:30 +0000 (0:00:00.018) 0:01:21.859 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:110 Sunday 03 December 2023 06:31:30 +0000 (0:00:00.017) 0:01:21.876 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:122 Sunday 03 December 2023 06:31:30 +0000 (0:00:00.022) 0:01:21.898 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:128 Sunday 03 December 2023 06:31:30 +0000 (0:00:00.016) 0:01:21.915 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:134 Sunday 03 December 2023 06:31:30 +0000 (0:00:00.017) 0:01:21.932 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:146 Sunday 03 December 2023 06:31:30 +0000 (0:00:00.015) 0:01:21.947 ******* 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-civnd1vj4n/tests/test-verify-volume-fstab.yml:2 Sunday 03 December 2023 06:31:30 +0000 (0:00:00.015) 0:01:21.963 ******* 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-civnd1vj4n/tests/test-verify-volume-fstab.yml:40 Sunday 03 December 2023 06:31:30 +0000 (0:00:00.034) 0:01:21.997 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-fstab.yml:48 Sunday 03 December 2023 06:31:30 +0000 (0:00:00.019) 0:01:22.017 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-fstab.yml:58 Sunday 03 December 2023 06:31:30 +0000 (0:00:00.025) 0:01:22.043 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-fstab.yml:71 Sunday 03 December 2023 06:31:30 +0000 (0:00:00.016) 0:01:22.059 ******* 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-civnd1vj4n/tests/test-verify-volume-fs.yml:3 Sunday 03 December 2023 06:31:31 +0000 (0:00:00.015) 0:01:22.074 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-fs.yml:12 Sunday 03 December 2023 06:31:31 +0000 (0:00:00.022) 0:01:22.097 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-device.yml:3 Sunday 03 December 2023 06:31:31 +0000 (0:00:00.022) 0:01:22.120 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1701585056.5003178, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1701585054.2943861, "dev": 5, "device_type": 64769, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 784, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1701585054.2943861, "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-civnd1vj4n/tests/test-verify-volume-device.yml:9 Sunday 03 December 2023 06:31:31 +0000 (0:00:00.212) 0:01:22.333 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-device.yml:16 Sunday 03 December 2023 06:31:31 +0000 (0:00:00.022) 0:01:22.356 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-device.yml:24 Sunday 03 December 2023 06:31:31 +0000 (0:00:00.016) 0:01:22.372 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-device.yml:30 Sunday 03 December 2023 06:31:31 +0000 (0:00:00.020) 0:01:22.393 ******* ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-device.yml:34 Sunday 03 December 2023 06:31:31 +0000 (0:00:00.018) 0:01:22.411 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-device.yml:39 Sunday 03 December 2023 06:31:31 +0000 (0:00:00.015) 0:01:22.427 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:3 Sunday 03 December 2023 06:31:31 +0000 (0:00:00.018) 0:01:22.445 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:10 Sunday 03 December 2023 06:31:31 +0000 (0:00:00.015) 0:01:22.461 ******* 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-civnd1vj4n/tests/test-verify-volume-encryption.yml:17 Sunday 03 December 2023 06:31:33 +0000 (0:00:02.525) 0:01:24.986 ******* 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-civnd1vj4n/tests/test-verify-volume-encryption.yml:23 Sunday 03 December 2023 06:31:33 +0000 (0:00:00.017) 0:01:25.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-civnd1vj4n/tests/test-verify-volume-encryption.yml:32 Sunday 03 December 2023 06:31:33 +0000 (0:00:00.016) 0:01:25.020 ******* 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-civnd1vj4n/tests/test-verify-volume-encryption.yml:45 Sunday 03 December 2023 06:31:33 +0000 (0:00:00.025) 0:01:25.046 ******* 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-civnd1vj4n/tests/test-verify-volume-encryption.yml:51 Sunday 03 December 2023 06:31:33 +0000 (0:00:00.016) 0:01:25.063 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:56 Sunday 03 December 2023 06:31:34 +0000 (0:00:00.019) 0:01:25.082 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:69 Sunday 03 December 2023 06:31:34 +0000 (0:00:00.017) 0:01:25.099 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:81 Sunday 03 December 2023 06:31:34 +0000 (0:00:00.015) 0:01:25.115 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:94 Sunday 03 December 2023 06:31:34 +0000 (0:00:00.015) 0:01:25.130 ******* 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-civnd1vj4n/tests/test-verify-volume-encryption.yml:106 Sunday 03 December 2023 06:31:34 +0000 (0:00:00.023) 0:01:25.153 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:114 Sunday 03 December 2023 06:31:34 +0000 (0:00:00.020) 0:01:25.174 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:122 Sunday 03 December 2023 06:31:34 +0000 (0:00:00.016) 0:01:25.190 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:131 Sunday 03 December 2023 06:31:34 +0000 (0:00:00.016) 0:01:25.207 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:140 Sunday 03 December 2023 06:31:34 +0000 (0:00:00.017) 0:01:25.224 ******* 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-civnd1vj4n/tests/test-verify-volume-md.yml:8 Sunday 03 December 2023 06:31:34 +0000 (0:00:00.016) 0:01:25.240 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:14 Sunday 03 December 2023 06:31:34 +0000 (0:00:00.019) 0:01:25.259 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:21 Sunday 03 December 2023 06:31:34 +0000 (0:00:00.016) 0:01:25.276 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:28 Sunday 03 December 2023 06:31:34 +0000 (0:00:00.017) 0:01:25.293 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:35 Sunday 03 December 2023 06:31:34 +0000 (0:00:00.017) 0:01:25.311 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:45 Sunday 03 December 2023 06:31:34 +0000 (0:00:00.017) 0:01:25.329 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:54 Sunday 03 December 2023 06:31:34 +0000 (0:00:00.019) 0:01:25.348 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:63 Sunday 03 December 2023 06:31:34 +0000 (0:00:00.019) 0:01:25.368 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:72 Sunday 03 December 2023 06:31:34 +0000 (0:00:00.017) 0:01:25.386 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:81 Sunday 03 December 2023 06:31:34 +0000 (0:00:00.017) 0:01:25.403 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:3 Sunday 03 December 2023 06:31:34 +0000 (0:00:00.017) 0:01:25.420 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:11 Sunday 03 December 2023 06:31:34 +0000 (0:00:00.208) 0:01:25.629 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:20 Sunday 03 December 2023 06:31:34 +0000 (0:00:00.020) 0:01:25.649 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:28 Sunday 03 December 2023 06:31:34 +0000 (0:00:00.019) 0:01:25.668 ******* ok: [sut] => { "storage_test_expected_size": "4290672328.4" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:32 Sunday 03 December 2023 06:31:34 +0000 (0:00:00.018) 0:01:25.686 ******* ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:46 Sunday 03 December 2023 06:31:34 +0000 (0:00:00.205) 0:01:25.891 ******* 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, "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-civnd1vj4n/tests/test-verify-volume-size.yml:50 Sunday 03 December 2023 06:31:34 +0000 (0:00:00.025) 0:01:25.917 ******* 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": "e38e4efc-1604-4295-ac25-2222f55dcdae" }, "/dev/mapper/foo-test2": { "fstype": "ext4", "label": "", "name": "/dev/mapper/foo-test2", "size": "4G", "type": "lvm", "uuid": "c65e9512-e104-4bdf-969e-30e613a83d61" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "gaXnLh-Yo9O-LaDs-PvcG-Z310-VrJv-m4rxX3" }, "/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": "e7a9b339-c47b-44f9-a3db-5567a302dcca" }, "/dev/zram0": { "fstype": "", "label": "", "name": "/dev/zram0", "size": "3.6G", "type": "disk", "uuid": "" } } } } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:54 Sunday 03 December 2023 06:31:34 +0000 (0:00:00.024) 0:01:25.941 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:58 Sunday 03 December 2023 06:31:34 +0000 (0:00:00.021) 0:01:25.962 ******* ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "6436008492.599999" }, "changed": false } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:68 Sunday 03 December 2023 06:31:34 +0000 (0:00:00.023) 0:01:25.985 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:72 Sunday 03 December 2023 06:31:34 +0000 (0:00:00.014) 0:01:26.000 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:77 Sunday 03 December 2023 06:31:34 +0000 (0:00:00.014) 0:01:26.015 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:83 Sunday 03 December 2023 06:31:34 +0000 (0:00:00.015) 0:01:26.031 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:88 Sunday 03 December 2023 06:31:34 +0000 (0:00:00.015) 0:01:26.046 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:96 Sunday 03 December 2023 06:31:34 +0000 (0:00:00.014) 0:01:26.060 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:104 Sunday 03 December 2023 06:31:35 +0000 (0:00:00.016) 0:01:26.077 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:109 Sunday 03 December 2023 06:31:35 +0000 (0:00:00.017) 0:01:26.094 ******* skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:113 Sunday 03 December 2023 06:31:35 +0000 (0:00:00.020) 0:01:26.114 ******* skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:117 Sunday 03 December 2023 06:31:35 +0000 (0:00:00.017) 0:01:26.132 ******* skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:121 Sunday 03 December 2023 06:31:35 +0000 (0:00:00.016) 0:01:26.148 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:129 Sunday 03 December 2023 06:31:35 +0000 (0:00:00.016) 0:01:26.165 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:138 Sunday 03 December 2023 06:31:35 +0000 (0:00:00.018) 0:01:26.183 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:142 Sunday 03 December 2023 06:31:35 +0000 (0:00:00.020) 0:01:26.204 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:150 Sunday 03 December 2023 06:31:35 +0000 (0:00:00.019) 0:01:26.224 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:156 Sunday 03 December 2023 06:31:35 +0000 (0:00:00.015) 0:01:26.239 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:160 Sunday 03 December 2023 06:31:35 +0000 (0:00:00.022) 0:01:26.262 ******* ok: [sut] => { "storage_test_expected_size": "6436008492.599999" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:164 Sunday 03 December 2023 06:31:35 +0000 (0:00:00.019) 0:01:26.281 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-cache.yml:5 Sunday 03 December 2023 06:31:35 +0000 (0:00:00.029) 0:01:26.311 ******* 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.033758", "end": "2023-12-03 06:31:35.455265", "rc": 0, "start": "2023-12-03 06:31:35.421507" } 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-civnd1vj4n/tests/test-verify-volume-cache.yml:13 Sunday 03 December 2023 06:31:35 +0000 (0:00:00.243) 0:01:26.555 ******* ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-cache.yml:18 Sunday 03 December 2023 06:31:35 +0000 (0:00:00.022) 0:01:26.577 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-cache.yml:27 Sunday 03 December 2023 06:31:35 +0000 (0:00:00.022) 0:01:26.599 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-cache.yml:35 Sunday 03 December 2023 06:31:35 +0000 (0:00:00.018) 0:01:26.618 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-cache.yml:41 Sunday 03 December 2023 06:31:35 +0000 (0:00:00.017) 0:01:26.636 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-cache.yml:47 Sunday 03 December 2023 06:31:35 +0000 (0:00:00.017) 0:01:26.654 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume.yml:27 Sunday 03 December 2023 06:31:35 +0000 (0:00:00.019) 0:01:26.673 ******* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume.yml:2 Sunday 03 December 2023 06:31:35 +0000 (0:00:00.017) 0:01:26.690 ******* 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-civnd1vj4n/tests/test-verify-volume.yml:21 Sunday 03 December 2023 06:31:35 +0000 (0:00:00.020) 0:01:26.711 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:7 Sunday 03 December 2023 06:31:35 +0000 (0:00:00.084) 0:01:26.795 ******* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test2" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:16 Sunday 03 December 2023 06:31:35 +0000 (0:00:00.020) 0:01:26.816 ******* 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": "c65e9512-e104-4bdf-969e-30e613a83d61" } ], "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": "c65e9512-e104-4bdf-969e-30e613a83d61" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:38 Sunday 03 December 2023 06:31:35 +0000 (0:00:00.027) 0:01:26.844 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:51 Sunday 03 December 2023 06:31:35 +0000 (0:00:00.017) 0:01:26.861 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:63 Sunday 03 December 2023 06:31:35 +0000 (0:00:00.022) 0:01:26.884 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:71 Sunday 03 December 2023 06:31:35 +0000 (0:00:00.022) 0:01:26.906 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:83 Sunday 03 December 2023 06:31:35 +0000 (0:00:00.016) 0:01:26.923 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:95 Sunday 03 December 2023 06:31:35 +0000 (0:00:00.020) 0:01:26.943 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:110 Sunday 03 December 2023 06:31:35 +0000 (0:00:00.022) 0:01:26.966 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:122 Sunday 03 December 2023 06:31:35 +0000 (0:00:00.023) 0:01:26.989 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:128 Sunday 03 December 2023 06:31:35 +0000 (0:00:00.017) 0:01:27.007 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:134 Sunday 03 December 2023 06:31:35 +0000 (0:00:00.017) 0:01:27.024 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:146 Sunday 03 December 2023 06:31:35 +0000 (0:00:00.019) 0:01:27.044 ******* 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-civnd1vj4n/tests/test-verify-volume-fstab.yml:2 Sunday 03 December 2023 06:31:35 +0000 (0:00:00.016) 0:01:27.060 ******* 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-civnd1vj4n/tests/test-verify-volume-fstab.yml:40 Sunday 03 December 2023 06:31:36 +0000 (0:00:00.045) 0:01:27.105 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-fstab.yml:48 Sunday 03 December 2023 06:31:36 +0000 (0:00:00.022) 0:01:27.128 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-fstab.yml:58 Sunday 03 December 2023 06:31:36 +0000 (0:00:00.024) 0:01:27.153 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-fstab.yml:71 Sunday 03 December 2023 06:31:36 +0000 (0:00:00.021) 0:01:27.174 ******* 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-civnd1vj4n/tests/test-verify-volume-fs.yml:3 Sunday 03 December 2023 06:31:36 +0000 (0:00:00.017) 0:01:27.192 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-fs.yml:12 Sunday 03 December 2023 06:31:36 +0000 (0:00:00.022) 0:01:27.214 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-device.yml:3 Sunday 03 December 2023 06:31:36 +0000 (0:00:00.054) 0:01:27.269 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1701585084.7434456, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1701585084.738446, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 749, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1701585084.738446, "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-civnd1vj4n/tests/test-verify-volume-device.yml:9 Sunday 03 December 2023 06:31:36 +0000 (0:00:00.212) 0:01:27.481 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-device.yml:16 Sunday 03 December 2023 06:31:36 +0000 (0:00:00.023) 0:01:27.504 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-device.yml:24 Sunday 03 December 2023 06:31:36 +0000 (0:00:00.016) 0:01:27.521 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-device.yml:30 Sunday 03 December 2023 06:31:36 +0000 (0:00:00.021) 0:01:27.542 ******* ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-device.yml:34 Sunday 03 December 2023 06:31:36 +0000 (0:00:00.020) 0:01:27.563 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-device.yml:39 Sunday 03 December 2023 06:31:36 +0000 (0:00:00.018) 0:01:27.581 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:3 Sunday 03 December 2023 06:31:36 +0000 (0:00:00.023) 0:01:27.604 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:10 Sunday 03 December 2023 06:31:36 +0000 (0:00:00.021) 0:01:27.626 ******* 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-civnd1vj4n/tests/test-verify-volume-encryption.yml:17 Sunday 03 December 2023 06:31:39 +0000 (0:00:02.537) 0:01:30.163 ******* 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-civnd1vj4n/tests/test-verify-volume-encryption.yml:23 Sunday 03 December 2023 06:31:39 +0000 (0:00:00.017) 0:01:30.180 ******* 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-civnd1vj4n/tests/test-verify-volume-encryption.yml:32 Sunday 03 December 2023 06:31:39 +0000 (0:00:00.016) 0:01:30.197 ******* 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-civnd1vj4n/tests/test-verify-volume-encryption.yml:45 Sunday 03 December 2023 06:31:39 +0000 (0:00:00.023) 0:01:30.221 ******* 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-civnd1vj4n/tests/test-verify-volume-encryption.yml:51 Sunday 03 December 2023 06:31:39 +0000 (0:00:00.016) 0:01:30.238 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:56 Sunday 03 December 2023 06:31:39 +0000 (0:00:00.017) 0:01:30.256 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:69 Sunday 03 December 2023 06:31:39 +0000 (0:00:00.016) 0:01:30.272 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:81 Sunday 03 December 2023 06:31:39 +0000 (0:00:00.017) 0:01:30.289 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:94 Sunday 03 December 2023 06:31:39 +0000 (0:00:00.015) 0:01:30.305 ******* 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-civnd1vj4n/tests/test-verify-volume-encryption.yml:106 Sunday 03 December 2023 06:31:39 +0000 (0:00:00.020) 0:01:30.326 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:114 Sunday 03 December 2023 06:31:39 +0000 (0:00:00.020) 0:01:30.346 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:122 Sunday 03 December 2023 06:31:39 +0000 (0:00:00.017) 0:01:30.363 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:131 Sunday 03 December 2023 06:31:39 +0000 (0:00:00.016) 0:01:30.380 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:140 Sunday 03 December 2023 06:31:39 +0000 (0:00:00.018) 0:01:30.398 ******* 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-civnd1vj4n/tests/test-verify-volume-md.yml:8 Sunday 03 December 2023 06:31:39 +0000 (0:00:00.015) 0:01:30.414 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:14 Sunday 03 December 2023 06:31:39 +0000 (0:00:00.016) 0:01:30.430 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:21 Sunday 03 December 2023 06:31:39 +0000 (0:00:00.016) 0:01:30.446 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:28 Sunday 03 December 2023 06:31:39 +0000 (0:00:00.017) 0:01:30.464 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:35 Sunday 03 December 2023 06:31:39 +0000 (0:00:00.016) 0:01:30.480 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:45 Sunday 03 December 2023 06:31:39 +0000 (0:00:00.018) 0:01:30.499 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:54 Sunday 03 December 2023 06:31:39 +0000 (0:00:00.017) 0:01:30.516 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:63 Sunday 03 December 2023 06:31:39 +0000 (0:00:00.016) 0:01:30.532 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:72 Sunday 03 December 2023 06:31:39 +0000 (0:00:00.017) 0:01:30.549 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:81 Sunday 03 December 2023 06:31:39 +0000 (0:00:00.015) 0:01:30.565 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:3 Sunday 03 December 2023 06:31:39 +0000 (0:00:00.016) 0:01:30.582 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:11 Sunday 03 December 2023 06:31:39 +0000 (0:00:00.207) 0:01:30.789 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:20 Sunday 03 December 2023 06:31:39 +0000 (0:00:00.022) 0:01:30.812 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:28 Sunday 03 December 2023 06:31:39 +0000 (0:00:00.023) 0:01:30.836 ******* ok: [sut] => { "storage_test_expected_size": "6436008492.599999" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:32 Sunday 03 December 2023 06:31:39 +0000 (0:00:00.019) 0:01:30.856 ******* ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:46 Sunday 03 December 2023 06:31:39 +0000 (0:00:00.210) 0:01:31.066 ******* 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, "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-civnd1vj4n/tests/test-verify-volume-size.yml:50 Sunday 03 December 2023 06:31:40 +0000 (0:00:00.028) 0:01:31.094 ******* 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": "e38e4efc-1604-4295-ac25-2222f55dcdae" }, "/dev/mapper/foo-test2": { "fstype": "ext4", "label": "", "name": "/dev/mapper/foo-test2", "size": "4G", "type": "lvm", "uuid": "c65e9512-e104-4bdf-969e-30e613a83d61" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "gaXnLh-Yo9O-LaDs-PvcG-Z310-VrJv-m4rxX3" }, "/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": "e7a9b339-c47b-44f9-a3db-5567a302dcca" }, "/dev/zram0": { "fstype": "", "label": "", "name": "/dev/zram0", "size": "3.6G", "type": "disk", "uuid": "" } } } } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:54 Sunday 03 December 2023 06:31:40 +0000 (0:00:00.026) 0:01:31.121 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:58 Sunday 03 December 2023 06:31:40 +0000 (0:00:00.022) 0:01:31.144 ******* ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "4290672328.4" }, "changed": false } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:68 Sunday 03 December 2023 06:31:40 +0000 (0:00:00.023) 0:01:31.167 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:72 Sunday 03 December 2023 06:31:40 +0000 (0:00:00.017) 0:01:31.184 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:77 Sunday 03 December 2023 06:31:40 +0000 (0:00:00.016) 0:01:31.201 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:83 Sunday 03 December 2023 06:31:40 +0000 (0:00:00.017) 0:01:31.218 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:88 Sunday 03 December 2023 06:31:40 +0000 (0:00:00.016) 0:01:31.235 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:96 Sunday 03 December 2023 06:31:40 +0000 (0:00:00.017) 0:01:31.252 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:104 Sunday 03 December 2023 06:31:40 +0000 (0:00:00.016) 0:01:31.269 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:109 Sunday 03 December 2023 06:31:40 +0000 (0:00:00.016) 0:01:31.286 ******* skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:113 Sunday 03 December 2023 06:31:40 +0000 (0:00:00.021) 0:01:31.307 ******* skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:117 Sunday 03 December 2023 06:31:40 +0000 (0:00:00.019) 0:01:31.327 ******* skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:121 Sunday 03 December 2023 06:31:40 +0000 (0:00:00.017) 0:01:31.344 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:129 Sunday 03 December 2023 06:31:40 +0000 (0:00:00.016) 0:01:31.361 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:138 Sunday 03 December 2023 06:31:40 +0000 (0:00:00.017) 0:01:31.378 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:142 Sunday 03 December 2023 06:31:40 +0000 (0:00:00.017) 0:01:31.396 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:150 Sunday 03 December 2023 06:31:40 +0000 (0:00:00.017) 0:01:31.413 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:156 Sunday 03 December 2023 06:31:40 +0000 (0:00:00.049) 0:01:31.463 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:160 Sunday 03 December 2023 06:31:40 +0000 (0:00:00.020) 0:01:31.484 ******* ok: [sut] => { "storage_test_expected_size": "4290672328.4" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:164 Sunday 03 December 2023 06:31:40 +0000 (0:00:00.018) 0:01:31.503 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-cache.yml:5 Sunday 03 December 2023 06:31:40 +0000 (0:00:00.025) 0:01:31.528 ******* 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.033473", "end": "2023-12-03 06:31:40.672167", "rc": 0, "start": "2023-12-03 06:31:40.638694" } 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-civnd1vj4n/tests/test-verify-volume-cache.yml:13 Sunday 03 December 2023 06:31:40 +0000 (0:00:00.245) 0:01:31.774 ******* ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-cache.yml:18 Sunday 03 December 2023 06:31:40 +0000 (0:00:00.028) 0:01:31.803 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-cache.yml:27 Sunday 03 December 2023 06:31:40 +0000 (0:00:00.029) 0:01:31.832 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-cache.yml:35 Sunday 03 December 2023 06:31:40 +0000 (0:00:00.023) 0:01:31.856 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-cache.yml:41 Sunday 03 December 2023 06:31:40 +0000 (0:00:00.021) 0:01:31.877 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-cache.yml:47 Sunday 03 December 2023 06:31:40 +0000 (0:00:00.020) 0:01:31.897 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume.yml:27 Sunday 03 December 2023 06:31:40 +0000 (0:00:00.020) 0:01:31.917 ******* 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-civnd1vj4n/tests/verify-role-results.yml:44 Sunday 03 December 2023 06:31:40 +0000 (0:00:00.018) 0:01:31.936 ******* TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-role-results.yml:54 Sunday 03 December 2023 06:31:40 +0000 (0:00:00.017) 0:01:31.954 ******* 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-civnd1vj4n/tests/tests_lvm_percent_size.yml:83 Sunday 03 December 2023 06:31:40 +0000 (0:00:00.021) 0:01:31.976 ******* TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 03 December 2023 06:31:40 +0000 (0:00:00.054) 0:01:32.030 ******* included: /WORKDIR/git-weekly-civnd1vj4n/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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 03 December 2023 06:31:40 +0000 (0:00:00.032) 0:01:32.063 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 03 December 2023 06:31:41 +0000 (0:00:00.024) 0:01:32.087 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_37.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_37.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_37.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_37.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 03 December 2023 06:31:41 +0000 (0:00:00.049) 0:01:32.137 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 03 December 2023 06:31:41 +0000 (0:00:00.021) 0:01:32.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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 03 December 2023 06:31:41 +0000 (0:00:00.018) 0:01:32.177 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 03 December 2023 06:31:41 +0000 (0:00:00.017) 0:01:32.194 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 03 December 2023 06:31:41 +0000 (0:00:00.019) 0:01:32.214 ******* included: /WORKDIR/git-weekly-civnd1vj4n/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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 03 December 2023 06:31:41 +0000 (0:00:00.035) 0:01:32.250 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 03 December 2023 06:31:44 +0000 (0:00:03.709) 0:01:35.959 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 03 December 2023 06:31:44 +0000 (0:00:00.025) 0:01:35.985 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 03 December 2023 06:31:44 +0000 (0:00:00.021) 0:01:36.007 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 03 December 2023 06:31:47 +0000 (0:00:02.154) 0:01:38.161 ******* included: /WORKDIR/git-weekly-civnd1vj4n/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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:2 Sunday 03 December 2023 06:31:47 +0000 (0:00:00.033) 0:01:38.195 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:13 Sunday 03 December 2023 06:31:47 +0000 (0:00:00.033) 0:01:38.228 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable COPRs] ******************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:20 Sunday 03 December 2023 06:31:47 +0000 (0:00:00.016) 0:01:38.245 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 03 December 2023 06:31:47 +0000 (0:00:00.026) 0:01:38.272 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 03 December 2023 06:31:49 +0000 (0:00:02.597) 0:01:40.869 ******* ok: [sut] => { "ansible_facts": { "services": { "NetworkManager-dispatcher.service": { "name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "NetworkManager-wait-online.service": { "name": "NetworkManager-wait-online.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "NetworkManager.service": { "name": "NetworkManager.service", "source": "systemd", "state": "running", "status": "enabled" }, "arp-ethers.service": { "name": "arp-ethers.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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.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.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" }, "dmraid-activation.service": { "name": "dmraid-activation.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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" }, "lvm2-pvscan@.service": { "name": "lvm2-pvscan@.service", "source": "systemd", "state": "unknown", "status": "static" }, "lvm2-pvscan@8:0.service": { "name": "lvm2-pvscan@8:0.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "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@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" }, "ndctl-monitor.service": { "name": "ndctl-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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": "stopped", "status": "enabled" }, "rpmdb-rebuild.service": { "name": "rpmdb-rebuild.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "selinux-check-proper-disable.service": { "name": "selinux-check-proper-disable.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "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-system-token.service": { "name": "systemd-boot-system-token.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-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": "inactive", "status": "disabled" }, "systemd-homed.service": { "name": "systemd-homed.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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-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": "inactive", "status": "disabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-repart.service": { "name": "systemd-repart.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-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": "inactive", "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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 03 December 2023 06:31:51 +0000 (0:00:01.965) 0:01:42.835 ******* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 03 December 2023 06:31:51 +0000 (0:00:00.027) 0:01:42.862 ******* TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 03 December 2023 06:31:51 +0000 (0:00:00.014) 0:01:42.877 ******* 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": [ "lvm2", "e2fsprogs", "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, "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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 03 December 2023 06:31:54 +0000 (0:00:02.842) 0:01:45.720 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 03 December 2023 06:31:54 +0000 (0:00:00.016) 0:01:45.737 ******* TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Sunday 03 December 2023 06:31:54 +0000 (0:00:00.016) 0:01:45.753 ******* 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": [ "lvm2", "e2fsprogs", "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, "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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:121 Sunday 03 December 2023 06:31:54 +0000 (0:00:00.022) 0:01:45.775 ******* 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, "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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Sunday 03 December 2023 06:31:54 +0000 (0:00:00.021) 0:01:45.796 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:141 Sunday 03 December 2023 06:31:54 +0000 (0:00:00.019) 0:01:45.816 ******* TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:153 Sunday 03 December 2023 06:31:54 +0000 (0:00:00.017) 0:01:45.833 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:158 Sunday 03 December 2023 06:31:55 +0000 (0:00:00.770) 0:01:46.604 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:170 Sunday 03 December 2023 06:31:55 +0000 (0:00:00.434) 0:01:47.038 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:185 Sunday 03 December 2023 06:31:55 +0000 (0:00:00.026) 0:01:47.065 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:193 Sunday 03 December 2023 06:31:56 +0000 (0:00:00.775) 0:01:47.840 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1701584454.0204468, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1696931323.96, "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": 1696930864.766, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "781860367", "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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:198 Sunday 03 December 2023 06:31:56 +0000 (0:00:00.215) 0:01:48.056 ******* TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:220 Sunday 03 December 2023 06:31:57 +0000 (0:00:00.018) 0:01:48.075 ******* ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/tests_lvm_percent_size.yml:98 Sunday 03 December 2023 06:31:57 +0000 (0:00:00.818) 0:01:48.893 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-role-results.yml:2 Sunday 03 December 2023 06:31:57 +0000 (0:00:00.036) 0:01:48.930 ******* 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, "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-civnd1vj4n/tests/verify-role-results.yml:7 Sunday 03 December 2023 06:31:57 +0000 (0:00:00.060) 0:01:48.991 ******* skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-role-results.yml:15 Sunday 03 December 2023 06:31:57 +0000 (0:00:00.021) 0:01:49.012 ******* ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test1", "size": "6G", "type": "lvm", "uuid": "e38e4efc-1604-4295-ac25-2222f55dcdae" }, "/dev/mapper/foo-test2": { "fstype": "ext4", "label": "", "name": "/dev/mapper/foo-test2", "size": "2.5G", "type": "lvm", "uuid": "c65e9512-e104-4bdf-969e-30e613a83d61" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "gaXnLh-Yo9O-LaDs-PvcG-Z310-VrJv-m4rxX3" }, "/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": "e7a9b339-c47b-44f9-a3db-5567a302dcca" }, "/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-civnd1vj4n/tests/verify-role-results.yml:20 Sunday 03 December 2023 06:31:58 +0000 (0:00:00.215) 0:01:49.228 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003196", "end": "2023-12-03 06:31:58.334125", "rc": 0, "start": "2023-12-03 06:31:58.330929" } STDOUT: # # /etc/fstab # Created by anaconda on Tue Oct 10 09:41:04 2023 # # 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=e7a9b339-c47b-44f9-a3db-5567a302dcca / 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-civnd1vj4n/tests/verify-role-results.yml:25 Sunday 03 December 2023 06:31:58 +0000 (0:00:00.204) 0:01:49.432 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003122", "end": "2023-12-03 06:31:58.541083", "failed_when_result": false, "rc": 0, "start": "2023-12-03 06:31:58.537961" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-role-results.yml:34 Sunday 03 December 2023 06:31:58 +0000 (0:00:00.207) 0:01:49.640 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool.yml:5 Sunday 03 December 2023 06:31:58 +0000 (0:00:00.034) 0:01:49.675 ******* ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool.yml:18 Sunday 03 December 2023 06:31:58 +0000 (0:00:00.016) 0:01:49.691 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-members.yml:2 Sunday 03 December 2023 06:31:58 +0000 (0:00:00.039) 0:01:49.730 ******* 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-civnd1vj4n/tests/test-verify-pool-members.yml:13 Sunday 03 December 2023 06:31:58 +0000 (0:00:00.025) 0:01:49.756 ******* 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-civnd1vj4n/tests/test-verify-pool-members.yml:22 Sunday 03 December 2023 06:31:58 +0000 (0:00:00.213) 0:01:49.969 ******* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-members.yml:27 Sunday 03 December 2023 06:31:58 +0000 (0:00:00.024) 0:01:49.994 ******* ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-members.yml:33 Sunday 03 December 2023 06:31:58 +0000 (0:00:00.026) 0:01:50.020 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-members.yml:42 Sunday 03 December 2023 06:31:58 +0000 (0:00:00.027) 0:01:50.047 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-members.yml:48 Sunday 03 December 2023 06:31:58 +0000 (0:00:00.024) 0:01:50.072 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-members.yml:54 Sunday 03 December 2023 06:31:59 +0000 (0:00:00.025) 0:01:50.097 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-members.yml:59 Sunday 03 December 2023 06:31:59 +0000 (0:00:00.021) 0:01:50.119 ******* 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-civnd1vj4n/tests/test-verify-pool-members.yml:73 Sunday 03 December 2023 06:31:59 +0000 (0:00:00.032) 0:01:50.151 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml:8 Sunday 03 December 2023 06:31:59 +0000 (0:00:00.035) 0:01:50.187 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml:14 Sunday 03 December 2023 06:31:59 +0000 (0:00:00.020) 0:01:50.207 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml:21 Sunday 03 December 2023 06:31:59 +0000 (0:00:00.017) 0:01:50.225 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml:28 Sunday 03 December 2023 06:31:59 +0000 (0:00:00.017) 0:01:50.242 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml:35 Sunday 03 December 2023 06:31:59 +0000 (0:00:00.017) 0:01:50.260 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml:45 Sunday 03 December 2023 06:31:59 +0000 (0:00:00.017) 0:01:50.277 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml:54 Sunday 03 December 2023 06:31:59 +0000 (0:00:00.018) 0:01:50.296 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml:64 Sunday 03 December 2023 06:31:59 +0000 (0:00:00.017) 0:01:50.313 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml:74 Sunday 03 December 2023 06:31:59 +0000 (0:00:00.016) 0:01:50.329 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml:85 Sunday 03 December 2023 06:31:59 +0000 (0:00:00.016) 0:01:50.346 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml:95 Sunday 03 December 2023 06:31:59 +0000 (0:00:00.016) 0:01:50.363 ******* 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-civnd1vj4n/tests/test-verify-pool-members.yml:76 Sunday 03 December 2023 06:31:59 +0000 (0:00:00.016) 0:01:50.379 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-members-lvmraid.yml:2 Sunday 03 December 2023 06:31:59 +0000 (0:00:00.036) 0:01:50.416 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml:8 Sunday 03 December 2023 06:31:59 +0000 (0:00:00.040) 0:01:50.457 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml:16 Sunday 03 December 2023 06:31:59 +0000 (0:00:00.017) 0:01:50.474 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml:21 Sunday 03 December 2023 06:31:59 +0000 (0:00:00.016) 0:01:50.491 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml:29 Sunday 03 December 2023 06:31:59 +0000 (0:00:00.016) 0:01:50.507 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml:34 Sunday 03 December 2023 06:31:59 +0000 (0:00:00.016) 0:01:50.523 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml:40 Sunday 03 December 2023 06:31:59 +0000 (0:00:00.016) 0:01:50.540 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml:46 Sunday 03 December 2023 06:31:59 +0000 (0:00:00.015) 0:01:50.556 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml:8 Sunday 03 December 2023 06:31:59 +0000 (0:00:00.018) 0:01:50.574 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml:16 Sunday 03 December 2023 06:31:59 +0000 (0:00:00.018) 0:01:50.593 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml:21 Sunday 03 December 2023 06:31:59 +0000 (0:00:00.017) 0:01:50.611 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml:29 Sunday 03 December 2023 06:31:59 +0000 (0:00:00.017) 0:01:50.629 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml:34 Sunday 03 December 2023 06:31:59 +0000 (0:00:00.017) 0:01:50.647 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml:40 Sunday 03 December 2023 06:31:59 +0000 (0:00:00.016) 0:01:50.663 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml:46 Sunday 03 December 2023 06:31:59 +0000 (0:00:00.044) 0:01:50.708 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-members.yml:79 Sunday 03 December 2023 06:31:59 +0000 (0:00:00.016) 0:01:50.725 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-members-thin.yml:2 Sunday 03 December 2023 06:31:59 +0000 (0:00:00.035) 0:01:50.761 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-thin.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-thin.yml:8 Sunday 03 December 2023 06:31:59 +0000 (0:00:00.044) 0:01:50.805 ******* 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-civnd1vj4n/tests/verify-pool-member-thin.yml:16 Sunday 03 December 2023 06:31:59 +0000 (0:00:00.017) 0:01:50.823 ******* 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-civnd1vj4n/tests/verify-pool-member-thin.yml:23 Sunday 03 December 2023 06:31:59 +0000 (0:00:00.017) 0:01:50.841 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-thin.yml:27 Sunday 03 December 2023 06:31:59 +0000 (0:00:00.016) 0:01:50.857 ******* ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-thin.yml:8 Sunday 03 December 2023 06:31:59 +0000 (0:00:00.015) 0:01:50.873 ******* 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-civnd1vj4n/tests/verify-pool-member-thin.yml:16 Sunday 03 December 2023 06:31:59 +0000 (0:00:00.017) 0:01:50.891 ******* 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-civnd1vj4n/tests/verify-pool-member-thin.yml:23 Sunday 03 December 2023 06:31:59 +0000 (0:00:00.020) 0:01:50.911 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-thin.yml:27 Sunday 03 December 2023 06:31:59 +0000 (0:00:00.016) 0:01:50.927 ******* ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-members.yml:82 Sunday 03 December 2023 06:31:59 +0000 (0:00:00.016) 0:01:50.944 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-members-encryption.yml:5 Sunday 03 December 2023 06:31:59 +0000 (0:00:00.037) 0:01:50.982 ******* 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-civnd1vj4n/tests/verify-pool-members-encryption.yml:13 Sunday 03 December 2023 06:31:59 +0000 (0:00:00.019) 0:01:51.001 ******* 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-civnd1vj4n/tests/verify-pool-members-encryption.yml:20 Sunday 03 December 2023 06:31:59 +0000 (0:00:00.020) 0:01:51.022 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-crypttab.yml for sut TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-crypttab.yml:2 Sunday 03 December 2023 06:31:59 +0000 (0:00:00.031) 0:01:51.053 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-crypttab.yml:9 Sunday 03 December 2023 06:32:00 +0000 (0:00:00.022) 0:01:51.075 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-crypttab.yml:18 Sunday 03 December 2023 06:32:00 +0000 (0:00:00.020) 0:01:51.095 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-crypttab.yml:27 Sunday 03 December 2023 06:32:00 +0000 (0:00:00.017) 0:01:51.113 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-crypttab.yml:37 Sunday 03 December 2023 06:32:00 +0000 (0:00:00.016) 0:01:51.129 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-crypttab.yml:47 Sunday 03 December 2023 06:32:00 +0000 (0:00:00.017) 0:01:51.147 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-members-encryption.yml:27 Sunday 03 December 2023 06:32:00 +0000 (0:00:00.015) 0:01:51.162 ******* 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-civnd1vj4n/tests/test-verify-pool-members.yml:85 Sunday 03 December 2023 06:32:00 +0000 (0:00:00.017) 0:01:51.180 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-members-vdo.yml:2 Sunday 03 December 2023 06:32:00 +0000 (0:00:00.037) 0:01:51.218 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml:9 Sunday 03 December 2023 06:32:00 +0000 (0:00:00.050) 0:01:51.269 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml:16 Sunday 03 December 2023 06:32:00 +0000 (0:00:00.021) 0:01:51.290 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml:22 Sunday 03 December 2023 06:32:00 +0000 (0:00:00.016) 0:01:51.306 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml:28 Sunday 03 December 2023 06:32:00 +0000 (0:00:00.016) 0:01:51.322 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml:35 Sunday 03 December 2023 06:32:00 +0000 (0:00:00.021) 0:01:51.344 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml:41 Sunday 03 December 2023 06:32:00 +0000 (0:00:00.022) 0:01:51.367 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml:47 Sunday 03 December 2023 06:32:00 +0000 (0:00:00.017) 0:01:51.384 ******* ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml:9 Sunday 03 December 2023 06:32:00 +0000 (0:00:00.015) 0:01:51.399 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml:16 Sunday 03 December 2023 06:32:00 +0000 (0:00:00.017) 0:01:51.417 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml:22 Sunday 03 December 2023 06:32:00 +0000 (0:00:00.017) 0:01:51.434 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml:28 Sunday 03 December 2023 06:32:00 +0000 (0:00:00.017) 0:01:51.451 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml:35 Sunday 03 December 2023 06:32:00 +0000 (0:00:00.021) 0:01:51.473 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml:41 Sunday 03 December 2023 06:32:00 +0000 (0:00:00.019) 0:01:51.493 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml:47 Sunday 03 December 2023 06:32:00 +0000 (0:00:00.017) 0:01:51.510 ******* ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-members.yml:88 Sunday 03 December 2023 06:32:00 +0000 (0:00:00.015) 0:01:51.525 ******* 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-civnd1vj4n/tests/test-verify-pool-volumes.yml:3 Sunday 03 December 2023 06:32:00 +0000 (0:00:00.015) 0:01:51.540 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume.yml:2 Sunday 03 December 2023 06:32:00 +0000 (0:00:00.039) 0:01:51.580 ******* 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-civnd1vj4n/tests/test-verify-volume.yml:21 Sunday 03 December 2023 06:32:00 +0000 (0:00:00.022) 0:01:51.602 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:7 Sunday 03 December 2023 06:32:00 +0000 (0:00:00.092) 0:01:51.694 ******* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:16 Sunday 03 December 2023 06:32:00 +0000 (0:00:00.059) 0:01:51.754 ******* 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": "e38e4efc-1604-4295-ac25-2222f55dcdae" } ], "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": "e38e4efc-1604-4295-ac25-2222f55dcdae" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:38 Sunday 03 December 2023 06:32:00 +0000 (0:00:00.027) 0:01:51.782 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:51 Sunday 03 December 2023 06:32:00 +0000 (0:00:00.022) 0:01:51.805 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:63 Sunday 03 December 2023 06:32:00 +0000 (0:00:00.027) 0:01:51.832 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:71 Sunday 03 December 2023 06:32:00 +0000 (0:00:00.022) 0:01:51.855 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:83 Sunday 03 December 2023 06:32:00 +0000 (0:00:00.022) 0:01:51.878 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:95 Sunday 03 December 2023 06:32:00 +0000 (0:00:00.022) 0:01:51.901 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:110 Sunday 03 December 2023 06:32:00 +0000 (0:00:00.019) 0:01:51.920 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:122 Sunday 03 December 2023 06:32:00 +0000 (0:00:00.022) 0:01:51.943 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:128 Sunday 03 December 2023 06:32:00 +0000 (0:00:00.017) 0:01:51.960 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:134 Sunday 03 December 2023 06:32:00 +0000 (0:00:00.015) 0:01:51.976 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:146 Sunday 03 December 2023 06:32:00 +0000 (0:00:00.015) 0:01:51.991 ******* 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-civnd1vj4n/tests/test-verify-volume-fstab.yml:2 Sunday 03 December 2023 06:32:00 +0000 (0:00:00.016) 0:01:52.008 ******* 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-civnd1vj4n/tests/test-verify-volume-fstab.yml:40 Sunday 03 December 2023 06:32:00 +0000 (0:00:00.033) 0:01:52.042 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-fstab.yml:48 Sunday 03 December 2023 06:32:00 +0000 (0:00:00.019) 0:01:52.061 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-fstab.yml:58 Sunday 03 December 2023 06:32:01 +0000 (0:00:00.018) 0:01:52.080 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-fstab.yml:71 Sunday 03 December 2023 06:32:01 +0000 (0:00:00.014) 0:01:52.094 ******* 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-civnd1vj4n/tests/test-verify-volume-fs.yml:3 Sunday 03 December 2023 06:32:01 +0000 (0:00:00.016) 0:01:52.111 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-fs.yml:12 Sunday 03 December 2023 06:32:01 +0000 (0:00:00.021) 0:01:52.133 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-device.yml:3 Sunday 03 December 2023 06:32:01 +0000 (0:00:00.021) 0:01:52.155 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1701585056.5003178, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1701585054.2943861, "dev": 5, "device_type": 64769, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 784, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1701585054.2943861, "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-civnd1vj4n/tests/test-verify-volume-device.yml:9 Sunday 03 December 2023 06:32:01 +0000 (0:00:00.224) 0:01:52.379 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-device.yml:16 Sunday 03 December 2023 06:32:01 +0000 (0:00:00.026) 0:01:52.406 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-device.yml:24 Sunday 03 December 2023 06:32:01 +0000 (0:00:00.018) 0:01:52.424 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-device.yml:30 Sunday 03 December 2023 06:32:01 +0000 (0:00:00.018) 0:01:52.442 ******* ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-device.yml:34 Sunday 03 December 2023 06:32:01 +0000 (0:00:00.021) 0:01:52.464 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-device.yml:39 Sunday 03 December 2023 06:32:01 +0000 (0:00:00.020) 0:01:52.485 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:3 Sunday 03 December 2023 06:32:01 +0000 (0:00:00.026) 0:01:52.511 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:10 Sunday 03 December 2023 06:32:01 +0000 (0:00:00.017) 0:01:52.529 ******* 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-civnd1vj4n/tests/test-verify-volume-encryption.yml:17 Sunday 03 December 2023 06:32:04 +0000 (0:00:02.547) 0:01:55.076 ******* 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-civnd1vj4n/tests/test-verify-volume-encryption.yml:23 Sunday 03 December 2023 06:32:04 +0000 (0:00:00.017) 0:01:55.094 ******* 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-civnd1vj4n/tests/test-verify-volume-encryption.yml:32 Sunday 03 December 2023 06:32:04 +0000 (0:00:00.018) 0:01:55.113 ******* 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-civnd1vj4n/tests/test-verify-volume-encryption.yml:45 Sunday 03 December 2023 06:32:04 +0000 (0:00:00.025) 0:01:55.139 ******* 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-civnd1vj4n/tests/test-verify-volume-encryption.yml:51 Sunday 03 December 2023 06:32:04 +0000 (0:00:00.017) 0:01:55.156 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:56 Sunday 03 December 2023 06:32:04 +0000 (0:00:00.018) 0:01:55.175 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:69 Sunday 03 December 2023 06:32:04 +0000 (0:00:00.015) 0:01:55.190 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:81 Sunday 03 December 2023 06:32:04 +0000 (0:00:00.015) 0:01:55.206 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:94 Sunday 03 December 2023 06:32:04 +0000 (0:00:00.015) 0:01:55.221 ******* 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-civnd1vj4n/tests/test-verify-volume-encryption.yml:106 Sunday 03 December 2023 06:32:04 +0000 (0:00:00.020) 0:01:55.242 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:114 Sunday 03 December 2023 06:32:04 +0000 (0:00:00.019) 0:01:55.261 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:122 Sunday 03 December 2023 06:32:04 +0000 (0:00:00.018) 0:01:55.280 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:131 Sunday 03 December 2023 06:32:04 +0000 (0:00:00.015) 0:01:55.295 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:140 Sunday 03 December 2023 06:32:04 +0000 (0:00:00.015) 0:01:55.310 ******* 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-civnd1vj4n/tests/test-verify-volume-md.yml:8 Sunday 03 December 2023 06:32:04 +0000 (0:00:00.016) 0:01:55.326 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:14 Sunday 03 December 2023 06:32:04 +0000 (0:00:00.016) 0:01:55.343 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:21 Sunday 03 December 2023 06:32:04 +0000 (0:00:00.021) 0:01:55.365 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:28 Sunday 03 December 2023 06:32:04 +0000 (0:00:00.025) 0:01:55.391 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:35 Sunday 03 December 2023 06:32:04 +0000 (0:00:00.017) 0:01:55.408 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:45 Sunday 03 December 2023 06:32:04 +0000 (0:00:00.020) 0:01:55.429 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:54 Sunday 03 December 2023 06:32:04 +0000 (0:00:00.016) 0:01:55.446 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:63 Sunday 03 December 2023 06:32:04 +0000 (0:00:00.016) 0:01:55.463 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:72 Sunday 03 December 2023 06:32:04 +0000 (0:00:00.016) 0:01:55.479 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:81 Sunday 03 December 2023 06:32:04 +0000 (0:00:00.018) 0:01:55.498 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:3 Sunday 03 December 2023 06:32:04 +0000 (0:00:00.016) 0:01:55.515 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:11 Sunday 03 December 2023 06:32:04 +0000 (0:00:00.207) 0:01:55.722 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:20 Sunday 03 December 2023 06:32:04 +0000 (0:00:00.021) 0:01:55.743 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:28 Sunday 03 December 2023 06:32:04 +0000 (0:00:00.045) 0:01:55.788 ******* ok: [sut] => { "storage_test_expected_size": "4290672328.4" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:32 Sunday 03 December 2023 06:32:04 +0000 (0:00:00.017) 0:01:55.805 ******* ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:46 Sunday 03 December 2023 06:32:04 +0000 (0:00:00.206) 0:01:56.012 ******* 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, "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-civnd1vj4n/tests/test-verify-volume-size.yml:50 Sunday 03 December 2023 06:32:04 +0000 (0:00:00.026) 0:01:56.039 ******* 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": "e38e4efc-1604-4295-ac25-2222f55dcdae" }, "/dev/mapper/foo-test2": { "fstype": "ext4", "label": "", "name": "/dev/mapper/foo-test2", "size": "2.5G", "type": "lvm", "uuid": "c65e9512-e104-4bdf-969e-30e613a83d61" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "gaXnLh-Yo9O-LaDs-PvcG-Z310-VrJv-m4rxX3" }, "/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": "e7a9b339-c47b-44f9-a3db-5567a302dcca" }, "/dev/zram0": { "fstype": "", "label": "", "name": "/dev/zram0", "size": "3.6G", "type": "disk", "uuid": "" } } } } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:54 Sunday 03 December 2023 06:32:04 +0000 (0:00:00.027) 0:01:56.066 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:58 Sunday 03 December 2023 06:32:05 +0000 (0:00:00.023) 0:01:56.090 ******* ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "6436008492.599999" }, "changed": false } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:68 Sunday 03 December 2023 06:32:05 +0000 (0:00:00.024) 0:01:56.115 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:72 Sunday 03 December 2023 06:32:05 +0000 (0:00:00.019) 0:01:56.134 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:77 Sunday 03 December 2023 06:32:05 +0000 (0:00:00.017) 0:01:56.151 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:83 Sunday 03 December 2023 06:32:05 +0000 (0:00:00.017) 0:01:56.169 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:88 Sunday 03 December 2023 06:32:05 +0000 (0:00:00.017) 0:01:56.187 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:96 Sunday 03 December 2023 06:32:05 +0000 (0:00:00.015) 0:01:56.202 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:104 Sunday 03 December 2023 06:32:05 +0000 (0:00:00.022) 0:01:56.225 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:109 Sunday 03 December 2023 06:32:05 +0000 (0:00:00.027) 0:01:56.253 ******* skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:113 Sunday 03 December 2023 06:32:05 +0000 (0:00:00.020) 0:01:56.273 ******* skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:117 Sunday 03 December 2023 06:32:05 +0000 (0:00:00.020) 0:01:56.294 ******* skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:121 Sunday 03 December 2023 06:32:05 +0000 (0:00:00.019) 0:01:56.313 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:129 Sunday 03 December 2023 06:32:05 +0000 (0:00:00.019) 0:01:56.333 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:138 Sunday 03 December 2023 06:32:05 +0000 (0:00:00.017) 0:01:56.351 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:142 Sunday 03 December 2023 06:32:05 +0000 (0:00:00.018) 0:01:56.369 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:150 Sunday 03 December 2023 06:32:05 +0000 (0:00:00.017) 0:01:56.387 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:156 Sunday 03 December 2023 06:32:05 +0000 (0:00:00.016) 0:01:56.404 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:160 Sunday 03 December 2023 06:32:05 +0000 (0:00:00.017) 0:01:56.421 ******* ok: [sut] => { "storage_test_expected_size": "6436008492.599999" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:164 Sunday 03 December 2023 06:32:05 +0000 (0:00:00.018) 0:01:56.440 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-cache.yml:5 Sunday 03 December 2023 06:32:05 +0000 (0:00:00.024) 0:01:56.465 ******* 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.037136", "end": "2023-12-03 06:32:05.611176", "rc": 0, "start": "2023-12-03 06:32:05.574040" } 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-civnd1vj4n/tests/test-verify-volume-cache.yml:13 Sunday 03 December 2023 06:32:05 +0000 (0:00:00.245) 0:01:56.711 ******* ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-cache.yml:18 Sunday 03 December 2023 06:32:05 +0000 (0:00:00.021) 0:01:56.733 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-cache.yml:27 Sunday 03 December 2023 06:32:05 +0000 (0:00:00.023) 0:01:56.756 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-cache.yml:35 Sunday 03 December 2023 06:32:05 +0000 (0:00:00.018) 0:01:56.774 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-cache.yml:41 Sunday 03 December 2023 06:32:05 +0000 (0:00:00.018) 0:01:56.793 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-cache.yml:47 Sunday 03 December 2023 06:32:05 +0000 (0:00:00.018) 0:01:56.811 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume.yml:27 Sunday 03 December 2023 06:32:05 +0000 (0:00:00.021) 0:01:56.832 ******* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume.yml:2 Sunday 03 December 2023 06:32:05 +0000 (0:00:00.017) 0:01:56.850 ******* 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-civnd1vj4n/tests/test-verify-volume.yml:21 Sunday 03 December 2023 06:32:05 +0000 (0:00:00.022) 0:01:56.872 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:7 Sunday 03 December 2023 06:32:05 +0000 (0:00:00.100) 0:01:56.973 ******* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test2" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:16 Sunday 03 December 2023 06:32:05 +0000 (0:00:00.020) 0:01:56.993 ******* 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": "c65e9512-e104-4bdf-969e-30e613a83d61" } ], "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": "c65e9512-e104-4bdf-969e-30e613a83d61" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:38 Sunday 03 December 2023 06:32:05 +0000 (0:00:00.032) 0:01:57.026 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:51 Sunday 03 December 2023 06:32:05 +0000 (0:00:00.022) 0:01:57.048 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:63 Sunday 03 December 2023 06:32:06 +0000 (0:00:00.025) 0:01:57.073 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:71 Sunday 03 December 2023 06:32:06 +0000 (0:00:00.022) 0:01:57.096 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:83 Sunday 03 December 2023 06:32:06 +0000 (0:00:00.018) 0:01:57.115 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:95 Sunday 03 December 2023 06:32:06 +0000 (0:00:00.020) 0:01:57.135 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:110 Sunday 03 December 2023 06:32:06 +0000 (0:00:00.018) 0:01:57.154 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:122 Sunday 03 December 2023 06:32:06 +0000 (0:00:00.024) 0:01:57.179 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:128 Sunday 03 December 2023 06:32:06 +0000 (0:00:00.018) 0:01:57.198 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:134 Sunday 03 December 2023 06:32:06 +0000 (0:00:00.017) 0:01:57.215 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:146 Sunday 03 December 2023 06:32:06 +0000 (0:00:00.017) 0:01:57.232 ******* 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-civnd1vj4n/tests/test-verify-volume-fstab.yml:2 Sunday 03 December 2023 06:32:06 +0000 (0:00:00.015) 0:01:57.247 ******* 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-civnd1vj4n/tests/test-verify-volume-fstab.yml:40 Sunday 03 December 2023 06:32:06 +0000 (0:00:00.034) 0:01:57.282 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-fstab.yml:48 Sunday 03 December 2023 06:32:06 +0000 (0:00:00.052) 0:01:57.334 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-fstab.yml:58 Sunday 03 December 2023 06:32:06 +0000 (0:00:00.023) 0:01:57.357 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-fstab.yml:71 Sunday 03 December 2023 06:32:06 +0000 (0:00:00.016) 0:01:57.374 ******* 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-civnd1vj4n/tests/test-verify-volume-fs.yml:3 Sunday 03 December 2023 06:32:06 +0000 (0:00:00.016) 0:01:57.390 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-fs.yml:12 Sunday 03 December 2023 06:32:06 +0000 (0:00:00.022) 0:01:57.413 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-device.yml:3 Sunday 03 December 2023 06:32:06 +0000 (0:00:00.021) 0:01:57.434 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1701585115.9344833, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1701585114.513527, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 749, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1701585114.513527, "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-civnd1vj4n/tests/test-verify-volume-device.yml:9 Sunday 03 December 2023 06:32:06 +0000 (0:00:00.210) 0:01:57.644 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-device.yml:16 Sunday 03 December 2023 06:32:06 +0000 (0:00:00.020) 0:01:57.665 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-device.yml:24 Sunday 03 December 2023 06:32:06 +0000 (0:00:00.015) 0:01:57.681 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-device.yml:30 Sunday 03 December 2023 06:32:06 +0000 (0:00:00.022) 0:01:57.703 ******* ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-device.yml:34 Sunday 03 December 2023 06:32:06 +0000 (0:00:00.019) 0:01:57.723 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-device.yml:39 Sunday 03 December 2023 06:32:06 +0000 (0:00:00.017) 0:01:57.740 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:3 Sunday 03 December 2023 06:32:06 +0000 (0:00:00.019) 0:01:57.759 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:10 Sunday 03 December 2023 06:32:06 +0000 (0:00:00.015) 0:01:57.774 ******* 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-civnd1vj4n/tests/test-verify-volume-encryption.yml:17 Sunday 03 December 2023 06:32:09 +0000 (0:00:02.546) 0:02:00.321 ******* 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-civnd1vj4n/tests/test-verify-volume-encryption.yml:23 Sunday 03 December 2023 06:32:09 +0000 (0:00:00.022) 0:02:00.343 ******* 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-civnd1vj4n/tests/test-verify-volume-encryption.yml:32 Sunday 03 December 2023 06:32:09 +0000 (0:00:00.023) 0:02:00.367 ******* 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-civnd1vj4n/tests/test-verify-volume-encryption.yml:45 Sunday 03 December 2023 06:32:09 +0000 (0:00:00.028) 0:02:00.396 ******* 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-civnd1vj4n/tests/test-verify-volume-encryption.yml:51 Sunday 03 December 2023 06:32:09 +0000 (0:00:00.019) 0:02:00.415 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:56 Sunday 03 December 2023 06:32:09 +0000 (0:00:00.018) 0:02:00.434 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:69 Sunday 03 December 2023 06:32:09 +0000 (0:00:00.016) 0:02:00.451 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:81 Sunday 03 December 2023 06:32:09 +0000 (0:00:00.018) 0:02:00.469 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:94 Sunday 03 December 2023 06:32:09 +0000 (0:00:00.024) 0:02:00.494 ******* 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-civnd1vj4n/tests/test-verify-volume-encryption.yml:106 Sunday 03 December 2023 06:32:09 +0000 (0:00:00.028) 0:02:00.522 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:114 Sunday 03 December 2023 06:32:09 +0000 (0:00:00.022) 0:02:00.545 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:122 Sunday 03 December 2023 06:32:09 +0000 (0:00:00.017) 0:02:00.563 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:131 Sunday 03 December 2023 06:32:09 +0000 (0:00:00.022) 0:02:00.585 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:140 Sunday 03 December 2023 06:32:09 +0000 (0:00:00.021) 0:02:00.606 ******* 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-civnd1vj4n/tests/test-verify-volume-md.yml:8 Sunday 03 December 2023 06:32:09 +0000 (0:00:00.018) 0:02:00.624 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:14 Sunday 03 December 2023 06:32:09 +0000 (0:00:00.018) 0:02:00.643 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:21 Sunday 03 December 2023 06:32:09 +0000 (0:00:00.017) 0:02:00.661 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:28 Sunday 03 December 2023 06:32:09 +0000 (0:00:00.022) 0:02:00.683 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:35 Sunday 03 December 2023 06:32:09 +0000 (0:00:00.020) 0:02:00.703 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:45 Sunday 03 December 2023 06:32:09 +0000 (0:00:00.019) 0:02:00.723 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:54 Sunday 03 December 2023 06:32:09 +0000 (0:00:00.018) 0:02:00.742 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:63 Sunday 03 December 2023 06:32:09 +0000 (0:00:00.017) 0:02:00.759 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:72 Sunday 03 December 2023 06:32:09 +0000 (0:00:00.016) 0:02:00.776 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:81 Sunday 03 December 2023 06:32:09 +0000 (0:00:00.016) 0:02:00.793 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:3 Sunday 03 December 2023 06:32:09 +0000 (0:00:00.017) 0:02:00.810 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:11 Sunday 03 December 2023 06:32:09 +0000 (0:00:00.209) 0:02:01.020 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:20 Sunday 03 December 2023 06:32:09 +0000 (0:00:00.020) 0:02:01.041 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:28 Sunday 03 December 2023 06:32:09 +0000 (0:00:00.020) 0:02:01.062 ******* ok: [sut] => { "storage_test_expected_size": "6436008492.599999" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:32 Sunday 03 December 2023 06:32:10 +0000 (0:00:00.017) 0:02:01.080 ******* ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:46 Sunday 03 December 2023 06:32:10 +0000 (0:00:00.207) 0:02:01.288 ******* 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, "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-civnd1vj4n/tests/test-verify-volume-size.yml:50 Sunday 03 December 2023 06:32:10 +0000 (0:00:00.027) 0:02:01.315 ******* 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": "e38e4efc-1604-4295-ac25-2222f55dcdae" }, "/dev/mapper/foo-test2": { "fstype": "ext4", "label": "", "name": "/dev/mapper/foo-test2", "size": "2.5G", "type": "lvm", "uuid": "c65e9512-e104-4bdf-969e-30e613a83d61" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "gaXnLh-Yo9O-LaDs-PvcG-Z310-VrJv-m4rxX3" }, "/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": "e7a9b339-c47b-44f9-a3db-5567a302dcca" }, "/dev/zram0": { "fstype": "", "label": "", "name": "/dev/zram0", "size": "3.6G", "type": "disk", "uuid": "" } } } } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:54 Sunday 03 December 2023 06:32:10 +0000 (0:00:00.029) 0:02:01.345 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:58 Sunday 03 December 2023 06:32:10 +0000 (0:00:00.026) 0:02:01.371 ******* ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "2681670205.25" }, "changed": false } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:68 Sunday 03 December 2023 06:32:10 +0000 (0:00:00.025) 0:02:01.397 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:72 Sunday 03 December 2023 06:32:10 +0000 (0:00:00.016) 0:02:01.413 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:77 Sunday 03 December 2023 06:32:10 +0000 (0:00:00.016) 0:02:01.430 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:83 Sunday 03 December 2023 06:32:10 +0000 (0:00:00.016) 0:02:01.446 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:88 Sunday 03 December 2023 06:32:10 +0000 (0:00:00.023) 0:02:01.470 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:96 Sunday 03 December 2023 06:32:10 +0000 (0:00:00.020) 0:02:01.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-civnd1vj4n/tests/test-verify-volume-size.yml:104 Sunday 03 December 2023 06:32:10 +0000 (0:00:00.015) 0:02:01.506 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:109 Sunday 03 December 2023 06:32:10 +0000 (0:00:00.016) 0:02:01.522 ******* skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:113 Sunday 03 December 2023 06:32:10 +0000 (0:00:00.015) 0:02:01.537 ******* skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:117 Sunday 03 December 2023 06:32:10 +0000 (0:00:00.015) 0:02:01.552 ******* skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:121 Sunday 03 December 2023 06:32:10 +0000 (0:00:00.016) 0:02:01.569 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:129 Sunday 03 December 2023 06:32:10 +0000 (0:00:00.041) 0:02:01.610 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:138 Sunday 03 December 2023 06:32:10 +0000 (0:00:00.016) 0:02:01.627 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:142 Sunday 03 December 2023 06:32:10 +0000 (0:00:00.016) 0:02:01.644 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:150 Sunday 03 December 2023 06:32:10 +0000 (0:00:00.015) 0:02:01.659 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:156 Sunday 03 December 2023 06:32:10 +0000 (0:00:00.015) 0:02:01.675 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:160 Sunday 03 December 2023 06:32:10 +0000 (0:00:00.017) 0:02:01.693 ******* ok: [sut] => { "storage_test_expected_size": "2681670205.25" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:164 Sunday 03 December 2023 06:32:10 +0000 (0:00:00.019) 0:02:01.712 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-cache.yml:5 Sunday 03 December 2023 06:32:10 +0000 (0:00:00.024) 0:02:01.737 ******* 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.040932", "end": "2023-12-03 06:32:10.887188", "rc": 0, "start": "2023-12-03 06:32:10.846256" } 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-civnd1vj4n/tests/test-verify-volume-cache.yml:13 Sunday 03 December 2023 06:32:10 +0000 (0:00:00.251) 0:02:01.988 ******* ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-cache.yml:18 Sunday 03 December 2023 06:32:10 +0000 (0:00:00.021) 0:02:02.009 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-cache.yml:27 Sunday 03 December 2023 06:32:10 +0000 (0:00:00.021) 0:02:02.031 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-cache.yml:35 Sunday 03 December 2023 06:32:10 +0000 (0:00:00.017) 0:02:02.048 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-cache.yml:41 Sunday 03 December 2023 06:32:10 +0000 (0:00:00.017) 0:02:02.066 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-cache.yml:47 Sunday 03 December 2023 06:32:11 +0000 (0:00:00.017) 0:02:02.083 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume.yml:27 Sunday 03 December 2023 06:32:11 +0000 (0:00:00.018) 0:02:02.102 ******* 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-civnd1vj4n/tests/verify-role-results.yml:44 Sunday 03 December 2023 06:32:11 +0000 (0:00:00.014) 0:02:02.116 ******* TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-role-results.yml:54 Sunday 03 December 2023 06:32:11 +0000 (0:00:00.013) 0:02:02.129 ******* 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-civnd1vj4n/tests/tests_lvm_percent_size.yml:101 Sunday 03 December 2023 06:32:11 +0000 (0:00:00.014) 0:02:02.144 ******* ok: [sut] => { "changed": false, "cmd": [ "lsblk", "--noheadings", "-o", "SIZE", "/dev/mapper/foo-test2" ], "delta": "0:00:00.004249", "end": "2023-12-03 06:32:11.251470", "rc": 0, "start": "2023-12-03 06:32:11.247221" } STDOUT: 2.5G TASK [Remove the test1 volume without changing its size] *********************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/tests_lvm_percent_size.yml:106 Sunday 03 December 2023 06:32:11 +0000 (0:00:00.205) 0:02:02.350 ******* TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 03 December 2023 06:32:11 +0000 (0:00:00.045) 0:02:02.396 ******* included: /WORKDIR/git-weekly-civnd1vj4n/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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 03 December 2023 06:32:11 +0000 (0:00:00.023) 0:02:02.419 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 03 December 2023 06:32:11 +0000 (0:00:00.018) 0:02:02.437 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_37.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_37.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_37.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_37.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 03 December 2023 06:32:11 +0000 (0:00:00.039) 0:02:02.477 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 03 December 2023 06:32:11 +0000 (0:00:00.016) 0:02:02.494 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 03 December 2023 06:32:11 +0000 (0:00:00.015) 0:02:02.510 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 03 December 2023 06:32:11 +0000 (0:00:00.015) 0:02:02.525 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 03 December 2023 06:32:11 +0000 (0:00:00.014) 0:02:02.539 ******* included: /WORKDIR/git-weekly-civnd1vj4n/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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 03 December 2023 06:32:11 +0000 (0:00:00.035) 0:02:02.575 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 03 December 2023 06:32:14 +0000 (0:00:02.534) 0:02:05.109 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 03 December 2023 06:32:14 +0000 (0:00:00.023) 0:02:05.132 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 03 December 2023 06:32:14 +0000 (0:00:00.017) 0:02:05.150 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 03 December 2023 06:32:16 +0000 (0:00:02.129) 0:02:07.280 ******* included: /WORKDIR/git-weekly-civnd1vj4n/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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:2 Sunday 03 December 2023 06:32:16 +0000 (0:00:00.030) 0:02:07.310 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:13 Sunday 03 December 2023 06:32:16 +0000 (0:00:00.024) 0:02:07.335 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable COPRs] ******************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:20 Sunday 03 December 2023 06:32:16 +0000 (0:00:00.045) 0:02:07.381 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 03 December 2023 06:32:16 +0000 (0:00:00.026) 0:02:07.408 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 03 December 2023 06:32:19 +0000 (0:00:02.703) 0:02:10.111 ******* 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.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.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" }, "dmraid-activation.service": { "name": "dmraid-activation.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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" }, "lvm2-pvscan@.service": { "name": "lvm2-pvscan@.service", "source": "systemd", "state": "unknown", "status": "static" }, "lvm2-pvscan@8:0.service": { "name": "lvm2-pvscan@8:0.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "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@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" }, "ndctl-monitor.service": { "name": "ndctl-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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": "stopped", "status": "enabled" }, "rpmdb-rebuild.service": { "name": "rpmdb-rebuild.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "selinux-check-proper-disable.service": { "name": "selinux-check-proper-disable.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "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-system-token.service": { "name": "systemd-boot-system-token.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-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": "inactive", "status": "disabled" }, "systemd-homed.service": { "name": "systemd-homed.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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-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": "inactive", "status": "disabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-repart.service": { "name": "systemd-repart.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-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": "inactive", "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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 03 December 2023 06:32:20 +0000 (0:00:01.957) 0:02:12.068 ******* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 03 December 2023 06:32:21 +0000 (0:00:00.035) 0:02:12.104 ******* TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 03 December 2023 06:32:21 +0000 (0:00:00.021) 0:02:12.125 ******* 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": [ "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, "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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 03 December 2023 06:32:23 +0000 (0:00:02.751) 0:02:14.877 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 03 December 2023 06:32:23 +0000 (0:00:00.019) 0:02:14.896 ******* TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Sunday 03 December 2023 06:32:23 +0000 (0:00:00.019) 0:02:14.915 ******* 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": [ "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, "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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:121 Sunday 03 December 2023 06:32:23 +0000 (0:00:00.028) 0:02:14.944 ******* 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, "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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Sunday 03 December 2023 06:32:23 +0000 (0:00:00.027) 0:02:14.971 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:141 Sunday 03 December 2023 06:32:23 +0000 (0:00:00.022) 0:02:14.994 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:153 Sunday 03 December 2023 06:32:24 +0000 (0:00:00.228) 0:02:15.222 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:158 Sunday 03 December 2023 06:32:24 +0000 (0:00:00.772) 0:02:15.994 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:170 Sunday 03 December 2023 06:32:25 +0000 (0:00:00.217) 0:02:16.212 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:185 Sunday 03 December 2023 06:32:25 +0000 (0:00:00.023) 0:02:16.236 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:193 Sunday 03 December 2023 06:32:25 +0000 (0:00:00.762) 0:02:16.998 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1701584454.0204468, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1696931323.96, "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": 1696930864.766, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "781860367", "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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:198 Sunday 03 December 2023 06:32:26 +0000 (0:00:00.212) 0:02:17.211 ******* TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:220 Sunday 03 December 2023 06:32:26 +0000 (0:00:00.016) 0:02:17.227 ******* ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/tests_lvm_percent_size.yml:123 Sunday 03 December 2023 06:32:26 +0000 (0:00:00.782) 0:02:18.009 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-role-results.yml:2 Sunday 03 December 2023 06:32:26 +0000 (0:00:00.039) 0:02:18.048 ******* 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, "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-civnd1vj4n/tests/verify-role-results.yml:7 Sunday 03 December 2023 06:32:27 +0000 (0:00:00.075) 0:02:18.124 ******* skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-role-results.yml:15 Sunday 03 December 2023 06:32:27 +0000 (0:00:00.017) 0:02:18.141 ******* ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test2": { "fstype": "ext4", "label": "", "name": "/dev/mapper/foo-test2", "size": "2.5G", "type": "lvm", "uuid": "c65e9512-e104-4bdf-969e-30e613a83d61" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "gaXnLh-Yo9O-LaDs-PvcG-Z310-VrJv-m4rxX3" }, "/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": "e7a9b339-c47b-44f9-a3db-5567a302dcca" }, "/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-civnd1vj4n/tests/verify-role-results.yml:20 Sunday 03 December 2023 06:32:27 +0000 (0:00:00.212) 0:02:18.354 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003268", "end": "2023-12-03 06:32:27.460622", "rc": 0, "start": "2023-12-03 06:32:27.457354" } STDOUT: # # /etc/fstab # Created by anaconda on Tue Oct 10 09:41:04 2023 # # 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=e7a9b339-c47b-44f9-a3db-5567a302dcca / 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-civnd1vj4n/tests/verify-role-results.yml:25 Sunday 03 December 2023 06:32:27 +0000 (0:00:00.206) 0:02:18.561 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003148", "end": "2023-12-03 06:32:27.666704", "failed_when_result": false, "rc": 0, "start": "2023-12-03 06:32:27.663556" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-role-results.yml:34 Sunday 03 December 2023 06:32:27 +0000 (0:00:00.204) 0:02:18.765 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool.yml:5 Sunday 03 December 2023 06:32:27 +0000 (0:00:00.041) 0:02:18.806 ******* ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool.yml:18 Sunday 03 December 2023 06:32:27 +0000 (0:00:00.016) 0:02:18.823 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-members.yml:2 Sunday 03 December 2023 06:32:27 +0000 (0:00:00.039) 0:02:18.863 ******* 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-civnd1vj4n/tests/test-verify-pool-members.yml:13 Sunday 03 December 2023 06:32:27 +0000 (0:00:00.026) 0:02:18.889 ******* 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-civnd1vj4n/tests/test-verify-pool-members.yml:22 Sunday 03 December 2023 06:32:28 +0000 (0:00:00.211) 0:02:19.100 ******* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-members.yml:27 Sunday 03 December 2023 06:32:28 +0000 (0:00:00.021) 0:02:19.121 ******* ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-members.yml:33 Sunday 03 December 2023 06:32:28 +0000 (0:00:00.023) 0:02:19.144 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-members.yml:42 Sunday 03 December 2023 06:32:28 +0000 (0:00:00.023) 0:02:19.168 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-members.yml:48 Sunday 03 December 2023 06:32:28 +0000 (0:00:00.027) 0:02:19.195 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-members.yml:54 Sunday 03 December 2023 06:32:28 +0000 (0:00:00.029) 0:02:19.225 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-members.yml:59 Sunday 03 December 2023 06:32:28 +0000 (0:00:00.023) 0:02:19.248 ******* 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-civnd1vj4n/tests/test-verify-pool-members.yml:73 Sunday 03 December 2023 06:32:28 +0000 (0:00:00.031) 0:02:19.279 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml:8 Sunday 03 December 2023 06:32:28 +0000 (0:00:00.039) 0:02:19.318 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml:14 Sunday 03 December 2023 06:32:28 +0000 (0:00:00.022) 0:02:19.341 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml:21 Sunday 03 December 2023 06:32:28 +0000 (0:00:00.022) 0:02:19.363 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml:28 Sunday 03 December 2023 06:32:28 +0000 (0:00:00.018) 0:02:19.382 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml:35 Sunday 03 December 2023 06:32:28 +0000 (0:00:00.017) 0:02:19.399 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml:45 Sunday 03 December 2023 06:32:28 +0000 (0:00:00.018) 0:02:19.418 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml:54 Sunday 03 December 2023 06:32:28 +0000 (0:00:00.017) 0:02:19.436 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml:64 Sunday 03 December 2023 06:32:28 +0000 (0:00:00.018) 0:02:19.454 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml:74 Sunday 03 December 2023 06:32:28 +0000 (0:00:00.017) 0:02:19.471 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml:85 Sunday 03 December 2023 06:32:28 +0000 (0:00:00.016) 0:02:19.488 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml:95 Sunday 03 December 2023 06:32:28 +0000 (0:00:00.017) 0:02:19.505 ******* 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-civnd1vj4n/tests/test-verify-pool-members.yml:76 Sunday 03 December 2023 06:32:28 +0000 (0:00:00.018) 0:02:19.523 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-members-lvmraid.yml:2 Sunday 03 December 2023 06:32:28 +0000 (0:00:00.036) 0:02:19.560 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml:8 Sunday 03 December 2023 06:32:28 +0000 (0:00:00.043) 0:02:19.603 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml:16 Sunday 03 December 2023 06:32:28 +0000 (0:00:00.017) 0:02:19.620 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml:21 Sunday 03 December 2023 06:32:28 +0000 (0:00:00.016) 0:02:19.637 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml:29 Sunday 03 December 2023 06:32:28 +0000 (0:00:00.016) 0:02:19.654 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml:34 Sunday 03 December 2023 06:32:28 +0000 (0:00:00.017) 0:02:19.671 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml:40 Sunday 03 December 2023 06:32:28 +0000 (0:00:00.016) 0:02:19.688 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml:46 Sunday 03 December 2023 06:32:28 +0000 (0:00:00.022) 0:02:19.710 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml:8 Sunday 03 December 2023 06:32:28 +0000 (0:00:00.018) 0:02:19.728 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml:16 Sunday 03 December 2023 06:32:28 +0000 (0:00:00.016) 0:02:19.745 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml:21 Sunday 03 December 2023 06:32:28 +0000 (0:00:00.015) 0:02:19.760 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml:29 Sunday 03 December 2023 06:32:28 +0000 (0:00:00.014) 0:02:19.775 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml:34 Sunday 03 December 2023 06:32:28 +0000 (0:00:00.015) 0:02:19.790 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml:40 Sunday 03 December 2023 06:32:28 +0000 (0:00:00.016) 0:02:19.807 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml:46 Sunday 03 December 2023 06:32:28 +0000 (0:00:00.040) 0:02:19.847 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-members.yml:79 Sunday 03 December 2023 06:32:28 +0000 (0:00:00.016) 0:02:19.864 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-members-thin.yml:2 Sunday 03 December 2023 06:32:28 +0000 (0:00:00.034) 0:02:19.899 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-thin.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-thin.yml:8 Sunday 03 December 2023 06:32:28 +0000 (0:00:00.042) 0:02:19.942 ******* 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-civnd1vj4n/tests/verify-pool-member-thin.yml:16 Sunday 03 December 2023 06:32:28 +0000 (0:00:00.015) 0:02:19.957 ******* 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-civnd1vj4n/tests/verify-pool-member-thin.yml:23 Sunday 03 December 2023 06:32:28 +0000 (0:00:00.016) 0:02:19.973 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-thin.yml:27 Sunday 03 December 2023 06:32:28 +0000 (0:00:00.017) 0:02:19.991 ******* ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-thin.yml:8 Sunday 03 December 2023 06:32:28 +0000 (0:00:00.016) 0:02:20.007 ******* 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-civnd1vj4n/tests/verify-pool-member-thin.yml:16 Sunday 03 December 2023 06:32:28 +0000 (0:00:00.014) 0:02:20.022 ******* 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-civnd1vj4n/tests/verify-pool-member-thin.yml:23 Sunday 03 December 2023 06:32:28 +0000 (0:00:00.014) 0:02:20.036 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-thin.yml:27 Sunday 03 December 2023 06:32:28 +0000 (0:00:00.014) 0:02:20.051 ******* ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-members.yml:82 Sunday 03 December 2023 06:32:28 +0000 (0:00:00.014) 0:02:20.066 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-members-encryption.yml:5 Sunday 03 December 2023 06:32:29 +0000 (0:00:00.036) 0:02:20.102 ******* 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-civnd1vj4n/tests/verify-pool-members-encryption.yml:13 Sunday 03 December 2023 06:32:29 +0000 (0:00:00.020) 0:02:20.122 ******* 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-civnd1vj4n/tests/verify-pool-members-encryption.yml:20 Sunday 03 December 2023 06:32:29 +0000 (0:00:00.019) 0:02:20.141 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-crypttab.yml for sut TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-crypttab.yml:2 Sunday 03 December 2023 06:32:29 +0000 (0:00:00.029) 0:02:20.171 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-crypttab.yml:9 Sunday 03 December 2023 06:32:29 +0000 (0:00:00.022) 0:02:20.194 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-crypttab.yml:18 Sunday 03 December 2023 06:32:29 +0000 (0:00:00.020) 0:02:20.214 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-crypttab.yml:27 Sunday 03 December 2023 06:32:29 +0000 (0:00:00.016) 0:02:20.231 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-crypttab.yml:37 Sunday 03 December 2023 06:32:29 +0000 (0:00:00.017) 0:02:20.249 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-crypttab.yml:47 Sunday 03 December 2023 06:32:29 +0000 (0:00:00.015) 0:02:20.264 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-members-encryption.yml:27 Sunday 03 December 2023 06:32:29 +0000 (0:00:00.015) 0:02:20.279 ******* 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-civnd1vj4n/tests/test-verify-pool-members.yml:85 Sunday 03 December 2023 06:32:29 +0000 (0:00:00.016) 0:02:20.295 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-members-vdo.yml:2 Sunday 03 December 2023 06:32:29 +0000 (0:00:00.034) 0:02:20.330 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml:9 Sunday 03 December 2023 06:32:29 +0000 (0:00:00.044) 0:02:20.374 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml:16 Sunday 03 December 2023 06:32:29 +0000 (0:00:00.016) 0:02:20.391 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml:22 Sunday 03 December 2023 06:32:29 +0000 (0:00:00.016) 0:02:20.407 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml:28 Sunday 03 December 2023 06:32:29 +0000 (0:00:00.014) 0:02:20.422 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml:35 Sunday 03 December 2023 06:32:29 +0000 (0:00:00.016) 0:02:20.438 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml:41 Sunday 03 December 2023 06:32:29 +0000 (0:00:00.018) 0:02:20.457 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml:47 Sunday 03 December 2023 06:32:29 +0000 (0:00:00.016) 0:02:20.473 ******* ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml:9 Sunday 03 December 2023 06:32:29 +0000 (0:00:00.015) 0:02:20.488 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml:16 Sunday 03 December 2023 06:32:29 +0000 (0:00:00.016) 0:02:20.505 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml:22 Sunday 03 December 2023 06:32:29 +0000 (0:00:00.017) 0:02:20.522 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml:28 Sunday 03 December 2023 06:32:29 +0000 (0:00:00.015) 0:02:20.537 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml:35 Sunday 03 December 2023 06:32:29 +0000 (0:00:00.016) 0:02:20.554 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml:41 Sunday 03 December 2023 06:32:29 +0000 (0:00:00.015) 0:02:20.569 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml:47 Sunday 03 December 2023 06:32:29 +0000 (0:00:00.015) 0:02:20.585 ******* ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-members.yml:88 Sunday 03 December 2023 06:32:29 +0000 (0:00:00.016) 0:02:20.602 ******* 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-civnd1vj4n/tests/test-verify-pool-volumes.yml:3 Sunday 03 December 2023 06:32:29 +0000 (0:00:00.015) 0:02:20.617 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume.yml:2 Sunday 03 December 2023 06:32:29 +0000 (0:00:00.037) 0:02:20.655 ******* 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-civnd1vj4n/tests/test-verify-volume.yml:21 Sunday 03 December 2023 06:32:29 +0000 (0:00:00.019) 0:02:20.674 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:7 Sunday 03 December 2023 06:32:29 +0000 (0:00:00.078) 0:02:20.753 ******* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:16 Sunday 03 December 2023 06:32:29 +0000 (0:00:00.047) 0:02:20.800 ******* 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-civnd1vj4n/tests/test-verify-volume-mount.yml:38 Sunday 03 December 2023 06:32:29 +0000 (0:00:00.028) 0:02:20.829 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:51 Sunday 03 December 2023 06:32:29 +0000 (0:00:00.019) 0:02:20.849 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:63 Sunday 03 December 2023 06:32:29 +0000 (0:00:00.016) 0:02:20.866 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:71 Sunday 03 December 2023 06:32:29 +0000 (0:00:00.022) 0:02:20.888 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:83 Sunday 03 December 2023 06:32:29 +0000 (0:00:00.024) 0:02:20.912 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:95 Sunday 03 December 2023 06:32:29 +0000 (0:00:00.020) 0:02:20.932 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:110 Sunday 03 December 2023 06:32:29 +0000 (0:00:00.016) 0:02:20.948 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:122 Sunday 03 December 2023 06:32:29 +0000 (0:00:00.015) 0:02:20.964 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:128 Sunday 03 December 2023 06:32:29 +0000 (0:00:00.018) 0:02:20.982 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:134 Sunday 03 December 2023 06:32:29 +0000 (0:00:00.017) 0:02:20.999 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:146 Sunday 03 December 2023 06:32:29 +0000 (0:00:00.018) 0:02:21.018 ******* 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-civnd1vj4n/tests/test-verify-volume-fstab.yml:2 Sunday 03 December 2023 06:32:29 +0000 (0:00:00.015) 0:02:21.033 ******* 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-civnd1vj4n/tests/test-verify-volume-fstab.yml:40 Sunday 03 December 2023 06:32:29 +0000 (0:00:00.032) 0:02:21.066 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-fstab.yml:48 Sunday 03 December 2023 06:32:30 +0000 (0:00:00.016) 0:02:21.082 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-fstab.yml:58 Sunday 03 December 2023 06:32:30 +0000 (0:00:00.019) 0:02:21.102 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-fstab.yml:71 Sunday 03 December 2023 06:32:30 +0000 (0:00:00.016) 0:02:21.118 ******* 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-civnd1vj4n/tests/test-verify-volume-fs.yml:3 Sunday 03 December 2023 06:32:30 +0000 (0:00:00.016) 0:02:21.135 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-fs.yml:12 Sunday 03 December 2023 06:32:30 +0000 (0:00:00.015) 0:02:21.150 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-device.yml:3 Sunday 03 December 2023 06:32:30 +0000 (0:00:00.014) 0:02:21.165 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-device.yml:9 Sunday 03 December 2023 06:32:30 +0000 (0:00:00.203) 0:02:21.368 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-device.yml:16 Sunday 03 December 2023 06:32:30 +0000 (0:00:00.016) 0:02:21.384 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-device.yml:24 Sunday 03 December 2023 06:32:30 +0000 (0:00:00.020) 0:02:21.405 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-device.yml:30 Sunday 03 December 2023 06:32:30 +0000 (0:00:00.012) 0:02:21.418 ******* ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-device.yml:34 Sunday 03 December 2023 06:32:30 +0000 (0:00:00.016) 0:02:21.434 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-device.yml:39 Sunday 03 December 2023 06:32:30 +0000 (0:00:00.014) 0:02:21.449 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:3 Sunday 03 December 2023 06:32:30 +0000 (0:00:00.013) 0:02:21.463 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:10 Sunday 03 December 2023 06:32:30 +0000 (0:00:00.016) 0:02:21.479 ******* 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-civnd1vj4n/tests/test-verify-volume-encryption.yml:17 Sunday 03 December 2023 06:32:32 +0000 (0:00:02.534) 0:02:24.013 ******* 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-civnd1vj4n/tests/test-verify-volume-encryption.yml:23 Sunday 03 December 2023 06:32:32 +0000 (0:00:00.017) 0:02:24.031 ******* 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-civnd1vj4n/tests/test-verify-volume-encryption.yml:32 Sunday 03 December 2023 06:32:32 +0000 (0:00:00.016) 0:02:24.048 ******* 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-civnd1vj4n/tests/test-verify-volume-encryption.yml:45 Sunday 03 December 2023 06:32:32 +0000 (0:00:00.013) 0:02:24.061 ******* 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-civnd1vj4n/tests/test-verify-volume-encryption.yml:51 Sunday 03 December 2023 06:32:33 +0000 (0:00:00.017) 0:02:24.079 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:56 Sunday 03 December 2023 06:32:33 +0000 (0:00:00.018) 0:02:24.098 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:69 Sunday 03 December 2023 06:32:33 +0000 (0:00:00.012) 0:02:24.111 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:81 Sunday 03 December 2023 06:32:33 +0000 (0:00:00.013) 0:02:24.124 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:94 Sunday 03 December 2023 06:32:33 +0000 (0:00:00.014) 0:02:24.139 ******* 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-civnd1vj4n/tests/test-verify-volume-encryption.yml:106 Sunday 03 December 2023 06:32:33 +0000 (0:00:00.023) 0:02:24.162 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:114 Sunday 03 December 2023 06:32:33 +0000 (0:00:00.020) 0:02:24.182 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:122 Sunday 03 December 2023 06:32:33 +0000 (0:00:00.020) 0:02:24.202 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:131 Sunday 03 December 2023 06:32:33 +0000 (0:00:00.017) 0:02:24.219 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:140 Sunday 03 December 2023 06:32:33 +0000 (0:00:00.020) 0:02:24.240 ******* 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-civnd1vj4n/tests/test-verify-volume-md.yml:8 Sunday 03 December 2023 06:32:33 +0000 (0:00:00.018) 0:02:24.258 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:14 Sunday 03 December 2023 06:32:33 +0000 (0:00:00.016) 0:02:24.275 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:21 Sunday 03 December 2023 06:32:33 +0000 (0:00:00.015) 0:02:24.290 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:28 Sunday 03 December 2023 06:32:33 +0000 (0:00:00.018) 0:02:24.308 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:35 Sunday 03 December 2023 06:32:33 +0000 (0:00:00.015) 0:02:24.324 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:45 Sunday 03 December 2023 06:32:33 +0000 (0:00:00.015) 0:02:24.339 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:54 Sunday 03 December 2023 06:32:33 +0000 (0:00:00.014) 0:02:24.353 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:63 Sunday 03 December 2023 06:32:33 +0000 (0:00:00.014) 0:02:24.368 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:72 Sunday 03 December 2023 06:32:33 +0000 (0:00:00.014) 0:02:24.383 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:81 Sunday 03 December 2023 06:32:33 +0000 (0:00:00.016) 0:02:24.400 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:3 Sunday 03 December 2023 06:32:33 +0000 (0:00:00.015) 0:02:24.415 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:11 Sunday 03 December 2023 06:32:33 +0000 (0:00:00.015) 0:02:24.430 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:20 Sunday 03 December 2023 06:32:33 +0000 (0:00:00.015) 0:02:24.445 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:28 Sunday 03 December 2023 06:32:33 +0000 (0:00:00.015) 0:02:24.461 ******* ok: [sut] => { "storage_test_expected_size": "2681670205.25" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:32 Sunday 03 December 2023 06:32:33 +0000 (0:00:00.016) 0:02:24.477 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:46 Sunday 03 December 2023 06:32:33 +0000 (0:00:00.016) 0:02:24.494 ******* skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:50 Sunday 03 December 2023 06:32:33 +0000 (0:00:00.041) 0:02:24.535 ******* skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:54 Sunday 03 December 2023 06:32:33 +0000 (0:00:00.017) 0:02:24.552 ******* skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:58 Sunday 03 December 2023 06:32:33 +0000 (0:00:00.017) 0:02:24.569 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:68 Sunday 03 December 2023 06:32:33 +0000 (0:00:00.017) 0:02:24.587 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:72 Sunday 03 December 2023 06:32:33 +0000 (0:00:00.018) 0:02:24.605 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:77 Sunday 03 December 2023 06:32:33 +0000 (0:00:00.018) 0:02:24.624 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:83 Sunday 03 December 2023 06:32:33 +0000 (0:00:00.019) 0:02:24.643 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:88 Sunday 03 December 2023 06:32:33 +0000 (0:00:00.020) 0:02:24.664 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:96 Sunday 03 December 2023 06:32:33 +0000 (0:00:00.017) 0:02:24.681 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:104 Sunday 03 December 2023 06:32:33 +0000 (0:00:00.017) 0:02:24.699 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:109 Sunday 03 December 2023 06:32:33 +0000 (0:00:00.017) 0:02:24.716 ******* skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:113 Sunday 03 December 2023 06:32:33 +0000 (0:00:00.020) 0:02:24.736 ******* skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:117 Sunday 03 December 2023 06:32:33 +0000 (0:00:00.019) 0:02:24.756 ******* skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:121 Sunday 03 December 2023 06:32:33 +0000 (0:00:00.016) 0:02:24.772 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:129 Sunday 03 December 2023 06:32:33 +0000 (0:00:00.021) 0:02:24.793 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:138 Sunday 03 December 2023 06:32:33 +0000 (0:00:00.021) 0:02:24.815 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:142 Sunday 03 December 2023 06:32:33 +0000 (0:00:00.016) 0:02:24.831 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:150 Sunday 03 December 2023 06:32:33 +0000 (0:00:00.015) 0:02:24.847 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:156 Sunday 03 December 2023 06:32:33 +0000 (0:00:00.018) 0:02:24.865 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:160 Sunday 03 December 2023 06:32:33 +0000 (0:00:00.018) 0:02:24.884 ******* ok: [sut] => { "storage_test_expected_size": "2681670205.25" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:164 Sunday 03 December 2023 06:32:33 +0000 (0:00:00.018) 0:02:24.902 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-cache.yml:5 Sunday 03 December 2023 06:32:33 +0000 (0:00:00.017) 0:02:24.919 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-cache.yml:13 Sunday 03 December 2023 06:32:33 +0000 (0:00:00.017) 0:02:24.936 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-cache.yml:18 Sunday 03 December 2023 06:32:33 +0000 (0:00:00.017) 0:02:24.954 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-cache.yml:27 Sunday 03 December 2023 06:32:33 +0000 (0:00:00.019) 0:02:24.973 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-cache.yml:35 Sunday 03 December 2023 06:32:33 +0000 (0:00:00.017) 0:02:24.991 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-cache.yml:41 Sunday 03 December 2023 06:32:33 +0000 (0:00:00.021) 0:02:25.012 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-cache.yml:47 Sunday 03 December 2023 06:32:33 +0000 (0:00:00.018) 0:02:25.031 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume.yml:27 Sunday 03 December 2023 06:32:33 +0000 (0:00:00.021) 0:02:25.052 ******* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume.yml:2 Sunday 03 December 2023 06:32:33 +0000 (0:00:00.018) 0:02:25.071 ******* 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-civnd1vj4n/tests/test-verify-volume.yml:21 Sunday 03 December 2023 06:32:34 +0000 (0:00:00.025) 0:02:25.096 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:7 Sunday 03 December 2023 06:32:34 +0000 (0:00:00.089) 0:02:25.186 ******* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test2" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:16 Sunday 03 December 2023 06:32:34 +0000 (0:00:00.021) 0:02:25.208 ******* 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": "c65e9512-e104-4bdf-969e-30e613a83d61" } ], "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": "c65e9512-e104-4bdf-969e-30e613a83d61" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:38 Sunday 03 December 2023 06:32:34 +0000 (0:00:00.030) 0:02:25.238 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:51 Sunday 03 December 2023 06:32:34 +0000 (0:00:00.016) 0:02:25.254 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:63 Sunday 03 December 2023 06:32:34 +0000 (0:00:00.019) 0:02:25.274 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:71 Sunday 03 December 2023 06:32:34 +0000 (0:00:00.021) 0:02:25.296 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:83 Sunday 03 December 2023 06:32:34 +0000 (0:00:00.016) 0:02:25.312 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:95 Sunday 03 December 2023 06:32:34 +0000 (0:00:00.016) 0:02:25.329 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:110 Sunday 03 December 2023 06:32:34 +0000 (0:00:00.019) 0:02:25.348 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:122 Sunday 03 December 2023 06:32:34 +0000 (0:00:00.021) 0:02:25.370 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:128 Sunday 03 December 2023 06:32:34 +0000 (0:00:00.016) 0:02:25.387 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:134 Sunday 03 December 2023 06:32:34 +0000 (0:00:00.016) 0:02:25.404 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:146 Sunday 03 December 2023 06:32:34 +0000 (0:00:00.021) 0:02:25.425 ******* 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-civnd1vj4n/tests/test-verify-volume-fstab.yml:2 Sunday 03 December 2023 06:32:34 +0000 (0:00:00.017) 0:02:25.442 ******* 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-civnd1vj4n/tests/test-verify-volume-fstab.yml:40 Sunday 03 December 2023 06:32:34 +0000 (0:00:00.039) 0:02:25.482 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-fstab.yml:48 Sunday 03 December 2023 06:32:34 +0000 (0:00:00.024) 0:02:25.507 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-fstab.yml:58 Sunday 03 December 2023 06:32:34 +0000 (0:00:00.025) 0:02:25.532 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-fstab.yml:71 Sunday 03 December 2023 06:32:34 +0000 (0:00:00.021) 0:02:25.553 ******* 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-civnd1vj4n/tests/test-verify-volume-fs.yml:3 Sunday 03 December 2023 06:32:34 +0000 (0:00:00.015) 0:02:25.569 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-fs.yml:12 Sunday 03 December 2023 06:32:34 +0000 (0:00:00.021) 0:02:25.590 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-device.yml:3 Sunday 03 December 2023 06:32:34 +0000 (0:00:00.031) 0:02:25.622 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1701585144.121613, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1701585114.513527, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 749, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1701585114.513527, "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-civnd1vj4n/tests/test-verify-volume-device.yml:9 Sunday 03 December 2023 06:32:34 +0000 (0:00:00.213) 0:02:25.835 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-device.yml:16 Sunday 03 December 2023 06:32:34 +0000 (0:00:00.022) 0:02:25.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-civnd1vj4n/tests/test-verify-volume-device.yml:24 Sunday 03 December 2023 06:32:34 +0000 (0:00:00.048) 0:02:25.907 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-device.yml:30 Sunday 03 December 2023 06:32:34 +0000 (0:00:00.026) 0:02:25.934 ******* ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-device.yml:34 Sunday 03 December 2023 06:32:34 +0000 (0:00:00.023) 0:02:25.957 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-device.yml:39 Sunday 03 December 2023 06:32:34 +0000 (0:00:00.017) 0:02:25.974 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:3 Sunday 03 December 2023 06:32:34 +0000 (0:00:00.020) 0:02:25.995 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:10 Sunday 03 December 2023 06:32:34 +0000 (0:00:00.015) 0:02:26.010 ******* 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-civnd1vj4n/tests/test-verify-volume-encryption.yml:17 Sunday 03 December 2023 06:32:37 +0000 (0:00:02.533) 0:02:28.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-civnd1vj4n/tests/test-verify-volume-encryption.yml:23 Sunday 03 December 2023 06:32:37 +0000 (0:00:00.018) 0:02:28.562 ******* 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-civnd1vj4n/tests/test-verify-volume-encryption.yml:32 Sunday 03 December 2023 06:32:37 +0000 (0:00:00.018) 0:02:28.581 ******* 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-civnd1vj4n/tests/test-verify-volume-encryption.yml:45 Sunday 03 December 2023 06:32:37 +0000 (0:00:00.028) 0:02:28.609 ******* 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-civnd1vj4n/tests/test-verify-volume-encryption.yml:51 Sunday 03 December 2023 06:32:37 +0000 (0:00:00.016) 0:02:28.625 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:56 Sunday 03 December 2023 06:32:37 +0000 (0:00:00.016) 0:02:28.642 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:69 Sunday 03 December 2023 06:32:37 +0000 (0:00:00.015) 0:02:28.658 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:81 Sunday 03 December 2023 06:32:37 +0000 (0:00:00.017) 0:02:28.675 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:94 Sunday 03 December 2023 06:32:37 +0000 (0:00:00.018) 0:02:28.693 ******* 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-civnd1vj4n/tests/test-verify-volume-encryption.yml:106 Sunday 03 December 2023 06:32:37 +0000 (0:00:00.022) 0:02:28.716 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:114 Sunday 03 December 2023 06:32:37 +0000 (0:00:00.020) 0:02:28.736 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:122 Sunday 03 December 2023 06:32:37 +0000 (0:00:00.016) 0:02:28.753 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:131 Sunday 03 December 2023 06:32:37 +0000 (0:00:00.016) 0:02:28.770 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:140 Sunday 03 December 2023 06:32:37 +0000 (0:00:00.017) 0:02:28.788 ******* 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-civnd1vj4n/tests/test-verify-volume-md.yml:8 Sunday 03 December 2023 06:32:37 +0000 (0:00:00.018) 0:02:28.807 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:14 Sunday 03 December 2023 06:32:37 +0000 (0:00:00.016) 0:02:28.823 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:21 Sunday 03 December 2023 06:32:37 +0000 (0:00:00.014) 0:02:28.838 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:28 Sunday 03 December 2023 06:32:37 +0000 (0:00:00.015) 0:02:28.853 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:35 Sunday 03 December 2023 06:32:37 +0000 (0:00:00.014) 0:02:28.868 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:45 Sunday 03 December 2023 06:32:37 +0000 (0:00:00.015) 0:02:28.883 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:54 Sunday 03 December 2023 06:32:37 +0000 (0:00:00.016) 0:02:28.899 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:63 Sunday 03 December 2023 06:32:37 +0000 (0:00:00.014) 0:02:28.914 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:72 Sunday 03 December 2023 06:32:37 +0000 (0:00:00.014) 0:02:28.929 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:81 Sunday 03 December 2023 06:32:37 +0000 (0:00:00.014) 0:02:28.943 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:3 Sunday 03 December 2023 06:32:37 +0000 (0:00:00.014) 0:02:28.958 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:11 Sunday 03 December 2023 06:32:38 +0000 (0:00:00.203) 0:02:29.162 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:20 Sunday 03 December 2023 06:32:38 +0000 (0:00:00.019) 0:02:29.182 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:28 Sunday 03 December 2023 06:32:38 +0000 (0:00:00.019) 0:02:29.201 ******* ok: [sut] => { "storage_test_expected_size": "2681670205.25" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:32 Sunday 03 December 2023 06:32:38 +0000 (0:00:00.017) 0:02:29.218 ******* ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:46 Sunday 03 December 2023 06:32:38 +0000 (0:00:00.205) 0:02:29.423 ******* 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, "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-civnd1vj4n/tests/test-verify-volume-size.yml:50 Sunday 03 December 2023 06:32:38 +0000 (0:00:00.026) 0:02:29.450 ******* 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": "c65e9512-e104-4bdf-969e-30e613a83d61" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "gaXnLh-Yo9O-LaDs-PvcG-Z310-VrJv-m4rxX3" }, "/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": "e7a9b339-c47b-44f9-a3db-5567a302dcca" }, "/dev/zram0": { "fstype": "", "label": "", "name": "/dev/zram0", "size": "3.6G", "type": "disk", "uuid": "" } } } } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:54 Sunday 03 December 2023 06:32:38 +0000 (0:00:00.024) 0:02:29.475 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:58 Sunday 03 December 2023 06:32:38 +0000 (0:00:00.022) 0:02:29.497 ******* ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "2681670205.25" }, "changed": false } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:68 Sunday 03 December 2023 06:32:38 +0000 (0:00:00.021) 0:02:29.519 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:72 Sunday 03 December 2023 06:32:38 +0000 (0:00:00.015) 0:02:29.534 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:77 Sunday 03 December 2023 06:32:38 +0000 (0:00:00.014) 0:02:29.549 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:83 Sunday 03 December 2023 06:32:38 +0000 (0:00:00.014) 0:02:29.563 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:88 Sunday 03 December 2023 06:32:38 +0000 (0:00:00.015) 0:02:29.579 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:96 Sunday 03 December 2023 06:32:38 +0000 (0:00:00.014) 0:02:29.593 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:104 Sunday 03 December 2023 06:32:38 +0000 (0:00:00.015) 0:02:29.609 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:109 Sunday 03 December 2023 06:32:38 +0000 (0:00:00.015) 0:02:29.624 ******* skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:113 Sunday 03 December 2023 06:32:38 +0000 (0:00:00.015) 0:02:29.639 ******* skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:117 Sunday 03 December 2023 06:32:38 +0000 (0:00:00.014) 0:02:29.654 ******* skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:121 Sunday 03 December 2023 06:32:38 +0000 (0:00:00.016) 0:02:29.670 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:129 Sunday 03 December 2023 06:32:38 +0000 (0:00:00.014) 0:02:29.685 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:138 Sunday 03 December 2023 06:32:38 +0000 (0:00:00.015) 0:02:29.700 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:142 Sunday 03 December 2023 06:32:38 +0000 (0:00:00.017) 0:02:29.717 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:150 Sunday 03 December 2023 06:32:38 +0000 (0:00:00.014) 0:02:29.732 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:156 Sunday 03 December 2023 06:32:38 +0000 (0:00:00.015) 0:02:29.747 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:160 Sunday 03 December 2023 06:32:38 +0000 (0:00:00.020) 0:02:29.768 ******* ok: [sut] => { "storage_test_expected_size": "2681670205.25" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:164 Sunday 03 December 2023 06:32:38 +0000 (0:00:00.017) 0:02:29.785 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-cache.yml:5 Sunday 03 December 2023 06:32:38 +0000 (0:00:00.022) 0:02:29.808 ******* 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.035411", "end": "2023-12-03 06:32:38.950181", "rc": 0, "start": "2023-12-03 06:32:38.914770" } 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-civnd1vj4n/tests/test-verify-volume-cache.yml:13 Sunday 03 December 2023 06:32:38 +0000 (0:00:00.240) 0:02:30.049 ******* ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-cache.yml:18 Sunday 03 December 2023 06:32:38 +0000 (0:00:00.022) 0:02:30.071 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-cache.yml:27 Sunday 03 December 2023 06:32:39 +0000 (0:00:00.024) 0:02:30.095 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-cache.yml:35 Sunday 03 December 2023 06:32:39 +0000 (0:00:00.017) 0:02:30.113 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-cache.yml:41 Sunday 03 December 2023 06:32:39 +0000 (0:00:00.017) 0:02:30.130 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-cache.yml:47 Sunday 03 December 2023 06:32:39 +0000 (0:00:00.018) 0:02:30.149 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume.yml:27 Sunday 03 December 2023 06:32:39 +0000 (0:00:00.017) 0:02:30.167 ******* 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-civnd1vj4n/tests/verify-role-results.yml:44 Sunday 03 December 2023 06:32:39 +0000 (0:00:00.014) 0:02:30.182 ******* TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-role-results.yml:54 Sunday 03 December 2023 06:32:39 +0000 (0:00:00.013) 0:02:30.195 ******* 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-civnd1vj4n/tests/tests_lvm_percent_size.yml:126 Sunday 03 December 2023 06:32:39 +0000 (0:00:00.014) 0:02:30.210 ******* ok: [sut] => { "changed": false, "cmd": [ "lsblk", "--noheadings", "-o", "SIZE", "/dev/mapper/foo-test2" ], "delta": "0:00:00.004207", "end": "2023-12-03 06:32:39.315690", "rc": 0, "start": "2023-12-03 06:32:39.311483" } STDOUT: 2.5G TASK [Verify that removing test1 didn't cause a change in test2 size] ********** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/tests_lvm_percent_size.yml:131 Sunday 03 December 2023 06:32:39 +0000 (0:00:00.203) 0:02:30.414 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Grow test2 using a percentage-based size spec] *************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/tests_lvm_percent_size.yml:136 Sunday 03 December 2023 06:32:39 +0000 (0:00:00.019) 0:02:30.433 ******* TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 03 December 2023 06:32:39 +0000 (0:00:00.080) 0:02:30.513 ******* included: /WORKDIR/git-weekly-civnd1vj4n/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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 03 December 2023 06:32:39 +0000 (0:00:00.023) 0:02:30.536 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 03 December 2023 06:32:39 +0000 (0:00:00.019) 0:02:30.555 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_37.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_37.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_37.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_37.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 03 December 2023 06:32:39 +0000 (0:00:00.042) 0:02:30.598 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 03 December 2023 06:32:39 +0000 (0:00:00.015) 0:02:30.613 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 03 December 2023 06:32:39 +0000 (0:00:00.014) 0:02:30.628 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 03 December 2023 06:32:39 +0000 (0:00:00.014) 0:02:30.642 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 03 December 2023 06:32:39 +0000 (0:00:00.014) 0:02:30.657 ******* included: /WORKDIR/git-weekly-civnd1vj4n/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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 03 December 2023 06:32:39 +0000 (0:00:00.035) 0:02:30.692 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 03 December 2023 06:32:42 +0000 (0:00:02.525) 0:02:33.218 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 03 December 2023 06:32:42 +0000 (0:00:00.020) 0:02:33.238 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 03 December 2023 06:32:42 +0000 (0:00:00.016) 0:02:33.254 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 03 December 2023 06:32:44 +0000 (0:00:01.933) 0:02:35.188 ******* included: /WORKDIR/git-weekly-civnd1vj4n/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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:2 Sunday 03 December 2023 06:32:44 +0000 (0:00:00.028) 0:02:35.217 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:13 Sunday 03 December 2023 06:32:44 +0000 (0:00:00.024) 0:02:35.241 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable COPRs] ******************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:20 Sunday 03 December 2023 06:32:44 +0000 (0:00:00.016) 0:02:35.257 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 03 December 2023 06:32:44 +0000 (0:00:00.024) 0:02:35.282 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 03 December 2023 06:32:46 +0000 (0:00:02.538) 0:02:37.820 ******* 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.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.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" }, "dmraid-activation.service": { "name": "dmraid-activation.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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" }, "lvm2-pvscan@.service": { "name": "lvm2-pvscan@.service", "source": "systemd", "state": "unknown", "status": "static" }, "lvm2-pvscan@8:0.service": { "name": "lvm2-pvscan@8:0.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "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@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" }, "ndctl-monitor.service": { "name": "ndctl-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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": "stopped", "status": "enabled" }, "rpmdb-rebuild.service": { "name": "rpmdb-rebuild.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "selinux-check-proper-disable.service": { "name": "selinux-check-proper-disable.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "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-system-token.service": { "name": "systemd-boot-system-token.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-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": "inactive", "status": "disabled" }, "systemd-homed.service": { "name": "systemd-homed.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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-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": "inactive", "status": "disabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-repart.service": { "name": "systemd-repart.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-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": "inactive", "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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 03 December 2023 06:32:48 +0000 (0:00:01.956) 0:02:39.776 ******* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 03 December 2023 06:32:48 +0000 (0:00:00.029) 0:02:39.806 ******* TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 03 December 2023 06:32:48 +0000 (0:00:00.016) 0:02:39.823 ******* 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, "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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 03 December 2023 06:32:51 +0000 (0:00:02.427) 0:02:42.251 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 03 December 2023 06:32:51 +0000 (0:00:00.016) 0:02:42.267 ******* TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Sunday 03 December 2023 06:32:51 +0000 (0:00:00.014) 0:02:42.282 ******* 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, "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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:121 Sunday 03 December 2023 06:32:51 +0000 (0:00:00.069) 0:02:42.351 ******* 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, "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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Sunday 03 December 2023 06:32:51 +0000 (0:00:00.019) 0:02:42.371 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:141 Sunday 03 December 2023 06:32:51 +0000 (0:00:00.017) 0:02:42.389 ******* TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:153 Sunday 03 December 2023 06:32:51 +0000 (0:00:00.016) 0:02:42.405 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:158 Sunday 03 December 2023 06:32:52 +0000 (0:00:00.791) 0:02:43.196 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:170 Sunday 03 December 2023 06:32:52 +0000 (0:00:00.357) 0:02:43.554 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:185 Sunday 03 December 2023 06:32:52 +0000 (0:00:00.023) 0:02:43.577 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:193 Sunday 03 December 2023 06:32:53 +0000 (0:00:01.091) 0:02:44.668 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1701584454.0204468, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1696931323.96, "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": 1696930864.766, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "781860367", "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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:198 Sunday 03 December 2023 06:32:53 +0000 (0:00:00.322) 0:02:44.991 ******* TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:220 Sunday 03 December 2023 06:32:53 +0000 (0:00:00.016) 0:02:45.007 ******* ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/tests_lvm_percent_size.yml:149 Sunday 03 December 2023 06:32:55 +0000 (0:00:01.365) 0:02:46.373 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-role-results.yml:2 Sunday 03 December 2023 06:32:55 +0000 (0:00:00.039) 0:02:46.413 ******* 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, "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-civnd1vj4n/tests/verify-role-results.yml:7 Sunday 03 December 2023 06:32:55 +0000 (0:00:00.021) 0:02:46.435 ******* skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-role-results.yml:15 Sunday 03 December 2023 06:32:55 +0000 (0:00:00.016) 0:02:46.452 ******* ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test2": { "fstype": "ext4", "label": "", "name": "/dev/mapper/foo-test2", "size": "5G", "type": "lvm", "uuid": "c65e9512-e104-4bdf-969e-30e613a83d61" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "gaXnLh-Yo9O-LaDs-PvcG-Z310-VrJv-m4rxX3" }, "/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": "e7a9b339-c47b-44f9-a3db-5567a302dcca" }, "/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-civnd1vj4n/tests/verify-role-results.yml:20 Sunday 03 December 2023 06:32:55 +0000 (0:00:00.314) 0:02:46.767 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003399", "end": "2023-12-03 06:32:55.883591", "rc": 0, "start": "2023-12-03 06:32:55.880192" } STDOUT: # # /etc/fstab # Created by anaconda on Tue Oct 10 09:41:04 2023 # # 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=e7a9b339-c47b-44f9-a3db-5567a302dcca / 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-civnd1vj4n/tests/verify-role-results.yml:25 Sunday 03 December 2023 06:32:55 +0000 (0:00:00.217) 0:02:46.984 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003209", "end": "2023-12-03 06:32:56.092062", "failed_when_result": false, "rc": 0, "start": "2023-12-03 06:32:56.088853" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-role-results.yml:34 Sunday 03 December 2023 06:32:56 +0000 (0:00:00.206) 0:02:47.191 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool.yml:5 Sunday 03 December 2023 06:32:56 +0000 (0:00:00.039) 0:02:47.231 ******* ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool.yml:18 Sunday 03 December 2023 06:32:56 +0000 (0:00:00.016) 0:02:47.248 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-members.yml:2 Sunday 03 December 2023 06:32:56 +0000 (0:00:00.033) 0:02:47.281 ******* 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-civnd1vj4n/tests/test-verify-pool-members.yml:13 Sunday 03 December 2023 06:32:56 +0000 (0:00:00.051) 0:02:47.332 ******* 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-civnd1vj4n/tests/test-verify-pool-members.yml:22 Sunday 03 December 2023 06:32:56 +0000 (0:00:00.215) 0:02:47.548 ******* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-members.yml:27 Sunday 03 December 2023 06:32:56 +0000 (0:00:00.020) 0:02:47.568 ******* ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-members.yml:33 Sunday 03 December 2023 06:32:56 +0000 (0:00:00.025) 0:02:47.593 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-members.yml:42 Sunday 03 December 2023 06:32:56 +0000 (0:00:00.020) 0:02:47.614 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-members.yml:48 Sunday 03 December 2023 06:32:56 +0000 (0:00:00.018) 0:02:47.633 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-members.yml:54 Sunday 03 December 2023 06:32:56 +0000 (0:00:00.019) 0:02:47.652 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-members.yml:59 Sunday 03 December 2023 06:32:56 +0000 (0:00:00.015) 0:02:47.668 ******* 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-civnd1vj4n/tests/test-verify-pool-members.yml:73 Sunday 03 December 2023 06:32:56 +0000 (0:00:00.026) 0:02:47.695 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml:8 Sunday 03 December 2023 06:32:56 +0000 (0:00:00.032) 0:02:47.728 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml:14 Sunday 03 December 2023 06:32:56 +0000 (0:00:00.020) 0:02:47.748 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml:21 Sunday 03 December 2023 06:32:56 +0000 (0:00:00.020) 0:02:47.769 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml:28 Sunday 03 December 2023 06:32:56 +0000 (0:00:00.017) 0:02:47.787 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml:35 Sunday 03 December 2023 06:32:56 +0000 (0:00:00.018) 0:02:47.805 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml:45 Sunday 03 December 2023 06:32:56 +0000 (0:00:00.017) 0:02:47.823 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml:54 Sunday 03 December 2023 06:32:56 +0000 (0:00:00.016) 0:02:47.839 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml:64 Sunday 03 December 2023 06:32:56 +0000 (0:00:00.016) 0:02:47.856 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml:74 Sunday 03 December 2023 06:32:56 +0000 (0:00:00.017) 0:02:47.874 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml:85 Sunday 03 December 2023 06:32:56 +0000 (0:00:00.016) 0:02:47.891 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml:95 Sunday 03 December 2023 06:32:56 +0000 (0:00:00.017) 0:02:47.909 ******* 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-civnd1vj4n/tests/test-verify-pool-members.yml:76 Sunday 03 December 2023 06:32:56 +0000 (0:00:00.015) 0:02:47.924 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-members-lvmraid.yml:2 Sunday 03 December 2023 06:32:56 +0000 (0:00:00.036) 0:02:47.961 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml:8 Sunday 03 December 2023 06:32:56 +0000 (0:00:00.036) 0:02:47.998 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml:16 Sunday 03 December 2023 06:32:56 +0000 (0:00:00.017) 0:02:48.015 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml:21 Sunday 03 December 2023 06:32:56 +0000 (0:00:00.017) 0:02:48.032 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml:29 Sunday 03 December 2023 06:32:56 +0000 (0:00:00.017) 0:02:48.049 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml:34 Sunday 03 December 2023 06:32:56 +0000 (0:00:00.017) 0:02:48.067 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml:40 Sunday 03 December 2023 06:32:57 +0000 (0:00:00.018) 0:02:48.086 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-lvmraid.yml:46 Sunday 03 December 2023 06:32:57 +0000 (0:00:00.019) 0:02:48.105 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-members.yml:79 Sunday 03 December 2023 06:32:57 +0000 (0:00:00.019) 0:02:48.124 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-members-thin.yml:2 Sunday 03 December 2023 06:32:57 +0000 (0:00:00.035) 0:02:48.160 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-thin.yml:8 Sunday 03 December 2023 06:32:57 +0000 (0:00:00.036) 0:02:48.196 ******* 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-civnd1vj4n/tests/verify-pool-member-thin.yml:16 Sunday 03 December 2023 06:32:57 +0000 (0:00:00.017) 0:02:48.213 ******* 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-civnd1vj4n/tests/verify-pool-member-thin.yml:23 Sunday 03 December 2023 06:32:57 +0000 (0:00:00.017) 0:02:48.231 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-thin.yml:27 Sunday 03 December 2023 06:32:57 +0000 (0:00:00.017) 0:02:48.249 ******* ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-members.yml:82 Sunday 03 December 2023 06:32:57 +0000 (0:00:00.016) 0:02:48.265 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-members-encryption.yml:5 Sunday 03 December 2023 06:32:57 +0000 (0:00:00.038) 0:02:48.304 ******* 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-civnd1vj4n/tests/verify-pool-members-encryption.yml:13 Sunday 03 December 2023 06:32:57 +0000 (0:00:00.022) 0:02:48.327 ******* 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-civnd1vj4n/tests/verify-pool-members-encryption.yml:20 Sunday 03 December 2023 06:32:57 +0000 (0:00:00.021) 0:02:48.348 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-crypttab.yml for sut TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-crypttab.yml:2 Sunday 03 December 2023 06:32:57 +0000 (0:00:00.042) 0:02:48.391 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-crypttab.yml:9 Sunday 03 December 2023 06:32:57 +0000 (0:00:00.021) 0:02:48.413 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-crypttab.yml:18 Sunday 03 December 2023 06:32:57 +0000 (0:00:00.023) 0:02:48.436 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-crypttab.yml:27 Sunday 03 December 2023 06:32:57 +0000 (0:00:00.017) 0:02:48.453 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-crypttab.yml:37 Sunday 03 December 2023 06:32:57 +0000 (0:00:00.017) 0:02:48.471 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-crypttab.yml:47 Sunday 03 December 2023 06:32:57 +0000 (0:00:00.019) 0:02:48.490 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-members-encryption.yml:27 Sunday 03 December 2023 06:32:57 +0000 (0:00:00.021) 0:02:48.512 ******* 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-civnd1vj4n/tests/test-verify-pool-members.yml:85 Sunday 03 December 2023 06:32:57 +0000 (0:00:00.018) 0:02:48.530 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-members-vdo.yml:2 Sunday 03 December 2023 06:32:57 +0000 (0:00:00.038) 0:02:48.568 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml:9 Sunday 03 December 2023 06:32:57 +0000 (0:00:00.065) 0:02:48.634 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml:16 Sunday 03 December 2023 06:32:57 +0000 (0:00:00.018) 0:02:48.652 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml:22 Sunday 03 December 2023 06:32:57 +0000 (0:00:00.016) 0:02:48.669 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml:28 Sunday 03 December 2023 06:32:57 +0000 (0:00:00.016) 0:02:48.686 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml:35 Sunday 03 December 2023 06:32:57 +0000 (0:00:00.016) 0:02:48.702 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml:41 Sunday 03 December 2023 06:32:57 +0000 (0:00:00.017) 0:02:48.720 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-member-vdo.yml:47 Sunday 03 December 2023 06:32:57 +0000 (0:00:00.017) 0:02:48.737 ******* ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-members.yml:88 Sunday 03 December 2023 06:32:57 +0000 (0:00:00.015) 0:02:48.752 ******* 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-civnd1vj4n/tests/test-verify-pool-volumes.yml:3 Sunday 03 December 2023 06:32:57 +0000 (0:00:00.015) 0:02:48.768 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume.yml:2 Sunday 03 December 2023 06:32:57 +0000 (0:00:00.031) 0:02:48.800 ******* 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-civnd1vj4n/tests/test-verify-volume.yml:21 Sunday 03 December 2023 06:32:57 +0000 (0:00:00.021) 0:02:48.821 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:7 Sunday 03 December 2023 06:32:57 +0000 (0:00:00.088) 0:02:48.910 ******* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test2" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:16 Sunday 03 December 2023 06:32:57 +0000 (0:00:00.020) 0:02:48.931 ******* 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": "c65e9512-e104-4bdf-969e-30e613a83d61" } ], "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": "c65e9512-e104-4bdf-969e-30e613a83d61" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:38 Sunday 03 December 2023 06:32:57 +0000 (0:00:00.032) 0:02:48.963 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:51 Sunday 03 December 2023 06:32:57 +0000 (0:00:00.017) 0:02:48.981 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:63 Sunday 03 December 2023 06:32:57 +0000 (0:00:00.021) 0:02:49.002 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:71 Sunday 03 December 2023 06:32:57 +0000 (0:00:00.021) 0:02:49.024 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:83 Sunday 03 December 2023 06:32:57 +0000 (0:00:00.017) 0:02:49.041 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:95 Sunday 03 December 2023 06:32:57 +0000 (0:00:00.021) 0:02:49.062 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:110 Sunday 03 December 2023 06:32:58 +0000 (0:00:00.017) 0:02:49.079 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:122 Sunday 03 December 2023 06:32:58 +0000 (0:00:00.021) 0:02:49.101 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:128 Sunday 03 December 2023 06:32:58 +0000 (0:00:00.019) 0:02:49.121 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:134 Sunday 03 December 2023 06:32:58 +0000 (0:00:00.021) 0:02:49.142 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-mount.yml:146 Sunday 03 December 2023 06:32:58 +0000 (0:00:00.019) 0:02:49.162 ******* 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-civnd1vj4n/tests/test-verify-volume-fstab.yml:2 Sunday 03 December 2023 06:32:58 +0000 (0:00:00.017) 0:02:49.180 ******* 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-civnd1vj4n/tests/test-verify-volume-fstab.yml:40 Sunday 03 December 2023 06:32:58 +0000 (0:00:00.034) 0:02:49.214 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-fstab.yml:48 Sunday 03 December 2023 06:32:58 +0000 (0:00:00.019) 0:02:49.234 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-fstab.yml:58 Sunday 03 December 2023 06:32:58 +0000 (0:00:00.019) 0:02:49.254 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-fstab.yml:71 Sunday 03 December 2023 06:32:58 +0000 (0:00:00.015) 0:02:49.269 ******* ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-fs.yml:3 Sunday 03 December 2023 06:32:58 +0000 (0:00:00.017) 0:02:49.287 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-fs.yml:12 Sunday 03 December 2023 06:32:58 +0000 (0:00:00.026) 0:02:49.313 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-device.yml:3 Sunday 03 December 2023 06:32:58 +0000 (0:00:00.021) 0:02:49.334 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1701585172.437739, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1701585171.0847807, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 749, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1701585171.0847807, "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-civnd1vj4n/tests/test-verify-volume-device.yml:9 Sunday 03 December 2023 06:32:58 +0000 (0:00:00.211) 0:02:49.545 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-device.yml:16 Sunday 03 December 2023 06:32:58 +0000 (0:00:00.023) 0:02:49.569 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-device.yml:24 Sunday 03 December 2023 06:32:58 +0000 (0:00:00.022) 0:02:49.591 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-device.yml:30 Sunday 03 December 2023 06:32:58 +0000 (0:00:00.024) 0:02:49.615 ******* ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-device.yml:34 Sunday 03 December 2023 06:32:58 +0000 (0:00:00.022) 0:02:49.638 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-device.yml:39 Sunday 03 December 2023 06:32:58 +0000 (0:00:00.015) 0:02:49.654 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:3 Sunday 03 December 2023 06:32:58 +0000 (0:00:00.018) 0:02:49.673 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:10 Sunday 03 December 2023 06:32:58 +0000 (0:00:00.021) 0:02:49.694 ******* 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-civnd1vj4n/tests/test-verify-volume-encryption.yml:17 Sunday 03 December 2023 06:33:01 +0000 (0:00:02.569) 0:02:52.263 ******* 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-civnd1vj4n/tests/test-verify-volume-encryption.yml:23 Sunday 03 December 2023 06:33:01 +0000 (0:00:00.020) 0:02:52.284 ******* 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-civnd1vj4n/tests/test-verify-volume-encryption.yml:32 Sunday 03 December 2023 06:33:01 +0000 (0:00:00.017) 0:02:52.302 ******* 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-civnd1vj4n/tests/test-verify-volume-encryption.yml:45 Sunday 03 December 2023 06:33:01 +0000 (0:00:00.028) 0:02:52.330 ******* 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-civnd1vj4n/tests/test-verify-volume-encryption.yml:51 Sunday 03 December 2023 06:33:01 +0000 (0:00:00.019) 0:02:52.349 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:56 Sunday 03 December 2023 06:33:01 +0000 (0:00:00.017) 0:02:52.367 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:69 Sunday 03 December 2023 06:33:01 +0000 (0:00:00.017) 0:02:52.384 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:81 Sunday 03 December 2023 06:33:01 +0000 (0:00:00.022) 0:02:52.406 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:94 Sunday 03 December 2023 06:33:01 +0000 (0:00:00.016) 0:02:52.423 ******* 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-civnd1vj4n/tests/test-verify-volume-encryption.yml:106 Sunday 03 December 2023 06:33:01 +0000 (0:00:00.023) 0:02:52.447 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:114 Sunday 03 December 2023 06:33:01 +0000 (0:00:00.021) 0:02:52.468 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:122 Sunday 03 December 2023 06:33:01 +0000 (0:00:00.017) 0:02:52.486 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:131 Sunday 03 December 2023 06:33:01 +0000 (0:00:00.018) 0:02:52.504 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:140 Sunday 03 December 2023 06:33:01 +0000 (0:00:00.018) 0:02:52.523 ******* 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-civnd1vj4n/tests/test-verify-volume-md.yml:8 Sunday 03 December 2023 06:33:01 +0000 (0:00:00.017) 0:02:52.540 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:14 Sunday 03 December 2023 06:33:01 +0000 (0:00:00.019) 0:02:52.559 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:21 Sunday 03 December 2023 06:33:01 +0000 (0:00:00.017) 0:02:52.577 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:28 Sunday 03 December 2023 06:33:01 +0000 (0:00:00.016) 0:02:52.594 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:35 Sunday 03 December 2023 06:33:01 +0000 (0:00:00.017) 0:02:52.611 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:45 Sunday 03 December 2023 06:33:01 +0000 (0:00:00.019) 0:02:52.631 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:54 Sunday 03 December 2023 06:33:01 +0000 (0:00:00.019) 0:02:52.650 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:63 Sunday 03 December 2023 06:33:01 +0000 (0:00:00.018) 0:02:52.669 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:72 Sunday 03 December 2023 06:33:01 +0000 (0:00:00.018) 0:02:52.688 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-md.yml:81 Sunday 03 December 2023 06:33:01 +0000 (0:00:00.017) 0:02:52.705 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:3 Sunday 03 December 2023 06:33:01 +0000 (0:00:00.017) 0:02:52.723 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:11 Sunday 03 December 2023 06:33:01 +0000 (0:00:00.212) 0:02:52.935 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:20 Sunday 03 December 2023 06:33:01 +0000 (0:00:00.024) 0:02:52.959 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:28 Sunday 03 December 2023 06:33:01 +0000 (0:00:00.024) 0:02:52.983 ******* ok: [sut] => { "storage_test_expected_size": "2681670205.25" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:32 Sunday 03 December 2023 06:33:01 +0000 (0:00:00.021) 0:02:53.005 ******* ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:46 Sunday 03 December 2023 06:33:02 +0000 (0:00:00.212) 0:02:53.217 ******* 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, "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-civnd1vj4n/tests/test-verify-volume-size.yml:50 Sunday 03 December 2023 06:33:02 +0000 (0:00:00.024) 0:02:53.241 ******* 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": "c65e9512-e104-4bdf-969e-30e613a83d61" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "gaXnLh-Yo9O-LaDs-PvcG-Z310-VrJv-m4rxX3" }, "/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": "e7a9b339-c47b-44f9-a3db-5567a302dcca" }, "/dev/zram0": { "fstype": "", "label": "", "name": "/dev/zram0", "size": "3.6G", "type": "disk", "uuid": "" } } } } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:54 Sunday 03 December 2023 06:33:02 +0000 (0:00:00.025) 0:02:53.266 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:58 Sunday 03 December 2023 06:33:02 +0000 (0:00:00.022) 0:02:53.288 ******* ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "5363340410.5" }, "changed": false } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:68 Sunday 03 December 2023 06:33:02 +0000 (0:00:00.021) 0:02:53.310 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:72 Sunday 03 December 2023 06:33:02 +0000 (0:00:00.014) 0:02:53.325 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:77 Sunday 03 December 2023 06:33:02 +0000 (0:00:00.014) 0:02:53.340 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:83 Sunday 03 December 2023 06:33:02 +0000 (0:00:00.017) 0:02:53.357 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:88 Sunday 03 December 2023 06:33:02 +0000 (0:00:00.015) 0:02:53.373 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:96 Sunday 03 December 2023 06:33:02 +0000 (0:00:00.014) 0:02:53.387 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:104 Sunday 03 December 2023 06:33:02 +0000 (0:00:00.015) 0:02:53.403 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:109 Sunday 03 December 2023 06:33:02 +0000 (0:00:00.014) 0:02:53.418 ******* skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:113 Sunday 03 December 2023 06:33:02 +0000 (0:00:00.014) 0:02:53.432 ******* skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:117 Sunday 03 December 2023 06:33:02 +0000 (0:00:00.016) 0:02:53.449 ******* skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:121 Sunday 03 December 2023 06:33:02 +0000 (0:00:00.015) 0:02:53.464 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:129 Sunday 03 December 2023 06:33:02 +0000 (0:00:00.014) 0:02:53.479 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:138 Sunday 03 December 2023 06:33:02 +0000 (0:00:00.015) 0:02:53.494 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:142 Sunday 03 December 2023 06:33:02 +0000 (0:00:00.015) 0:02:53.510 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:150 Sunday 03 December 2023 06:33:02 +0000 (0:00:00.014) 0:02:53.525 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:156 Sunday 03 December 2023 06:33:02 +0000 (0:00:00.016) 0:02:53.541 ******* 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-civnd1vj4n/tests/test-verify-volume-size.yml:160 Sunday 03 December 2023 06:33:02 +0000 (0:00:00.016) 0:02:53.558 ******* ok: [sut] => { "storage_test_expected_size": "5363340410.5" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-size.yml:164 Sunday 03 December 2023 06:33:02 +0000 (0:00:00.015) 0:02:53.573 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-cache.yml:5 Sunday 03 December 2023 06:33:02 +0000 (0:00:00.023) 0:02:53.597 ******* 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.034107", "end": "2023-12-03 06:33:02.738708", "rc": 0, "start": "2023-12-03 06:33:02.704601" } 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-civnd1vj4n/tests/test-verify-volume-cache.yml:13 Sunday 03 December 2023 06:33:02 +0000 (0:00:00.241) 0:02:53.838 ******* ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-cache.yml:18 Sunday 03 December 2023 06:33:02 +0000 (0:00:00.023) 0:02:53.862 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-cache.yml:27 Sunday 03 December 2023 06:33:02 +0000 (0:00:00.026) 0:02:53.889 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-cache.yml:35 Sunday 03 December 2023 06:33:02 +0000 (0:00:00.017) 0:02:53.907 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-cache.yml:41 Sunday 03 December 2023 06:33:02 +0000 (0:00:00.022) 0:02:53.930 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-cache.yml:47 Sunday 03 December 2023 06:33:02 +0000 (0:00:00.017) 0:02:53.948 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume.yml:27 Sunday 03 December 2023 06:33:02 +0000 (0:00:00.018) 0:02:53.966 ******* 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-civnd1vj4n/tests/verify-role-results.yml:44 Sunday 03 December 2023 06:33:02 +0000 (0:00:00.017) 0:02:53.984 ******* TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-role-results.yml:54 Sunday 03 December 2023 06:33:02 +0000 (0:00:00.014) 0:02:53.998 ******* 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-civnd1vj4n/tests/tests_lvm_percent_size.yml:152 Sunday 03 December 2023 06:33:02 +0000 (0:00:00.016) 0:02:54.014 ******* TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 03 December 2023 06:33:03 +0000 (0:00:00.098) 0:02:54.113 ******* included: /WORKDIR/git-weekly-civnd1vj4n/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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 03 December 2023 06:33:03 +0000 (0:00:00.026) 0:02:54.139 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 03 December 2023 06:33:03 +0000 (0:00:00.021) 0:02:54.160 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_37.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_37.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_37.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_37.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 03 December 2023 06:33:03 +0000 (0:00:00.043) 0:02:54.203 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 03 December 2023 06:33:03 +0000 (0:00:00.017) 0:02:54.221 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 03 December 2023 06:33:03 +0000 (0:00:00.017) 0:02:54.238 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 03 December 2023 06:33:03 +0000 (0:00:00.016) 0:02:54.255 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 03 December 2023 06:33:03 +0000 (0:00:00.014) 0:02:54.269 ******* included: /WORKDIR/git-weekly-civnd1vj4n/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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 03 December 2023 06:33:03 +0000 (0:00:00.031) 0:02:54.301 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 03 December 2023 06:33:05 +0000 (0:00:02.535) 0:02:56.837 ******* ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "state": "absent" } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 03 December 2023 06:33:05 +0000 (0:00:00.019) 0:02:56.856 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 03 December 2023 06:33:05 +0000 (0:00:00.018) 0:02:56.874 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 03 December 2023 06:33:07 +0000 (0:00:01.914) 0:02:58.789 ******* included: /WORKDIR/git-weekly-civnd1vj4n/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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:2 Sunday 03 December 2023 06:33:07 +0000 (0:00:00.037) 0:02:58.826 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:13 Sunday 03 December 2023 06:33:07 +0000 (0:00:00.027) 0:02:58.854 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable COPRs] ******************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:20 Sunday 03 December 2023 06:33:07 +0000 (0:00:00.017) 0:02:58.872 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 03 December 2023 06:33:07 +0000 (0:00:00.026) 0:02:58.899 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 03 December 2023 06:33:10 +0000 (0:00:02.533) 0:03:01.432 ******* 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.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.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" }, "dmraid-activation.service": { "name": "dmraid-activation.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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" }, "lvm2-pvscan@.service": { "name": "lvm2-pvscan@.service", "source": "systemd", "state": "unknown", "status": "static" }, "lvm2-pvscan@8:0.service": { "name": "lvm2-pvscan@8:0.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "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@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" }, "ndctl-monitor.service": { "name": "ndctl-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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": "stopped", "status": "enabled" }, "rpmdb-rebuild.service": { "name": "rpmdb-rebuild.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "selinux-check-proper-disable.service": { "name": "selinux-check-proper-disable.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "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-system-token.service": { "name": "systemd-boot-system-token.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-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": "inactive", "status": "disabled" }, "systemd-homed.service": { "name": "systemd-homed.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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-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": "inactive", "status": "disabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-repart.service": { "name": "systemd-repart.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-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": "inactive", "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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 03 December 2023 06:33:12 +0000 (0:00:01.964) 0:03:03.397 ******* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 03 December 2023 06:33:12 +0000 (0:00:00.084) 0:03:03.481 ******* TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 03 December 2023 06:33:12 +0000 (0:00:00.015) 0:03:03.497 ******* 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, "state": "absent", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 03 December 2023 06:33:14 +0000 (0:00:02.545) 0:03:06.043 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 03 December 2023 06:33:14 +0000 (0:00:00.016) 0:03:06.059 ******* TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Sunday 03 December 2023 06:33:14 +0000 (0:00:00.013) 0:03:06.073 ******* 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, "state": "absent", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:121 Sunday 03 December 2023 06:33:15 +0000 (0:00:00.018) 0:03:06.091 ******* 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, "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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Sunday 03 December 2023 06:33:15 +0000 (0:00:00.019) 0:03:06.110 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:141 Sunday 03 December 2023 06:33:15 +0000 (0:00:00.017) 0:03:06.128 ******* 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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:153 Sunday 03 December 2023 06:33:15 +0000 (0:00:00.220) 0:03:06.348 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:158 Sunday 03 December 2023 06:33:16 +0000 (0:00:00.771) 0:03:07.119 ******* TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:170 Sunday 03 December 2023 06:33:16 +0000 (0:00:00.016) 0:03:07.136 ******* TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:185 Sunday 03 December 2023 06:33:16 +0000 (0:00:00.018) 0:03:07.155 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:193 Sunday 03 December 2023 06:33:16 +0000 (0:00:00.784) 0:03:07.939 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1701584454.0204468, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1696931323.96, "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": 1696930864.766, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "781860367", "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-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:198 Sunday 03 December 2023 06:33:17 +0000 (0:00:00.209) 0:03:08.149 ******* TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:220 Sunday 03 December 2023 06:33:17 +0000 (0:00:00.016) 0:03:08.165 ******* ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/tests_lvm_percent_size.yml:161 Sunday 03 December 2023 06:33:17 +0000 (0:00:00.786) 0:03:08.951 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-role-results.yml:2 Sunday 03 December 2023 06:33:17 +0000 (0:00:00.038) 0:03:08.990 ******* 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, "state": "absent", "type": "lvm", "volumes": [] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-role-results.yml:7 Sunday 03 December 2023 06:33:17 +0000 (0:00:00.020) 0:03:09.010 ******* skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-role-results.yml:15 Sunday 03 December 2023 06:33:17 +0000 (0:00:00.016) 0:03:09.027 ******* 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": "e7a9b339-c47b-44f9-a3db-5567a302dcca" }, "/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-civnd1vj4n/tests/verify-role-results.yml:20 Sunday 03 December 2023 06:33:18 +0000 (0:00:00.208) 0:03:09.235 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003216", "end": "2023-12-03 06:33:18.341068", "rc": 0, "start": "2023-12-03 06:33:18.337852" } STDOUT: # # /etc/fstab # Created by anaconda on Tue Oct 10 09:41:04 2023 # # 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=e7a9b339-c47b-44f9-a3db-5567a302dcca / 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-civnd1vj4n/tests/verify-role-results.yml:25 Sunday 03 December 2023 06:33:18 +0000 (0:00:00.204) 0:03:09.440 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003254", "end": "2023-12-03 06:33:18.547722", "failed_when_result": false, "rc": 0, "start": "2023-12-03 06:33:18.544468" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-role-results.yml:34 Sunday 03 December 2023 06:33:18 +0000 (0:00:00.206) 0:03:09.646 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool.yml:5 Sunday 03 December 2023 06:33:18 +0000 (0:00:00.031) 0:03:09.678 ******* ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool.yml:18 Sunday 03 December 2023 06:33:18 +0000 (0:00:00.015) 0:03:09.693 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-members.yml:2 Sunday 03 December 2023 06:33:18 +0000 (0:00:00.034) 0:03:09.727 ******* 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-civnd1vj4n/tests/test-verify-pool-members.yml:13 Sunday 03 December 2023 06:33:18 +0000 (0:00:00.023) 0:03:09.751 ******* TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-members.yml:22 Sunday 03 December 2023 06:33:18 +0000 (0:00:00.014) 0:03:09.765 ******* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "0" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-members.yml:27 Sunday 03 December 2023 06:33:18 +0000 (0:00:00.018) 0:03:09.784 ******* ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-members.yml:33 Sunday 03 December 2023 06:33:18 +0000 (0:00:00.019) 0:03:09.803 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-members.yml:42 Sunday 03 December 2023 06:33:18 +0000 (0:00:00.020) 0:03:09.823 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-members.yml:48 Sunday 03 December 2023 06:33:18 +0000 (0:00:00.017) 0:03:09.841 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-members.yml:54 Sunday 03 December 2023 06:33:18 +0000 (0:00:00.049) 0:03:09.891 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-members.yml:59 Sunday 03 December 2023 06:33:18 +0000 (0:00:00.016) 0:03:09.907 ******* TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-members.yml:73 Sunday 03 December 2023 06:33:18 +0000 (0:00:00.013) 0:03:09.921 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml:8 Sunday 03 December 2023 06:33:18 +0000 (0:00:00.028) 0:03:09.949 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml:14 Sunday 03 December 2023 06:33:18 +0000 (0:00:00.017) 0:03:09.967 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml:21 Sunday 03 December 2023 06:33:18 +0000 (0:00:00.014) 0:03:09.981 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml:28 Sunday 03 December 2023 06:33:18 +0000 (0:00:00.015) 0:03:09.996 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml:35 Sunday 03 December 2023 06:33:18 +0000 (0:00:00.014) 0:03:10.011 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml:45 Sunday 03 December 2023 06:33:18 +0000 (0:00:00.014) 0:03:10.026 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml:54 Sunday 03 December 2023 06:33:18 +0000 (0:00:00.015) 0:03:10.041 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml:64 Sunday 03 December 2023 06:33:18 +0000 (0:00:00.016) 0:03:10.057 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml:74 Sunday 03 December 2023 06:33:18 +0000 (0:00:00.015) 0:03:10.073 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml:85 Sunday 03 December 2023 06:33:19 +0000 (0:00:00.015) 0:03:10.088 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-md.yml:95 Sunday 03 December 2023 06:33:19 +0000 (0:00:00.014) 0:03:10.103 ******* 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-civnd1vj4n/tests/test-verify-pool-members.yml:76 Sunday 03 December 2023 06:33:19 +0000 (0:00:00.015) 0:03:10.118 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-members-lvmraid.yml:2 Sunday 03 December 2023 06:33:19 +0000 (0:00:00.040) 0:03:10.159 ******* TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-members.yml:79 Sunday 03 December 2023 06:33:19 +0000 (0:00:00.017) 0:03:10.176 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-members-thin.yml:2 Sunday 03 December 2023 06:33:19 +0000 (0:00:00.032) 0:03:10.208 ******* TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-members.yml:82 Sunday 03 December 2023 06:33:19 +0000 (0:00:00.016) 0:03:10.225 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-members-encryption.yml:5 Sunday 03 December 2023 06:33:19 +0000 (0:00:00.034) 0:03:10.260 ******* 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-civnd1vj4n/tests/verify-pool-members-encryption.yml:13 Sunday 03 December 2023 06:33:19 +0000 (0:00:00.018) 0:03:10.279 ******* TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-members-encryption.yml:20 Sunday 03 December 2023 06:33:19 +0000 (0:00:00.014) 0:03:10.293 ******* TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-members-encryption.yml:27 Sunday 03 December 2023 06:33:19 +0000 (0:00:00.013) 0:03:10.306 ******* 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-civnd1vj4n/tests/test-verify-pool-members.yml:85 Sunday 03 December 2023 06:33:19 +0000 (0:00:00.015) 0:03:10.322 ******* included: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-pool-members-vdo.yml:2 Sunday 03 December 2023 06:33:19 +0000 (0:00:00.034) 0:03:10.356 ******* TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-pool-members.yml:88 Sunday 03 December 2023 06:33:19 +0000 (0:00:00.013) 0:03:10.369 ******* 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-civnd1vj4n/tests/test-verify-pool-volumes.yml:3 Sunday 03 December 2023 06:33:19 +0000 (0:00:00.014) 0:03:10.384 ******* TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-role-results.yml:44 Sunday 03 December 2023 06:33:19 +0000 (0:00:00.015) 0:03:10.399 ******* TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-civnd1vj4n/tests/verify-role-results.yml:54 Sunday 03 December 2023 06:33:19 +0000 (0:00:00.013) 0:03:10.412 ******* 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=803 changed=12 unreachable=0 failed=1 skipped=830 rescued=1 ignored=0 Sunday 03 December 2023 06:33:19 +0000 (0:00:00.008) 0:03:10.421 ******* =============================================================================== linux-system-roles.storage : Make sure blivet is available -------------- 7.21s /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 linux-system-roles.storage : Make sure blivet is available -------------- 3.71s /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Ensure cryptsetup is present -------------------------------------------- 3.29s /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:10 ----- linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 3.16s /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 linux-system-roles.storage : Get required packages ---------------------- 3.16s /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 2.84s /WORKDIR/git-weekly-civnd1vj4n/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.75s /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 linux-system-roles.storage : Make sure required packages are installed --- 2.70s /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Gathering Facts --------------------------------------------------------- 2.65s /WORKDIR/git-weekly-civnd1vj4n/tests/tests_lvm_percent_size_scsi_generated.yml:3 linux-system-roles.storage : Make sure blivet is available -------------- 2.60s /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 linux-system-roles.storage : Make sure required packages are installed --- 2.60s /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Ensure cryptsetup is present -------------------------------------------- 2.57s /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:10 ----- Ensure test packages ---------------------------------------------------- 2.57s /WORKDIR/git-weekly-civnd1vj4n/tests/get_unused_disk.yml:2 -------------------- linux-system-roles.storage : Make sure blivet is available -------------- 2.55s /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 linux-system-roles.storage : Make sure required packages are installed --- 2.55s /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Ensure cryptsetup is present -------------------------------------------- 2.55s /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 2.55s /WORKDIR/git-weekly-civnd1vj4n/tests/test-verify-volume-encryption.yml:10 ----- linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 2.55s /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 linux-system-roles.storage : Make sure required packages are installed --- 2.55s /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 linux-system-roles.storage : Make sure required packages are installed --- 2.54s /WORKDIR/git-weekly-civnd1vj4n/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---