# 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_raid_volume_then_remove.yml ***************************** 1 plays in /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/tests_create_raid_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_raid_volume_then_remove.yml:2 Monday 05 December 2022 21:53:28 +0000 (0:00:00.032) 0:00:00.032 ******* 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_raid_volume_then_remove.yml:10 Monday 05 December 2022 21:53:29 +0000 (0:00:01.235) 0:00:01.267 ******* 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:53:29 +0000 (0:00:00.045) 0:00:01.313 ******* 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:53:29 +0000 (0:00:00.037) 0:00:01.351 ******* 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:53:29 +0000 (0:00:00.454) 0:00:01.805 ******* 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:53:29 +0000 (0:00:00.092) 0:00:01.898 ******* 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:53:29 +0000 (0:00:00.063) 0:00:01.962 ******* 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:53:30 +0000 (0:00:00.042) 0:00:02.004 ******* 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:53:30 +0000 (0:00:00.088) 0:00:02.093 ******* 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:53:30 +0000 (0:00:00.055) 0:00:02.148 ******* 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:53:42 +0000 (0:00:12.214) 0:00:14.362 ******* 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:53:42 +0000 (0:00:00.036) 0:00:14.399 ******* 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:53:42 +0000 (0:00:00.035) 0:00:14.434 ******* 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:53:43 +0000 (0:00:01.009) 0:00:15.444 ******* 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:53:43 +0000 (0:00:00.061) 0:00:15.505 ******* 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:53:43 +0000 (0:00:00.066) 0:00:15.572 ******* 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:53:43 +0000 (0:00:00.053) 0:00:15.625 ******* 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:53:43 +0000 (0:00:00.064) 0:00:15.690 ******* 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:53:47 +0000 (0:00:04.200) 0:00:19.891 ******* 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:53:50 +0000 (0:00:02.748) 0:00:22.639 ******* 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:53:50 +0000 (0:00:00.080) 0:00:22.719 ******* 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:53:50 +0000 (0:00:00.029) 0:00:22.749 ******* 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:53:51 +0000 (0:00:00.484) 0:00:23.234 ******* 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:53:51 +0000 (0:00:00.053) 0:00:23.287 ******* 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:53:51 +0000 (0:00:00.028) 0:00:23.316 ******* 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:53:51 +0000 (0:00:00.042) 0:00:23.358 ******* 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:53:51 +0000 (0:00:00.039) 0:00:23.398 ******* 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:53:51 +0000 (0:00:00.045) 0:00:23.444 ******* 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:53:51 +0000 (0:00:00.054) 0:00:23.498 ******* 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:53:51 +0000 (0:00:00.038) 0:00:23.536 ******* 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:53:51 +0000 (0:00:00.049) 0:00:23.586 ******* 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:53:51 +0000 (0:00:00.032) 0:00:23.619 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1670276656.848073, "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:53:52 +0000 (0:00:00.451) 0:00:24.070 ******* 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:53:52 +0000 (0:00:00.031) 0:00:24.102 ******* 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_raid_volume_then_remove.yml:13 Monday 05 December 2022 21:53:52 +0000 (0:00:00.860) 0:00:24.962 ******* 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_raid_volume_then_remove.yml:20 Monday 05 December 2022 21:53:53 +0000 (0:00:00.034) 0:00:24.997 ******* 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:53:53 +0000 (0:00:00.048) 0:00:25.045 ******* ok: [sut] => { "changed": false, "disks": [ "sda", "sdb" ] } 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:53:53 +0000 (0:00:00.439) 0:00:25.484 ******* ok: [sut] => { "ansible_facts": { "unused_disks": [ "sda", "sdb" ] }, "changed": false } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/get_unused_disk.yml:14 Monday 05 December 2022 21:53:53 +0000 (0:00:00.045) 0:00:25.530 ******* 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:53:53 +0000 (0:00:00.070) 0:00:25.601 ******* ok: [sut] => { "unused_disks": [ "sda", "sdb" ] } TASK [Create a RAID0 device mounted on "/opt/test1"] *************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/tests_create_raid_volume_then_remove.yml:25 Monday 05 December 2022 21:53:53 +0000 (0:00:00.046) 0:00:25.647 ******* 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:53:53 +0000 (0:00:00.063) 0:00:25.710 ******* 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:53:53 +0000 (0:00:00.047) 0:00:25.758 ******* 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:53:54 +0000 (0:00:00.462) 0:00:26.221 ******* 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:53:54 +0000 (0:00:00.079) 0:00:26.300 ******* 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:53:54 +0000 (0:00:00.036) 0:00:26.337 ******* 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:53:54 +0000 (0:00:00.037) 0:00:26.375 ******* 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:53:54 +0000 (0:00:00.082) 0:00:26.457 ******* 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:53:54 +0000 (0:00:00.029) 0:00:26.487 ******* 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:53:54 +0000 (0:00:00.040) 0:00:26.527 ******* 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:53:54 +0000 (0:00:00.048) 0:00:26.576 ******* ok: [sut] => { "storage_volumes": [ { "disks": [ "sda", "sdb" ], "mount_point": "/opt/test1", "name": "test1", "raid_level": "raid0", "type": "raid" } ] } 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:53:54 +0000 (0:00:00.053) 0:00:26.630 ******* 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:53:54 +0000 (0:00:00.038) 0:00:26.668 ******* 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:53:54 +0000 (0:00:00.039) 0:00:26.708 ******* 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:53:54 +0000 (0:00:00.039) 0:00:26.748 ******* 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:53:54 +0000 (0:00:00.040) 0:00:26.789 ******* 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:53:54 +0000 (0:00:00.080) 0:00:26.869 ******* 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:53:54 +0000 (0:00:00.033) 0:00:26.903 ******* changed: [sut] => { "actions": [ { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "mdmember" }, { "action": "create format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sda1", "fs_type": null }, { "action": "create format", "device": "/dev/sda1", "fs_type": "mdmember" }, { "action": "create device", "device": "/dev/md/test1", "fs_type": null }, { "action": "create format", "device": "/dev/md/test1", "fs_type": "xfs" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/zram0", "/dev/md/test1" ], "mounts": [ { "dump": 0, "fstype": "xfs", "opts": "defaults", "passno": 0, "path": "/opt/test1", "src": "UUID=d1289b9d-8138-4c08-ae9a-38efc6359380", "state": "mounted" } ], "packages": [ "e2fsprogs", "mdadm", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/md/test1", "_kernel_device": "/dev/md127", "_mount_id": "UUID=d1289b9d-8138-4c08-ae9a-38efc6359380", "_raw_device": "/dev/md/test1", "_raw_kernel_device": "/dev/md127", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": "raid0", "raid_metadata_version": null, "raid_spare_count": null, "size": 0, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "raid", "vdo_pool_size": null } ] } 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:54:05 +0000 (0:00:10.359) 0:00:37.262 ******* 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:54:05 +0000 (0:00:00.056) 0:00:37.319 ******* 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:54:05 +0000 (0:00:00.055) 0:00:37.375 ******* ok: [sut] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "mdmember" }, { "action": "create format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sda1", "fs_type": null }, { "action": "create format", "device": "/dev/sda1", "fs_type": "mdmember" }, { "action": "create device", "device": "/dev/md/test1", "fs_type": null }, { "action": "create format", "device": "/dev/md/test1", "fs_type": "xfs" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/zram0", "/dev/md/test1" ], "mounts": [ { "dump": 0, "fstype": "xfs", "opts": "defaults", "passno": 0, "path": "/opt/test1", "src": "UUID=d1289b9d-8138-4c08-ae9a-38efc6359380", "state": "mounted" } ], "packages": [ "e2fsprogs", "mdadm", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/md/test1", "_kernel_device": "/dev/md127", "_mount_id": "UUID=d1289b9d-8138-4c08-ae9a-38efc6359380", "_raw_device": "/dev/md/test1", "_raw_kernel_device": "/dev/md127", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": "raid0", "raid_metadata_version": null, "raid_spare_count": null, "size": 0, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "raid", "vdo_pool_size": null } ] } } 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:54:05 +0000 (0:00:00.054) 0:00:37.430 ******* 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:54:05 +0000 (0:00:00.070) 0:00:37.501 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/md/test1", "_kernel_device": "/dev/md127", "_mount_id": "UUID=d1289b9d-8138-4c08-ae9a-38efc6359380", "_raw_device": "/dev/md/test1", "_raw_kernel_device": "/dev/md127", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": "raid0", "raid_metadata_version": null, "raid_spare_count": null, "size": 0, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "raid", "vdo_pool_size": null } ] }, "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:54:05 +0000 (0:00:00.048) 0:00:37.550 ******* 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:54:05 +0000 (0:00:00.077) 0:00:37.627 ******* 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:54:06 +0000 (0:00:01.202) 0:00:38.830 ******* 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=d1289b9d-8138-4c08-ae9a-38efc6359380', 'path': '/opt/test1', 'fstype': 'xfs', '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": "xfs", "mount_info": { "dump": 0, "fstype": "xfs", "opts": "defaults", "passno": 0, "path": "/opt/test1", "src": "UUID=d1289b9d-8138-4c08-ae9a-38efc6359380", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "UUID=d1289b9d-8138-4c08-ae9a-38efc6359380" } 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:54:07 +0000 (0:00:00.922) 0:00:39.752 ******* 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:54:08 +0000 (0:00:00.740) 0:00:40.493 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1670276656.848073, "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:54:08 +0000 (0:00:00.266) 0:00:40.760 ******* 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:54:08 +0000 (0:00:00.029) 0:00:40.789 ******* 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_raid_volume_then_remove.yml:37 Monday 05 December 2022 21:54:09 +0000 (0:00:00.856) 0:00:41.646 ******* 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:54:09 +0000 (0:00:00.057) 0:00:41.703 ******* skipping: [sut] => {} 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:54:09 +0000 (0:00:00.051) 0:00:41.754 ******* ok: [sut] => { "_storage_volumes_list": [ { "_device": "/dev/md/test1", "_kernel_device": "/dev/md127", "_mount_id": "UUID=d1289b9d-8138-4c08-ae9a-38efc6359380", "_raw_device": "/dev/md/test1", "_raw_kernel_device": "/dev/md127", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": "raid0", "raid_metadata_version": null, "raid_spare_count": null, "size": 0, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "raid", "vdo_pool_size": null } ] } 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:54:09 +0000 (0:00:00.068) 0:00:41.822 ******* ok: [sut] => { "changed": false, "info": { "/dev/md/test1": { "fstype": "xfs", "label": "", "name": "/dev/md/test1", "size": "20G", "type": "raid0", "uuid": "d1289b9d-8138-4c08-ae9a-38efc6359380" }, "/dev/sda": { "fstype": "", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "linux_raid_member", "label": "test1", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "ec1b9d51-cd0d-e743-96e2-685a7bb68d00" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "linux_raid_member", "label": "test1", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "ec1b9d51-cd0d-e743-96e2-685a7bb68d00" }, "/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:54:10 +0000 (0:00:00.432) 0:00:42.255 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003679", "end": "2022-12-05 21:54:10.624798", "rc": 0, "start": "2022-12-05 21:54:10.621119" } 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=d1289b9d-8138-4c08-ae9a-38efc6359380 /opt/test1 xfs 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:54:10 +0000 (0:00:00.396) 0:00:42.652 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003532", "end": "2022-12-05 21:54:10.883141", "failed_when_result": false, "rc": 0, "start": "2022-12-05 21:54:10.879609" } 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:54:10 +0000 (0:00:00.258) 0:00:42.911 ******* 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:54:10 +0000 (0:00:00.029) 0:00:42.941 ******* 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': 'test1', 'raid_level': 'raid0', 'size': 0, 'state': 'present', 'type': 'raid', 'disks': ['sda', 'sdb'], 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_chunk_size': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': [], '_device': '/dev/md/test1', '_raw_device': '/dev/md/test1', '_mount_id': 'UUID=d1289b9d-8138-4c08-ae9a-38efc6359380', '_kernel_device': '/dev/md127', '_raw_kernel_device': '/dev/md127'}) 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:54:11 +0000 (0:00:00.089) 0:00:43.030 ******* 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:54:11 +0000 (0:00:00.061) 0:00:43.091 ******* 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:54:11 +0000 (0:00:00.137) 0:00:43.229 ******* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/md127" }, "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:54:11 +0000 (0:00:00.045) 0:00:43.274 ******* ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 5186684, "block_size": 4096, "block_total": 5231616, "block_used": 44932, "device": "/dev/md127", "fstype": "xfs", "inode_available": 10468349, "inode_total": 10468352, "inode_used": 3, "mount": "/opt/test1", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,sunit=1024,swidth=16384,noquota", "size_available": 21244657664, "size_total": 21428699136, "uuid": "d1289b9d-8138-4c08-ae9a-38efc6359380" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 5186684, "block_size": 4096, "block_total": 5231616, "block_used": 44932, "device": "/dev/md127", "fstype": "xfs", "inode_available": 10468349, "inode_total": 10468352, "inode_used": 3, "mount": "/opt/test1", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,sunit=1024,swidth=16384,noquota", "size_available": 21244657664, "size_total": 21428699136, "uuid": "d1289b9d-8138-4c08-ae9a-38efc6359380" } ], "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:54:11 +0000 (0:00:00.077) 0:00:43.352 ******* 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:54:11 +0000 (0:00:00.061) 0:00:43.413 ******* 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:54:11 +0000 (0:00:00.058) 0:00:43.472 ******* 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:54:11 +0000 (0:00:00.064) 0:00:43.536 ******* 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:54:11 +0000 (0:00:00.034) 0:00:43.570 ******* 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:54:11 +0000 (0:00:00.034) 0:00:43.605 ******* 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:54:11 +0000 (0:00:00.032) 0:00:43.638 ******* 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:54:11 +0000 (0:00:00.035) 0:00:43.673 ******* 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=d1289b9d-8138-4c08-ae9a-38efc6359380 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 xfs defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-fstab.yml:12 Monday 05 December 2022 21:54:11 +0000 (0:00:00.081) 0:00:43.755 ******* 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:54:11 +0000 (0:00:00.070) 0:00:43.826 ******* 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:54:11 +0000 (0:00:00.063) 0:00:43.889 ******* 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:54:11 +0000 (0:00:00.052) 0:00:43.941 ******* 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:54:11 +0000 (0:00:00.038) 0:00:43.980 ******* 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:54:12 +0000 (0:00:00.042) 0:00:44.023 ******* 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:54:12 +0000 (0:00:00.044) 0:00:44.068 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1670277247.7175, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1670277245.165364, "dev": 5, "device_type": 2431, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 469, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1670277245.165364, "nlink": 1, "path": "/dev/md/test1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-device.yml:10 Monday 05 December 2022 21:54:12 +0000 (0:00:00.272) 0:00:44.341 ******* 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:54:12 +0000 (0:00:00.045) 0:00:44.386 ******* 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:54:12 +0000 (0:00:00.042) 0:00:44.429 ******* ok: [sut] => { "ansible_facts": { "st_volume_type": "raid" }, "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:54:12 +0000 (0:00:00.039) 0:00:44.469 ******* ok: [sut] => { "ansible_facts": { "st_volume_type": "raid0" }, "changed": 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:54:12 +0000 (0:00:00.044) 0:00:44.513 ******* 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:54:12 +0000 (0:00:00.050) 0:00:44.564 ******* 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:54:12 +0000 (0:00:00.035) 0:00:44.599 ******* 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:54:16 +0000 (0:00:03.690) 0:00:48.290 ******* 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:54:16 +0000 (0:00:00.036) 0:00:48.327 ******* 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:54:16 +0000 (0:00:00.080) 0:00:48.407 ******* 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:54:16 +0000 (0:00:00.080) 0:00:48.488 ******* 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:54:16 +0000 (0:00:00.042) 0:00:48.530 ******* 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:54:16 +0000 (0:00:00.042) 0:00:48.572 ******* 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:54:16 +0000 (0:00:00.049) 0:00:48.622 ******* 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:54:16 +0000 (0:00:00.036) 0:00:48.659 ******* 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:54:16 +0000 (0:00:00.036) 0:00:48.696 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-encryption.yml:67 Monday 05 December 2022 21:54:16 +0000 (0:00:00.061) 0:00:48.758 ******* 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:54:16 +0000 (0:00:00.057) 0:00:48.815 ******* 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:54:16 +0000 (0:00:00.057) 0:00:48.873 ******* 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:54:16 +0000 (0:00:00.053) 0:00:48.926 ******* 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:54:16 +0000 (0:00:00.052) 0:00:48.979 ******* 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:54:17 +0000 (0:00:00.034) 0:00:49.013 ******* ok: [sut] => { "changed": false, "cmd": [ "mdadm", "--detail", "/dev/md/test1" ], "delta": "0:00:00.008457", "end": "2022-12-05 21:54:17.299643", "rc": 0, "start": "2022-12-05 21:54:17.291186" } STDOUT: /dev/md/test1: Version : 1.2 Creation Time : Mon Dec 5 21:53:59 2022 Raid Level : raid0 Array Size : 20936704 (19.97 GiB 21.44 GB) Raid Devices : 2 Total Devices : 2 Persistence : Superblock is persistent Update Time : Mon Dec 5 21:53:59 2022 State : clean Active Devices : 2 Working Devices : 2 Failed Devices : 0 Spare Devices : 0 Layout : -unknown- Chunk Size : 512K Consistency Policy : none Name : test1 UUID : ec1b9d51:cd0de743:96e2685a:7bb68d00 Events : 0 Number Major Minor RaidDevice State 0 8 1 0 active sync /dev/sda1 1 8 17 1 active sync /dev/sdb1 TASK [set_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:54:17 +0000 (0:00:00.346) 0:00:49.359 ******* ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": "Active\\ Devices\\ :\\ None\\\n" }, "changed": 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:54:17 +0000 (0:00:00.073) 0:00:49.433 ******* ok: [sut] => { "ansible_facts": { "storage_test_md_spare_devices_re": "Spare\\ Devices\\ :\\ None\\\n" }, "changed": 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:54:17 +0000 (0:00:00.096) 0:00:49.529 ******* ok: [sut] => { "ansible_facts": { "storage_test_md_metadata_version_re": "Version\\ :\\ None\\\n" }, "changed": 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:54:17 +0000 (0:00:00.089) 0:00:49.618 ******* 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:54:17 +0000 (0:00:00.071) 0:00:49.690 ******* 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:54:17 +0000 (0:00:00.082) 0:00:49.772 ******* 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:54:17 +0000 (0:00:00.061) 0:00:49.833 ******* ok: [sut] => { "bytes": 21474836480, "changed": false, "lvm": "20g", "parted": "20GiB", "size": "20 GiB" } 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:54:18 +0000 (0:00:00.443) 0:00:50.277 ******* 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:54:18 +0000 (0:00:00.053) 0:00:50.331 ******* 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:54:18 +0000 (0:00:00.055) 0:00:50.386 ******* 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:54:18 +0000 (0:00:00.037) 0:00:50.423 ******* 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:54:18 +0000 (0:00:00.035) 0:00:50.459 ******* 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:54:18 +0000 (0:00:00.056) 0:00:50.515 ******* 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:54:18 +0000 (0:00:00.055) 0:00:50.571 ******* 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:54:18 +0000 (0:00:00.054) 0:00:50.625 ******* 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:54:18 +0000 (0:00:00.061) 0:00:50.687 ******* 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:54:18 +0000 (0:00:00.035) 0:00:50.722 ******* 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:54:18 +0000 (0:00:00.034) 0:00:50.757 ******* 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:54:18 +0000 (0:00:00.034) 0:00:50.792 ******* 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:54:18 +0000 (0:00:00.038) 0:00:50.830 ******* 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:54:18 +0000 (0:00:00.035) 0:00:50.866 ******* 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:54:18 +0000 (0:00:00.036) 0:00:50.902 ******* 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:54:18 +0000 (0:00:00.061) 0:00:50.964 ******* 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:54:19 +0000 (0:00:00.034) 0:00:50.998 ******* 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:54:19 +0000 (0:00:00.032) 0:00:51.031 ******* 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:54:19 +0000 (0:00:00.033) 0:00:51.064 ******* 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:54:19 +0000 (0:00:00.033) 0:00:51.097 ******* 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:54:19 +0000 (0:00:00.033) 0:00:51.131 ******* 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:54:19 +0000 (0:00:00.036) 0:00:51.168 ******* 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:54:19 +0000 (0:00:00.033) 0:00:51.201 ******* 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:54:19 +0000 (0:00:00.033) 0:00:51.235 ******* ok: [sut] => { "storage_test_actual_size": { "bytes": 21474836480, "changed": false, "failed": false, "lvm": "20g", "parted": "20GiB", "size": "20 GiB" } } 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:54:19 +0000 (0:00:00.038) 0:00:51.274 ******* 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:54:19 +0000 (0:00:00.037) 0:00:51.311 ******* 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:54:19 +0000 (0:00:00.040) 0:00:51.352 ******* 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:54:19 +0000 (0:00:00.039) 0:00:51.392 ******* 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:54:19 +0000 (0:00:00.038) 0:00:51.430 ******* 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:54:19 +0000 (0:00:00.034) 0:00:51.465 ******* 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:54:19 +0000 (0:00:00.035) 0:00:51.501 ******* 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:54:19 +0000 (0:00:00.035) 0:00:51.537 ******* 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:54:19 +0000 (0:00:00.033) 0:00:51.571 ******* 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:54:19 +0000 (0:00:00.036) 0:00:51.607 ******* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } 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:54:19 +0000 (0:00:00.034) 0:00:51.642 ******* 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_raid_volume_then_remove.yml:39 Monday 05 December 2022 21:54:19 +0000 (0:00:00.035) 0:00:51.677 ******* 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:54:19 +0000 (0:00:00.060) 0:00:51.738 ******* 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:54:19 +0000 (0:00:00.046) 0:00:51.785 ******* 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:54:20 +0000 (0:00:00.466) 0:00:52.251 ******* 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:54:20 +0000 (0:00:00.093) 0:00:52.344 ******* 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:54:20 +0000 (0:00:00.057) 0:00:52.401 ******* 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:54:20 +0000 (0:00:00.044) 0:00:52.446 ******* 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:54:20 +0000 (0:00:00.086) 0:00:52.533 ******* 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:54:20 +0000 (0:00:00.028) 0:00:52.561 ******* 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:54:20 +0000 (0:00:00.040) 0:00:52.601 ******* 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:54:20 +0000 (0:00:00.041) 0:00:52.643 ******* ok: [sut] => { "storage_volumes": [ { "disks": [ "sda", "sdb" ], "mount_point": "/opt/test1", "name": "test1", "raid_level": "raid0", "type": "raid" } ] } 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:54:20 +0000 (0:00:00.046) 0:00:52.689 ******* 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:54:20 +0000 (0:00:00.041) 0:00:52.731 ******* 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:54:20 +0000 (0:00:00.041) 0:00:52.773 ******* 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:54:20 +0000 (0:00:00.042) 0:00:52.816 ******* 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:54:20 +0000 (0:00:00.041) 0:00:52.857 ******* 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:54:20 +0000 (0:00:00.075) 0:00:52.933 ******* 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:54:20 +0000 (0:00:00.031) 0:00:52.965 ******* ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [ "/dev/md/test1", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/zram0" ], "mounts": [ { "dump": 0, "fstype": "xfs", "opts": "defaults", "passno": 0, "path": "/opt/test1", "src": "UUID=d1289b9d-8138-4c08-ae9a-38efc6359380", "state": "mounted" } ], "packages": [ "mdadm", "xfsprogs", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/md/test1", "_kernel_device": "/dev/md127", "_mount_id": "UUID=d1289b9d-8138-4c08-ae9a-38efc6359380", "_raw_device": "/dev/md/test1", "_raw_kernel_device": "/dev/md127", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "name": "test1", "raid_chunk_size": "512 KiB", "raid_device_count": 2, "raid_level": "raid0", "raid_metadata_version": "1.2", "raid_spare_count": 0, "size": 21439184896, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "raid", "vdo_pool_size": null } ] } 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:54:22 +0000 (0:00:01.959) 0:00:54.924 ******* 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:54:22 +0000 (0:00:00.060) 0:00:54.985 ******* 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:54:23 +0000 (0:00:00.077) 0:00:55.063 ******* ok: [sut] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [ "/dev/md/test1", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/zram0" ], "mounts": [ { "dump": 0, "fstype": "xfs", "opts": "defaults", "passno": 0, "path": "/opt/test1", "src": "UUID=d1289b9d-8138-4c08-ae9a-38efc6359380", "state": "mounted" } ], "packages": [ "mdadm", "xfsprogs", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/md/test1", "_kernel_device": "/dev/md127", "_mount_id": "UUID=d1289b9d-8138-4c08-ae9a-38efc6359380", "_raw_device": "/dev/md/test1", "_raw_kernel_device": "/dev/md127", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "name": "test1", "raid_chunk_size": "512 KiB", "raid_device_count": 2, "raid_level": "raid0", "raid_metadata_version": "1.2", "raid_spare_count": 0, "size": 21439184896, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "raid", "vdo_pool_size": null } ] } } 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:54:23 +0000 (0:00:00.064) 0:00:55.127 ******* 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:54:23 +0000 (0:00:00.047) 0:00:55.175 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/md/test1", "_kernel_device": "/dev/md127", "_mount_id": "UUID=d1289b9d-8138-4c08-ae9a-38efc6359380", "_raw_device": "/dev/md/test1", "_raw_kernel_device": "/dev/md127", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "name": "test1", "raid_chunk_size": "512 KiB", "raid_device_count": 2, "raid_level": "raid0", "raid_metadata_version": "1.2", "raid_spare_count": 0, "size": 21439184896, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "raid", "vdo_pool_size": null } ] }, "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:54:23 +0000 (0:00:00.044) 0:00:55.220 ******* 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:54:23 +0000 (0:00:00.088) 0:00:55.309 ******* 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:54:24 +0000 (0:00:00.769) 0:00:56.078 ******* 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=d1289b9d-8138-4c08-ae9a-38efc6359380', 'path': '/opt/test1', 'fstype': 'xfs', '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": "xfs", "mount_info": { "dump": 0, "fstype": "xfs", "opts": "defaults", "passno": 0, "path": "/opt/test1", "src": "UUID=d1289b9d-8138-4c08-ae9a-38efc6359380", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "UUID=d1289b9d-8138-4c08-ae9a-38efc6359380" } 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:54:24 +0000 (0:00:00.314) 0:00:56.393 ******* 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:54:25 +0000 (0:00:00.777) 0:00:57.170 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1670276656.848073, "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:54:25 +0000 (0:00:00.268) 0:00:57.439 ******* 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:54:25 +0000 (0:00:00.030) 0:00:57.470 ******* 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_raid_volume_then_remove.yml:51 Monday 05 December 2022 21:54:26 +0000 (0:00:00.852) 0:00:58.322 ******* 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:54:26 +0000 (0:00:00.057) 0:00:58.380 ******* skipping: [sut] => {} 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:54:26 +0000 (0:00:00.054) 0:00:58.434 ******* ok: [sut] => { "_storage_volumes_list": [ { "_device": "/dev/md/test1", "_kernel_device": "/dev/md127", "_mount_id": "UUID=d1289b9d-8138-4c08-ae9a-38efc6359380", "_raw_device": "/dev/md/test1", "_raw_kernel_device": "/dev/md127", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "name": "test1", "raid_chunk_size": "512 KiB", "raid_device_count": 2, "raid_level": "raid0", "raid_metadata_version": "1.2", "raid_spare_count": 0, "size": 21439184896, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "raid", "vdo_pool_size": null } ] } 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:54:26 +0000 (0:00:00.067) 0:00:58.502 ******* ok: [sut] => { "changed": false, "info": { "/dev/md/test1": { "fstype": "xfs", "label": "", "name": "/dev/md/test1", "size": "20G", "type": "raid0", "uuid": "d1289b9d-8138-4c08-ae9a-38efc6359380" }, "/dev/sda": { "fstype": "", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "linux_raid_member", "label": "test1", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "ec1b9d51-cd0d-e743-96e2-685a7bb68d00" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "linux_raid_member", "label": "test1", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "ec1b9d51-cd0d-e743-96e2-685a7bb68d00" }, "/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:54:26 +0000 (0:00:00.266) 0:00:58.768 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003562", "end": "2022-12-05 21:54:26.998258", "rc": 0, "start": "2022-12-05 21:54:26.994696" } 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=d1289b9d-8138-4c08-ae9a-38efc6359380 /opt/test1 xfs 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:54:27 +0000 (0:00:00.257) 0:00:59.026 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003577", "end": "2022-12-05 21:54:27.251899", "failed_when_result": false, "rc": 0, "start": "2022-12-05 21:54:27.248322" } 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:54:27 +0000 (0:00:00.256) 0:00:59.282 ******* 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:54:27 +0000 (0:00:00.032) 0:00:59.314 ******* 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': 'test1', 'raid_level': 'raid0', 'size': 21439184896, 'state': 'present', 'type': 'raid', 'disks': ['sda', 'sdb'], 'raid_device_count': 2, 'raid_spare_count': 0, 'raid_metadata_version': '1.2', 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_chunk_size': '512 KiB', 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': [], '_device': '/dev/md/test1', '_raw_device': '/dev/md/test1', '_mount_id': 'UUID=d1289b9d-8138-4c08-ae9a-38efc6359380', '_kernel_device': '/dev/md127', '_raw_kernel_device': '/dev/md127'}) 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:54:27 +0000 (0:00:00.086) 0:00:59.401 ******* 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:54:27 +0000 (0:00:00.061) 0:00:59.463 ******* 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:54:27 +0000 (0:00:00.119) 0:00:59.582 ******* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/md127" }, "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:54:27 +0000 (0:00:00.050) 0:00:59.633 ******* ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 5186684, "block_size": 4096, "block_total": 5231616, "block_used": 44932, "device": "/dev/md127", "fstype": "xfs", "inode_available": 10468349, "inode_total": 10468352, "inode_used": 3, "mount": "/opt/test1", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,sunit=1024,swidth=16384,noquota", "size_available": 21244657664, "size_total": 21428699136, "uuid": "d1289b9d-8138-4c08-ae9a-38efc6359380" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 5186684, "block_size": 4096, "block_total": 5231616, "block_used": 44932, "device": "/dev/md127", "fstype": "xfs", "inode_available": 10468349, "inode_total": 10468352, "inode_used": 3, "mount": "/opt/test1", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,sunit=1024,swidth=16384,noquota", "size_available": 21244657664, "size_total": 21428699136, "uuid": "d1289b9d-8138-4c08-ae9a-38efc6359380" } ], "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:54:27 +0000 (0:00:00.075) 0:00:59.708 ******* 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:54:27 +0000 (0:00:00.085) 0:00:59.794 ******* 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:54:27 +0000 (0:00:00.067) 0:00:59.862 ******* 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:54:27 +0000 (0:00:00.112) 0:00:59.974 ******* 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:54:28 +0000 (0:00:00.034) 0:01:00.008 ******* 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:54:28 +0000 (0:00:00.032) 0:01:00.041 ******* 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:54:28 +0000 (0:00:00.033) 0:01:00.075 ******* 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:54:28 +0000 (0:00:00.036) 0:01:00.112 ******* 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=d1289b9d-8138-4c08-ae9a-38efc6359380 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 xfs defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-fstab.yml:12 Monday 05 December 2022 21:54:28 +0000 (0:00:00.083) 0:01:00.195 ******* 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:54:28 +0000 (0:00:00.070) 0:01:00.266 ******* 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:54:28 +0000 (0:00:00.069) 0:01:00.335 ******* 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:54:28 +0000 (0:00:00.064) 0:01:00.399 ******* 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:54:28 +0000 (0:00:00.041) 0:01:00.441 ******* 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:54:28 +0000 (0:00:00.049) 0:01:00.491 ******* 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:54:28 +0000 (0:00:00.051) 0:01:00.543 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1670277247.7175, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1670277245.165364, "dev": 5, "device_type": 2431, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 469, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1670277245.165364, "nlink": 1, "path": "/dev/md/test1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-device.yml:10 Monday 05 December 2022 21:54:28 +0000 (0:00:00.272) 0:01:00.815 ******* 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:54:28 +0000 (0:00:00.040) 0:01:00.856 ******* 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:54:28 +0000 (0:00:00.041) 0:01:00.898 ******* ok: [sut] => { "ansible_facts": { "st_volume_type": "raid" }, "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:54:28 +0000 (0:00:00.040) 0:01:00.938 ******* ok: [sut] => { "ansible_facts": { "st_volume_type": "raid0" }, "changed": 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:54:28 +0000 (0:00:00.039) 0:01:00.978 ******* 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:54:29 +0000 (0:00:00.041) 0:01:01.020 ******* 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:54:29 +0000 (0:00:00.032) 0:01:01.053 ******* 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:54:31 +0000 (0:00:02.789) 0:01:03.843 ******* 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:54:31 +0000 (0:00:00.038) 0:01:03.881 ******* 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:54:31 +0000 (0:00:00.033) 0:01:03.914 ******* 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:54:31 +0000 (0:00:00.063) 0:01:03.978 ******* 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:54:32 +0000 (0:00:00.036) 0:01:04.014 ******* 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:54:32 +0000 (0:00:00.041) 0:01:04.056 ******* 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:54:32 +0000 (0:00:00.034) 0:01:04.090 ******* 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:54:32 +0000 (0:00:00.034) 0:01:04.124 ******* 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:54:32 +0000 (0:00:00.035) 0:01:04.159 ******* 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:54:32 +0000 (0:00:00.067) 0:01:04.227 ******* 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:54:32 +0000 (0:00:00.071) 0:01:04.298 ******* 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:54:32 +0000 (0:00:00.059) 0:01:04.358 ******* 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:54:32 +0000 (0:00:00.106) 0:01:04.464 ******* 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:54:32 +0000 (0:00:00.054) 0:01:04.519 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [get information about RAID] ********************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/test-verify-volume-md.yml:7 Monday 05 December 2022 21:54:32 +0000 (0:00:00.041) 0:01:04.560 ******* ok: [sut] => { "changed": false, "cmd": [ "mdadm", "--detail", "/dev/md/test1" ], "delta": "0:00:00.008068", "end": "2022-12-05 21:54:32.825661", "rc": 0, "start": "2022-12-05 21:54:32.817593" } STDOUT: /dev/md/test1: Version : 1.2 Creation Time : Mon Dec 5 21:53:59 2022 Raid Level : raid0 Array Size : 20936704 (19.97 GiB 21.44 GB) Raid Devices : 2 Total Devices : 2 Persistence : Superblock is persistent Update Time : Mon Dec 5 21:53:59 2022 State : clean Active Devices : 2 Working Devices : 2 Failed Devices : 0 Spare Devices : 0 Layout : -unknown- Chunk Size : 512K Consistency Policy : none Name : test1 UUID : ec1b9d51:cd0de743:96e2685a:7bb68d00 Events : 0 Number Major Minor RaidDevice State 0 8 1 0 active sync /dev/sda1 1 8 17 1 active sync /dev/sdb1 TASK [set_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:54:32 +0000 (0:00:00.302) 0:01:04.863 ******* ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": "Active\\ Devices\\ :\\ 2\\\n" }, "changed": 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:54:32 +0000 (0:00:00.085) 0:01:04.949 ******* ok: [sut] => { "ansible_facts": { "storage_test_md_spare_devices_re": "Spare\\ Devices\\ :\\ 0\\\n" }, "changed": 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:54:33 +0000 (0:00:00.076) 0:01:05.025 ******* ok: [sut] => { "ansible_facts": { "storage_test_md_metadata_version_re": "Version\\ :\\ 1\\.2\\\n" }, "changed": 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:54:33 +0000 (0:00:00.168) 0:01:05.194 ******* ok: [sut] => { "changed": false } MSG: All assertions passed 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:54:33 +0000 (0:00:00.088) 0:01:05.283 ******* ok: [sut] => { "changed": false } MSG: All assertions passed 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:54:33 +0000 (0:00:00.115) 0:01:05.398 ******* ok: [sut] => { "changed": false } MSG: All assertions passed 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:54:33 +0000 (0:00:00.098) 0:01:05.497 ******* ok: [sut] => { "bytes": 21474836480, "changed": false, "lvm": "20g", "parted": "20GiB", "size": "20 GiB" } 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:54:33 +0000 (0:00:00.274) 0:01:05.771 ******* 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:54:33 +0000 (0:00:00.100) 0:01:05.872 ******* 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:54:33 +0000 (0:00:00.085) 0:01:05.957 ******* 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:54:34 +0000 (0:00:00.131) 0:01:06.088 ******* 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:54:34 +0000 (0:00:00.096) 0:01:06.184 ******* 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:54:34 +0000 (0:00:00.100) 0:01:06.285 ******* 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:54:34 +0000 (0:00:00.067) 0:01:06.352 ******* 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:54:34 +0000 (0:00:00.064) 0:01:06.416 ******* 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:54:34 +0000 (0:00:00.082) 0:01:06.498 ******* 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:54:34 +0000 (0:00:00.036) 0:01:06.535 ******* 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:54:34 +0000 (0:00:00.053) 0:01:06.588 ******* 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:54:34 +0000 (0:00:00.041) 0:01:06.630 ******* 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:54:34 +0000 (0:00:00.043) 0:01:06.674 ******* 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:54:34 +0000 (0:00:00.052) 0:01:06.726 ******* 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:54:34 +0000 (0:00:00.044) 0:01:06.771 ******* 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:54:34 +0000 (0:00:00.036) 0:01:06.807 ******* 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:54:34 +0000 (0:00:00.043) 0:01:06.851 ******* 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:54:34 +0000 (0:00:00.057) 0:01:06.909 ******* 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:54:34 +0000 (0:00:00.046) 0:01:06.956 ******* 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:54:35 +0000 (0:00:00.070) 0:01:07.036 ******* 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:54:35 +0000 (0:00:00.119) 0:01:07.155 ******* 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:54:35 +0000 (0:00:00.048) 0:01:07.203 ******* 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:54:35 +0000 (0:00:00.046) 0:01:07.250 ******* 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:54:35 +0000 (0:00:00.066) 0:01:07.316 ******* ok: [sut] => { "storage_test_actual_size": { "bytes": 21474836480, "changed": false, "failed": false, "lvm": "20g", "parted": "20GiB", "size": "20 GiB" } } 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:54:35 +0000 (0:00:00.074) 0:01:07.391 ******* 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:54:35 +0000 (0:00:00.049) 0:01:07.441 ******* 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:54:35 +0000 (0:00:00.041) 0:01:07.482 ******* 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:54:35 +0000 (0:00:00.057) 0:01:07.540 ******* 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:54:35 +0000 (0:00:00.062) 0:01:07.602 ******* 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:54:35 +0000 (0:00:00.053) 0:01:07.655 ******* 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:54:35 +0000 (0:00:00.096) 0:01:07.752 ******* 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:54:35 +0000 (0:00:00.063) 0:01:07.816 ******* 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:54:35 +0000 (0:00:00.083) 0:01:07.899 ******* 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:54:35 +0000 (0:00:00.062) 0:01:07.962 ******* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } 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:54:36 +0000 (0:00:00.066) 0:01:08.029 ******* ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Remove the disk device created above] ************************************ task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/tests_create_raid_volume_then_remove.yml:53 Monday 05 December 2022 21:54:36 +0000 (0:00:00.056) 0:01:08.085 ******* 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:54:36 +0000 (0:00:00.169) 0:01:08.255 ******* 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:54:36 +0000 (0:00:00.059) 0:01:08.314 ******* 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:54:36 +0000 (0:00:00.510) 0:01:08.825 ******* 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:54:36 +0000 (0:00:00.159) 0:01:08.984 ******* 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:54:37 +0000 (0:00:00.065) 0:01:09.050 ******* 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:54:37 +0000 (0:00:00.062) 0:01:09.112 ******* 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:54:37 +0000 (0:00:00.130) 0:01:09.243 ******* 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:54:37 +0000 (0:00:00.075) 0:01:09.318 ******* 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:54:37 +0000 (0:00:00.063) 0:01:09.382 ******* 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:54:37 +0000 (0:00:00.062) 0:01:09.445 ******* ok: [sut] => { "storage_volumes": [ { "disks": [ "sda", "sdb" ], "mount_point": "/opt/test1", "name": "test1", "raid_level": "raid0", "state": "absent", "type": "raid" } ] } 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:54:37 +0000 (0:00:00.076) 0:01:09.521 ******* 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:54:37 +0000 (0:00:00.082) 0:01:09.603 ******* 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:54:37 +0000 (0:00:00.075) 0:01:09.679 ******* 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:54:37 +0000 (0:00:00.047) 0:01:09.726 ******* 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:54:37 +0000 (0:00:00.065) 0:01:09.791 ******* 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:54:37 +0000 (0:00:00.107) 0:01:09.899 ******* 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:54:37 +0000 (0:00:00.049) 0:01:09.948 ******* changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/md/test1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/md/test1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "mdmember" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sda1", "fs_type": "mdmember" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" } ], "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": "xfs", "path": "/opt/test1", "src": "UUID=d1289b9d-8138-4c08-ae9a-38efc6359380", "state": "absent" } ], "packages": [ "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "", "_mount_id": "", "_raw_device": "", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "name": "test1", "raid_chunk_size": "512 KiB", "raid_device_count": 2, "raid_level": "raid0", "raid_metadata_version": "1.2", "raid_spare_count": 0, "size": 21439184896, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "raid", "vdo_pool_size": null } ] } 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:54:40 +0000 (0:00:02.899) 0:01:12.848 ******* 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:54:40 +0000 (0:00:00.070) 0:01:12.918 ******* 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:54:40 +0000 (0:00:00.030) 0:01:12.949 ******* ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/md/test1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/md/test1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "mdmember" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sda1", "fs_type": "mdmember" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" } ], "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": "xfs", "path": "/opt/test1", "src": "UUID=d1289b9d-8138-4c08-ae9a-38efc6359380", "state": "absent" } ], "packages": [ "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "", "_mount_id": "", "_raw_device": "", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "name": "test1", "raid_chunk_size": "512 KiB", "raid_device_count": 2, "raid_level": "raid0", "raid_metadata_version": "1.2", "raid_spare_count": 0, "size": 21439184896, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "raid", "vdo_pool_size": null } ] } } 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:54:41 +0000 (0:00:00.089) 0:01:13.039 ******* 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:54:41 +0000 (0:00:00.084) 0:01:13.124 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "", "_mount_id": "", "_raw_device": "", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "name": "test1", "raid_chunk_size": "512 KiB", "raid_device_count": 2, "raid_level": "raid0", "raid_metadata_version": "1.2", "raid_spare_count": 0, "size": 21439184896, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "raid", "vdo_pool_size": null } ] }, "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:54:41 +0000 (0:00:00.046) 0:01:13.171 ******* 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=d1289b9d-8138-4c08-ae9a-38efc6359380', 'path': '/opt/test1', 'state': 'absent', 'fstype': 'xfs'}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "fstype": "xfs", "path": "/opt/test1", "src": "UUID=d1289b9d-8138-4c08-ae9a-38efc6359380", "state": "absent" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "UUID=d1289b9d-8138-4c08-ae9a-38efc6359380" } 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:54:41 +0000 (0:00:00.342) 0:01:13.514 ******* 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:54:42 +0000 (0:00:00.747) 0:01:14.261 ******* 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:54:42 +0000 (0:00:00.072) 0:01:14.334 ******* 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:54:43 +0000 (0:00:00.821) 0:01:15.155 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1670276656.848073, "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:54:43 +0000 (0:00:00.271) 0:01:15.427 ******* 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:54:43 +0000 (0:00:00.041) 0:01:15.468 ******* 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_raid_volume_then_remove.yml:66 Monday 05 December 2022 21:54:44 +0000 (0:00:00.898) 0:01:16.366 ******* 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:54:44 +0000 (0:00:00.072) 0:01:16.438 ******* skipping: [sut] => {} 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:54:44 +0000 (0:00:00.057) 0:01:16.496 ******* ok: [sut] => { "_storage_volumes_list": [ { "_device": "", "_mount_id": "", "_raw_device": "", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "name": "test1", "raid_chunk_size": "512 KiB", "raid_device_count": 2, "raid_level": "raid0", "raid_metadata_version": "1.2", "raid_spare_count": 0, "size": 21439184896, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "raid", "vdo_pool_size": null } ] } 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:54:44 +0000 (0:00:00.087) 0:01:16.583 ******* 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:54:44 +0000 (0:00:00.310) 0:01:16.894 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003529", "end": "2022-12-05 21:54:45.141588", "rc": 0, "start": "2022-12-05 21:54:45.138059" } 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:54:45 +0000 (0:00:00.287) 0:01:17.181 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003591", "end": "2022-12-05 21:54:45.412652", "failed_when_result": false, "rc": 0, "start": "2022-12-05 21:54:45.409061" } 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:54:45 +0000 (0:00:00.275) 0:01:17.456 ******* 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:54:45 +0000 (0:00:00.035) 0:01:17.492 ******* 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': 'test1', 'raid_level': 'raid0', 'size': 21439184896, 'state': 'absent', 'type': 'raid', 'disks': ['sda', 'sdb'], 'raid_device_count': 2, 'raid_spare_count': 0, 'raid_metadata_version': '1.2', 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_chunk_size': '512 KiB', 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': [], '_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:54:45 +0000 (0:00:00.161) 0:01:17.653 ******* 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:54:45 +0000 (0:00:00.057) 0:01:17.711 ******* 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:54:45 +0000 (0:00:00.126) 0:01:17.838 ******* 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:54:45 +0000 (0:00:00.055) 0:01:17.893 ******* 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:54:45 +0000 (0:00:00.072) 0:01:17.966 ******* 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:54:46 +0000 (0:00:00.035) 0:01:18.001 ******* 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:54:46 +0000 (0:00:00.061) 0:01:18.063 ******* 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:54:46 +0000 (0:00:00.052) 0:01:18.116 ******* 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:54:46 +0000 (0:00:00.035) 0:01:18.151 ******* 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:54:46 +0000 (0:00:00.039) 0:01:18.190 ******* 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:54:46 +0000 (0:00:00.034) 0:01:18.225 ******* 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:54:46 +0000 (0:00:00.039) 0:01:18.264 ******* 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:54:46 +0000 (0:00:00.090) 0:01:18.355 ******* 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:54:46 +0000 (0:00:00.042) 0:01:18.398 ******* 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:54:46 +0000 (0:00:00.059) 0:01:18.457 ******* 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:54:46 +0000 (0:00:00.054) 0:01:18.512 ******* 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:54:46 +0000 (0:00:00.043) 0:01:18.556 ******* 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:54:46 +0000 (0:00:00.034) 0:01:18.591 ******* 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:54:46 +0000 (0:00:00.032) 0:01:18.623 ******* 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:54:46 +0000 (0:00:00.254) 0:01:18.878 ******* 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:54:46 +0000 (0:00:00.043) 0:01:18.921 ******* 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:54:46 +0000 (0:00:00.042) 0:01:18.963 ******* ok: [sut] => { "ansible_facts": { "st_volume_type": "raid" }, "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:54:47 +0000 (0:00:00.048) 0:01:19.012 ******* ok: [sut] => { "ansible_facts": { "st_volume_type": "raid0" }, "changed": 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:54:47 +0000 (0:00:00.041) 0:01:19.054 ******* 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:54:47 +0000 (0:00:00.039) 0:01:19.093 ******* 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:54:47 +0000 (0:00:00.033) 0:01:19.127 ******* 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:54:49 +0000 (0:00:02.777) 0:01:21.904 ******* 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:54:49 +0000 (0:00:00.034) 0:01:21.939 ******* 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:54:49 +0000 (0:00:00.032) 0:01:21.972 ******* 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:54:50 +0000 (0:00:00.032) 0:01:22.004 ******* 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:54:50 +0000 (0:00:00.049) 0:01:22.054 ******* 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:54:50 +0000 (0:00:00.038) 0:01:22.092 ******* 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:54:50 +0000 (0:00:00.037) 0:01:22.130 ******* 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:54:50 +0000 (0:00:00.035) 0:01:22.165 ******* 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:54:50 +0000 (0:00:00.032) 0:01:22.198 ******* 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:54:50 +0000 (0:00:00.066) 0:01:22.265 ******* 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:54:50 +0000 (0:00:00.065) 0:01:22.331 ******* 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:54:50 +0000 (0:00:00.054) 0:01:22.385 ******* 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:54:50 +0000 (0:00:00.052) 0:01:22.438 ******* 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:54:50 +0000 (0:00:00.054) 0:01:22.492 ******* 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:54:50 +0000 (0:00:00.034) 0:01:22.526 ******* 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:54:50 +0000 (0:00:00.059) 0:01:22.585 ******* 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:54:50 +0000 (0:00:00.054) 0:01:22.640 ******* 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:54:50 +0000 (0:00:00.055) 0:01:22.696 ******* 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:54:50 +0000 (0:00:00.054) 0:01:22.751 ******* 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:54:50 +0000 (0:00:00.054) 0:01:22.805 ******* 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:54:50 +0000 (0:00:00.052) 0:01:22.858 ******* 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:54:50 +0000 (0:00:00.055) 0:01:22.913 ******* 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:54:50 +0000 (0:00:00.072) 0:01:22.986 ******* 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:54:51 +0000 (0:00:00.052) 0:01:23.039 ******* 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:54:51 +0000 (0:00:00.056) 0:01:23.095 ******* 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:54:51 +0000 (0:00:00.036) 0:01:23.132 ******* 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:54:51 +0000 (0:00:00.034) 0:01:23.167 ******* 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:54:51 +0000 (0:00:00.066) 0:01:23.233 ******* 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:54:51 +0000 (0:00:00.054) 0:01:23.287 ******* 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:54:51 +0000 (0:00:00.053) 0:01:23.341 ******* 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:54:51 +0000 (0:00:00.053) 0:01:23.394 ******* 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:54:51 +0000 (0:00:00.034) 0:01:23.429 ******* 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:54:51 +0000 (0:00:00.033) 0:01:23.463 ******* 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:54:51 +0000 (0:00:00.035) 0:01:23.499 ******* 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:54:51 +0000 (0:00:00.035) 0:01:23.535 ******* 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:54:51 +0000 (0:00:00.034) 0:01:23.569 ******* 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:54:51 +0000 (0:00:00.034) 0:01:23.603 ******* 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:54:51 +0000 (0:00:00.033) 0:01:23.636 ******* 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:54:51 +0000 (0:00:00.031) 0:01:23.668 ******* 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:54:51 +0000 (0:00:00.035) 0:01:23.704 ******* 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:54:51 +0000 (0:00:00.033) 0:01:23.737 ******* 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:54:51 +0000 (0:00:00.034) 0:01:23.772 ******* 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:54:51 +0000 (0:00:00.035) 0:01:23.807 ******* 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:54:51 +0000 (0:00:00.042) 0:01:23.850 ******* 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:54:51 +0000 (0:00:00.033) 0:01:23.883 ******* 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:54:51 +0000 (0:00:00.036) 0:01:23.920 ******* 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:54:51 +0000 (0:00:00.036) 0:01:23.957 ******* 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:54:52 +0000 (0:00:00.036) 0:01:23.993 ******* 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:54:52 +0000 (0:00:00.034) 0:01:24.028 ******* 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:54:52 +0000 (0:00:00.032) 0:01:24.061 ******* 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:54:52 +0000 (0:00:00.033) 0:01:24.094 ******* 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:54:52 +0000 (0:00:00.036) 0:01:24.130 ******* 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:54:52 +0000 (0:00:00.033) 0:01:24.164 ******* 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:54:52 +0000 (0:00:00.033) 0:01:24.197 ******* 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:54:52 +0000 (0:00:00.033) 0:01:24.231 ******* 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:54:52 +0000 (0:00:00.033) 0:01:24.264 ******* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } 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:54:52 +0000 (0:00:00.032) 0:01:24.297 ******* 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=214 changed=6 unreachable=0 failed=0 skipped=206 rescued=0 ignored=0 Monday 05 December 2022 21:54:52 +0000 (0:00:00.048) 0:01:24.346 ******* =============================================================================== fedora.linux_system_roles.storage : make sure blivet is available ------ 12.21s /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 -- 10.36s /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 : make sure required packages are installed --- 4.20s /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 -------------------------------------------- 3.69s /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 : manage the pools and volumes to match the specified state --- 2.90s /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 -------------------------------------------- 2.79s /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.78s /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.75s /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.96s /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 Gathering Facts --------------------------------------------------------- 1.24s /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/tests_create_raid_volume_then_remove.yml:2 fedora.linux_system_roles.storage : tell systemd to refresh its view of /etc/fstab --- 1.20s /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 fedora.linux_system_roles.storage : get required packages --------------- 1.01s /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 : set up new/current mounts ----------- 0.92s /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 fedora.linux_system_roles.storage : Update facts ------------------------ 0.90s /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.86s /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.86s /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.85s /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.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:148 fedora.linux_system_roles.storage : tell systemd to refresh its view of /etc/fstab --- 0.78s /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 fedora.linux_system_roles.storage : tell systemd to refresh its view of /etc/fstab --- 0.77s /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. ---^---^---^---^---^---