# 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_disk_errors.yml ************************************************ 1 plays in /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/tests_disk_errors.yml PLAY [all] ********************************************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/tests_disk_errors.yml:2 Monday 05 December 2022 22:57:02 +0000 (0:00:00.019) 0:00:00.019 ******* 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_disk_errors.yml:11 Monday 05 December 2022 22:57:03 +0000 (0:00:01.075) 0:00:01.095 ******* 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 22:57:03 +0000 (0:00:00.045) 0:00:01.140 ******* 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 22:57:03 +0000 (0:00:00.037) 0:00:01.178 ******* 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 22:57:04 +0000 (0:00:00.444) 0:00:01.623 ******* 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 22:57:04 +0000 (0:00:00.067) 0:00:01.691 ******* 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 22:57:04 +0000 (0:00:00.030) 0:00:01.721 ******* 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 22:57:04 +0000 (0:00:00.029) 0:00:01.751 ******* 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 22:57:04 +0000 (0:00:00.074) 0:00:01.826 ******* 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 22:57:04 +0000 (0:00:00.022) 0:00:01.848 ******* 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 22:57:14 +0000 (0:00:09.610) 0:00:11.458 ******* 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 22:57:14 +0000 (0:00:00.036) 0:00:11.495 ******* 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 22:57:14 +0000 (0:00:00.041) 0:00:11.536 ******* 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 22:57:14 +0000 (0:00:00.724) 0:00:12.261 ******* 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 22:57:14 +0000 (0:00:00.053) 0:00:12.315 ******* 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 22:57:15 +0000 (0:00:00.061) 0:00:12.377 ******* 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 22:57:15 +0000 (0:00:00.051) 0:00:12.429 ******* 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 22:57:15 +0000 (0:00:00.061) 0:00:12.490 ******* 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 22:57:17 +0000 (0:00:02.742) 0:00:15.233 ******* 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 22:57:20 +0000 (0:00:02.675) 0:00:17.908 ******* 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 22:57:20 +0000 (0:00:00.092) 0:00:18.001 ******* 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 22:57:20 +0000 (0:00:00.046) 0:00:18.047 ******* 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 22:57:21 +0000 (0:00:00.493) 0:00:18.541 ******* 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 22:57:21 +0000 (0:00:00.066) 0:00:18.607 ******* 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 22:57:21 +0000 (0:00:00.031) 0:00:18.639 ******* 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 22:57:21 +0000 (0:00:00.046) 0:00:18.685 ******* 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 22:57:21 +0000 (0:00:00.042) 0:00:18.727 ******* 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 22:57:21 +0000 (0:00:00.074) 0:00:18.802 ******* 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 22:57:21 +0000 (0:00:00.056) 0:00:18.858 ******* 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 22:57:21 +0000 (0:00:00.033) 0:00:18.891 ******* 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 22:57:21 +0000 (0:00:00.056) 0:00:18.948 ******* 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 22:57:21 +0000 (0:00:00.033) 0:00:18.981 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1670280476.9778166, "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 22:57:22 +0000 (0:00:00.436) 0:00:19.418 ******* 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 22:57:22 +0000 (0:00:00.030) 0:00:19.448 ******* 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_disk_errors.yml:14 Monday 05 December 2022 22:57:22 +0000 (0:00:00.861) 0:00:20.309 ******* 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_disk_errors.yml:21 Monday 05 December 2022 22:57:23 +0000 (0:00:00.046) 0:00:20.356 ******* 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 22:57:23 +0000 (0:00:00.050) 0:00:20.407 ******* ok: [sut] => { "changed": false, "disks": [ "sda" ] } TASK [Set unused_disks if necessary] ******************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/get_unused_disk.yml:9 Monday 05 December 2022 22:57:23 +0000 (0:00:00.429) 0:00:20.836 ******* ok: [sut] => { "ansible_facts": { "unused_disks": [ "sda" ] }, "changed": false } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/get_unused_disk.yml:14 Monday 05 December 2022 22:57:23 +0000 (0:00:00.053) 0:00:20.889 ******* 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 22:57:23 +0000 (0:00:00.072) 0:00:20.961 ******* ok: [sut] => { "unused_disks": [ "sda" ] } TASK [Create a disk volume mounted at "/opt/test1"] **************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/tests_disk_errors.yml:28 Monday 05 December 2022 22:57:23 +0000 (0:00:00.037) 0:00:20.999 ******* 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 22:57:23 +0000 (0:00:00.054) 0:00:21.054 ******* 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 22:57:23 +0000 (0:00:00.060) 0:00:21.114 ******* 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 22:57:24 +0000 (0:00:00.480) 0:00:21.595 ******* 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 22:57:24 +0000 (0:00:00.091) 0:00:21.686 ******* 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 22:57:24 +0000 (0:00:00.044) 0:00:21.730 ******* 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 22:57:24 +0000 (0:00:00.056) 0:00:21.786 ******* 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 22:57:24 +0000 (0:00:00.084) 0:00:21.871 ******* 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 22:57:24 +0000 (0:00:00.028) 0:00:21.899 ******* 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 22:57:24 +0000 (0:00:00.041) 0:00:21.941 ******* 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 22:57:24 +0000 (0:00:00.042) 0:00:21.983 ******* ok: [sut] => { "storage_volumes": [ { "disks": [ "/dev/surelyidonotexist" ], "mount_point": "/opt/test1", "name": "test1", "type": "disk" } ] } 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 22:57:24 +0000 (0:00:00.056) 0:00:22.039 ******* 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 22:57:24 +0000 (0:00:00.044) 0:00:22.083 ******* 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 22:57:24 +0000 (0:00:00.048) 0:00:22.132 ******* 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 22:57:24 +0000 (0:00:00.044) 0:00:22.176 ******* 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 22:57:24 +0000 (0:00:00.044) 0:00:22.221 ******* 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 22:57:24 +0000 (0:00:00.074) 0:00:22.296 ******* 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 22:57:24 +0000 (0:00:00.030) 0:00:22.326 ******* fatal: [sut]: FAILED! => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } MSG: unable to resolve disk specified for volume 'test1' (['/dev/surelyidonotexist']) TASK [fedora.linux_system_roles.storage : failed message] ********************** task 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:86 Monday 05 December 2022 22:57:27 +0000 (0:00:02.673) 0:00:24.999 ******* fatal: [sut]: FAILED! => { "changed": false } MSG: {'changed': False, 'actions': [], 'leaves': [], 'mounts': [], 'crypts': [], 'pools': [], 'volumes': [], 'packages': [], 'failed': True, 'msg': "unable to resolve disk specified for volume 'test1' (['/dev/surelyidonotexist'])", 'invocation': {'module_args': {'pools': [], 'volumes': [{'encryption': None, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': None, 'fs_label': '', 'fs_type': None, 'mount_options': None, 'mount_point': '/opt/test1', 'name': 'test1', 'raid_level': None, 'size': None, 'state': 'present', 'type': 'disk', 'disks': ['/dev/surelyidonotexist'], 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None}], 'use_partitions': None, 'disklabel_type': None, 'pool_defaults': {'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None}, 'volume_defaults': {'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []}, 'safe_mode': True, 'packages_only': False, 'diskvolume_mkfs_option_map': {}}}, '_ansible_no_log': None} TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/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 22:57:27 +0000 (0:00:00.043) 0:00:25.042 ******* TASK [Check that we failed in the role] **************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/tests_disk_errors.yml:43 Monday 05 December 2022 22:57:27 +0000 (0:00:00.030) 0:00:25.072 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Try to create two volumes w/ the same name] ****************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/tests_disk_errors.yml:62 Monday 05 December 2022 22:57:27 +0000 (0:00:00.038) 0:00:25.111 ******* 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 22:57:27 +0000 (0:00:00.088) 0:00:25.199 ******* 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 22:57:27 +0000 (0:00:00.043) 0:00:25.243 ******* 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 22:57:28 +0000 (0:00:00.482) 0:00:25.725 ******* 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 22:57:28 +0000 (0:00:00.088) 0:00:25.813 ******* 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 22:57:28 +0000 (0:00:00.043) 0:00:25.857 ******* 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 22:57:28 +0000 (0:00:00.034) 0:00:25.891 ******* 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 22:57:28 +0000 (0:00:00.080) 0:00:25.971 ******* 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 22:57:28 +0000 (0:00:00.027) 0:00:25.999 ******* 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 22:57:28 +0000 (0:00:00.040) 0:00:26.039 ******* 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 22:57:28 +0000 (0:00:00.039) 0:00:26.079 ******* ok: [sut] => { "storage_volumes": [ { "disks": [ "sda" ], "name": "vol1", "type": "disk" }, { "disks": [ "sda" ], "name": "vol1", "type": "disk" } ] } 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 22:57:28 +0000 (0:00:00.055) 0:00:26.134 ******* 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 22:57:28 +0000 (0:00:00.043) 0:00:26.177 ******* 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 22:57:28 +0000 (0:00:00.040) 0:00:26.218 ******* 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 22:57:28 +0000 (0:00:00.040) 0:00:26.259 ******* 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 22:57:28 +0000 (0:00:00.038) 0:00:26.297 ******* 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 22:57:29 +0000 (0:00:00.082) 0:00:26.380 ******* 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 22:57:29 +0000 (0:00:00.039) 0:00:26.420 ******* fatal: [sut]: FAILED! => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } MSG: multiple volumes with the same name: vol1 TASK [fedora.linux_system_roles.storage : failed message] ********************** task 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:86 Monday 05 December 2022 22:57:30 +0000 (0:00:01.284) 0:00:27.704 ******* fatal: [sut]: FAILED! => { "changed": false } MSG: {'changed': False, 'actions': [], 'leaves': [], 'mounts': [], 'crypts': [], 'pools': [], 'volumes': [], 'packages': [], 'failed': True, 'msg': 'multiple volumes with the same name: vol1', 'invocation': {'module_args': {'pools': [], 'volumes': [{'encryption': None, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': None, 'fs_label': '', 'fs_type': None, 'mount_options': None, 'mount_point': None, 'name': 'vol1', 'raid_level': None, 'size': None, 'state': 'present', 'type': 'disk', 'disks': ['sda'], 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None}, {'encryption': None, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': None, 'fs_label': '', 'fs_type': None, 'mount_options': None, 'mount_point': None, 'name': 'vol1', 'raid_level': None, 'size': None, 'state': 'present', 'type': 'disk', 'disks': ['sda'], 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None}], 'use_partitions': None, 'disklabel_type': None, 'pool_defaults': {'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None}, 'volume_defaults': {'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []}, 'safe_mode': True, 'packages_only': False, 'diskvolume_mkfs_option_map': {}}}, '_ansible_no_log': None} TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/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 22:57:30 +0000 (0:00:00.044) 0:00:27.749 ******* TASK [Check that we failed in the role] **************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/tests_disk_errors.yml:79 Monday 05 December 2022 22:57:30 +0000 (0:00:00.027) 0:00:27.777 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the output of the duplicate volumes test] ************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/tests_disk_errors.yml:85 Monday 05 December 2022 22:57:30 +0000 (0:00:00.037) 0:00:27.814 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Create a file system on disk] ******************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/tests_disk_errors.yml:90 Monday 05 December 2022 22:57:30 +0000 (0:00:00.044) 0:00:27.859 ******* 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 22:57:30 +0000 (0:00:00.051) 0:00:27.910 ******* 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 22:57:30 +0000 (0:00:00.045) 0:00:27.955 ******* 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 22:57:31 +0000 (0:00:00.454) 0:00:28.410 ******* 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 22:57:31 +0000 (0:00:00.127) 0:00:28.537 ******* 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 22:57:31 +0000 (0:00:00.036) 0:00:28.574 ******* 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 22:57:31 +0000 (0:00:00.047) 0:00:28.621 ******* 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 22:57:31 +0000 (0:00:00.077) 0:00:28.699 ******* 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 22:57:31 +0000 (0:00:00.029) 0:00:28.729 ******* 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 22:57:31 +0000 (0:00:00.042) 0:00:28.771 ******* 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 22:57:31 +0000 (0:00:00.042) 0:00:28.813 ******* ok: [sut] => { "storage_volumes": [ { "disks": [ "sda" ], "fs_type": "ext4", "mount_point": "/opt/test1", "name": "test1", "type": "disk" } ] } 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 22:57:31 +0000 (0:00:00.041) 0:00:28.855 ******* 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 22:57:31 +0000 (0:00:00.042) 0:00:28.898 ******* 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 22:57:31 +0000 (0:00:00.040) 0:00:28.938 ******* 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 22:57:31 +0000 (0:00:00.041) 0:00:28.980 ******* 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 22:57:31 +0000 (0:00:00.039) 0:00:29.019 ******* 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 22:57:31 +0000 (0:00:00.073) 0:00:29.093 ******* 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 22:57:31 +0000 (0:00:00.029) 0:00:29.123 ******* changed: [sut] => { "actions": [ { "action": "create format", "device": "/dev/sda", "fs_type": "ext4" } ], "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": [ { "dump": 0, "fstype": "ext4", "opts": "defaults", "passno": 0, "path": "/opt/test1", "src": "UUID=91b8783f-45f9-45e3-a638-f6dd267d1f08", "state": "mounted" } ], "packages": [ "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=91b8783f-45f9-45e3-a638-f6dd267d1f08", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "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 22:57:33 +0000 (0:00:01.599) 0:00:30.722 ******* 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 22:57:33 +0000 (0:00:00.051) 0:00:30.774 ******* 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 22:57:33 +0000 (0:00:00.028) 0:00:30.802 ******* ok: [sut] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sda", "fs_type": "ext4" } ], "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": [ { "dump": 0, "fstype": "ext4", "opts": "defaults", "passno": 0, "path": "/opt/test1", "src": "UUID=91b8783f-45f9-45e3-a638-f6dd267d1f08", "state": "mounted" } ], "packages": [ "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=91b8783f-45f9-45e3-a638-f6dd267d1f08", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "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 22:57:33 +0000 (0:00:00.043) 0:00:30.846 ******* 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 22:57:33 +0000 (0:00:00.039) 0:00:30.886 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=91b8783f-45f9-45e3-a638-f6dd267d1f08", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "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 22:57:33 +0000 (0:00:00.047) 0:00:30.933 ******* 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 22:57:33 +0000 (0:00:00.053) 0:00:30.987 ******* 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 22:57:34 +0000 (0:00:01.083) 0:00:32.071 ******* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [sut] => (item={'src': 'UUID=91b8783f-45f9-45e3-a638-f6dd267d1f08', 'path': '/opt/test1', 'fstype': 'ext4', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted'}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext4", "mount_info": { "dump": 0, "fstype": "ext4", "opts": "defaults", "passno": 0, "path": "/opt/test1", "src": "UUID=91b8783f-45f9-45e3-a638-f6dd267d1f08", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "UUID=91b8783f-45f9-45e3-a638-f6dd267d1f08" } 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 22:57:35 +0000 (0:00:00.504) 0:00:32.575 ******* 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 22:57:35 +0000 (0:00:00.727) 0:00:33.302 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1670280476.9778166, "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 22:57:36 +0000 (0:00:00.265) 0:00:33.568 ******* 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 22:57:36 +0000 (0:00:00.030) 0:00:33.598 ******* ok: [sut] META: role_complete for sut TASK [create a file] *********************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/tests_disk_errors.yml:101 Monday 05 December 2022 22:57:37 +0000 (0:00:00.844) 0:00:34.443 ******* changed: [sut] => { "changed": true, "dest": "/opt/test1/quux", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:unlabeled_t:s0", "size": 0, "state": "file", "uid": 0 } TASK [Try to replace the file system on disk in safe mode] ********************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/tests_disk_errors.yml:109 Monday 05 December 2022 22:57:37 +0000 (0:00:00.453) 0:00:34.897 ******* 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 22:57:37 +0000 (0:00:00.048) 0:00:34.945 ******* 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 22:57:37 +0000 (0:00:00.044) 0:00:34.990 ******* 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 22:57:38 +0000 (0:00:00.478) 0:00:35.469 ******* 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 22:57:38 +0000 (0:00:00.089) 0:00:35.559 ******* 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 22:57:38 +0000 (0:00:00.044) 0:00:35.603 ******* 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 22:57:38 +0000 (0:00:00.046) 0:00:35.649 ******* 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 22:57:38 +0000 (0:00:00.114) 0:00:35.764 ******* 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 22:57:38 +0000 (0:00:00.029) 0:00:35.793 ******* 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 22:57:38 +0000 (0:00:00.042) 0:00:35.836 ******* 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 22:57:38 +0000 (0:00:00.041) 0:00:35.878 ******* ok: [sut] => { "storage_volumes": [ { "disks": [ "sda" ], "fs_type": "ext3", "name": "test1", "type": "disk" } ] } 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 22:57:38 +0000 (0:00:00.044) 0:00:35.922 ******* 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 22:57:38 +0000 (0:00:00.044) 0:00:35.967 ******* 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 22:57:38 +0000 (0:00:00.047) 0:00:36.014 ******* 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 22:57:38 +0000 (0:00:00.043) 0:00:36.057 ******* 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 22:57:38 +0000 (0:00:00.042) 0:00:36.100 ******* 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 22:57:38 +0000 (0:00:00.075) 0:00:36.176 ******* 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 22:57:38 +0000 (0:00:00.030) 0:00:36.207 ******* fatal: [sut]: FAILED! => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } MSG: cannot remove existing formatting on volume 'test1' in safe mode TASK [fedora.linux_system_roles.storage : failed message] ********************** task 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:86 Monday 05 December 2022 22:57:40 +0000 (0:00:01.325) 0:00:37.532 ******* fatal: [sut]: FAILED! => { "changed": false } MSG: {'changed': False, 'actions': [], 'leaves': [], 'mounts': [], 'crypts': [], 'pools': [], 'volumes': [], 'packages': [], 'failed': True, 'msg': "cannot remove existing formatting on volume 'test1' in safe mode", 'invocation': {'module_args': {'pools': [], 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext3', 'mount_options': 'defaults', 'mount_point': None, 'name': 'test1', 'raid_level': None, 'size': 10737418240, 'state': 'present', 'type': 'disk', 'disks': ['sda'], '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': []}], 'use_partitions': None, 'disklabel_type': None, 'pool_defaults': {'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None}, 'volume_defaults': {'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []}, 'safe_mode': True, 'packages_only': False, 'diskvolume_mkfs_option_map': {}}}, '_ansible_no_log': None} TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/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 22:57:40 +0000 (0:00:00.045) 0:00:37.578 ******* TASK [Check that we failed in the role] **************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/tests_disk_errors.yml:124 Monday 05 December 2022 22:57:40 +0000 (0:00:00.029) 0:00:37.607 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the output] ******************************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/tests_disk_errors.yml:130 Monday 05 December 2022 22:57:40 +0000 (0:00:00.038) 0:00:37.646 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Unmount file system] ***************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/tests_disk_errors.yml:135 Monday 05 December 2022 22:57:40 +0000 (0:00:00.058) 0:00:37.704 ******* 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 22:57:40 +0000 (0:00:00.055) 0:00:37.760 ******* 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 22:57:40 +0000 (0:00:00.046) 0:00:37.806 ******* 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 22:57:40 +0000 (0:00:00.449) 0:00:38.256 ******* 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 22:57:41 +0000 (0:00:00.080) 0:00:38.336 ******* 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 22:57:41 +0000 (0:00:00.037) 0:00:38.374 ******* 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 22:57:41 +0000 (0:00:00.044) 0:00:38.419 ******* 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 22:57:41 +0000 (0:00:00.088) 0:00:38.507 ******* 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 22:57:41 +0000 (0:00:00.028) 0:00:38.535 ******* 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 22:57:41 +0000 (0:00:00.041) 0:00:38.577 ******* 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 22:57:41 +0000 (0:00:00.039) 0:00:38.617 ******* ok: [sut] => { "storage_volumes": [ { "disks": [ "sda" ], "fs_type": "ext4", "mount_point": "none", "name": "test1", "type": "disk" } ] } 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 22:57:41 +0000 (0:00:00.047) 0:00:38.664 ******* 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 22:57:41 +0000 (0:00:00.042) 0:00:38.707 ******* 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 22:57:41 +0000 (0:00:00.040) 0:00:38.748 ******* 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 22:57:41 +0000 (0:00:00.040) 0:00:38.788 ******* 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 22:57:41 +0000 (0:00:00.040) 0:00:38.829 ******* 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 22:57:41 +0000 (0:00:00.074) 0:00:38.904 ******* 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 22:57:41 +0000 (0:00:00.032) 0:00:38.936 ******* ok: [sut] => { "actions": [], "changed": false, "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": [ { "path": "/opt/test1", "state": "absent" } ], "packages": [ "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=91b8783f-45f9-45e3-a638-f6dd267d1f08", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "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 22:57:42 +0000 (0:00:01.328) 0:00:40.265 ******* 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 22:57:43 +0000 (0:00:00.119) 0:00:40.384 ******* 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 22:57:43 +0000 (0:00:00.030) 0:00:40.415 ******* ok: [sut] => { "blivet_output": { "actions": [], "changed": false, "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": [ { "path": "/opt/test1", "state": "absent" } ], "packages": [ "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=91b8783f-45f9-45e3-a638-f6dd267d1f08", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "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 22:57:43 +0000 (0:00:00.041) 0:00:40.457 ******* 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 22:57:43 +0000 (0:00:00.039) 0:00:40.497 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=91b8783f-45f9-45e3-a638-f6dd267d1f08", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "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 22:57:43 +0000 (0:00:00.041) 0:00:40.538 ******* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [sut] => (item={'path': '/opt/test1', 'state': 'absent'}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "mount_info": { "path": "/opt/test1", "state": "absent" }, "name": "/opt/test1", "opts": "defaults", "passno": "0" } 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 22:57:43 +0000 (0:00:00.331) 0:00:40.869 ******* 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 22:57:44 +0000 (0:00:00.728) 0:00:41.598 ******* 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 22:57:44 +0000 (0:00:00.058) 0:00:41.656 ******* 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 22:57:45 +0000 (0:00:00.733) 0:00:42.390 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1670280476.9778166, "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 22:57:45 +0000 (0:00:00.259) 0:00:42.650 ******* 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 22:57:45 +0000 (0:00:00.028) 0:00:42.678 ******* ok: [sut] META: role_complete for sut TASK [Try to replace the file system on disk in safe mode] ********************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/tests_disk_errors.yml:148 Monday 05 December 2022 22:57:46 +0000 (0:00:00.837) 0:00:43.516 ******* 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 22:57:46 +0000 (0:00:00.043) 0:00:43.559 ******* 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 22:57:46 +0000 (0:00:00.047) 0:00:43.607 ******* 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 22:57:46 +0000 (0:00:00.453) 0:00:44.060 ******* 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 22:57:46 +0000 (0:00:00.078) 0:00:44.139 ******* 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 22:57:46 +0000 (0:00:00.036) 0:00:44.176 ******* 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 22:57:46 +0000 (0:00:00.036) 0:00:44.212 ******* 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 22:57:46 +0000 (0:00:00.078) 0:00:44.291 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : make sure blivet is available] ******* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:7 Monday 05 December 2022 22:57:46 +0000 (0:00:00.029) 0:00:44.320 ******* 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 22:57:47 +0000 (0:00:00.041) 0:00:44.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 22:57:47 +0000 (0:00:00.039) 0:00:44.402 ******* ok: [sut] => { "storage_volumes": [ { "disks": [ "sda" ], "fs_type": "ext3", "name": "test1", "type": "disk" } ] } 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 22:57:47 +0000 (0:00:00.041) 0:00:44.443 ******* 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 22:57:47 +0000 (0:00:00.039) 0:00:44.483 ******* 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 22:57:47 +0000 (0:00:00.041) 0:00:44.525 ******* 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 22:57:47 +0000 (0:00:00.043) 0:00:44.568 ******* 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 22:57:47 +0000 (0:00:00.042) 0:00:44.611 ******* 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 22:57:47 +0000 (0:00:00.075) 0:00:44.687 ******* 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 22:57:47 +0000 (0:00:00.028) 0:00:44.715 ******* fatal: [sut]: FAILED! => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } MSG: cannot remove existing formatting on volume 'test1' in safe mode TASK [fedora.linux_system_roles.storage : failed message] ********************** task 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:86 Monday 05 December 2022 22:57:48 +0000 (0:00:01.352) 0:00:46.068 ******* fatal: [sut]: FAILED! => { "changed": false } MSG: {'changed': False, 'actions': [], 'leaves': [], 'mounts': [], 'crypts': [], 'pools': [], 'volumes': [], 'packages': [], 'failed': True, 'msg': "cannot remove existing formatting on volume 'test1' in safe mode", 'invocation': {'module_args': {'pools': [], 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext3', 'mount_options': 'defaults', 'mount_point': None, 'name': 'test1', 'raid_level': None, 'size': 10737418240, 'state': 'present', 'type': 'disk', 'disks': ['sda'], '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': []}], 'use_partitions': None, 'disklabel_type': None, 'pool_defaults': {'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None}, 'volume_defaults': {'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []}, 'safe_mode': True, 'packages_only': False, 'diskvolume_mkfs_option_map': {}}}, '_ansible_no_log': None} TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/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 22:57:48 +0000 (0:00:00.058) 0:00:46.126 ******* TASK [Check that we failed in the role] **************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/tests_disk_errors.yml:163 Monday 05 December 2022 22:57:48 +0000 (0:00:00.035) 0:00:46.162 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the output] ******************************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/tests_disk_errors.yml:169 Monday 05 December 2022 22:57:48 +0000 (0:00:00.039) 0:00:46.201 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remount file system] ***************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/tests_disk_errors.yml:174 Monday 05 December 2022 22:57:48 +0000 (0:00:00.059) 0:00:46.261 ******* 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 22:57:48 +0000 (0:00:00.045) 0:00:46.306 ******* 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 22:57:49 +0000 (0:00:00.051) 0:00:46.358 ******* 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 22:57:49 +0000 (0:00:00.460) 0:00:46.818 ******* 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 22:57:49 +0000 (0:00:00.083) 0:00:46.902 ******* 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 22:57:49 +0000 (0:00:00.037) 0:00:46.939 ******* 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 22:57:49 +0000 (0:00:00.039) 0:00:46.979 ******* 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 22:57:49 +0000 (0:00:00.078) 0:00:47.057 ******* 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 22:57:49 +0000 (0:00:00.028) 0:00:47.086 ******* 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 22:57:49 +0000 (0:00:00.042) 0:00:47.129 ******* 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 22:57:49 +0000 (0:00:00.055) 0:00:47.185 ******* ok: [sut] => { "storage_volumes": [ { "disks": [ "sda" ], "fs_type": "ext4", "mount_point": "/opt/test1", "name": "test1", "type": "disk" } ] } 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 22:57:49 +0000 (0:00:00.050) 0:00:47.235 ******* 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 22:57:49 +0000 (0:00:00.040) 0:00:47.276 ******* 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 22:57:49 +0000 (0:00:00.048) 0:00:47.324 ******* 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 22:57:50 +0000 (0:00:00.056) 0:00:47.381 ******* 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 22:57:50 +0000 (0:00:00.042) 0:00:47.424 ******* 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 22:57:50 +0000 (0:00:00.079) 0:00:47.504 ******* 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 22:57:50 +0000 (0:00:00.034) 0:00:47.538 ******* ok: [sut] => { "actions": [], "changed": false, "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": [ { "dump": 0, "fstype": "ext4", "opts": "defaults", "passno": 0, "path": "/opt/test1", "src": "UUID=91b8783f-45f9-45e3-a638-f6dd267d1f08", "state": "mounted" } ], "packages": [ "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=91b8783f-45f9-45e3-a638-f6dd267d1f08", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "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 22:57:51 +0000 (0:00:01.330) 0:00:48.869 ******* 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 22:57:51 +0000 (0:00:00.053) 0:00:48.922 ******* 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 22:57:51 +0000 (0:00:00.029) 0:00:48.952 ******* ok: [sut] => { "blivet_output": { "actions": [], "changed": false, "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": [ { "dump": 0, "fstype": "ext4", "opts": "defaults", "passno": 0, "path": "/opt/test1", "src": "UUID=91b8783f-45f9-45e3-a638-f6dd267d1f08", "state": "mounted" } ], "packages": [ "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=91b8783f-45f9-45e3-a638-f6dd267d1f08", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "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 22:57:51 +0000 (0:00:00.043) 0:00:48.995 ******* 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 22:57:51 +0000 (0:00:00.040) 0:00:49.036 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=91b8783f-45f9-45e3-a638-f6dd267d1f08", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "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 22:57:51 +0000 (0:00:00.043) 0:00:49.079 ******* 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 22:57:51 +0000 (0:00:00.062) 0:00:49.142 ******* 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 22:57:52 +0000 (0:00:00.716) 0:00:49.858 ******* 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=91b8783f-45f9-45e3-a638-f6dd267d1f08', 'path': '/opt/test1', 'fstype': 'ext4', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted'}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext4", "mount_info": { "dump": 0, "fstype": "ext4", "opts": "defaults", "passno": 0, "path": "/opt/test1", "src": "UUID=91b8783f-45f9-45e3-a638-f6dd267d1f08", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "UUID=91b8783f-45f9-45e3-a638-f6dd267d1f08" } 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 22:57:52 +0000 (0:00:00.316) 0:00:50.175 ******* 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 22:57:53 +0000 (0:00:00.725) 0:00:50.900 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1670280476.9778166, "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 22:57:53 +0000 (0:00:00.259) 0:00:51.159 ******* 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 22:57:53 +0000 (0:00:00.030) 0:00:51.190 ******* ok: [sut] META: role_complete for sut TASK [stat the file] *********************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/tests_disk_errors.yml:185 Monday 05 December 2022 22:57:54 +0000 (0:00:00.830) 0:00:52.020 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1670281057.5343812, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1670281057.5343812, "dev": 2048, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0644", "mtime": 1670281057.5343812, "nlink": 1, "path": "/opt/test1/quux", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "version": "2507643232", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [assert file presence] **************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/tests_disk_errors.yml:190 Monday 05 December 2022 22:57:54 +0000 (0:00:00.265) 0:00:52.285 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Try to create a partition pool on the disk already containing a file system in safe_mode] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/tests_disk_errors.yml:197 Monday 05 December 2022 22:57:55 +0000 (0:00:00.046) 0:00:52.332 ******* 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 22:57:55 +0000 (0:00:00.050) 0:00:52.383 ******* 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 22:57:55 +0000 (0:00:00.046) 0:00:52.430 ******* 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 22:57:55 +0000 (0:00:00.458) 0:00:52.888 ******* 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 22:57:55 +0000 (0:00:00.081) 0:00:52.970 ******* 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 22:57:55 +0000 (0:00:00.039) 0:00:53.010 ******* 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 22:57:55 +0000 (0:00:00.036) 0:00:53.047 ******* 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 22:57:55 +0000 (0:00:00.081) 0:00:53.128 ******* 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 22:57:55 +0000 (0:00:00.027) 0:00:53.155 ******* 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 22:57:55 +0000 (0:00:00.040) 0:00:53.196 ******* ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "type": "partition" } ] } TASK [fedora.linux_system_roles.storage : show storage_volumes] **************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:18 Monday 05 December 2022 22:57:55 +0000 (0:00:00.040) 0:00:53.237 ******* 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 22:57:55 +0000 (0:00:00.041) 0:00:53.278 ******* 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 22:57:55 +0000 (0:00:00.046) 0:00:53.325 ******* 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 22:57:56 +0000 (0:00:00.042) 0:00:53.367 ******* 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 22:57:56 +0000 (0:00:00.043) 0:00:53.410 ******* 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 22:57:56 +0000 (0:00:00.041) 0:00:53.452 ******* 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 22:57:56 +0000 (0:00:00.077) 0:00:53.530 ******* 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 22:57:56 +0000 (0:00:00.027) 0:00:53.558 ******* fatal: [sut]: FAILED! => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } MSG: cannot remove existing formatting and/or devices on disk 'sda' (pool 'foo') in safe mode TASK [fedora.linux_system_roles.storage : failed message] ********************** task 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:86 Monday 05 December 2022 22:57:57 +0000 (0:00:01.318) 0:00:54.876 ******* fatal: [sut]: FAILED! => { "changed": false } MSG: {'changed': False, 'actions': [], 'leaves': [], 'mounts': [], 'crypts': [], 'pools': [], 'volumes': [], 'packages': [], 'failed': True, 'msg': "cannot remove existing formatting and/or devices on disk 'sda' (pool 'foo') in safe mode", 'invocation': {'module_args': {'pools': [{'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'state': 'present', 'type': 'partition', 'volumes': [], 'raid_chunk_size': None}], 'volumes': [], 'use_partitions': None, 'disklabel_type': None, 'pool_defaults': {'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None}, 'volume_defaults': {'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []}, 'safe_mode': True, 'packages_only': False, 'diskvolume_mkfs_option_map': {}}}, '_ansible_no_log': None} TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/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 22:57:57 +0000 (0:00:00.050) 0:00:54.927 ******* TASK [Check that we failed in the role] **************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/tests_disk_errors.yml:211 Monday 05 December 2022 22:57:57 +0000 (0:00:00.045) 0:00:54.972 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the output] ******************************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/tests_disk_errors.yml:217 Monday 05 December 2022 22:57:57 +0000 (0:00:00.054) 0:00:55.026 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Try to create LVM pool on disk that already belongs to an existing filesystem] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/tests_disk_errors.yml:224 Monday 05 December 2022 22:57:57 +0000 (0:00:00.072) 0:00:55.099 ******* 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 22:57:57 +0000 (0:00:00.086) 0:00:55.186 ******* 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 22:57:57 +0000 (0:00:00.077) 0:00:55.264 ******* 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 22:57:58 +0000 (0:00:00.517) 0:00:55.781 ******* 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 22:57:58 +0000 (0:00:00.077) 0:00:55.859 ******* 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 22:57:58 +0000 (0:00:00.035) 0:00:55.894 ******* 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 22:57:58 +0000 (0:00:00.036) 0:00:55.931 ******* 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 22:57:58 +0000 (0:00:00.082) 0:00:56.013 ******* 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 22:57:58 +0000 (0:00:00.030) 0:00:56.043 ******* 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 22:57:58 +0000 (0:00:00.040) 0:00:56.084 ******* ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "type": "lvm" } ] } 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 22:57:58 +0000 (0:00:00.042) 0:00:56.127 ******* 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 22:57:58 +0000 (0:00:00.048) 0:00:56.176 ******* 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 22:57:58 +0000 (0:00:00.042) 0:00:56.218 ******* 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 22:57:58 +0000 (0:00:00.039) 0:00:56.258 ******* 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 22:57:58 +0000 (0:00:00.039) 0:00:56.298 ******* 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 22:57:59 +0000 (0:00:00.043) 0:00:56.341 ******* 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 22:57:59 +0000 (0:00:00.074) 0:00:56.415 ******* 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 22:57:59 +0000 (0:00:00.031) 0:00:56.447 ******* fatal: [sut]: FAILED! => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } MSG: cannot remove existing formatting (ext4) and/or devices on disk 'sda' (pool 'foo') in safe mode TASK [fedora.linux_system_roles.storage : failed message] ********************** task 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:86 Monday 05 December 2022 22:58:00 +0000 (0:00:01.323) 0:00:57.771 ******* fatal: [sut]: FAILED! => { "changed": false } MSG: {'changed': False, 'actions': [], 'leaves': [], 'mounts': [], 'crypts': [], 'pools': [], 'volumes': [], 'packages': [], 'failed': True, 'msg': "cannot remove existing formatting (ext4) and/or devices on disk 'sda' (pool 'foo') in safe mode", 'invocation': {'module_args': {'pools': [{'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'state': 'present', 'type': 'lvm', 'volumes': [], 'raid_chunk_size': None}], 'volumes': [], 'use_partitions': None, 'disklabel_type': None, 'pool_defaults': {'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None}, 'volume_defaults': {'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []}, 'safe_mode': True, 'packages_only': False, 'diskvolume_mkfs_option_map': {}}}, '_ansible_no_log': None} TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/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 22:58:00 +0000 (0:00:00.047) 0:00:57.818 ******* TASK [Check that we failed in the role] **************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/tests_disk_errors.yml:238 Monday 05 December 2022 22:58:00 +0000 (0:00:00.028) 0:00:57.847 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the output] ******************************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/tests_disk_errors.yml:244 Monday 05 December 2022 22:58:00 +0000 (0:00:00.036) 0:00:57.883 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [stat the file] *********************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/tests_disk_errors.yml:249 Monday 05 December 2022 22:58:00 +0000 (0:00:00.054) 0:00:57.938 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1670281074.9121597, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1670281057.5343812, "dev": 2048, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0644", "mtime": 1670281057.5343812, "nlink": 1, "path": "/opt/test1/quux", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "version": "2507643232", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [assert file presence] **************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/tests_disk_errors.yml:254 Monday 05 December 2022 22:58:00 +0000 (0:00:00.263) 0:00:58.201 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Create a partition pool on the disk already containing a file system w/o safe_mode] *** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/tests_disk_errors.yml:259 Monday 05 December 2022 22:58:00 +0000 (0:00:00.045) 0:00:58.247 ******* 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 22:58:00 +0000 (0:00:00.050) 0:00:58.297 ******* 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 22:58:01 +0000 (0:00:00.056) 0:00:58.353 ******* 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 22:58:01 +0000 (0:00:00.461) 0:00:58.815 ******* 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 22:58:01 +0000 (0:00:00.082) 0:00:58.897 ******* 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 22:58:01 +0000 (0:00:00.036) 0:00:58.933 ******* 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 22:58:01 +0000 (0:00:00.035) 0:00:58.969 ******* 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 22:58:01 +0000 (0:00:00.079) 0:00:59.049 ******* 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 22:58:01 +0000 (0:00:00.028) 0:00:59.077 ******* 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 22:58:01 +0000 (0:00:00.041) 0:00:59.118 ******* ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "type": "partition" } ] } TASK [fedora.linux_system_roles.storage : show storage_volumes] **************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:18 Monday 05 December 2022 22:58:01 +0000 (0:00:00.041) 0:00:59.160 ******* 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 22:58:01 +0000 (0:00:00.040) 0:00:59.200 ******* 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 22:58:01 +0000 (0:00:00.040) 0:00:59.241 ******* 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 22:58:01 +0000 (0:00:00.084) 0:00:59.325 ******* 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 22:58:02 +0000 (0:00:00.041) 0:00:59.367 ******* 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 22:58:02 +0000 (0:00:00.042) 0:00:59.410 ******* 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 22:58:02 +0000 (0:00:00.076) 0:00:59.486 ******* 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 22:58:02 +0000 (0:00:00.030) 0:00:59.516 ******* changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/sda", "fs_type": "ext4" }, { "action": "create format", "device": "/dev/sda", "fs_type": "disklabel" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/zram0" ], "mounts": [ { "fstype": "ext4", "path": "/opt/test1", "src": "UUID=91b8783f-45f9-45e3-a638-f6dd267d1f08", "state": "absent" } ], "packages": [ "e2fsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "partition", "volumes": [] } ], "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 22:58:03 +0000 (0:00:01.689) 0:01:01.206 ******* 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 22:58:03 +0000 (0:00:00.056) 0:01:01.262 ******* 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 22:58:03 +0000 (0:00:00.030) 0:01:01.292 ******* ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/sda", "fs_type": "ext4" }, { "action": "create format", "device": "/dev/sda", "fs_type": "disklabel" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/zram0" ], "mounts": [ { "fstype": "ext4", "path": "/opt/test1", "src": "UUID=91b8783f-45f9-45e3-a638-f6dd267d1f08", "state": "absent" } ], "packages": [ "e2fsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "partition", "volumes": [] } ], "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 22:58:04 +0000 (0:00:00.041) 0:01:01.334 ******* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "partition", "volumes": [] } ] }, "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 22:58:04 +0000 (0:00:00.042) 0:01:01.377 ******* 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 22:58:04 +0000 (0:00:00.041) 0:01:01.418 ******* 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=91b8783f-45f9-45e3-a638-f6dd267d1f08', 'path': '/opt/test1', 'state': 'absent', 'fstype': 'ext4'}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext4", "mount_info": { "fstype": "ext4", "path": "/opt/test1", "src": "UUID=91b8783f-45f9-45e3-a638-f6dd267d1f08", "state": "absent" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "UUID=91b8783f-45f9-45e3-a638-f6dd267d1f08" } 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 22:58:04 +0000 (0:00:00.303) 0:01:01.722 ******* 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 22:58:05 +0000 (0:00:00.719) 0:01:02.441 ******* 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 22:58:05 +0000 (0:00:00.055) 0:01:02.496 ******* 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 22:58:05 +0000 (0:00:00.725) 0:01:03.222 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1670280476.9778166, "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 22:58:06 +0000 (0:00:00.394) 0:01:03.616 ******* 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 22:58:06 +0000 (0:00:00.030) 0:01:03.646 ******* ok: [sut] META: role_complete for sut TASK [Verify the output] ******************************************************* task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/tests_disk_errors.yml:269 Monday 05 December 2022 22:58:07 +0000 (0:00:01.130) 0:01:04.777 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clean up] **************************************************************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/tests_disk_errors.yml:274 Monday 05 December 2022 22:58:07 +0000 (0:00:00.039) 0:01:04.816 ******* 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 22:58:07 +0000 (0:00:00.055) 0:01:04.871 ******* 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 22:58:07 +0000 (0:00:00.046) 0:01:04.918 ******* 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 22:58:08 +0000 (0:00:00.607) 0:01:05.525 ******* 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 22:58:08 +0000 (0:00:00.092) 0:01:05.617 ******* 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 22:58:08 +0000 (0:00:00.040) 0:01:05.657 ******* 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 22:58:08 +0000 (0:00:00.037) 0:01:05.695 ******* 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 22:58:08 +0000 (0:00:00.127) 0:01:05.822 ******* 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 22:58:08 +0000 (0:00:00.028) 0:01:05.851 ******* 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 22:58:08 +0000 (0:00:00.047) 0:01:05.899 ******* ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "state": "absent", "type": "partition" } ] } TASK [fedora.linux_system_roles.storage : show storage_volumes] **************** task path: /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:18 Monday 05 December 2022 22:58:08 +0000 (0:00:00.043) 0:01:05.942 ******* 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 22:58:08 +0000 (0:00:00.041) 0:01:05.984 ******* 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 22:58:08 +0000 (0:00:00.059) 0:01:06.043 ******* 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 22:58:08 +0000 (0:00:00.059) 0:01:06.103 ******* 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 22:58:08 +0000 (0:00:00.042) 0:01:06.145 ******* 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 22:58:08 +0000 (0:00:00.048) 0:01:06.194 ******* 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 22:58:08 +0000 (0:00:00.084) 0:01:06.278 ******* 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 22:58:09 +0000 (0:00:00.062) 0:01:06.341 ******* changed: [sut] => { "actions": [ { "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": [], "packages": [ "e2fsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "absent", "type": "partition", "volumes": [] } ], "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 22:58:10 +0000 (0:00:01.973) 0:01:08.315 ******* 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 22:58:11 +0000 (0:00:00.059) 0:01:08.375 ******* 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 22:58:11 +0000 (0:00:00.040) 0:01:08.415 ******* ok: [sut] => { "blivet_output": { "actions": [ { "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": [], "packages": [ "e2fsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "absent", "type": "partition", "volumes": [] } ], "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 22:58:11 +0000 (0:00:00.042) 0:01:08.458 ******* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "absent", "type": "partition", "volumes": [] } ] }, "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 22:58:11 +0000 (0:00:00.044) 0:01:08.502 ******* 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 22:58:11 +0000 (0:00:00.040) 0:01:08.542 ******* 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 22:58:11 +0000 (0:00:00.074) 0:01:08.616 ******* 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 22:58:11 +0000 (0:00:00.033) 0:01:08.650 ******* 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 22:58:11 +0000 (0:00:00.079) 0:01:08.730 ******* 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 22:58:11 +0000 (0:00:00.044) 0:01:08.774 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1670280476.9778166, "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 22:58:11 +0000 (0:00:00.275) 0:01:09.050 ******* 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 22:58:11 +0000 (0:00:00.031) 0:01:09.081 ******* ok: [sut] META: role_complete for sut META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=184 changed=9 unreachable=0 failed=6 skipped=119 rescued=6 ignored=0 Monday 05 December 2022 22:58:12 +0000 (0:00:00.847) 0:01:09.929 ******* =============================================================================== fedora.linux_system_roles.storage : make sure blivet is available ------- 9.61s /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 : make sure required packages are installed --- 2.74s /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:41 fedora.linux_system_roles.storage : get service facts ------------------- 2.68s /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 --- 2.67s /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 fedora.linux_system_roles.storage : manage the pools and volumes to match the specified state --- 1.97s /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 fedora.linux_system_roles.storage : manage the pools and volumes to match the specified state --- 1.69s /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 fedora.linux_system_roles.storage : manage the pools and volumes to match the specified state --- 1.60s /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 fedora.linux_system_roles.storage : manage the pools and volumes to match the specified state --- 1.35s /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 fedora.linux_system_roles.storage : manage the pools and volumes to match the specified state --- 1.33s /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 fedora.linux_system_roles.storage : manage the pools and volumes to match the specified state --- 1.33s /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 fedora.linux_system_roles.storage : manage the pools and volumes to match the specified state --- 1.33s /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 fedora.linux_system_roles.storage : manage the pools and volumes to match the specified state --- 1.32s /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 fedora.linux_system_roles.storage : manage the pools and volumes to match the specified state --- 1.32s /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 fedora.linux_system_roles.storage : manage the pools and volumes to match the specified state --- 1.28s /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 : Update facts ------------------------ 1.13s /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 --- 1.08s /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Gathering Facts --------------------------------------------------------- 1.08s /WORKDIR/dist-git-storage-master-thin_support_reserved_size_fix-gd_e_vqq/tests/tests_disk_errors.yml:2 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 : Update facts ------------------------ 0.84s /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 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---