# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.13.6] 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.13/lib/python3.8/site-packages/ansible ansible collection location = /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection executable location = /opt/ansible-2.13/bin/ansible-playbook python version = 3.8.13 (default, Jun 24 2022, 15:27:57) [GCC 8.5.0 20210514 (Red Hat 8.5.0-13)] jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_create_partition_volume_then_remove.yml ************************ 1 plays in /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/tests_create_partition_volume_then_remove.yml PLAY [all] ********************************************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/tests_create_partition_volume_then_remove.yml:2 Monday 05 December 2022 21:21:10 +0000 (0:00:00.015) 0:00:00.015 ******* ok: [sut] META: ran handlers TASK [include_role : fedora.linux_system_roles.storage] ************************ task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/tests_create_partition_volume_then_remove.yml:9 Monday 05 December 2022 21:21:11 +0000 (0:00:01.035) 0:00:01.051 ******* TASK [fedora.linux_system_roles.storage : set platform/version specific variables] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Monday 05 December 2022 21:21:11 +0000 (0:00:00.046) 0:00:01.097 ******* included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Monday 05 December 2022 21:21:12 +0000 (0:00:00.036) 0:00:01.133 ******* ok: [sut] TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Monday 05 December 2022 21:21:12 +0000 (0:00:00.448) 0:00:01.582 ******* 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/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_35.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_35.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_35.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_35.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : define an empty list of pools to be used in testing] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Monday 05 December 2022 21:21:12 +0000 (0:00:00.069) 0:00:01.651 ******* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : define an empty list of volumes to be used in testing] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Monday 05 December 2022 21:21:12 +0000 (0:00:00.029) 0:00:01.681 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : include the appropriate provider tasks] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Monday 05 December 2022 21:21:12 +0000 (0:00:00.029) 0:00:01.710 ******* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : get a list of rpm packages installed on host machine] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Monday 05 December 2022 21:21:12 +0000 (0:00:00.072) 0:00:01.783 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : make sure blivet is available] ******* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:7 Monday 05 December 2022 21:21:12 +0000 (0:00:00.022) 0:00:01.806 ******* changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: bcache-tools-1.1-1.fc35.x86_64", "Installed: dmraid-1.0.0.rc16-51.fc35.x86_64", "Installed: dmraid-events-1.0.0.rc16-51.fc35.x86_64", "Installed: dmraid-libs-1.0.0.rc16-51.fc35.x86_64", "Installed: cxl-libs-74-1.fc35.x86_64", "Installed: userspace-rcu-0.13.0-3.fc35.x86_64", "Installed: blivet-data-1:3.4.4-1.fc35.noarch", "Installed: libblockdev-btrfs-2.27-1.fc35.x86_64", "Installed: lzo-2.10-5.fc35.x86_64", "Installed: iniparser-4.1-8.fc35.x86_64", "Installed: libblockdev-dm-2.27-1.fc35.x86_64", "Installed: device-mapper-event-1.02.175-6.fc35.x86_64", "Installed: ndctl-74-1.fc35.x86_64", "Installed: lvm2-2.03.11-6.fc35.x86_64", "Installed: libblockdev-kbd-2.27-1.fc35.x86_64", "Installed: device-mapper-event-libs-1.02.175-6.fc35.x86_64", "Installed: ndctl-libs-74-1.fc35.x86_64", "Installed: lvm2-libs-2.03.11-6.fc35.x86_64", "Installed: device-mapper-multipath-0.8.6-5.fc35.x86_64", "Installed: lsof-4.94.0-2.fc35.x86_64", "Installed: device-mapper-persistent-data-0.9.0-6.fc35.x86_64", "Installed: device-mapper-multipath-libs-0.8.6-5.fc35.x86_64", "Installed: libblockdev-lvm-2.27-1.fc35.x86_64", "Installed: python3-pyparted-1:3.12.0-1.fc35.x86_64", "Installed: sgpio-1.2.0.10-29.fc35.x86_64", "Installed: daxctl-libs-74-1.fc35.x86_64", "Installed: libblockdev-mpath-2.27-1.fc35.x86_64", "Installed: libblockdev-nvdimm-2.27-1.fc35.x86_64", "Installed: btrfs-progs-6.0.2-1.fc35.x86_64", "Installed: python3-blivet-1:3.4.4-1.fc35.noarch", "Installed: python3-blockdev-2.27-1.fc35.x86_64", "Installed: libaio-0.3.111-12.fc35.x86_64", "Installed: python3-bytesize-2.7-1.fc35.x86_64" ] } TASK [fedora.linux_system_roles.storage : show storage_pools] ****************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:13 Monday 05 December 2022 21:21:23 +0000 (0:00:10.392) 0:00:12.198 ******* ok: [sut] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : show storage_volumes] **************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:18 Monday 05 December 2022 21:21:23 +0000 (0:00:00.035) 0:00:12.234 ******* ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : get required packages] *************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:23 Monday 05 December 2022 21:21:23 +0000 (0:00:00.033) 0:00:12.267 ******* ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : enable copr repositories if needed] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:35 Monday 05 December 2022 21:21:24 +0000 (0:00:00.995) 0:00:13.262 ******* included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for sut TASK [fedora.linux_system_roles.storage : check if the COPR support packages should be installed] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Monday 05 December 2022 21:21:24 +0000 (0:00:00.054) 0:00:13.317 ******* 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 [fedora.linux_system_roles.storage : make sure COPR support packages are present] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Monday 05 December 2022 21:21:24 +0000 (0:00:00.060) 0:00:13.378 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : enable COPRs] ************************ task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:18 Monday 05 December 2022 21:21:24 +0000 (0:00:00.050) 0:00:13.428 ******* 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 [fedora.linux_system_roles.storage : make sure required packages are installed] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:41 Monday 05 December 2022 21:21:24 +0000 (0:00:00.062) 0:00:13.491 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : get service facts] ******************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:47 Monday 05 December 2022 21:21:28 +0000 (0:00:03.936) 0:00:17.428 ******* 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-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" }, "display-manager.service": { "name": "display-manager.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "stopped", "status": "static" }, "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" }, "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.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "fcoe.service": { "name": "fcoe.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "stopped", "status": "static" }, "fwupd-offline-update.service": { "name": "fwupd-offline-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "fwupd-refresh.service": { "name": "fwupd-refresh.service", "source": "systemd", "state": "inactive", "status": "static" }, "fwupd.service": { "name": "fwupd.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "active" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "grub2-systemd-integration.service": { "name": "grub2-systemd-integration.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "hv_kvp_daemon.service": { "name": "hv_kvp_daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "import-state.service": { "name": "import-state.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "iscsi-shutdown.service": { "name": "iscsi-shutdown.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsi.service": { "name": "iscsi.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsid.service": { "name": "iscsid.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "loadmodules.service": { "name": "loadmodules.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "lvm2-activation-early.service": { "name": "lvm2-activation-early.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-activation.service": { "name": "lvm2-activation.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-lvmpolld.service": { "name": "lvm2-lvmpolld.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-monitor.service": { "name": "lvm2-monitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "lvm2-pvscan@.service": { "name": "lvm2-pvscan@.service", "source": "systemd", "state": "unknown", "status": "static" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@.service": { "name": "modprobe@.service", "source": "systemd", "state": "unknown", "status": "static" }, "modprobe@configfs.service": { "name": "modprobe@configfs.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ndctl-monitor.service": { "name": "ndctl-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "network.service": { "name": "network.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-convert.service": { "name": "nfs-convert.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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" }, "ntpd.service": { "name": "ntpd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ntpdate.service": { "name": "ntpdate.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "pam_namespace.service": { "name": "pam_namespace.service", "source": "systemd", "state": "inactive", "status": "static" }, "pcscd.service": { "name": "pcscd.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "plymouth-halt.service": { "name": "plymouth-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-kexec.service": { "name": "plymouth-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-poweroff.service": { "name": "plymouth-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-quit.service": { "name": "plymouth-quit.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-read-write.service": { "name": "plymouth-read-write.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-reboot.service": { "name": "plymouth-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-switch-root-initramfs.service": { "name": "plymouth-switch-root-initramfs.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-switch-root.service": { "name": "plymouth-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "polkit.service": { "name": "polkit.service", "source": "systemd", "state": "inactive", "status": "static" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "raid-check.service": { "name": "raid-check.service", "source": "systemd", "state": "stopped", "status": "static" }, "rbdmap.service": { "name": "rbdmap.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-svcgssd.service": { "name": "rpc-svcgssd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "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" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen.service": { "name": "sshd-keygen.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "syslog.service": { "name": "syslog.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-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-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.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-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": "active" }, "target.service": { "name": "target.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "targetclid.service": { "name": "targetclid.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "udisks2.service": { "name": "udisks2.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "unbound-anchor.service": { "name": "unbound-anchor.service", "source": "systemd", "state": "stopped", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "active" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "active" } } }, "changed": false } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:53 Monday 05 December 2022 21:21:30 +0000 (0:00:02.634) 0:00:20.062 ******* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Monday 05 December 2022 21:21:31 +0000 (0:00:00.071) 0:00:20.134 ******* TASK [fedora.linux_system_roles.storage : manage the pools and volumes to match the specified state] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Monday 05 December 2022 21:21:31 +0000 (0:00:00.028) 0:00:20.163 ******* ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:78 Monday 05 December 2022 21:21:31 +0000 (0:00:00.460) 0:00:20.623 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Monday 05 December 2022 21:21:31 +0000 (0:00:00.051) 0:00:20.674 ******* TASK [fedora.linux_system_roles.storage : show blivet_output] ****************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:96 Monday 05 December 2022 21:21:31 +0000 (0:00:00.028) 0:00:20.703 ******* ok: [sut] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } } TASK [fedora.linux_system_roles.storage : set the list of pools for test verification] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Monday 05 December 2022 21:21:31 +0000 (0:00:00.038) 0:00:20.741 ******* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : set the list of volumes for test verification] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:105 Monday 05 December 2022 21:21:31 +0000 (0:00:00.038) 0:00:20.780 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : remove obsolete mounts] ************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Monday 05 December 2022 21:21:31 +0000 (0:00:00.039) 0:00:20.819 ******* TASK [fedora.linux_system_roles.storage : tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Monday 05 December 2022 21:21:31 +0000 (0:00:00.056) 0:00:20.876 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : set up new/current mounts] *********** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:137 Monday 05 December 2022 21:21:31 +0000 (0:00:00.033) 0:00:20.909 ******* TASK [fedora.linux_system_roles.storage : tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Monday 05 December 2022 21:21:31 +0000 (0:00:00.050) 0:00:20.960 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:156 Monday 05 December 2022 21:21:31 +0000 (0:00:00.032) 0:00:20.992 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1670274733.6228087, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1668529707.75, "dev": 51713, "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": 1668529392.552, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "823851792", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Monday 05 December 2022 21:21:32 +0000 (0:00:00.439) 0:00:21.432 ******* TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:183 Monday 05 December 2022 21:21:32 +0000 (0:00:00.028) 0:00:21.460 ******* ok: [sut] META: role_complete for sut TASK [Mark tasks to be skipped] ************************************************ task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/tests_create_partition_volume_then_remove.yml:12 Monday 05 December 2022 21:21:33 +0000 (0:00:00.831) 0:00:22.292 ******* ok: [sut] => { "ansible_facts": { "storage_skip_checks": [ "blivet_available", "packages_installed", "service_facts" ] }, "changed": false } TASK [include_tasks] *********************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/tests_create_partition_volume_then_remove.yml:19 Monday 05 December 2022 21:21:33 +0000 (0:00:00.035) 0:00:22.327 ******* included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/get_unused_disk.yml for sut TASK [Find unused disks in the system] ***************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/get_unused_disk.yml:2 Monday 05 December 2022 21:21:33 +0000 (0:00:00.046) 0:00:22.373 ******* ok: [sut] => { "changed": false, "disks": [ "sda" ] } TASK [Set unused_disks if necessary] ******************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/get_unused_disk.yml:9 Monday 05 December 2022 21:21:33 +0000 (0:00:00.451) 0:00:22.824 ******* 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/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/get_unused_disk.yml:14 Monday 05 December 2022 21:21:33 +0000 (0:00:00.039) 0:00:22.864 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Print unused disks] ****************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/get_unused_disk.yml:19 Monday 05 December 2022 21:21:33 +0000 (0:00:00.057) 0:00:22.921 ******* ok: [sut] => { "unused_disks": [ "sda" ] } TASK [Create a partition device mounted on "/opt/test1"] *********************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/tests_create_partition_volume_then_remove.yml:23 Monday 05 December 2022 21:21:33 +0000 (0:00:00.040) 0:00:22.962 ******* TASK [fedora.linux_system_roles.storage : set platform/version specific variables] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Monday 05 December 2022 21:21:33 +0000 (0:00:00.058) 0:00:23.021 ******* included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Monday 05 December 2022 21:21:33 +0000 (0:00:00.042) 0:00:23.064 ******* ok: [sut] TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Monday 05 December 2022 21:21:34 +0000 (0:00:00.447) 0:00:23.511 ******* 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/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_35.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_35.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_35.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_35.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : define an empty list of pools to be used in testing] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Monday 05 December 2022 21:21:34 +0000 (0:00:00.077) 0:00:23.589 ******* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : define an empty list of volumes to be used in testing] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Monday 05 December 2022 21:21:34 +0000 (0:00:00.036) 0:00:23.625 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : include the appropriate provider tasks] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Monday 05 December 2022 21:21:34 +0000 (0:00:00.036) 0:00:23.661 ******* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : get a list of rpm packages installed on host machine] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Monday 05 December 2022 21:21:34 +0000 (0:00:00.073) 0:00:23.735 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : make sure blivet is available] ******* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:7 Monday 05 December 2022 21:21:34 +0000 (0:00:00.026) 0:00:23.762 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : show storage_pools] ****************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:13 Monday 05 December 2022 21:21:34 +0000 (0:00:00.041) 0:00:23.803 ******* ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "sda", "type": "partition", "volumes": [ { "fs_type": "ext4", "mount_point": "/opt/test1", "name": "test1", "type": "partition" } ] } ] } TASK [fedora.linux_system_roles.storage : show storage_volumes] **************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:18 Monday 05 December 2022 21:21:34 +0000 (0:00:00.042) 0:00:23.845 ******* ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : get required packages] *************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:23 Monday 05 December 2022 21:21:34 +0000 (0:00:00.039) 0:00:23.885 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : enable copr repositories if needed] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:35 Monday 05 December 2022 21:21:34 +0000 (0:00:00.038) 0:00:23.923 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : make sure required packages are installed] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:41 Monday 05 December 2022 21:21:34 +0000 (0:00:00.042) 0:00:23.966 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : get service facts] ******************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:47 Monday 05 December 2022 21:21:34 +0000 (0:00:00.040) 0:00:24.006 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:53 Monday 05 December 2022 21:21:34 +0000 (0:00:00.041) 0:00:24.048 ******* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Monday 05 December 2022 21:21:35 +0000 (0:00:00.073) 0:00:24.122 ******* TASK [fedora.linux_system_roles.storage : manage the pools and volumes to match the specified state] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Monday 05 December 2022 21:21:35 +0000 (0:00:00.027) 0:00:24.150 ******* changed: [sut] => { "actions": [ { "action": "create format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sda1", "fs_type": null }, { "action": "create format", "device": "/dev/sda1", "fs_type": "ext4" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/zram0", "/dev/sda1" ], "mounts": [ { "dump": 0, "fstype": "ext4", "opts": "defaults", "passno": 0, "path": "/opt/test1", "src": "UUID=54e4a146-e15b-42ee-90b9-607576bbc7a6", "state": "mounted" } ], "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": "sda", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "partition", "volumes": [ { "_device": "/dev/sda1", "_kernel_device": "/dev/sda1", "_mount_id": "UUID=54e4a146-e15b-42ee-90b9-607576bbc7a6", "_raw_device": "/dev/sda1", "_raw_kernel_device": "/dev/sda1", "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_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": 0, "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "partition", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:78 Monday 05 December 2022 21:21:39 +0000 (0:00:04.556) 0:00:28.707 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Monday 05 December 2022 21:21:39 +0000 (0:00:00.052) 0:00:28.759 ******* TASK [fedora.linux_system_roles.storage : show blivet_output] ****************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:96 Monday 05 December 2022 21:21:39 +0000 (0:00:00.028) 0:00:28.787 ******* ok: [sut] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sda1", "fs_type": null }, { "action": "create format", "device": "/dev/sda1", "fs_type": "ext4" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/zram0", "/dev/sda1" ], "mounts": [ { "dump": 0, "fstype": "ext4", "opts": "defaults", "passno": 0, "path": "/opt/test1", "src": "UUID=54e4a146-e15b-42ee-90b9-607576bbc7a6", "state": "mounted" } ], "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": "sda", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "partition", "volumes": [ { "_device": "/dev/sda1", "_kernel_device": "/dev/sda1", "_mount_id": "UUID=54e4a146-e15b-42ee-90b9-607576bbc7a6", "_raw_device": "/dev/sda1", "_raw_kernel_device": "/dev/sda1", "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_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": 0, "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "partition", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : set the list of pools for test verification] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Monday 05 December 2022 21:21:39 +0000 (0:00:00.043) 0:00:28.830 ******* 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": "sda", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "partition", "volumes": [ { "_device": "/dev/sda1", "_kernel_device": "/dev/sda1", "_mount_id": "UUID=54e4a146-e15b-42ee-90b9-607576bbc7a6", "_raw_device": "/dev/sda1", "_raw_kernel_device": "/dev/sda1", "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_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": 0, "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "partition", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : set the list of volumes for test verification] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:105 Monday 05 December 2022 21:21:39 +0000 (0:00:00.041) 0:00:28.872 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : remove obsolete mounts] ************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Monday 05 December 2022 21:21:39 +0000 (0:00:00.041) 0:00:28.914 ******* TASK [fedora.linux_system_roles.storage : tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Monday 05 December 2022 21:21:39 +0000 (0:00:00.054) 0:00:28.968 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : set up new/current mounts] *********** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:137 Monday 05 December 2022 21:21:40 +0000 (0:00:01.089) 0:00:30.057 ******* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [sut] => (item={'src': 'UUID=54e4a146-e15b-42ee-90b9-607576bbc7a6', 'path': '/opt/test1', 'fstype': 'ext4', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted'}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext4", "mount_info": { "dump": 0, "fstype": "ext4", "opts": "defaults", "passno": 0, "path": "/opt/test1", "src": "UUID=54e4a146-e15b-42ee-90b9-607576bbc7a6", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "UUID=54e4a146-e15b-42ee-90b9-607576bbc7a6" } TASK [fedora.linux_system_roles.storage : tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Monday 05 December 2022 21:21:41 +0000 (0:00:00.487) 0:00:30.545 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:156 Monday 05 December 2022 21:21:42 +0000 (0:00:00.718) 0:00:31.263 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1670274733.6228087, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1668529707.75, "dev": 51713, "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": 1668529392.552, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "823851792", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Monday 05 December 2022 21:21:42 +0000 (0:00:00.258) 0:00:31.522 ******* TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:183 Monday 05 December 2022 21:21:42 +0000 (0:00:00.029) 0:00:31.552 ******* ok: [sut] META: role_complete for sut TASK [include_tasks] *********************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/tests_create_partition_volume_then_remove.yml:37 Monday 05 December 2022 21:21:43 +0000 (0:00:00.830) 0:00:32.383 ******* included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-role-results.yml:1 Monday 05 December 2022 21:21:43 +0000 (0:00:00.051) 0:00:32.434 ******* 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": "sda", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "partition", "volumes": [ { "_device": "/dev/sda1", "_kernel_device": "/dev/sda1", "_mount_id": "UUID=54e4a146-e15b-42ee-90b9-607576bbc7a6", "_raw_device": "/dev/sda1", "_raw_kernel_device": "/dev/sda1", "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_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": 0, "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "partition", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-role-results.yml:6 Monday 05 December 2022 21:21:43 +0000 (0:00:00.066) 0:00:32.500 ******* skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-role-results.yml:14 Monday 05 December 2022 21:21:43 +0000 (0:00:00.052) 0:00:32.553 ******* ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "ext4", "label": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "54e4a146-e15b-42ee-90b9-607576bbc7a6" }, "/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": "ext4", "label": "", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "bc5e106c-8e82-4162-abfd-ee515dd9a9af" }, "/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/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-role-results.yml:19 Monday 05 December 2022 21:21:43 +0000 (0:00:00.426) 0:00:32.979 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003438", "end": "2022-12-05 21:21:44.261741", "rc": 0, "start": "2022-12-05 21:21:44.258303" } STDOUT: # # /etc/fstab # Created by anaconda on Tue Nov 15 16:23:12 2022 # # 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=bc5e106c-8e82-4162-abfd-ee515dd9a9af / ext4 defaults 1 1 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 UUID=54e4a146-e15b-42ee-90b9-607576bbc7a6 /opt/test1 ext4 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-role-results.yml:24 Monday 05 December 2022 21:21:44 +0000 (0:00:00.428) 0:00:33.408 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003442", "end": "2022-12-05 21:21:44.518690", "failed_when_result": false, "rc": 0, "start": "2022-12-05 21:21:44.515248" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-role-results.yml:33 Monday 05 December 2022 21:21:44 +0000 (0:00:00.257) 0:00:33.665 ******* included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool.yml for sut => (item={'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'name': 'sda', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'state': 'present', 'type': 'partition', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'name': 'test1', 'raid_level': None, 'size': 0, 'state': 'present', 'type': 'partition', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/sda1', '_raw_device': '/dev/sda1', '_mount_id': 'UUID=54e4a146-e15b-42ee-90b9-607576bbc7a6', '_kernel_device': '/dev/sda1', '_raw_kernel_device': '/dev/sda1'}], 'raid_chunk_size': None}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool.yml:5 Monday 05 December 2022 21:21:44 +0000 (0:00:00.079) 0:00:33.745 ******* ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [include_tasks] *********************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool.yml:18 Monday 05 December 2022 21:21:44 +0000 (0:00:00.035) 0:00:33.780 ******* included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-members.yml:1 Monday 05 December 2022 21:21:44 +0000 (0:00:00.061) 0:00:33.842 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-members.yml:6 Monday 05 December 2022 21:21:44 +0000 (0:00:00.033) 0:00:33.876 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-members.yml:15 Monday 05 December 2022 21:21:44 +0000 (0:00:00.033) 0:00:33.910 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-members.yml:19 Monday 05 December 2022 21:21:44 +0000 (0:00:00.032) 0:00:33.942 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-members.yml:23 Monday 05 December 2022 21:21:44 +0000 (0:00:00.035) 0:00:33.978 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-members.yml:29 Monday 05 December 2022 21:21:44 +0000 (0:00:00.033) 0:00:34.011 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-members.yml:33 Monday 05 December 2022 21:21:44 +0000 (0:00:00.033) 0:00:34.045 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-members.yml:37 Monday 05 December 2022 21:21:44 +0000 (0:00:00.033) 0:00:34.078 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-members.yml:41 Monday 05 December 2022 21:21:44 +0000 (0:00:00.032) 0:00:34.110 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-members.yml:50 Monday 05 December 2022 21:21:45 +0000 (0:00:00.033) 0:00:34.144 ******* included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-md.yml for sut TASK [get information about RAID] ********************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-md.yml:6 Monday 05 December 2022 21:21:45 +0000 (0:00:00.056) 0:00:34.201 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-md.yml:12 Monday 05 December 2022 21:21:45 +0000 (0:00:00.034) 0:00:34.235 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-md.yml:16 Monday 05 December 2022 21:21:45 +0000 (0:00:00.033) 0:00:34.268 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-md.yml:20 Monday 05 December 2022 21:21:45 +0000 (0:00:00.034) 0:00:34.302 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID active devices count] ***************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-md.yml:24 Monday 05 December 2022 21:21:45 +0000 (0:00:00.033) 0:00:34.336 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID spare devices count] ****************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-md.yml:30 Monday 05 December 2022 21:21:45 +0000 (0:00:00.070) 0:00:34.406 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID metadata version] ********************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-md.yml:36 Monday 05 December 2022 21:21:45 +0000 (0:00:00.033) 0:00:34.440 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-md.yml:44 Monday 05 December 2022 21:21:45 +0000 (0:00:00.033) 0:00:34.473 ******* ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_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/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-members.yml:53 Monday 05 December 2022 21:21:45 +0000 (0:00:00.036) 0:00:34.509 ******* included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-members-lvmraid.yml:1 Monday 05 December 2022 21:21:45 +0000 (0:00:00.056) 0:00:34.566 ******* skipping: [sut] => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'name': 'test1', 'raid_level': None, 'size': 0, 'state': 'present', 'type': 'partition', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/sda1', '_raw_device': '/dev/sda1', '_mount_id': 'UUID=54e4a146-e15b-42ee-90b9-607576bbc7a6', '_kernel_device': '/dev/sda1', '_raw_kernel_device': '/dev/sda1'}) => { "ansible_loop_var": "storage_test_lvmraid_volume", "changed": false, "skip_reason": "Conditional result was False", "storage_test_lvmraid_volume": { "_device": "/dev/sda1", "_kernel_device": "/dev/sda1", "_mount_id": "UUID=54e4a146-e15b-42ee-90b9-607576bbc7a6", "_raw_device": "/dev/sda1", "_raw_kernel_device": "/dev/sda1", "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_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": 0, "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "partition", "vdo_pool_size": null } } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-members.yml:56 Monday 05 December 2022 21:21:45 +0000 (0:00:00.045) 0:00:34.612 ******* included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-members-thin.yml:1 Monday 05 December 2022 21:21:45 +0000 (0:00:00.057) 0:00:34.670 ******* skipping: [sut] => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'name': 'test1', 'raid_level': None, 'size': 0, 'state': 'present', 'type': 'partition', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/sda1', '_raw_device': '/dev/sda1', '_mount_id': 'UUID=54e4a146-e15b-42ee-90b9-607576bbc7a6', '_kernel_device': '/dev/sda1', '_raw_kernel_device': '/dev/sda1'}) => { "ansible_loop_var": "storage_test_thin_volume", "changed": false, "skip_reason": "Conditional result was False", "storage_test_thin_volume": { "_device": "/dev/sda1", "_kernel_device": "/dev/sda1", "_mount_id": "UUID=54e4a146-e15b-42ee-90b9-607576bbc7a6", "_raw_device": "/dev/sda1", "_raw_kernel_device": "/dev/sda1", "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_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": 0, "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "partition", "vdo_pool_size": null } } TASK [Check member encryption] ************************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-members.yml:59 Monday 05 December 2022 21:21:45 +0000 (0:00:00.055) 0:00:34.725 ******* included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-members-encryption.yml for sut TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-members-encryption.yml:4 Monday 05 December 2022 21:21:45 +0000 (0:00:00.063) 0:00:34.788 ******* 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/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-members-encryption.yml:8 Monday 05 December 2022 21:21:45 +0000 (0:00:00.059) 0:00:34.848 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-members-encryption.yml:15 Monday 05 December 2022 21:21:45 +0000 (0:00:00.034) 0:00:34.883 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-members-encryption.yml:22 Monday 05 December 2022 21:21:45 +0000 (0:00:00.033) 0:00:34.917 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-members.yml:62 Monday 05 December 2022 21:21:45 +0000 (0:00:00.042) 0:00:34.959 ******* included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-members-vdo.yml:1 Monday 05 December 2022 21:21:45 +0000 (0:00:00.062) 0:00:35.022 ******* skipping: [sut] => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'name': 'test1', 'raid_level': None, 'size': 0, 'state': 'present', 'type': 'partition', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/sda1', '_raw_device': '/dev/sda1', '_mount_id': 'UUID=54e4a146-e15b-42ee-90b9-607576bbc7a6', '_kernel_device': '/dev/sda1', '_raw_kernel_device': '/dev/sda1'}) => { "ansible_loop_var": "storage_test_vdo_volume", "changed": false, "skip_reason": "Conditional result was False", "storage_test_vdo_volume": { "_device": "/dev/sda1", "_kernel_device": "/dev/sda1", "_mount_id": "UUID=54e4a146-e15b-42ee-90b9-607576bbc7a6", "_raw_device": "/dev/sda1", "_raw_kernel_device": "/dev/sda1", "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_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": 0, "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "partition", "vdo_pool_size": null } } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-members.yml:65 Monday 05 December 2022 21:21:45 +0000 (0:00:00.043) 0:00:35.065 ******* 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/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-volumes.yml:3 Monday 05 December 2022 21:21:45 +0000 (0:00:00.037) 0:00:35.102 ******* included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'name': 'test1', 'raid_level': None, 'size': 0, 'state': 'present', 'type': 'partition', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/sda1', '_raw_device': '/dev/sda1', '_mount_id': 'UUID=54e4a146-e15b-42ee-90b9-607576bbc7a6', '_kernel_device': '/dev/sda1', '_raw_kernel_device': '/dev/sda1'}) TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume.yml:2 Monday 05 December 2022 21:21:46 +0000 (0:00:00.063) 0:00:35.166 ******* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [include_tasks] *********************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume.yml:10 Monday 05 December 2022 21:21:46 +0000 (0:00:00.063) 0:00:35.230 ******* included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-mount.yml:6 Monday 05 December 2022 21:21:46 +0000 (0:00:00.140) 0:00:35.370 ******* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/sda1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-mount.yml:10 Monday 05 December 2022 21:21:46 +0000 (0:00:00.078) 0:00:35.448 ******* ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 2417574, "block_size": 4096, "block_total": 2552645, "block_used": 135071, "device": "/dev/sda1", "fstype": "ext4", "inode_available": 655349, "inode_total": 655360, "inode_used": 11, "mount": "/opt/test1", "options": "rw,seclabel,relatime,stripe=2048", "size_available": 9902383104, "size_total": 10455633920, "uuid": "54e4a146-e15b-42ee-90b9-607576bbc7a6" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 2417574, "block_size": 4096, "block_total": 2552645, "block_used": 135071, "device": "/dev/sda1", "fstype": "ext4", "inode_available": 655349, "inode_total": 655360, "inode_used": 11, "mount": "/opt/test1", "options": "rw,seclabel,relatime,stripe=2048", "size_available": 9902383104, "size_total": 10455633920, "uuid": "54e4a146-e15b-42ee-90b9-607576bbc7a6" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-mount.yml:20 Monday 05 December 2022 21:21:46 +0000 (0:00:00.074) 0:00:35.523 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-mount.yml:29 Monday 05 December 2022 21:21:46 +0000 (0:00:00.063) 0:00:35.586 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-mount.yml:37 Monday 05 December 2022 21:21:46 +0000 (0:00:00.066) 0:00:35.652 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [command] ***************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-mount.yml:46 Monday 05 December 2022 21:21:46 +0000 (0:00:00.071) 0:00:35.724 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-mount.yml:50 Monday 05 December 2022 21:21:46 +0000 (0:00:00.033) 0:00:35.758 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-mount.yml:55 Monday 05 December 2022 21:21:46 +0000 (0:00:00.037) 0:00:35.796 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-mount.yml:65 Monday 05 December 2022 21:21:46 +0000 (0:00:00.038) 0:00:35.834 ******* ok: [sut] => { "ansible_facts": { "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/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-fstab.yml:2 Monday 05 December 2022 21:21:46 +0000 (0:00:00.035) 0:00:35.869 ******* ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "UUID=54e4a146-e15b-42ee-90b9-607576bbc7a6 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 ext4 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-fstab.yml:12 Monday 05 December 2022 21:21:46 +0000 (0:00:00.076) 0:00:35.946 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-fstab.yml:19 Monday 05 December 2022 21:21:46 +0000 (0:00:00.058) 0:00:36.004 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-fstab.yml:25 Monday 05 December 2022 21:21:46 +0000 (0:00:00.060) 0:00:36.065 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-fstab.yml:34 Monday 05 December 2022 21:21:47 +0000 (0:00:00.058) 0:00:36.124 ******* 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/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-fs.yml:4 Monday 05 December 2022 21:21:47 +0000 (0:00:00.050) 0:00:36.174 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-fs.yml:10 Monday 05 December 2022 21:21:47 +0000 (0:00:00.047) 0:00:36.221 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-device.yml:4 Monday 05 December 2022 21:21:47 +0000 (0:00:00.050) 0:00:36.271 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1670275301.4138246, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1670275299.499833, "dev": 5, "device_type": 2049, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 453, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1670275299.499833, "nlink": 1, "path": "/dev/sda1", "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/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-device.yml:10 Monday 05 December 2022 21:21:47 +0000 (0:00:00.268) 0:00:36.540 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-device.yml:15 Monday 05 December 2022 21:21:47 +0000 (0:00:00.053) 0:00:36.594 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [(1/2) Process volume type (set initial value)] *************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-device.yml:21 Monday 05 December 2022 21:21:47 +0000 (0:00:00.049) 0:00:36.643 ******* ok: [sut] => { "ansible_facts": { "st_volume_type": "partition" }, "changed": false } TASK [(2/2) Process volume type (get RAID value)] ****************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-device.yml:25 Monday 05 December 2022 21:21:47 +0000 (0:00:00.037) 0:00:36.681 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-device.yml:30 Monday 05 December 2022 21:21:47 +0000 (0:00:00.033) 0:00:36.715 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:3 Monday 05 December 2022 21:21:47 +0000 (0:00:00.040) 0:00:36.755 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:10 Monday 05 December 2022 21:21:47 +0000 (0:00:00.034) 0:00:36.790 ******* changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: cryptsetup-2.4.3-1.fc35.x86_64" ] } TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:15 Monday 05 December 2022 21:21:51 +0000 (0:00:03.944) 0:00:40.735 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:21 Monday 05 December 2022 21:21:51 +0000 (0:00:00.041) 0:00:40.777 ******* 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/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:27 Monday 05 December 2022 21:21:51 +0000 (0:00:00.036) 0:00:40.813 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:33 Monday 05 December 2022 21:21:51 +0000 (0:00:00.062) 0:00:40.876 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:39 Monday 05 December 2022 21:21:51 +0000 (0:00:00.038) 0:00:40.915 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:44 Monday 05 December 2022 21:21:51 +0000 (0:00:00.034) 0:00:40.949 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:50 Monday 05 December 2022 21:21:51 +0000 (0:00:00.033) 0:00:40.983 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:56 Monday 05 December 2022 21:21:51 +0000 (0:00:00.035) 0:00:41.018 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:62 Monday 05 December 2022 21:21:51 +0000 (0:00:00.034) 0:00:41.052 ******* 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/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:67 Monday 05 December 2022 21:21:52 +0000 (0:00:00.064) 0:00:41.117 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:72 Monday 05 December 2022 21:21:52 +0000 (0:00:00.060) 0:00:41.178 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:78 Monday 05 December 2022 21:21:52 +0000 (0:00:00.055) 0:00:41.234 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:84 Monday 05 December 2022 21:21:52 +0000 (0:00:00.055) 0:00:41.289 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:90 Monday 05 December 2022 21:21:52 +0000 (0:00:00.057) 0:00:41.347 ******* 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/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-md.yml:7 Monday 05 December 2022 21:21:52 +0000 (0:00:00.035) 0:00:41.383 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-md.yml:13 Monday 05 December 2022 21:21:52 +0000 (0:00:00.066) 0:00:41.449 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-md.yml:17 Monday 05 December 2022 21:21:52 +0000 (0:00:00.063) 0:00:41.512 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-md.yml:21 Monday 05 December 2022 21:21:52 +0000 (0:00:00.074) 0:00:41.587 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID active devices count] ***************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-md.yml:25 Monday 05 December 2022 21:21:52 +0000 (0:00:00.055) 0:00:41.642 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID spare devices count] ****************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-md.yml:31 Monday 05 December 2022 21:21:52 +0000 (0:00:00.059) 0:00:41.701 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID metadata version] ********************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-md.yml:37 Monday 05 December 2022 21:21:52 +0000 (0:00:00.084) 0:00:41.786 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [parse the actual size of the volume] ************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:3 Monday 05 December 2022 21:21:52 +0000 (0:00:00.059) 0:00:41.845 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [parse the requested size of the volume] ********************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:9 Monday 05 December 2022 21:21:52 +0000 (0:00:00.035) 0:00:41.880 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:15 Monday 05 December 2022 21:21:52 +0000 (0:00:00.055) 0:00:41.936 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [debug] ******************************************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:20 Monday 05 December 2022 21:21:52 +0000 (0:00:00.061) 0:00:41.997 ******* 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/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:23 Monday 05 December 2022 21:21:52 +0000 (0:00:00.040) 0:00:42.038 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [debug] ******************************************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:31 Monday 05 December 2022 21:21:52 +0000 (0:00:00.038) 0:00:42.076 ******* skipping: [sut] => {} TASK [debug] ******************************************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:34 Monday 05 December 2022 21:21:53 +0000 (0:00:00.068) 0:00:42.145 ******* skipping: [sut] => {} TASK [debug] ******************************************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:37 Monday 05 December 2022 21:21:53 +0000 (0:00:00.054) 0:00:42.199 ******* skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:40 Monday 05 December 2022 21:21:53 +0000 (0:00:00.058) 0:00:42.258 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:47 Monday 05 December 2022 21:21:53 +0000 (0:00:00.088) 0:00:42.346 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:51 Monday 05 December 2022 21:21:53 +0000 (0:00:00.037) 0:00:42.383 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:56 Monday 05 December 2022 21:21:53 +0000 (0:00:00.036) 0:00:42.420 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:62 Monday 05 December 2022 21:21:53 +0000 (0:00:00.034) 0:00:42.454 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:66 Monday 05 December 2022 21:21:53 +0000 (0:00:00.033) 0:00:42.487 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:71 Monday 05 December 2022 21:21:53 +0000 (0:00:00.033) 0:00:42.520 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:76 Monday 05 December 2022 21:21:53 +0000 (0:00:00.045) 0:00:42.566 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [debug] ******************************************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:81 Monday 05 December 2022 21:21:53 +0000 (0:00:00.033) 0:00:42.600 ******* skipping: [sut] => {} TASK [debug] ******************************************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:84 Monday 05 December 2022 21:21:53 +0000 (0:00:00.040) 0:00:42.640 ******* skipping: [sut] => {} TASK [debug] ******************************************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:87 Monday 05 December 2022 21:21:53 +0000 (0:00:00.036) 0:00:42.677 ******* skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:90 Monday 05 December 2022 21:21:53 +0000 (0:00:00.036) 0:00:42.713 ******* 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/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:97 Monday 05 December 2022 21:21:53 +0000 (0:00:00.033) 0:00:42.747 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:104 Monday 05 December 2022 21:21:53 +0000 (0:00:00.037) 0:00:42.785 ******* 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/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:108 Monday 05 December 2022 21:21:53 +0000 (0:00:00.099) 0:00:42.885 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:114 Monday 05 December 2022 21:21:53 +0000 (0:00:00.048) 0:00:42.934 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [debug] ******************************************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:124 Monday 05 December 2022 21:21:53 +0000 (0:00:00.039) 0:00:42.973 ******* ok: [sut] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [debug] ******************************************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:127 Monday 05 December 2022 21:21:53 +0000 (0:00:00.037) 0:00:43.011 ******* ok: [sut] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [assert] ****************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:130 Monday 05 December 2022 21:21:53 +0000 (0:00:00.041) 0:00:43.053 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-cache.yml:6 Monday 05 December 2022 21:21:54 +0000 (0:00:00.065) 0:00:43.118 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-cache.yml:14 Monday 05 December 2022 21:21:54 +0000 (0:00:00.034) 0:00:43.153 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check segment type] ****************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-cache.yml:17 Monday 05 December 2022 21:21:54 +0000 (0:00:00.033) 0:00:43.186 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-cache.yml:22 Monday 05 December 2022 21:21:54 +0000 (0:00:00.034) 0:00:43.221 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [parse the requested cache size] ****************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-cache.yml:26 Monday 05 December 2022 21:21:54 +0000 (0:00:00.034) 0:00:43.255 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-cache.yml:32 Monday 05 December 2022 21:21:54 +0000 (0:00:00.038) 0:00:43.294 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-cache.yml:36 Monday 05 December 2022 21:21:54 +0000 (0:00:00.047) 0:00:43.341 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume.yml:16 Monday 05 December 2022 21:21:54 +0000 (0:00:00.045) 0:00:43.386 ******* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-role-results.yml:43 Monday 05 December 2022 21:21:54 +0000 (0:00:00.034) 0:00:43.421 ******* TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-role-results.yml:53 Monday 05 December 2022 21:21:54 +0000 (0:00:00.028) 0:00:43.449 ******* ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Repeat the previous invocation minus fs_type to verify idempotence] ****** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/tests_create_partition_volume_then_remove.yml:39 Monday 05 December 2022 21:21:54 +0000 (0:00:00.032) 0:00:43.481 ******* TASK [fedora.linux_system_roles.storage : set platform/version specific variables] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Monday 05 December 2022 21:21:54 +0000 (0:00:00.067) 0:00:43.548 ******* included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Monday 05 December 2022 21:21:54 +0000 (0:00:00.044) 0:00:43.593 ******* ok: [sut] TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Monday 05 December 2022 21:21:54 +0000 (0:00:00.452) 0:00:44.046 ******* 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/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_35.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_35.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_35.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_35.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : define an empty list of pools to be used in testing] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Monday 05 December 2022 21:21:55 +0000 (0:00:00.083) 0:00:44.129 ******* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : define an empty list of volumes to be used in testing] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Monday 05 December 2022 21:21:55 +0000 (0:00:00.039) 0:00:44.168 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : include the appropriate provider tasks] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Monday 05 December 2022 21:21:55 +0000 (0:00:00.037) 0:00:44.206 ******* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : get a list of rpm packages installed on host machine] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Monday 05 December 2022 21:21:55 +0000 (0:00:00.085) 0:00:44.291 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : make sure blivet is available] ******* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:7 Monday 05 December 2022 21:21:55 +0000 (0:00:00.030) 0:00:44.322 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : show storage_pools] ****************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:13 Monday 05 December 2022 21:21:55 +0000 (0:00:00.043) 0:00:44.366 ******* ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "sda", "type": "partition", "volumes": [ { "mount_point": "/opt/test1", "name": "test1", "type": "partition" } ] } ] } TASK [fedora.linux_system_roles.storage : show storage_volumes] **************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:18 Monday 05 December 2022 21:21:55 +0000 (0:00:00.049) 0:00:44.416 ******* ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : get required packages] *************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:23 Monday 05 December 2022 21:21:55 +0000 (0:00:00.042) 0:00:44.458 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : enable copr repositories if needed] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:35 Monday 05 December 2022 21:21:55 +0000 (0:00:00.043) 0:00:44.501 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : make sure required packages are installed] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:41 Monday 05 December 2022 21:21:55 +0000 (0:00:00.063) 0:00:44.564 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : get service facts] ******************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:47 Monday 05 December 2022 21:21:55 +0000 (0:00:00.044) 0:00:44.608 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:53 Monday 05 December 2022 21:21:55 +0000 (0:00:00.045) 0:00:44.654 ******* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Monday 05 December 2022 21:21:55 +0000 (0:00:00.074) 0:00:44.729 ******* TASK [fedora.linux_system_roles.storage : manage the pools and volumes to match the specified state] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Monday 05 December 2022 21:21:55 +0000 (0:00:00.029) 0:00:44.758 ******* ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [ "/dev/sda1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/zram0" ], "mounts": [ { "dump": 0, "fstype": "ext4", "opts": "defaults", "passno": 0, "path": "/opt/test1", "src": "UUID=54e4a146-e15b-42ee-90b9-607576bbc7a6", "state": "mounted" } ], "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": "sda", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "partition", "volumes": [ { "_device": "/dev/sda1", "_kernel_device": "/dev/sda1", "_mount_id": "UUID=54e4a146-e15b-42ee-90b9-607576bbc7a6", "_raw_device": "/dev/sda1", "_raw_kernel_device": "/dev/sda1", "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_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": 10729029632, "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "partition", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:78 Monday 05 December 2022 21:21:57 +0000 (0:00:01.525) 0:00:46.284 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Monday 05 December 2022 21:21:57 +0000 (0:00:00.053) 0:00:46.338 ******* TASK [fedora.linux_system_roles.storage : show blivet_output] ****************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:96 Monday 05 December 2022 21:21:57 +0000 (0:00:00.030) 0:00:46.369 ******* ok: [sut] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [ "/dev/sda1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/zram0" ], "mounts": [ { "dump": 0, "fstype": "ext4", "opts": "defaults", "passno": 0, "path": "/opt/test1", "src": "UUID=54e4a146-e15b-42ee-90b9-607576bbc7a6", "state": "mounted" } ], "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": "sda", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "partition", "volumes": [ { "_device": "/dev/sda1", "_kernel_device": "/dev/sda1", "_mount_id": "UUID=54e4a146-e15b-42ee-90b9-607576bbc7a6", "_raw_device": "/dev/sda1", "_raw_kernel_device": "/dev/sda1", "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_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": 10729029632, "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "partition", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : set the list of pools for test verification] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Monday 05 December 2022 21:21:57 +0000 (0:00:00.049) 0:00:46.418 ******* 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": "sda", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "partition", "volumes": [ { "_device": "/dev/sda1", "_kernel_device": "/dev/sda1", "_mount_id": "UUID=54e4a146-e15b-42ee-90b9-607576bbc7a6", "_raw_device": "/dev/sda1", "_raw_kernel_device": "/dev/sda1", "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_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": 10729029632, "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "partition", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : set the list of volumes for test verification] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:105 Monday 05 December 2022 21:21:57 +0000 (0:00:00.042) 0:00:46.460 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : remove obsolete mounts] ************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Monday 05 December 2022 21:21:57 +0000 (0:00:00.040) 0:00:46.501 ******* TASK [fedora.linux_system_roles.storage : tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Monday 05 December 2022 21:21:57 +0000 (0:00:00.054) 0:00:46.555 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : set up new/current mounts] *********** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:137 Monday 05 December 2022 21:21:58 +0000 (0:00:00.738) 0:00:47.294 ******* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount ok: [sut] => (item={'src': 'UUID=54e4a146-e15b-42ee-90b9-607576bbc7a6', 'path': '/opt/test1', 'fstype': 'ext4', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted'}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": false, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext4", "mount_info": { "dump": 0, "fstype": "ext4", "opts": "defaults", "passno": 0, "path": "/opt/test1", "src": "UUID=54e4a146-e15b-42ee-90b9-607576bbc7a6", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "UUID=54e4a146-e15b-42ee-90b9-607576bbc7a6" } TASK [fedora.linux_system_roles.storage : tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Monday 05 December 2022 21:21:58 +0000 (0:00:00.300) 0:00:47.594 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:156 Monday 05 December 2022 21:21:59 +0000 (0:00:00.726) 0:00:48.321 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1670274733.6228087, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1668529707.75, "dev": 51713, "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": 1668529392.552, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "823851792", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Monday 05 December 2022 21:21:59 +0000 (0:00:00.263) 0:00:48.584 ******* TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:183 Monday 05 December 2022 21:21:59 +0000 (0:00:00.030) 0:00:48.615 ******* ok: [sut] META: role_complete for sut TASK [Assert file system is preserved on existing partition volume] ************ task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/tests_create_partition_volume_then_remove.yml:52 Monday 05 December 2022 21:22:00 +0000 (0:00:00.827) 0:00:49.443 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [include_tasks] *********************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/tests_create_partition_volume_then_remove.yml:57 Monday 05 December 2022 21:22:00 +0000 (0:00:00.039) 0:00:49.482 ******* included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-role-results.yml:1 Monday 05 December 2022 21:22:00 +0000 (0:00:00.062) 0:00:49.544 ******* 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": "sda", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "partition", "volumes": [ { "_device": "/dev/sda1", "_kernel_device": "/dev/sda1", "_mount_id": "UUID=54e4a146-e15b-42ee-90b9-607576bbc7a6", "_raw_device": "/dev/sda1", "_raw_kernel_device": "/dev/sda1", "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_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": 10729029632, "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "partition", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-role-results.yml:6 Monday 05 December 2022 21:22:00 +0000 (0:00:00.061) 0:00:49.606 ******* skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-role-results.yml:14 Monday 05 December 2022 21:22:00 +0000 (0:00:00.052) 0:00:49.659 ******* ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "ext4", "label": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "54e4a146-e15b-42ee-90b9-607576bbc7a6" }, "/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": "ext4", "label": "", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "bc5e106c-8e82-4162-abfd-ee515dd9a9af" }, "/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/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-role-results.yml:19 Monday 05 December 2022 21:22:00 +0000 (0:00:00.259) 0:00:49.918 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003431", "end": "2022-12-05 21:22:01.024294", "rc": 0, "start": "2022-12-05 21:22:01.020863" } STDOUT: # # /etc/fstab # Created by anaconda on Tue Nov 15 16:23:12 2022 # # 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=bc5e106c-8e82-4162-abfd-ee515dd9a9af / ext4 defaults 1 1 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 UUID=54e4a146-e15b-42ee-90b9-607576bbc7a6 /opt/test1 ext4 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-role-results.yml:24 Monday 05 December 2022 21:22:01 +0000 (0:00:00.252) 0:00:50.171 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003282", "end": "2022-12-05 21:22:01.277477", "failed_when_result": false, "rc": 0, "start": "2022-12-05 21:22:01.274195" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-role-results.yml:33 Monday 05 December 2022 21:22:01 +0000 (0:00:00.251) 0:00:50.423 ******* included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool.yml for sut => (item={'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'name': 'sda', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'state': 'present', 'type': 'partition', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'name': 'test1', 'raid_level': None, 'size': 10729029632, 'state': 'present', 'type': 'partition', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/sda1', '_raw_device': '/dev/sda1', '_mount_id': 'UUID=54e4a146-e15b-42ee-90b9-607576bbc7a6', '_kernel_device': '/dev/sda1', '_raw_kernel_device': '/dev/sda1'}], 'raid_chunk_size': None}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool.yml:5 Monday 05 December 2022 21:22:01 +0000 (0:00:00.081) 0:00:50.505 ******* ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [include_tasks] *********************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool.yml:18 Monday 05 December 2022 21:22:01 +0000 (0:00:00.033) 0:00:50.538 ******* included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-members.yml:1 Monday 05 December 2022 21:22:01 +0000 (0:00:00.063) 0:00:50.601 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-members.yml:6 Monday 05 December 2022 21:22:01 +0000 (0:00:00.036) 0:00:50.638 ******* TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-members.yml:15 Monday 05 December 2022 21:22:01 +0000 (0:00:00.035) 0:00:50.674 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-members.yml:19 Monday 05 December 2022 21:22:01 +0000 (0:00:00.035) 0:00:50.709 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-members.yml:23 Monday 05 December 2022 21:22:01 +0000 (0:00:00.037) 0:00:50.747 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-members.yml:29 Monday 05 December 2022 21:22:01 +0000 (0:00:00.039) 0:00:50.786 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-members.yml:33 Monday 05 December 2022 21:22:01 +0000 (0:00:00.035) 0:00:50.822 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-members.yml:37 Monday 05 December 2022 21:22:01 +0000 (0:00:00.033) 0:00:50.856 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-members.yml:41 Monday 05 December 2022 21:22:01 +0000 (0:00:00.033) 0:00:50.889 ******* TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-members.yml:50 Monday 05 December 2022 21:22:01 +0000 (0:00:00.030) 0:00:50.920 ******* included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-md.yml for sut TASK [get information about RAID] ********************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-md.yml:6 Monday 05 December 2022 21:22:01 +0000 (0:00:00.060) 0:00:50.980 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-md.yml:12 Monday 05 December 2022 21:22:01 +0000 (0:00:00.034) 0:00:51.014 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-md.yml:16 Monday 05 December 2022 21:22:01 +0000 (0:00:00.036) 0:00:51.051 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-md.yml:20 Monday 05 December 2022 21:22:01 +0000 (0:00:00.036) 0:00:51.088 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID active devices count] ***************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-md.yml:24 Monday 05 December 2022 21:22:02 +0000 (0:00:00.035) 0:00:51.124 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID spare devices count] ****************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-md.yml:30 Monday 05 December 2022 21:22:02 +0000 (0:00:00.084) 0:00:51.209 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID metadata version] ********************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-md.yml:36 Monday 05 December 2022 21:22:02 +0000 (0:00:00.038) 0:00:51.248 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-md.yml:44 Monday 05 December 2022 21:22:02 +0000 (0:00:00.037) 0:00:51.285 ******* ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_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/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-members.yml:53 Monday 05 December 2022 21:22:02 +0000 (0:00:00.035) 0:00:51.321 ******* included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-members-lvmraid.yml:1 Monday 05 December 2022 21:22:02 +0000 (0:00:00.061) 0:00:51.383 ******* skipping: [sut] => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'name': 'test1', 'raid_level': None, 'size': 10729029632, 'state': 'present', 'type': 'partition', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/sda1', '_raw_device': '/dev/sda1', '_mount_id': 'UUID=54e4a146-e15b-42ee-90b9-607576bbc7a6', '_kernel_device': '/dev/sda1', '_raw_kernel_device': '/dev/sda1'}) => { "ansible_loop_var": "storage_test_lvmraid_volume", "changed": false, "skip_reason": "Conditional result was False", "storage_test_lvmraid_volume": { "_device": "/dev/sda1", "_kernel_device": "/dev/sda1", "_mount_id": "UUID=54e4a146-e15b-42ee-90b9-607576bbc7a6", "_raw_device": "/dev/sda1", "_raw_kernel_device": "/dev/sda1", "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_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": 10729029632, "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "partition", "vdo_pool_size": null } } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-members.yml:56 Monday 05 December 2022 21:22:02 +0000 (0:00:00.045) 0:00:51.429 ******* included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-members-thin.yml:1 Monday 05 December 2022 21:22:02 +0000 (0:00:00.063) 0:00:51.492 ******* skipping: [sut] => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'name': 'test1', 'raid_level': None, 'size': 10729029632, 'state': 'present', 'type': 'partition', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/sda1', '_raw_device': '/dev/sda1', '_mount_id': 'UUID=54e4a146-e15b-42ee-90b9-607576bbc7a6', '_kernel_device': '/dev/sda1', '_raw_kernel_device': '/dev/sda1'}) => { "ansible_loop_var": "storage_test_thin_volume", "changed": false, "skip_reason": "Conditional result was False", "storage_test_thin_volume": { "_device": "/dev/sda1", "_kernel_device": "/dev/sda1", "_mount_id": "UUID=54e4a146-e15b-42ee-90b9-607576bbc7a6", "_raw_device": "/dev/sda1", "_raw_kernel_device": "/dev/sda1", "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_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": 10729029632, "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "partition", "vdo_pool_size": null } } TASK [Check member encryption] ************************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-members.yml:59 Monday 05 December 2022 21:22:02 +0000 (0:00:00.042) 0:00:51.535 ******* included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-members-encryption.yml for sut TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-members-encryption.yml:4 Monday 05 December 2022 21:22:02 +0000 (0:00:00.062) 0:00:51.598 ******* 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/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-members-encryption.yml:8 Monday 05 December 2022 21:22:02 +0000 (0:00:00.061) 0:00:51.660 ******* TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-members-encryption.yml:15 Monday 05 December 2022 21:22:02 +0000 (0:00:00.028) 0:00:51.689 ******* TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-members-encryption.yml:22 Monday 05 December 2022 21:22:02 +0000 (0:00:00.030) 0:00:51.719 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-members.yml:62 Monday 05 December 2022 21:22:02 +0000 (0:00:00.034) 0:00:51.754 ******* included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-members-vdo.yml:1 Monday 05 December 2022 21:22:02 +0000 (0:00:00.066) 0:00:51.820 ******* skipping: [sut] => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'name': 'test1', 'raid_level': None, 'size': 10729029632, 'state': 'present', 'type': 'partition', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/sda1', '_raw_device': '/dev/sda1', '_mount_id': 'UUID=54e4a146-e15b-42ee-90b9-607576bbc7a6', '_kernel_device': '/dev/sda1', '_raw_kernel_device': '/dev/sda1'}) => { "ansible_loop_var": "storage_test_vdo_volume", "changed": false, "skip_reason": "Conditional result was False", "storage_test_vdo_volume": { "_device": "/dev/sda1", "_kernel_device": "/dev/sda1", "_mount_id": "UUID=54e4a146-e15b-42ee-90b9-607576bbc7a6", "_raw_device": "/dev/sda1", "_raw_kernel_device": "/dev/sda1", "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_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": 10729029632, "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "partition", "vdo_pool_size": null } } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-members.yml:65 Monday 05 December 2022 21:22:02 +0000 (0:00:00.041) 0:00:51.862 ******* 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/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-volumes.yml:3 Monday 05 December 2022 21:22:02 +0000 (0:00:00.034) 0:00:51.897 ******* included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'name': 'test1', 'raid_level': None, 'size': 10729029632, 'state': 'present', 'type': 'partition', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/sda1', '_raw_device': '/dev/sda1', '_mount_id': 'UUID=54e4a146-e15b-42ee-90b9-607576bbc7a6', '_kernel_device': '/dev/sda1', '_raw_kernel_device': '/dev/sda1'}) TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume.yml:2 Monday 05 December 2022 21:22:02 +0000 (0:00:00.058) 0:00:51.955 ******* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [include_tasks] *********************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume.yml:10 Monday 05 December 2022 21:22:02 +0000 (0:00:00.063) 0:00:52.019 ******* included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-mount.yml:6 Monday 05 December 2022 21:22:03 +0000 (0:00:00.144) 0:00:52.163 ******* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/sda1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-mount.yml:10 Monday 05 December 2022 21:22:03 +0000 (0:00:00.047) 0:00:52.211 ******* ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 2417574, "block_size": 4096, "block_total": 2552645, "block_used": 135071, "device": "/dev/sda1", "fstype": "ext4", "inode_available": 655349, "inode_total": 655360, "inode_used": 11, "mount": "/opt/test1", "options": "rw,seclabel,relatime,stripe=2048", "size_available": 9902383104, "size_total": 10455633920, "uuid": "54e4a146-e15b-42ee-90b9-607576bbc7a6" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 2417574, "block_size": 4096, "block_total": 2552645, "block_used": 135071, "device": "/dev/sda1", "fstype": "ext4", "inode_available": 655349, "inode_total": 655360, "inode_used": 11, "mount": "/opt/test1", "options": "rw,seclabel,relatime,stripe=2048", "size_available": 9902383104, "size_total": 10455633920, "uuid": "54e4a146-e15b-42ee-90b9-607576bbc7a6" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-mount.yml:20 Monday 05 December 2022 21:22:03 +0000 (0:00:00.071) 0:00:52.283 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-mount.yml:29 Monday 05 December 2022 21:22:03 +0000 (0:00:00.060) 0:00:52.343 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-mount.yml:37 Monday 05 December 2022 21:22:03 +0000 (0:00:00.061) 0:00:52.404 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [command] ***************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-mount.yml:46 Monday 05 December 2022 21:22:03 +0000 (0:00:00.062) 0:00:52.467 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-mount.yml:50 Monday 05 December 2022 21:22:03 +0000 (0:00:00.035) 0:00:52.503 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-mount.yml:55 Monday 05 December 2022 21:22:03 +0000 (0:00:00.035) 0:00:52.539 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-mount.yml:65 Monday 05 December 2022 21:22:03 +0000 (0:00:00.032) 0:00:52.571 ******* ok: [sut] => { "ansible_facts": { "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/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-fstab.yml:2 Monday 05 December 2022 21:22:03 +0000 (0:00:00.033) 0:00:52.605 ******* ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "UUID=54e4a146-e15b-42ee-90b9-607576bbc7a6 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 ext4 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-fstab.yml:12 Monday 05 December 2022 21:22:03 +0000 (0:00:00.080) 0:00:52.686 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-fstab.yml:19 Monday 05 December 2022 21:22:03 +0000 (0:00:00.061) 0:00:52.747 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-fstab.yml:25 Monday 05 December 2022 21:22:03 +0000 (0:00:00.058) 0:00:52.806 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-fstab.yml:34 Monday 05 December 2022 21:22:03 +0000 (0:00:00.052) 0:00:52.858 ******* 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/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-fs.yml:4 Monday 05 December 2022 21:22:03 +0000 (0:00:00.034) 0:00:52.893 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-fs.yml:10 Monday 05 December 2022 21:22:03 +0000 (0:00:00.041) 0:00:52.934 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-device.yml:4 Monday 05 December 2022 21:22:03 +0000 (0:00:00.046) 0:00:52.981 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1670275316.308759, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1670275316.301759, "dev": 5, "device_type": 2049, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 453, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1670275316.301759, "nlink": 1, "path": "/dev/sda1", "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/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-device.yml:10 Monday 05 December 2022 21:22:04 +0000 (0:00:00.263) 0:00:53.245 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-device.yml:15 Monday 05 December 2022 21:22:04 +0000 (0:00:00.043) 0:00:53.288 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [(1/2) Process volume type (set initial value)] *************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-device.yml:21 Monday 05 December 2022 21:22:04 +0000 (0:00:00.041) 0:00:53.329 ******* ok: [sut] => { "ansible_facts": { "st_volume_type": "partition" }, "changed": false } TASK [(2/2) Process volume type (get RAID value)] ****************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-device.yml:25 Monday 05 December 2022 21:22:04 +0000 (0:00:00.036) 0:00:53.366 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-device.yml:30 Monday 05 December 2022 21:22:04 +0000 (0:00:00.036) 0:00:53.403 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:3 Monday 05 December 2022 21:22:04 +0000 (0:00:00.041) 0:00:53.444 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:10 Monday 05 December 2022 21:22:04 +0000 (0:00:00.033) 0:00:53.477 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:15 Monday 05 December 2022 21:22:07 +0000 (0:00:02.722) 0:00:56.200 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:21 Monday 05 December 2022 21:22:07 +0000 (0:00:00.034) 0:00:56.234 ******* 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/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:27 Monday 05 December 2022 21:22:07 +0000 (0:00:00.033) 0:00:56.268 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:33 Monday 05 December 2022 21:22:07 +0000 (0:00:00.063) 0:00:56.331 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:39 Monday 05 December 2022 21:22:07 +0000 (0:00:00.034) 0:00:56.365 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:44 Monday 05 December 2022 21:22:07 +0000 (0:00:00.033) 0:00:56.399 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:50 Monday 05 December 2022 21:22:07 +0000 (0:00:00.035) 0:00:56.435 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:56 Monday 05 December 2022 21:22:07 +0000 (0:00:00.034) 0:00:56.469 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:62 Monday 05 December 2022 21:22:07 +0000 (0:00:00.039) 0:00:56.509 ******* 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/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:67 Monday 05 December 2022 21:22:07 +0000 (0:00:00.062) 0:00:56.572 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:72 Monday 05 December 2022 21:22:07 +0000 (0:00:00.059) 0:00:56.631 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:78 Monday 05 December 2022 21:22:07 +0000 (0:00:00.059) 0:00:56.690 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:84 Monday 05 December 2022 21:22:07 +0000 (0:00:00.053) 0:00:56.743 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:90 Monday 05 December 2022 21:22:07 +0000 (0:00:00.053) 0:00:56.797 ******* 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/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-md.yml:7 Monday 05 December 2022 21:22:07 +0000 (0:00:00.033) 0:00:56.830 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-md.yml:13 Monday 05 December 2022 21:22:07 +0000 (0:00:00.054) 0:00:56.885 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-md.yml:17 Monday 05 December 2022 21:22:07 +0000 (0:00:00.061) 0:00:56.946 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-md.yml:21 Monday 05 December 2022 21:22:07 +0000 (0:00:00.053) 0:00:57.000 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID active devices count] ***************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-md.yml:25 Monday 05 December 2022 21:22:07 +0000 (0:00:00.054) 0:00:57.054 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID spare devices count] ****************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-md.yml:31 Monday 05 December 2022 21:22:07 +0000 (0:00:00.054) 0:00:57.109 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID metadata version] ********************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-md.yml:37 Monday 05 December 2022 21:22:08 +0000 (0:00:00.053) 0:00:57.162 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [parse the actual size of the volume] ************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:3 Monday 05 December 2022 21:22:08 +0000 (0:00:00.053) 0:00:57.215 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [parse the requested size of the volume] ********************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:9 Monday 05 December 2022 21:22:08 +0000 (0:00:00.038) 0:00:57.253 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:15 Monday 05 December 2022 21:22:08 +0000 (0:00:00.054) 0:00:57.308 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [debug] ******************************************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:20 Monday 05 December 2022 21:22:08 +0000 (0:00:00.054) 0:00:57.362 ******* 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/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:23 Monday 05 December 2022 21:22:08 +0000 (0:00:00.037) 0:00:57.400 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [debug] ******************************************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:31 Monday 05 December 2022 21:22:08 +0000 (0:00:00.034) 0:00:57.434 ******* skipping: [sut] => {} TASK [debug] ******************************************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:34 Monday 05 December 2022 21:22:08 +0000 (0:00:00.062) 0:00:57.497 ******* skipping: [sut] => {} TASK [debug] ******************************************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:37 Monday 05 December 2022 21:22:08 +0000 (0:00:00.053) 0:00:57.551 ******* skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:40 Monday 05 December 2022 21:22:08 +0000 (0:00:00.053) 0:00:57.604 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:47 Monday 05 December 2022 21:22:08 +0000 (0:00:00.055) 0:00:57.659 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:51 Monday 05 December 2022 21:22:08 +0000 (0:00:00.033) 0:00:57.693 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:56 Monday 05 December 2022 21:22:08 +0000 (0:00:00.038) 0:00:57.731 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:62 Monday 05 December 2022 21:22:08 +0000 (0:00:00.033) 0:00:57.765 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:66 Monday 05 December 2022 21:22:08 +0000 (0:00:00.033) 0:00:57.798 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:71 Monday 05 December 2022 21:22:08 +0000 (0:00:00.032) 0:00:57.830 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:76 Monday 05 December 2022 21:22:08 +0000 (0:00:00.033) 0:00:57.864 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [debug] ******************************************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:81 Monday 05 December 2022 21:22:08 +0000 (0:00:00.033) 0:00:57.898 ******* skipping: [sut] => {} TASK [debug] ******************************************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:84 Monday 05 December 2022 21:22:08 +0000 (0:00:00.036) 0:00:57.935 ******* skipping: [sut] => {} TASK [debug] ******************************************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:87 Monday 05 December 2022 21:22:08 +0000 (0:00:00.033) 0:00:57.968 ******* skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:90 Monday 05 December 2022 21:22:08 +0000 (0:00:00.033) 0:00:58.002 ******* 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/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:97 Monday 05 December 2022 21:22:08 +0000 (0:00:00.033) 0:00:58.035 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:104 Monday 05 December 2022 21:22:08 +0000 (0:00:00.033) 0:00:58.069 ******* 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/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:108 Monday 05 December 2022 21:22:08 +0000 (0:00:00.033) 0:00:58.102 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:114 Monday 05 December 2022 21:22:09 +0000 (0:00:00.036) 0:00:58.139 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [debug] ******************************************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:124 Monday 05 December 2022 21:22:09 +0000 (0:00:00.070) 0:00:58.209 ******* ok: [sut] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [debug] ******************************************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:127 Monday 05 December 2022 21:22:09 +0000 (0:00:00.036) 0:00:58.246 ******* ok: [sut] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [assert] ****************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:130 Monday 05 December 2022 21:22:09 +0000 (0:00:00.037) 0:00:58.283 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-cache.yml:6 Monday 05 December 2022 21:22:09 +0000 (0:00:00.036) 0:00:58.319 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-cache.yml:14 Monday 05 December 2022 21:22:09 +0000 (0:00:00.033) 0:00:58.352 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check segment type] ****************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-cache.yml:17 Monday 05 December 2022 21:22:09 +0000 (0:00:00.034) 0:00:58.387 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-cache.yml:22 Monday 05 December 2022 21:22:09 +0000 (0:00:00.037) 0:00:58.424 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [parse the requested cache size] ****************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-cache.yml:26 Monday 05 December 2022 21:22:09 +0000 (0:00:00.034) 0:00:58.458 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-cache.yml:32 Monday 05 December 2022 21:22:09 +0000 (0:00:00.033) 0:00:58.492 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-cache.yml:36 Monday 05 December 2022 21:22:09 +0000 (0:00:00.033) 0:00:58.525 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume.yml:16 Monday 05 December 2022 21:22:09 +0000 (0:00:00.033) 0:00:58.559 ******* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-role-results.yml:43 Monday 05 December 2022 21:22:09 +0000 (0:00:00.034) 0:00:58.594 ******* TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-role-results.yml:53 Monday 05 December 2022 21:22:09 +0000 (0:00:00.036) 0:00:58.631 ******* ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Remove the partition created above] ************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/tests_create_partition_volume_then_remove.yml:59 Monday 05 December 2022 21:22:09 +0000 (0:00:00.033) 0:00:58.664 ******* TASK [fedora.linux_system_roles.storage : set platform/version specific variables] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Monday 05 December 2022 21:22:09 +0000 (0:00:00.074) 0:00:58.739 ******* included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Monday 05 December 2022 21:22:09 +0000 (0:00:00.048) 0:00:58.787 ******* ok: [sut] TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Monday 05 December 2022 21:22:10 +0000 (0:00:00.452) 0:00:59.239 ******* 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/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_35.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_35.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_35.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_35.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : define an empty list of pools to be used in testing] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Monday 05 December 2022 21:22:10 +0000 (0:00:00.083) 0:00:59.323 ******* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : define an empty list of volumes to be used in testing] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Monday 05 December 2022 21:22:10 +0000 (0:00:00.037) 0:00:59.361 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : include the appropriate provider tasks] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Monday 05 December 2022 21:22:10 +0000 (0:00:00.036) 0:00:59.398 ******* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : get a list of rpm packages installed on host machine] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Monday 05 December 2022 21:22:10 +0000 (0:00:00.079) 0:00:59.477 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : make sure blivet is available] ******* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:7 Monday 05 December 2022 21:22:10 +0000 (0:00:00.028) 0:00:59.506 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : show storage_pools] ****************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:13 Monday 05 December 2022 21:22:10 +0000 (0:00:00.040) 0:00:59.547 ******* ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "sda", "state": "absent", "type": "partition", "volumes": [ { "mount_point": "/opt/test1", "name": "sda1", "state": "absent", "type": "partition" } ] } ] } TASK [fedora.linux_system_roles.storage : show storage_volumes] **************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:18 Monday 05 December 2022 21:22:10 +0000 (0:00:00.047) 0:00:59.594 ******* ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : get required packages] *************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:23 Monday 05 December 2022 21:22:10 +0000 (0:00:00.040) 0:00:59.635 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : enable copr repositories if needed] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:35 Monday 05 December 2022 21:22:10 +0000 (0:00:00.042) 0:00:59.678 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : make sure required packages are installed] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:41 Monday 05 December 2022 21:22:10 +0000 (0:00:00.041) 0:00:59.719 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : get service facts] ******************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:47 Monday 05 December 2022 21:22:10 +0000 (0:00:00.040) 0:00:59.759 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:53 Monday 05 December 2022 21:22:10 +0000 (0:00:00.041) 0:00:59.801 ******* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Monday 05 December 2022 21:22:10 +0000 (0:00:00.073) 0:00:59.874 ******* TASK [fedora.linux_system_roles.storage : manage the pools and volumes to match the specified state] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Monday 05 December 2022 21:22:10 +0000 (0:00:00.029) 0:00:59.904 ******* changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/sda1", "fs_type": "ext4" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/zram0" ], "mounts": [ { "fstype": "ext4", "path": "/opt/test1", "src": "UUID=54e4a146-e15b-42ee-90b9-607576bbc7a6", "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": "sda", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "absent", "type": "partition", "volumes": [ { "_device": "/dev/sda1", "_mount_id": "UUID=54e4a146-e15b-42ee-90b9-607576bbc7a6", "_raw_device": "/dev/sda1", "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_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "name": "sda1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": 10729029632, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "partition", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:78 Monday 05 December 2022 21:22:12 +0000 (0:00:01.942) 0:01:01.846 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Monday 05 December 2022 21:22:12 +0000 (0:00:00.054) 0:01:01.901 ******* TASK [fedora.linux_system_roles.storage : show blivet_output] ****************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:96 Monday 05 December 2022 21:22:12 +0000 (0:00:00.030) 0:01:01.931 ******* ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/sda1", "fs_type": "ext4" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/zram0" ], "mounts": [ { "fstype": "ext4", "path": "/opt/test1", "src": "UUID=54e4a146-e15b-42ee-90b9-607576bbc7a6", "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": "sda", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "absent", "type": "partition", "volumes": [ { "_device": "/dev/sda1", "_mount_id": "UUID=54e4a146-e15b-42ee-90b9-607576bbc7a6", "_raw_device": "/dev/sda1", "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_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "name": "sda1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": 10729029632, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "partition", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : set the list of pools for test verification] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Monday 05 December 2022 21:22:12 +0000 (0:00:00.044) 0:01:01.975 ******* 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": "sda", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "absent", "type": "partition", "volumes": [ { "_device": "/dev/sda1", "_mount_id": "UUID=54e4a146-e15b-42ee-90b9-607576bbc7a6", "_raw_device": "/dev/sda1", "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_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "name": "sda1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": 10729029632, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "partition", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : set the list of volumes for test verification] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:105 Monday 05 December 2022 21:22:12 +0000 (0:00:00.046) 0:01:02.022 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : remove obsolete mounts] ************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Monday 05 December 2022 21:22:12 +0000 (0:00:00.049) 0:01:02.071 ******* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [sut] => (item={'src': 'UUID=54e4a146-e15b-42ee-90b9-607576bbc7a6', 'path': '/opt/test1', 'state': 'absent', 'fstype': 'ext4'}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext4", "mount_info": { "fstype": "ext4", "path": "/opt/test1", "src": "UUID=54e4a146-e15b-42ee-90b9-607576bbc7a6", "state": "absent" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "UUID=54e4a146-e15b-42ee-90b9-607576bbc7a6" } TASK [fedora.linux_system_roles.storage : tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Monday 05 December 2022 21:22:13 +0000 (0:00:00.340) 0:01:02.412 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : set up new/current mounts] *********** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:137 Monday 05 December 2022 21:22:14 +0000 (0:00:00.736) 0:01:03.149 ******* TASK [fedora.linux_system_roles.storage : tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Monday 05 December 2022 21:22:14 +0000 (0:00:00.055) 0:01:03.204 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:156 Monday 05 December 2022 21:22:14 +0000 (0:00:00.720) 0:01:03.925 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1670274733.6228087, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1668529707.75, "dev": 51713, "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": 1668529392.552, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "823851792", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Monday 05 December 2022 21:22:15 +0000 (0:00:00.260) 0:01:04.185 ******* TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:183 Monday 05 December 2022 21:22:15 +0000 (0:00:00.029) 0:01:04.214 ******* ok: [sut] META: role_complete for sut TASK [include_tasks] *********************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/tests_create_partition_volume_then_remove.yml:74 Monday 05 December 2022 21:22:15 +0000 (0:00:00.820) 0:01:05.035 ******* included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-role-results.yml:1 Monday 05 December 2022 21:22:15 +0000 (0:00:00.058) 0:01:05.094 ******* 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": "sda", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "absent", "type": "partition", "volumes": [ { "_device": "/dev/sda1", "_mount_id": "UUID=54e4a146-e15b-42ee-90b9-607576bbc7a6", "_raw_device": "/dev/sda1", "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_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "name": "sda1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": 10729029632, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "partition", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-role-results.yml:6 Monday 05 December 2022 21:22:16 +0000 (0:00:00.062) 0:01:05.157 ******* skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-role-results.yml:14 Monday 05 December 2022 21:22:16 +0000 (0:00:00.082) 0:01:05.240 ******* 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": "ext4", "label": "", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "bc5e106c-8e82-4162-abfd-ee515dd9a9af" }, "/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/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-role-results.yml:19 Monday 05 December 2022 21:22:16 +0000 (0:00:00.260) 0:01:05.500 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003501", "end": "2022-12-05 21:22:16.615773", "rc": 0, "start": "2022-12-05 21:22:16.612272" } STDOUT: # # /etc/fstab # Created by anaconda on Tue Nov 15 16:23:12 2022 # # 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=bc5e106c-8e82-4162-abfd-ee515dd9a9af / 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/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-role-results.yml:24 Monday 05 December 2022 21:22:16 +0000 (0:00:00.261) 0:01:05.762 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003428", "end": "2022-12-05 21:22:16.865735", "failed_when_result": false, "rc": 0, "start": "2022-12-05 21:22:16.862307" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-role-results.yml:33 Monday 05 December 2022 21:22:16 +0000 (0:00:00.250) 0:01:06.013 ******* included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool.yml for sut => (item={'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'name': 'sda', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'state': 'absent', 'type': 'partition', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'name': 'sda1', 'raid_level': None, 'size': 10729029632, 'state': 'absent', 'type': 'partition', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/sda1', '_raw_device': '/dev/sda1', '_mount_id': 'UUID=54e4a146-e15b-42ee-90b9-607576bbc7a6'}], 'raid_chunk_size': None}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool.yml:5 Monday 05 December 2022 21:22:16 +0000 (0:00:00.080) 0:01:06.093 ******* ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [include_tasks] *********************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool.yml:18 Monday 05 December 2022 21:22:17 +0000 (0:00:00.036) 0:01:06.129 ******* included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-members.yml:1 Monday 05 December 2022 21:22:17 +0000 (0:00:00.068) 0:01:06.197 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-members.yml:6 Monday 05 December 2022 21:22:17 +0000 (0:00:00.044) 0:01:06.242 ******* TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-members.yml:15 Monday 05 December 2022 21:22:17 +0000 (0:00:00.038) 0:01:06.280 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-members.yml:19 Monday 05 December 2022 21:22:17 +0000 (0:00:00.049) 0:01:06.330 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-members.yml:23 Monday 05 December 2022 21:22:17 +0000 (0:00:00.035) 0:01:06.365 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-members.yml:29 Monday 05 December 2022 21:22:17 +0000 (0:00:00.039) 0:01:06.405 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-members.yml:33 Monday 05 December 2022 21:22:17 +0000 (0:00:00.034) 0:01:06.440 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-members.yml:37 Monday 05 December 2022 21:22:17 +0000 (0:00:00.037) 0:01:06.477 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-members.yml:41 Monday 05 December 2022 21:22:17 +0000 (0:00:00.033) 0:01:06.510 ******* TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-members.yml:50 Monday 05 December 2022 21:22:17 +0000 (0:00:00.029) 0:01:06.540 ******* included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-md.yml for sut TASK [get information about RAID] ********************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-md.yml:6 Monday 05 December 2022 21:22:17 +0000 (0:00:00.055) 0:01:06.596 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-md.yml:12 Monday 05 December 2022 21:22:17 +0000 (0:00:00.037) 0:01:06.633 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-md.yml:16 Monday 05 December 2022 21:22:17 +0000 (0:00:00.035) 0:01:06.668 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-md.yml:20 Monday 05 December 2022 21:22:17 +0000 (0:00:00.035) 0:01:06.704 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID active devices count] ***************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-md.yml:24 Monday 05 December 2022 21:22:17 +0000 (0:00:00.033) 0:01:06.738 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID spare devices count] ****************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-md.yml:30 Monday 05 December 2022 21:22:17 +0000 (0:00:00.033) 0:01:06.771 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID metadata version] ********************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-md.yml:36 Monday 05 December 2022 21:22:17 +0000 (0:00:00.097) 0:01:06.869 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-md.yml:44 Monday 05 December 2022 21:22:17 +0000 (0:00:00.036) 0:01:06.905 ******* ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_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/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-members.yml:53 Monday 05 December 2022 21:22:17 +0000 (0:00:00.072) 0:01:06.978 ******* included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-members-lvmraid.yml:1 Monday 05 December 2022 21:22:17 +0000 (0:00:00.058) 0:01:07.037 ******* skipping: [sut] => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'name': 'sda1', 'raid_level': None, 'size': 10729029632, 'state': 'absent', 'type': 'partition', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/sda1', '_raw_device': '/dev/sda1', '_mount_id': 'UUID=54e4a146-e15b-42ee-90b9-607576bbc7a6'}) => { "ansible_loop_var": "storage_test_lvmraid_volume", "changed": false, "skip_reason": "Conditional result was False", "storage_test_lvmraid_volume": { "_device": "/dev/sda1", "_mount_id": "UUID=54e4a146-e15b-42ee-90b9-607576bbc7a6", "_raw_device": "/dev/sda1", "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_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "name": "sda1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": 10729029632, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "partition", "vdo_pool_size": null } } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-members.yml:56 Monday 05 December 2022 21:22:17 +0000 (0:00:00.043) 0:01:07.081 ******* included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-members-thin.yml:1 Monday 05 December 2022 21:22:18 +0000 (0:00:00.057) 0:01:07.138 ******* skipping: [sut] => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'name': 'sda1', 'raid_level': None, 'size': 10729029632, 'state': 'absent', 'type': 'partition', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/sda1', '_raw_device': '/dev/sda1', '_mount_id': 'UUID=54e4a146-e15b-42ee-90b9-607576bbc7a6'}) => { "ansible_loop_var": "storage_test_thin_volume", "changed": false, "skip_reason": "Conditional result was False", "storage_test_thin_volume": { "_device": "/dev/sda1", "_mount_id": "UUID=54e4a146-e15b-42ee-90b9-607576bbc7a6", "_raw_device": "/dev/sda1", "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_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "name": "sda1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": 10729029632, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "partition", "vdo_pool_size": null } } TASK [Check member encryption] ************************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-members.yml:59 Monday 05 December 2022 21:22:18 +0000 (0:00:00.042) 0:01:07.181 ******* included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-members-encryption.yml for sut TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-members-encryption.yml:4 Monday 05 December 2022 21:22:18 +0000 (0:00:00.060) 0:01:07.242 ******* 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/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-members-encryption.yml:8 Monday 05 December 2022 21:22:18 +0000 (0:00:00.068) 0:01:07.311 ******* TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-members-encryption.yml:15 Monday 05 December 2022 21:22:18 +0000 (0:00:00.029) 0:01:07.340 ******* TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-members-encryption.yml:22 Monday 05 December 2022 21:22:18 +0000 (0:00:00.032) 0:01:07.373 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-members.yml:62 Monday 05 December 2022 21:22:18 +0000 (0:00:00.033) 0:01:07.406 ******* included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-members-vdo.yml:1 Monday 05 December 2022 21:22:18 +0000 (0:00:00.063) 0:01:07.469 ******* skipping: [sut] => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'name': 'sda1', 'raid_level': None, 'size': 10729029632, 'state': 'absent', 'type': 'partition', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/sda1', '_raw_device': '/dev/sda1', '_mount_id': 'UUID=54e4a146-e15b-42ee-90b9-607576bbc7a6'}) => { "ansible_loop_var": "storage_test_vdo_volume", "changed": false, "skip_reason": "Conditional result was False", "storage_test_vdo_volume": { "_device": "/dev/sda1", "_mount_id": "UUID=54e4a146-e15b-42ee-90b9-607576bbc7a6", "_raw_device": "/dev/sda1", "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_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "name": "sda1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": 10729029632, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "partition", "vdo_pool_size": null } } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-members.yml:65 Monday 05 December 2022 21:22:18 +0000 (0:00:00.040) 0:01:07.510 ******* 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/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-volumes.yml:3 Monday 05 December 2022 21:22:18 +0000 (0:00:00.033) 0:01:07.543 ******* included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'name': 'sda1', 'raid_level': None, 'size': 10729029632, 'state': 'absent', 'type': 'partition', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/sda1', '_raw_device': '/dev/sda1', '_mount_id': 'UUID=54e4a146-e15b-42ee-90b9-607576bbc7a6'}) TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume.yml:2 Monday 05 December 2022 21:22:18 +0000 (0:00:00.052) 0:01:07.595 ******* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": false, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [include_tasks] *********************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume.yml:10 Monday 05 December 2022 21:22:18 +0000 (0:00:00.064) 0:01:07.660 ******* included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-mount.yml:6 Monday 05 December 2022 21:22:18 +0000 (0:00:00.112) 0:01:07.773 ******* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/sda1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-mount.yml:10 Monday 05 December 2022 21:22:18 +0000 (0:00:00.045) 0:01:07.819 ******* 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 [Verify the current mount state by device] ******************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-mount.yml:20 Monday 05 December 2022 21:22:18 +0000 (0:00:00.066) 0:01:07.885 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-mount.yml:29 Monday 05 December 2022 21:22:18 +0000 (0:00:00.033) 0:01:07.918 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-mount.yml:37 Monday 05 December 2022 21:22:18 +0000 (0:00:00.056) 0:01:07.975 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [command] ***************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-mount.yml:46 Monday 05 December 2022 21:22:18 +0000 (0:00:00.052) 0:01:08.027 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-mount.yml:50 Monday 05 December 2022 21:22:18 +0000 (0:00:00.032) 0:01:08.059 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-mount.yml:55 Monday 05 December 2022 21:22:18 +0000 (0:00:00.037) 0:01:08.097 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-mount.yml:65 Monday 05 December 2022 21:22:19 +0000 (0:00:00.040) 0:01:08.137 ******* ok: [sut] => { "ansible_facts": { "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/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-fstab.yml:2 Monday 05 December 2022 21:22:19 +0000 (0:00:00.042) 0:01:08.180 ******* 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/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-fstab.yml:12 Monday 05 December 2022 21:22:19 +0000 (0:00:00.081) 0:01:08.262 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-fstab.yml:19 Monday 05 December 2022 21:22:19 +0000 (0:00:00.037) 0:01:08.299 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-fstab.yml:25 Monday 05 December 2022 21:22:19 +0000 (0:00:00.068) 0:01:08.368 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-fstab.yml:34 Monday 05 December 2022 21:22:19 +0000 (0:00:00.072) 0:01:08.441 ******* 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/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-fs.yml:4 Monday 05 December 2022 21:22:19 +0000 (0:00:00.040) 0:01:08.482 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-fs.yml:10 Monday 05 December 2022 21:22:19 +0000 (0:00:00.039) 0:01:08.521 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-device.yml:4 Monday 05 December 2022 21:22:19 +0000 (0:00:00.039) 0:01:08.561 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-device.yml:10 Monday 05 December 2022 21:22:19 +0000 (0:00:00.252) 0:01:08.813 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-device.yml:15 Monday 05 December 2022 21:22:19 +0000 (0:00:00.042) 0:01:08.855 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [(1/2) Process volume type (set initial value)] *************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-device.yml:21 Monday 05 December 2022 21:22:19 +0000 (0:00:00.032) 0:01:08.888 ******* ok: [sut] => { "ansible_facts": { "st_volume_type": "partition" }, "changed": false } TASK [(2/2) Process volume type (get RAID value)] ****************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-device.yml:25 Monday 05 December 2022 21:22:19 +0000 (0:00:00.036) 0:01:08.924 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-device.yml:30 Monday 05 December 2022 21:22:19 +0000 (0:00:00.033) 0:01:08.957 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:3 Monday 05 December 2022 21:22:19 +0000 (0:00:00.032) 0:01:08.991 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:10 Monday 05 December 2022 21:22:19 +0000 (0:00:00.035) 0:01:09.026 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:15 Monday 05 December 2022 21:22:22 +0000 (0:00:02.736) 0:01:11.762 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:21 Monday 05 December 2022 21:22:22 +0000 (0:00:00.034) 0:01:11.797 ******* 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/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:27 Monday 05 December 2022 21:22:22 +0000 (0:00:00.032) 0:01:11.829 ******* 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/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:33 Monday 05 December 2022 21:22:22 +0000 (0:00:00.031) 0:01:11.861 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:39 Monday 05 December 2022 21:22:22 +0000 (0:00:00.033) 0:01:11.895 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:44 Monday 05 December 2022 21:22:22 +0000 (0:00:00.032) 0:01:11.927 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:50 Monday 05 December 2022 21:22:22 +0000 (0:00:00.032) 0:01:11.960 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:56 Monday 05 December 2022 21:22:22 +0000 (0:00:00.036) 0:01:11.997 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:62 Monday 05 December 2022 21:22:22 +0000 (0:00:00.033) 0:01:12.030 ******* 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/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:67 Monday 05 December 2022 21:22:22 +0000 (0:00:00.063) 0:01:12.094 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:72 Monday 05 December 2022 21:22:23 +0000 (0:00:00.059) 0:01:12.153 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:78 Monday 05 December 2022 21:22:23 +0000 (0:00:00.058) 0:01:12.212 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:84 Monday 05 December 2022 21:22:23 +0000 (0:00:00.058) 0:01:12.270 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:90 Monday 05 December 2022 21:22:23 +0000 (0:00:00.065) 0:01:12.336 ******* 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/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-md.yml:7 Monday 05 December 2022 21:22:23 +0000 (0:00:00.034) 0:01:12.370 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-md.yml:13 Monday 05 December 2022 21:22:23 +0000 (0:00:00.057) 0:01:12.428 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-md.yml:17 Monday 05 December 2022 21:22:23 +0000 (0:00:00.057) 0:01:12.485 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-md.yml:21 Monday 05 December 2022 21:22:23 +0000 (0:00:00.063) 0:01:12.549 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID active devices count] ***************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-md.yml:25 Monday 05 December 2022 21:22:23 +0000 (0:00:00.093) 0:01:12.642 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID spare devices count] ****************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-md.yml:31 Monday 05 December 2022 21:22:23 +0000 (0:00:00.073) 0:01:12.716 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID metadata version] ********************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-md.yml:37 Monday 05 December 2022 21:22:23 +0000 (0:00:00.058) 0:01:12.774 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [parse the actual size of the volume] ************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:3 Monday 05 December 2022 21:22:23 +0000 (0:00:00.057) 0:01:12.832 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [parse the requested size of the volume] ********************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:9 Monday 05 December 2022 21:22:23 +0000 (0:00:00.034) 0:01:12.867 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:15 Monday 05 December 2022 21:22:23 +0000 (0:00:00.057) 0:01:12.924 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [debug] ******************************************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:20 Monday 05 December 2022 21:22:23 +0000 (0:00:00.053) 0:01:12.978 ******* 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/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:23 Monday 05 December 2022 21:22:23 +0000 (0:00:00.048) 0:01:13.026 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [debug] ******************************************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:31 Monday 05 December 2022 21:22:23 +0000 (0:00:00.034) 0:01:13.060 ******* skipping: [sut] => {} TASK [debug] ******************************************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:34 Monday 05 December 2022 21:22:24 +0000 (0:00:00.065) 0:01:13.126 ******* skipping: [sut] => {} TASK [debug] ******************************************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:37 Monday 05 December 2022 21:22:24 +0000 (0:00:00.060) 0:01:13.186 ******* skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:40 Monday 05 December 2022 21:22:24 +0000 (0:00:00.060) 0:01:13.246 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:47 Monday 05 December 2022 21:22:24 +0000 (0:00:00.054) 0:01:13.301 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:51 Monday 05 December 2022 21:22:24 +0000 (0:00:00.036) 0:01:13.338 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:56 Monday 05 December 2022 21:22:24 +0000 (0:00:00.034) 0:01:13.373 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:62 Monday 05 December 2022 21:22:24 +0000 (0:00:00.034) 0:01:13.407 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:66 Monday 05 December 2022 21:22:24 +0000 (0:00:00.033) 0:01:13.441 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:71 Monday 05 December 2022 21:22:24 +0000 (0:00:00.034) 0:01:13.475 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:76 Monday 05 December 2022 21:22:24 +0000 (0:00:00.032) 0:01:13.507 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [debug] ******************************************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:81 Monday 05 December 2022 21:22:24 +0000 (0:00:00.035) 0:01:13.543 ******* skipping: [sut] => {} TASK [debug] ******************************************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:84 Monday 05 December 2022 21:22:24 +0000 (0:00:00.033) 0:01:13.576 ******* skipping: [sut] => {} TASK [debug] ******************************************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:87 Monday 05 December 2022 21:22:24 +0000 (0:00:00.036) 0:01:13.613 ******* skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:90 Monday 05 December 2022 21:22:24 +0000 (0:00:00.036) 0:01:13.650 ******* 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/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:97 Monday 05 December 2022 21:22:24 +0000 (0:00:00.035) 0:01:13.685 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:104 Monday 05 December 2022 21:22:24 +0000 (0:00:00.033) 0:01:13.719 ******* 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/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:108 Monday 05 December 2022 21:22:24 +0000 (0:00:00.055) 0:01:13.774 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:114 Monday 05 December 2022 21:22:24 +0000 (0:00:00.042) 0:01:13.817 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [debug] ******************************************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:124 Monday 05 December 2022 21:22:24 +0000 (0:00:00.036) 0:01:13.854 ******* ok: [sut] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [debug] ******************************************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:127 Monday 05 December 2022 21:22:24 +0000 (0:00:00.045) 0:01:13.899 ******* ok: [sut] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [assert] ****************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:130 Monday 05 December 2022 21:22:24 +0000 (0:00:00.039) 0:01:13.938 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-cache.yml:6 Monday 05 December 2022 21:22:24 +0000 (0:00:00.034) 0:01:13.972 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-cache.yml:14 Monday 05 December 2022 21:22:24 +0000 (0:00:00.037) 0:01:14.010 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check segment type] ****************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-cache.yml:17 Monday 05 December 2022 21:22:24 +0000 (0:00:00.034) 0:01:14.045 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-cache.yml:22 Monday 05 December 2022 21:22:24 +0000 (0:00:00.034) 0:01:14.079 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [parse the requested cache size] ****************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-cache.yml:26 Monday 05 December 2022 21:22:25 +0000 (0:00:00.035) 0:01:14.115 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-cache.yml:32 Monday 05 December 2022 21:22:25 +0000 (0:00:00.049) 0:01:14.165 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-cache.yml:36 Monday 05 December 2022 21:22:25 +0000 (0:00:00.036) 0:01:14.201 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume.yml:16 Monday 05 December 2022 21:22:25 +0000 (0:00:00.036) 0:01:14.237 ******* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-role-results.yml:43 Monday 05 December 2022 21:22:25 +0000 (0:00:00.040) 0:01:14.278 ******* TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-role-results.yml:53 Monday 05 December 2022 21:22:25 +0000 (0:00:00.029) 0:01:14.307 ******* 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/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/tests_create_partition_volume_then_remove.yml:76 Monday 05 December 2022 21:22:25 +0000 (0:00:00.033) 0:01:14.341 ******* TASK [fedora.linux_system_roles.storage : set platform/version specific variables] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Monday 05 December 2022 21:22:25 +0000 (0:00:00.117) 0:01:14.459 ******* included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Monday 05 December 2022 21:22:25 +0000 (0:00:00.045) 0:01:14.504 ******* ok: [sut] TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Monday 05 December 2022 21:22:25 +0000 (0:00:00.449) 0:01:14.954 ******* 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/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_35.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_35.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_35.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_35.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : define an empty list of pools to be used in testing] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Monday 05 December 2022 21:22:25 +0000 (0:00:00.080) 0:01:15.034 ******* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : define an empty list of volumes to be used in testing] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Monday 05 December 2022 21:22:25 +0000 (0:00:00.039) 0:01:15.074 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : include the appropriate provider tasks] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Monday 05 December 2022 21:22:26 +0000 (0:00:00.042) 0:01:15.116 ******* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : get a list of rpm packages installed on host machine] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Monday 05 December 2022 21:22:26 +0000 (0:00:00.079) 0:01:15.196 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : make sure blivet is available] ******* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:7 Monday 05 December 2022 21:22:26 +0000 (0:00:00.040) 0:01:15.236 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : show storage_pools] ****************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:13 Monday 05 December 2022 21:22:26 +0000 (0:00:00.043) 0:01:15.279 ******* ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "sda", "state": "absent", "type": "partition", "volumes": [ { "mount_point": "/opt/test1", "name": "sda1", "state": "absent", "type": "partition" } ] } ] } TASK [fedora.linux_system_roles.storage : show storage_volumes] **************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:18 Monday 05 December 2022 21:22:26 +0000 (0:00:00.050) 0:01:15.330 ******* ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : get required packages] *************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:23 Monday 05 December 2022 21:22:26 +0000 (0:00:00.043) 0:01:15.374 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : enable copr repositories if needed] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:35 Monday 05 December 2022 21:22:26 +0000 (0:00:00.042) 0:01:15.416 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : make sure required packages are installed] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:41 Monday 05 December 2022 21:22:26 +0000 (0:00:00.041) 0:01:15.458 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : get service facts] ******************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:47 Monday 05 December 2022 21:22:26 +0000 (0:00:00.041) 0:01:15.500 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:53 Monday 05 December 2022 21:22:26 +0000 (0:00:00.040) 0:01:15.541 ******* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Monday 05 December 2022 21:22:26 +0000 (0:00:00.082) 0:01:15.623 ******* TASK [fedora.linux_system_roles.storage : manage the pools and volumes to match the specified state] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Monday 05 December 2022 21:22:26 +0000 (0:00:00.030) 0:01:15.654 ******* changed: [sut] => { "actions": [], "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/zram0" ], "mounts": [], "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": "sda", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "absent", "type": "partition", "volumes": [ { "_device": "", "_mount_id": "", "_raw_device": "", "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_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "name": "sda1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": 0, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "partition", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:78 Monday 05 December 2022 21:22:27 +0000 (0:00:01.406) 0:01:17.060 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Monday 05 December 2022 21:22:27 +0000 (0:00:00.053) 0:01:17.113 ******* TASK [fedora.linux_system_roles.storage : show blivet_output] ****************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:96 Monday 05 December 2022 21:22:28 +0000 (0:00:00.029) 0:01:17.143 ******* ok: [sut] => { "blivet_output": { "actions": [], "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/zram0" ], "mounts": [], "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": "sda", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "absent", "type": "partition", "volumes": [ { "_device": "", "_mount_id": "", "_raw_device": "", "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_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "name": "sda1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": 0, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "partition", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : set the list of pools for test verification] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Monday 05 December 2022 21:22:28 +0000 (0:00:00.043) 0:01:17.187 ******* 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": "sda", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "absent", "type": "partition", "volumes": [ { "_device": "", "_mount_id": "", "_raw_device": "", "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_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "name": "sda1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": 0, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "partition", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : set the list of volumes for test verification] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:105 Monday 05 December 2022 21:22:28 +0000 (0:00:00.042) 0:01:17.230 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : remove obsolete mounts] ************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Monday 05 December 2022 21:22:28 +0000 (0:00:00.040) 0:01:17.270 ******* TASK [fedora.linux_system_roles.storage : tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Monday 05 December 2022 21:22:28 +0000 (0:00:00.051) 0:01:17.322 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : set up new/current mounts] *********** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:137 Monday 05 December 2022 21:22:28 +0000 (0:00:00.033) 0:01:17.355 ******* TASK [fedora.linux_system_roles.storage : tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Monday 05 December 2022 21:22:28 +0000 (0:00:00.051) 0:01:17.407 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:156 Monday 05 December 2022 21:22:28 +0000 (0:00:00.033) 0:01:17.440 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1670274733.6228087, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1668529707.75, "dev": 51713, "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": 1668529392.552, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "823851792", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Monday 05 December 2022 21:22:28 +0000 (0:00:00.260) 0:01:17.700 ******* TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:183 Monday 05 December 2022 21:22:28 +0000 (0:00:00.030) 0:01:17.731 ******* ok: [sut] META: role_complete for sut TASK [include_tasks] *********************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/tests_create_partition_volume_then_remove.yml:91 Monday 05 December 2022 21:22:29 +0000 (0:00:00.828) 0:01:18.559 ******* included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-role-results.yml:1 Monday 05 December 2022 21:22:29 +0000 (0:00:00.062) 0:01:18.622 ******* 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": "sda", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "absent", "type": "partition", "volumes": [ { "_device": "", "_mount_id": "", "_raw_device": "", "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_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "name": "sda1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": 0, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "partition", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-role-results.yml:6 Monday 05 December 2022 21:22:29 +0000 (0:00:00.067) 0:01:18.690 ******* skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-role-results.yml:14 Monday 05 December 2022 21:22:29 +0000 (0:00:00.116) 0:01:18.807 ******* 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": "ext4", "label": "", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "bc5e106c-8e82-4162-abfd-ee515dd9a9af" }, "/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/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-role-results.yml:19 Monday 05 December 2022 21:22:29 +0000 (0:00:00.258) 0:01:19.065 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003381", "end": "2022-12-05 21:22:30.168200", "rc": 0, "start": "2022-12-05 21:22:30.164819" } STDOUT: # # /etc/fstab # Created by anaconda on Tue Nov 15 16:23:12 2022 # # 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=bc5e106c-8e82-4162-abfd-ee515dd9a9af / 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/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-role-results.yml:24 Monday 05 December 2022 21:22:30 +0000 (0:00:00.247) 0:01:19.313 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003399", "end": "2022-12-05 21:22:30.416623", "failed_when_result": false, "rc": 0, "start": "2022-12-05 21:22:30.413224" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-role-results.yml:33 Monday 05 December 2022 21:22:30 +0000 (0:00:00.249) 0:01:19.563 ******* included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool.yml for sut => (item={'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'name': 'sda', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'state': 'absent', 'type': 'partition', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'name': 'sda1', 'raid_level': None, 'size': 0, 'state': 'absent', 'type': 'partition', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '', '_raw_device': '', '_mount_id': ''}], 'raid_chunk_size': None}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool.yml:5 Monday 05 December 2022 21:22:30 +0000 (0:00:00.085) 0:01:19.648 ******* ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [include_tasks] *********************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool.yml:18 Monday 05 December 2022 21:22:30 +0000 (0:00:00.033) 0:01:19.682 ******* included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-members.yml:1 Monday 05 December 2022 21:22:30 +0000 (0:00:00.061) 0:01:19.744 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-members.yml:6 Monday 05 December 2022 21:22:30 +0000 (0:00:00.034) 0:01:19.778 ******* TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-members.yml:15 Monday 05 December 2022 21:22:30 +0000 (0:00:00.030) 0:01:19.808 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-members.yml:19 Monday 05 December 2022 21:22:30 +0000 (0:00:00.034) 0:01:19.843 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-members.yml:23 Monday 05 December 2022 21:22:30 +0000 (0:00:00.039) 0:01:19.882 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-members.yml:29 Monday 05 December 2022 21:22:30 +0000 (0:00:00.036) 0:01:19.918 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-members.yml:33 Monday 05 December 2022 21:22:30 +0000 (0:00:00.054) 0:01:19.973 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-members.yml:37 Monday 05 December 2022 21:22:30 +0000 (0:00:00.034) 0:01:20.008 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-members.yml:41 Monday 05 December 2022 21:22:30 +0000 (0:00:00.040) 0:01:20.048 ******* TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-members.yml:50 Monday 05 December 2022 21:22:30 +0000 (0:00:00.030) 0:01:20.079 ******* included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-md.yml for sut TASK [get information about RAID] ********************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-md.yml:6 Monday 05 December 2022 21:22:31 +0000 (0:00:00.057) 0:01:20.136 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-md.yml:12 Monday 05 December 2022 21:22:31 +0000 (0:00:00.035) 0:01:20.171 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-md.yml:16 Monday 05 December 2022 21:22:31 +0000 (0:00:00.042) 0:01:20.214 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-md.yml:20 Monday 05 December 2022 21:22:31 +0000 (0:00:00.039) 0:01:20.253 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID active devices count] ***************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-md.yml:24 Monday 05 December 2022 21:22:31 +0000 (0:00:00.040) 0:01:20.294 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID spare devices count] ****************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-md.yml:30 Monday 05 December 2022 21:22:31 +0000 (0:00:00.035) 0:01:20.330 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID metadata version] ********************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-md.yml:36 Monday 05 December 2022 21:22:31 +0000 (0:00:00.043) 0:01:20.373 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-md.yml:44 Monday 05 December 2022 21:22:31 +0000 (0:00:00.043) 0:01:20.417 ******* ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_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/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-members.yml:53 Monday 05 December 2022 21:22:31 +0000 (0:00:00.038) 0:01:20.456 ******* included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-members-lvmraid.yml:1 Monday 05 December 2022 21:22:31 +0000 (0:00:00.056) 0:01:20.513 ******* skipping: [sut] => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'name': 'sda1', 'raid_level': None, 'size': 0, 'state': 'absent', 'type': 'partition', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '', '_raw_device': '', '_mount_id': ''}) => { "ansible_loop_var": "storage_test_lvmraid_volume", "changed": false, "skip_reason": "Conditional result was False", "storage_test_lvmraid_volume": { "_device": "", "_mount_id": "", "_raw_device": "", "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_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "name": "sda1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": 0, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "partition", "vdo_pool_size": null } } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-members.yml:56 Monday 05 December 2022 21:22:31 +0000 (0:00:00.046) 0:01:20.560 ******* included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-members-thin.yml:1 Monday 05 December 2022 21:22:31 +0000 (0:00:00.067) 0:01:20.628 ******* skipping: [sut] => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'name': 'sda1', 'raid_level': None, 'size': 0, 'state': 'absent', 'type': 'partition', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '', '_raw_device': '', '_mount_id': ''}) => { "ansible_loop_var": "storage_test_thin_volume", "changed": false, "skip_reason": "Conditional result was False", "storage_test_thin_volume": { "_device": "", "_mount_id": "", "_raw_device": "", "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_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "name": "sda1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": 0, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "partition", "vdo_pool_size": null } } TASK [Check member encryption] ************************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-members.yml:59 Monday 05 December 2022 21:22:31 +0000 (0:00:00.042) 0:01:20.670 ******* included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-members-encryption.yml for sut TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-members-encryption.yml:4 Monday 05 December 2022 21:22:31 +0000 (0:00:00.062) 0:01:20.733 ******* 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/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-members-encryption.yml:8 Monday 05 December 2022 21:22:31 +0000 (0:00:00.060) 0:01:20.793 ******* TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-members-encryption.yml:15 Monday 05 December 2022 21:22:31 +0000 (0:00:00.029) 0:01:20.823 ******* TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-members-encryption.yml:22 Monday 05 December 2022 21:22:31 +0000 (0:00:00.030) 0:01:20.854 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-members.yml:62 Monday 05 December 2022 21:22:31 +0000 (0:00:00.033) 0:01:20.887 ******* included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-pool-members-vdo.yml:1 Monday 05 December 2022 21:22:31 +0000 (0:00:00.061) 0:01:20.949 ******* skipping: [sut] => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'name': 'sda1', 'raid_level': None, 'size': 0, 'state': 'absent', 'type': 'partition', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '', '_raw_device': '', '_mount_id': ''}) => { "ansible_loop_var": "storage_test_vdo_volume", "changed": false, "skip_reason": "Conditional result was False", "storage_test_vdo_volume": { "_device": "", "_mount_id": "", "_raw_device": "", "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_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "name": "sda1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": 0, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "partition", "vdo_pool_size": null } } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-members.yml:65 Monday 05 December 2022 21:22:31 +0000 (0:00:00.040) 0:01:20.989 ******* 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/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-pool-volumes.yml:3 Monday 05 December 2022 21:22:31 +0000 (0:00:00.039) 0:01:21.029 ******* included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'name': 'sda1', 'raid_level': None, 'size': 0, 'state': 'absent', 'type': 'partition', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '', '_raw_device': '', '_mount_id': ''}) TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume.yml:2 Monday 05 December 2022 21:22:31 +0000 (0:00:00.057) 0:01:21.086 ******* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": false, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [include_tasks] *********************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume.yml:10 Monday 05 December 2022 21:22:32 +0000 (0:00:00.059) 0:01:21.146 ******* included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-mount.yml:6 Monday 05 December 2022 21:22:32 +0000 (0:00:00.111) 0:01:21.257 ******* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-mount.yml:10 Monday 05 December 2022 21:22:32 +0000 (0:00:00.045) 0:01:21.303 ******* 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 [Verify the current mount state by device] ******************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-mount.yml:20 Monday 05 December 2022 21:22:32 +0000 (0:00:00.067) 0:01:21.370 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-mount.yml:29 Monday 05 December 2022 21:22:32 +0000 (0:00:00.035) 0:01:21.406 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-mount.yml:37 Monday 05 December 2022 21:22:32 +0000 (0:00:00.120) 0:01:21.527 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [command] ***************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-mount.yml:46 Monday 05 December 2022 21:22:32 +0000 (0:00:00.060) 0:01:21.587 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-mount.yml:50 Monday 05 December 2022 21:22:32 +0000 (0:00:00.033) 0:01:21.621 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-mount.yml:55 Monday 05 December 2022 21:22:32 +0000 (0:00:00.036) 0:01:21.657 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-mount.yml:65 Monday 05 December 2022 21:22:32 +0000 (0:00:00.035) 0:01:21.693 ******* ok: [sut] => { "ansible_facts": { "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/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-fstab.yml:2 Monday 05 December 2022 21:22:32 +0000 (0:00:00.044) 0:01:21.737 ******* 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/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-fstab.yml:12 Monday 05 December 2022 21:22:32 +0000 (0:00:00.079) 0:01:21.817 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-fstab.yml:19 Monday 05 December 2022 21:22:32 +0000 (0:00:00.032) 0:01:21.850 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-fstab.yml:25 Monday 05 December 2022 21:22:32 +0000 (0:00:00.072) 0:01:21.923 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-fstab.yml:34 Monday 05 December 2022 21:22:32 +0000 (0:00:00.051) 0:01:21.974 ******* 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/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-fs.yml:4 Monday 05 December 2022 21:22:32 +0000 (0:00:00.035) 0:01:22.010 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-fs.yml:10 Monday 05 December 2022 21:22:32 +0000 (0:00:00.033) 0:01:22.043 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-device.yml:4 Monday 05 December 2022 21:22:32 +0000 (0:00:00.033) 0:01:22.077 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-device.yml:10 Monday 05 December 2022 21:22:33 +0000 (0:00:00.251) 0:01:22.328 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-device.yml:15 Monday 05 December 2022 21:22:33 +0000 (0:00:00.044) 0:01:22.373 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [(1/2) Process volume type (set initial value)] *************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-device.yml:21 Monday 05 December 2022 21:22:33 +0000 (0:00:00.034) 0:01:22.407 ******* ok: [sut] => { "ansible_facts": { "st_volume_type": "partition" }, "changed": false } TASK [(2/2) Process volume type (get RAID value)] ****************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-device.yml:25 Monday 05 December 2022 21:22:33 +0000 (0:00:00.037) 0:01:22.444 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-device.yml:30 Monday 05 December 2022 21:22:33 +0000 (0:00:00.050) 0:01:22.495 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:3 Monday 05 December 2022 21:22:33 +0000 (0:00:00.034) 0:01:22.529 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:10 Monday 05 December 2022 21:22:33 +0000 (0:00:00.033) 0:01:22.563 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:15 Monday 05 December 2022 21:22:36 +0000 (0:00:02.719) 0:01:25.283 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:21 Monday 05 December 2022 21:22:36 +0000 (0:00:00.033) 0:01:25.316 ******* 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/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:27 Monday 05 December 2022 21:22:36 +0000 (0:00:00.034) 0:01:25.350 ******* 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/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:33 Monday 05 December 2022 21:22:36 +0000 (0:00:00.033) 0:01:25.384 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:39 Monday 05 December 2022 21:22:36 +0000 (0:00:00.036) 0:01:25.421 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:44 Monday 05 December 2022 21:22:36 +0000 (0:00:00.036) 0:01:25.458 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:50 Monday 05 December 2022 21:22:36 +0000 (0:00:00.039) 0:01:25.497 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:56 Monday 05 December 2022 21:22:36 +0000 (0:00:00.040) 0:01:25.538 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:62 Monday 05 December 2022 21:22:36 +0000 (0:00:00.038) 0:01:25.576 ******* 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/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:67 Monday 05 December 2022 21:22:36 +0000 (0:00:00.070) 0:01:25.647 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:72 Monday 05 December 2022 21:22:36 +0000 (0:00:00.070) 0:01:25.717 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:78 Monday 05 December 2022 21:22:36 +0000 (0:00:00.053) 0:01:25.771 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:84 Monday 05 December 2022 21:22:36 +0000 (0:00:00.053) 0:01:25.824 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:90 Monday 05 December 2022 21:22:36 +0000 (0:00:00.061) 0:01:25.886 ******* 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/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-md.yml:7 Monday 05 December 2022 21:22:36 +0000 (0:00:00.033) 0:01:25.920 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-md.yml:13 Monday 05 December 2022 21:22:36 +0000 (0:00:00.057) 0:01:25.977 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-md.yml:17 Monday 05 December 2022 21:22:36 +0000 (0:00:00.056) 0:01:26.034 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-md.yml:21 Monday 05 December 2022 21:22:36 +0000 (0:00:00.053) 0:01:26.087 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID active devices count] ***************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-md.yml:25 Monday 05 December 2022 21:22:37 +0000 (0:00:00.053) 0:01:26.141 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID spare devices count] ****************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-md.yml:31 Monday 05 December 2022 21:22:37 +0000 (0:00:00.062) 0:01:26.203 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID metadata version] ********************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-md.yml:37 Monday 05 December 2022 21:22:37 +0000 (0:00:00.056) 0:01:26.259 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [parse the actual size of the volume] ************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:3 Monday 05 December 2022 21:22:37 +0000 (0:00:00.059) 0:01:26.319 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [parse the requested size of the volume] ********************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:9 Monday 05 December 2022 21:22:37 +0000 (0:00:00.038) 0:01:26.358 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:15 Monday 05 December 2022 21:22:37 +0000 (0:00:00.062) 0:01:26.421 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [debug] ******************************************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:20 Monday 05 December 2022 21:22:37 +0000 (0:00:00.064) 0:01:26.486 ******* 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/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:23 Monday 05 December 2022 21:22:37 +0000 (0:00:00.037) 0:01:26.524 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [debug] ******************************************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:31 Monday 05 December 2022 21:22:37 +0000 (0:00:00.034) 0:01:26.558 ******* skipping: [sut] => {} TASK [debug] ******************************************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:34 Monday 05 December 2022 21:22:37 +0000 (0:00:00.055) 0:01:26.614 ******* skipping: [sut] => {} TASK [debug] ******************************************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:37 Monday 05 December 2022 21:22:37 +0000 (0:00:00.054) 0:01:26.669 ******* skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:40 Monday 05 December 2022 21:22:37 +0000 (0:00:00.057) 0:01:26.727 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:47 Monday 05 December 2022 21:22:37 +0000 (0:00:00.054) 0:01:26.781 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:51 Monday 05 December 2022 21:22:37 +0000 (0:00:00.035) 0:01:26.816 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:56 Monday 05 December 2022 21:22:37 +0000 (0:00:00.035) 0:01:26.852 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:62 Monday 05 December 2022 21:22:37 +0000 (0:00:00.034) 0:01:26.887 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:66 Monday 05 December 2022 21:22:37 +0000 (0:00:00.039) 0:01:26.926 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:71 Monday 05 December 2022 21:22:37 +0000 (0:00:00.037) 0:01:26.964 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:76 Monday 05 December 2022 21:22:37 +0000 (0:00:00.033) 0:01:26.998 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [debug] ******************************************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:81 Monday 05 December 2022 21:22:37 +0000 (0:00:00.033) 0:01:27.031 ******* skipping: [sut] => {} TASK [debug] ******************************************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:84 Monday 05 December 2022 21:22:37 +0000 (0:00:00.032) 0:01:27.064 ******* skipping: [sut] => {} TASK [debug] ******************************************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:87 Monday 05 December 2022 21:22:37 +0000 (0:00:00.032) 0:01:27.096 ******* skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:90 Monday 05 December 2022 21:22:38 +0000 (0:00:00.033) 0:01:27.130 ******* 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/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:97 Monday 05 December 2022 21:22:38 +0000 (0:00:00.035) 0:01:27.166 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:104 Monday 05 December 2022 21:22:38 +0000 (0:00:00.073) 0:01:27.239 ******* 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/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:108 Monday 05 December 2022 21:22:38 +0000 (0:00:00.032) 0:01:27.272 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:114 Monday 05 December 2022 21:22:38 +0000 (0:00:00.034) 0:01:27.306 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [debug] ******************************************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:124 Monday 05 December 2022 21:22:38 +0000 (0:00:00.040) 0:01:27.346 ******* ok: [sut] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [debug] ******************************************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:127 Monday 05 December 2022 21:22:38 +0000 (0:00:00.037) 0:01:27.383 ******* ok: [sut] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [assert] ****************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-size.yml:130 Monday 05 December 2022 21:22:38 +0000 (0:00:00.034) 0:01:27.418 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-cache.yml:6 Monday 05 December 2022 21:22:38 +0000 (0:00:00.035) 0:01:27.454 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-cache.yml:14 Monday 05 December 2022 21:22:38 +0000 (0:00:00.035) 0:01:27.489 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check segment type] ****************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-cache.yml:17 Monday 05 December 2022 21:22:38 +0000 (0:00:00.033) 0:01:27.523 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-cache.yml:22 Monday 05 December 2022 21:22:38 +0000 (0:00:00.033) 0:01:27.557 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [parse the requested cache size] ****************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-cache.yml:26 Monday 05 December 2022 21:22:38 +0000 (0:00:00.034) 0:01:27.591 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-cache.yml:32 Monday 05 December 2022 21:22:38 +0000 (0:00:00.034) 0:01:27.626 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-cache.yml:36 Monday 05 December 2022 21:22:38 +0000 (0:00:00.048) 0:01:27.674 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume.yml:16 Monday 05 December 2022 21:22:38 +0000 (0:00:00.034) 0:01:27.708 ******* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-role-results.yml:43 Monday 05 December 2022 21:22:38 +0000 (0:00:00.037) 0:01:27.746 ******* TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/verify-role-results.yml:53 Monday 05 December 2022 21:22:38 +0000 (0:00:00.029) 0:01:27.775 ******* 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=300 changed=7 unreachable=0 failed=0 skipped=384 rescued=0 ignored=0 Monday 05 December 2022 21:22:38 +0000 (0:00:00.046) 0:01:27.822 ******* =============================================================================== fedora.linux_system_roles.storage : make sure blivet is available ------ 10.39s /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:7 fedora.linux_system_roles.storage : manage the pools and volumes to match the specified state --- 4.56s /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Ensure cryptsetup is present -------------------------------------------- 3.94s /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:10 fedora.linux_system_roles.storage : make sure required packages are installed --- 3.94s /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:41 Ensure cryptsetup is present -------------------------------------------- 2.74s /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:10 Ensure cryptsetup is present -------------------------------------------- 2.72s /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:10 Ensure cryptsetup is present -------------------------------------------- 2.72s /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:10 fedora.linux_system_roles.storage : get service facts ------------------- 2.63s /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:47 fedora.linux_system_roles.storage : manage the pools and volumes to match the specified state --- 1.94s /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 fedora.linux_system_roles.storage : manage the pools and volumes to match the specified state --- 1.53s /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 fedora.linux_system_roles.storage : manage the pools and volumes to match the specified state --- 1.41s /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 fedora.linux_system_roles.storage : tell systemd to refresh its view of /etc/fstab --- 1.09s /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Gathering Facts --------------------------------------------------------- 1.04s /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/tests_create_partition_volume_then_remove.yml:2 fedora.linux_system_roles.storage : get required packages --------------- 1.00s /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:23 fedora.linux_system_roles.storage : Update facts ------------------------ 0.83s /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:183 fedora.linux_system_roles.storage : Update facts ------------------------ 0.83s /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:183 fedora.linux_system_roles.storage : Update facts ------------------------ 0.83s /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:183 fedora.linux_system_roles.storage : Update facts ------------------------ 0.83s /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:183 fedora.linux_system_roles.storage : Update facts ------------------------ 0.82s /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:183 fedora.linux_system_roles.storage : tell systemd to refresh its view of /etc/fstab --- 0.74s /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: [defaults]callback_whitelist option, normalizing names to new standard, use callbacks_enabled instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---