ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python2.7/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 2.7.5 (default, Nov 14 2023, 16:14:06) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)] Using /etc/ansible/ansible.cfg as config file [WARNING]: running playbook inside collection fedora.linux_system_roles Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_resize.yml ***************************************************** 1 plays in /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml PLAY [Test resize] ************************************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:2 Tuesday 27 August 2024 06:49:58 -0400 (0:00:00.039) 0:00:00.039 ******** ok: [managed_node3] META: ran handlers TASK [Run the role] ************************************************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:19 Tuesday 27 August 2024 06:50:00 -0400 (0:00:01.177) 0:00:01.216 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Tuesday 27 August 2024 06:50:00 -0400 (0:00:00.063) 0:00:01.280 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed_node3 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Tuesday 27 August 2024 06:50:00 -0400 (0:00:00.054) 0:00:01.334 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Tuesday 27 August 2024 06:50:00 -0400 (0:00:00.074) 0:00:01.408 ******** skipping: [managed_node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node3] => (item=CentOS_7.yml) => { "ansible_facts": { "__storage_blivet_diskvolume_mkfs_option_map": { "ext2": "-F", "ext3": "-F", "ext4": "-F" }, "blivet_package_list": [ "python-enum34", "python-blivet3", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed_node3] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Tuesday 27 August 2024 06:50:00 -0400 (0:00:00.120) 0:00:01.529 ******** ok: [managed_node3] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Tuesday 27 August 2024 06:50:00 -0400 (0:00:00.516) 0:00:02.045 ******** ok: [managed_node3] => { "ansible_facts": { "__storage_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Tuesday 27 August 2024 06:50:01 -0400 (0:00:00.127) 0:00:02.173 ******** ok: [managed_node3] => { "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: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Tuesday 27 August 2024 06:50:01 -0400 (0:00:00.079) 0:00:02.253 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Tuesday 27 August 2024 06:50:01 -0400 (0:00:00.039) 0:00:02.292 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed_node3 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Tuesday 27 August 2024 06:50:01 -0400 (0:00:00.132) 0:00:02.425 ******** ok: [managed_node3] => { "changed": false, "rc": 0, "results": [ "python-enum34-1.0.4-1.el7.noarch providing python-enum34 is already installed", "1:python2-blivet3-3.1.3-3.el7.noarch providing python-blivet3 is already installed", "libblockdev-crypto-2.18-5.el7.x86_64 providing libblockdev-crypto is already installed", "libblockdev-dm-2.18-5.el7.x86_64 providing libblockdev-dm is already installed", "libblockdev-lvm-2.18-5.el7.x86_64 providing libblockdev-lvm is already installed", "libblockdev-mdraid-2.18-5.el7.x86_64 providing libblockdev-mdraid is already installed", "libblockdev-swap-2.18-5.el7.x86_64 providing libblockdev-swap is already installed", "libblockdev-2.18-5.el7.x86_64 providing libblockdev is already installed" ] } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Tuesday 27 August 2024 06:50:05 -0400 (0:00:04.131) 0:00:06.556 ******** ok: [managed_node3] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Tuesday 27 August 2024 06:50:05 -0400 (0:00:00.069) 0:00:06.626 ******** ok: [managed_node3] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Tuesday 27 August 2024 06:50:05 -0400 (0:00:00.074) 0:00:06.700 ******** ok: [managed_node3] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Tuesday 27 August 2024 06:50:06 -0400 (0:00:00.806) 0:00:07.507 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for managed_node3 TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Tuesday 27 August 2024 06:50:06 -0400 (0:00:00.175) 0:00:07.682 ******** TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Tuesday 27 August 2024 06:50:06 -0400 (0:00:00.091) 0:00:07.773 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Tuesday 27 August 2024 06:50:06 -0400 (0:00:00.089) 0:00:07.863 ******** TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Tuesday 27 August 2024 06:50:06 -0400 (0:00:00.069) 0:00:07.932 ******** ok: [managed_node3] => { "changed": false, "rc": 0, "results": [ "kpartx-0.4.9-136.el7_9.x86_64 providing kpartx is already installed" ] } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Tuesday 27 August 2024 06:50:07 -0400 (0:00:00.712) 0:00:08.644 ******** ok: [managed_node3] => { "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": "enabled" }, "blivet.service": { "name": "blivet.service", "source": "systemd", "state": "inactive", "status": "static" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "brandbot.service": { "name": "brandbot.service", "source": "systemd", "state": "inactive", "status": "static" }, "chrony-dnssrv@.service": { "name": "chrony-dnssrv@.service", "source": "systemd", "state": "unknown", "status": "static" }, "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": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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" }, "console-shell.service": { "name": "console-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cpupower.service": { "name": "cpupower.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.import1.service": { "name": "dbus-org.freedesktop.import1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "static" }, "dbus-org.freedesktop.machine1.service": { "name": "dbus-org.freedesktop.machine1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "running", "status": "static" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "running", "status": "static" }, "dmraid-activation.service": { "name": "dmraid-activation.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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" }, "ebtables.service": { "name": "ebtables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "unknown" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "halt-local.service": { "name": "halt-local.service", "source": "systemd", "state": "inactive", "status": "static" }, "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" }, "iprdump.service": { "name": "iprdump.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "iprinit.service": { "name": "iprinit.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "iprupdate.service": { "name": "iprupdate.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "kdump.service": { "name": "kdump.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-lvmetad.service": { "name": "lvm2-lvmetad.service", "source": "systemd", "state": "running", "status": "static" }, "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" }, "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" }, "messagebus.service": { "name": "messagebus.service", "source": "systemd", "state": "active", "status": "static" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "netconsole": { "name": "netconsole", "source": "sysv", "state": "stopped", "status": "disabled" }, "network": { "name": "network", "source": "sysv", "state": "running", "status": "enabled" }, "network.service": { "name": "network.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-config.service": { "name": "nfs-config.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-idmap.service": { "name": "nfs-idmap.service", "source": "systemd", "state": "inactive", "status": "static" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-lock.service": { "name": "nfs-lock.service", "source": "systemd", "state": "inactive", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-rquotad.service": { "name": "nfs-rquotad.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-secure.service": { "name": "nfs-secure.service", "source": "systemd", "state": "inactive", "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" }, "nfs.service": { "name": "nfs.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfslock.service": { "name": "nfslock.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-halt.service": { "name": "plymouth-halt.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "plymouth-kexec.service": { "name": "plymouth-kexec.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "plymouth-poweroff.service": { "name": "plymouth-poweroff.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "plymouth-quit.service": { "name": "plymouth-quit.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "plymouth-read-write.service": { "name": "plymouth-read-write.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "plymouth-reboot.service": { "name": "plymouth-reboot.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "plymouth-switch-root.service": { "name": "plymouth-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "polkit.service": { "name": "polkit.service", "source": "systemd", "state": "running", "status": "static" }, "postfix.service": { "name": "postfix.service", "source": "systemd", "state": "running", "status": "enabled" }, "qemu-guest-agent.service": { "name": "qemu-guest-agent.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "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" }, "rhel-autorelabel-mark.service": { "name": "rhel-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "rhel-autorelabel.service": { "name": "rhel-autorelabel.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "rhel-configure.service": { "name": "rhel-configure.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "rhel-dmesg.service": { "name": "rhel-dmesg.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "rhel-domainname.service": { "name": "rhel-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "rhel-import-state.service": { "name": "rhel-import-state.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "rhel-loadmodules.service": { "name": "rhel-loadmodules.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "rhel-readonly.service": { "name": "rhel-readonly.service", "source": "systemd", "state": "stopped", "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-rquotad.service": { "name": "rpc-rquotad.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpcgssd.service": { "name": "rpcgssd.service", "source": "systemd", "state": "inactive", "status": "static" }, "rpcidmapd.service": { "name": "rpcidmapd.service", "source": "systemd", "state": "inactive", "status": "static" }, "rsyncd.service": { "name": "rsyncd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rsyncd@.service": { "name": "rsyncd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "running", "status": "enabled" }, "selinux-policy-migrate-local-changes@.service": { "name": "selinux-policy-migrate-local-changes@.service", "source": "systemd", "state": "unknown", "status": "static" }, "selinux-policy-migrate-local-changes@targeted.service": { "name": "selinux-policy-migrate-local-changes@targeted.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "serial-getty@ttyS0.service": { "name": "serial-getty@ttyS0.service", "source": "systemd", "state": "running", "status": "unknown" }, "sshd-keygen.service": { "name": "sshd-keygen.service", "source": "systemd", "state": "stopped", "status": "static" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "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-bootchart.service": { "name": "systemd-bootchart.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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": "static" }, "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-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-importd.service": { "name": "systemd-importd.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-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-machined.service": { "name": "systemd-machined.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-nspawn@.service": { "name": "systemd-nspawn@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "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-readahead-collect.service": { "name": "systemd-readahead-collect.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-readahead-done.service": { "name": "systemd-readahead-done.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "systemd-readahead-drop.service": { "name": "systemd-readahead-drop.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "systemd-readahead-replay.service": { "name": "systemd-readahead-replay.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-rfkill@.service": { "name": "systemd-rfkill@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-shutdownd.service": { "name": "systemd-shutdownd.service", "source": "systemd", "state": "stopped", "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-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "static" }, "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-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "target.service": { "name": "target.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "targetclid.service": { "name": "targetclid.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "tuned.service": { "name": "tuned.service", "source": "systemd", "state": "running", "status": "enabled" }, "wpa_supplicant.service": { "name": "wpa_supplicant.service", "source": "systemd", "state": "inactive", "status": "disabled" } } }, "changed": false } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Tuesday 27 August 2024 06:50:08 -0400 (0:00:01.113) 0:00:09.757 ******** ok: [managed_node3] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Tuesday 27 August 2024 06:50:08 -0400 (0:00:00.075) 0:00:09.833 ******** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Tuesday 27 August 2024 06:50:08 -0400 (0:00:00.043) 0:00:09.877 ******** ok: [managed_node3] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Tuesday 27 August 2024 06:50:09 -0400 (0:00:00.500) 0:00:10.377 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Tuesday 27 August 2024 06:50:09 -0400 (0:00:00.032) 0:00:10.410 ******** ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724755722.0820048, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "72884e3f126482c2d28276ff7c57744fa95eff91", "ctime": 1724755721.5770001, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 263614, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724755721.5770001, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1229, "uid": 0, "version": "18446744072886413789", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Tuesday 27 August 2024 06:50:09 -0400 (0:00:00.315) 0:00:10.726 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Tuesday 27 August 2024 06:50:09 -0400 (0:00:00.036) 0:00:10.762 ******** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Tuesday 27 August 2024 06:50:09 -0400 (0:00:00.030) 0:00:10.793 ******** ok: [managed_node3] => { "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: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Tuesday 27 August 2024 06:50:09 -0400 (0:00:00.036) 0:00:10.829 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Tuesday 27 August 2024 06:50:09 -0400 (0:00:00.036) 0:00:10.866 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Tuesday 27 August 2024 06:50:09 -0400 (0:00:00.036) 0:00:10.902 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Tuesday 27 August 2024 06:50:09 -0400 (0:00:00.033) 0:00:10.936 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Tuesday 27 August 2024 06:50:09 -0400 (0:00:00.032) 0:00:10.969 ******** TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Tuesday 27 August 2024 06:50:09 -0400 (0:00:00.032) 0:00:11.001 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Tuesday 27 August 2024 06:50:09 -0400 (0:00:00.031) 0:00:11.033 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Tuesday 27 August 2024 06:50:09 -0400 (0:00:00.032) 0:00:11.066 ******** ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724753284.71151, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1724753282.8934937, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 263632, "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": 1724753282.8924935, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "18446744072886414410", "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: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Tuesday 27 August 2024 06:50:10 -0400 (0:00:00.327) 0:00:11.393 ******** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Tuesday 27 August 2024 06:50:10 -0400 (0:00:00.034) 0:00:11.427 ******** ok: [managed_node3] TASK [Mark tasks to be skipped] ************************************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:23 Tuesday 27 August 2024 06:50:10 -0400 (0:00:00.697) 0:00:12.124 ******** ok: [managed_node3] => { "ansible_facts": { "storage_skip_checks": [ "blivet_available", "packages_installed", "service_facts" ] }, "changed": false } TASK [Get unused disks] ******************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:30 Tuesday 27 August 2024 06:50:11 -0400 (0:00:00.040) 0:00:12.165 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml for managed_node3 TASK [Ensure test packages] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:2 Tuesday 27 August 2024 06:50:11 -0400 (0:00:00.054) 0:00:12.220 ******** ok: [managed_node3] => { "changed": false, "rc": 0, "results": [ "util-linux-2.23.2-65.el7_9.1.x86_64 providing util-linux is already installed" ] } TASK [Find unused disks in the system] ***************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:11 Tuesday 27 August 2024 06:50:11 -0400 (0:00:00.554) 0:00:12.775 ******** ok: [managed_node3] => { "changed": false, "disks": [ "sda" ], "info": [ "Line: NAME=\"/dev/sda\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdb\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdc\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdd\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sde\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdf\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdg\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdh\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdi\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda\" TYPE=\"disk\" SIZE=\"268435456000\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"268434390528\" FSTYPE=\"ext4\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"268434390528\" FSTYPE=\"ext4\" LOG-SEC=\"512\"", "filename [xvda1] is a partition", "Disk [/dev/xvda] attrs [{'fstype': '', 'type': 'disk', 'ssize': '512', 'size': '268435456000'}] has partitions" ] } TASK [Debug why there are no unused disks] ************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:20 Tuesday 27 August 2024 06:50:12 -0400 (0:00:00.452) 0:00:13.227 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set unused_disks if necessary] ******************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:29 Tuesday 27 August 2024 06:50:12 -0400 (0:00:00.032) 0:00:13.259 ******** ok: [managed_node3] => { "ansible_facts": { "unused_disks": [ "sda" ] }, "changed": false } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:34 Tuesday 27 August 2024 06:50:12 -0400 (0:00:00.039) 0:00:13.298 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Print unused disks] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:39 Tuesday 27 August 2024 06:50:12 -0400 (0:00:00.033) 0:00:13.332 ******** ok: [managed_node3] => { "unused_disks": [ "sda" ] } TASK [Create one LVM logical volume under one volume group with size 5g] ******* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:38 Tuesday 27 August 2024 06:50:12 -0400 (0:00:00.036) 0:00:13.368 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Tuesday 27 August 2024 06:50:12 -0400 (0:00:00.065) 0:00:13.434 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed_node3 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Tuesday 27 August 2024 06:50:12 -0400 (0:00:00.065) 0:00:13.499 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Tuesday 27 August 2024 06:50:12 -0400 (0:00:00.038) 0:00:13.538 ******** skipping: [managed_node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node3] => (item=CentOS_7.yml) => { "ansible_facts": { "__storage_blivet_diskvolume_mkfs_option_map": { "ext2": "-F", "ext3": "-F", "ext4": "-F" }, "blivet_package_list": [ "python-enum34", "python-blivet3", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed_node3] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Tuesday 27 August 2024 06:50:12 -0400 (0:00:00.080) 0:00:13.618 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Tuesday 27 August 2024 06:50:12 -0400 (0:00:00.034) 0:00:13.653 ******** skipping: [managed_node3] => { "changed": false, "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: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Tuesday 27 August 2024 06:50:12 -0400 (0:00:00.032) 0:00:13.686 ******** ok: [managed_node3] => { "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: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Tuesday 27 August 2024 06:50:12 -0400 (0:00:00.037) 0:00:13.723 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Tuesday 27 August 2024 06:50:12 -0400 (0:00:00.038) 0:00:13.762 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed_node3 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Tuesday 27 August 2024 06:50:12 -0400 (0:00:00.120) 0:00:13.883 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Tuesday 27 August 2024 06:50:12 -0400 (0:00:00.043) 0:00:13.926 ******** ok: [managed_node3] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "type": "lvm", "volumes": [ { "fs_type": "ext4", "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Tuesday 27 August 2024 06:50:12 -0400 (0:00:00.055) 0:00:13.981 ******** ok: [managed_node3] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Tuesday 27 August 2024 06:50:12 -0400 (0:00:00.044) 0:00:14.025 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Tuesday 27 August 2024 06:50:12 -0400 (0:00:00.041) 0:00:14.067 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Tuesday 27 August 2024 06:50:12 -0400 (0:00:00.039) 0:00:14.106 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Tuesday 27 August 2024 06:50:12 -0400 (0:00:00.033) 0:00:14.139 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Tuesday 27 August 2024 06:50:13 -0400 (0:00:00.033) 0:00:14.173 ******** ok: [managed_node3] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Tuesday 27 August 2024 06:50:13 -0400 (0:00:00.052) 0:00:14.226 ******** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Tuesday 27 August 2024 06:50:13 -0400 (0:00:00.038) 0:00:14.264 ******** changed: [managed_node3] => { "actions": [ { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test1", "fs_type": "ext4" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/mapper/foo-test1" ], "mounts": [ { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Tuesday 27 August 2024 06:50:18 -0400 (0:00:05.734) 0:00:19.999 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Tuesday 27 August 2024 06:50:18 -0400 (0:00:00.079) 0:00:20.078 ******** ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724755722.0820048, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "72884e3f126482c2d28276ff7c57744fa95eff91", "ctime": 1724755721.5770001, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 263614, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724755721.5770001, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1229, "uid": 0, "version": "18446744072886413789", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Tuesday 27 August 2024 06:50:19 -0400 (0:00:00.439) 0:00:20.517 ******** ok: [managed_node3] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Tuesday 27 August 2024 06:50:20 -0400 (0:00:00.721) 0:00:21.239 ******** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Tuesday 27 August 2024 06:50:20 -0400 (0:00:00.048) 0:00:21.287 ******** ok: [managed_node3] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test1", "fs_type": "ext4" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/mapper/foo-test1" ], "mounts": [ { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Tuesday 27 August 2024 06:50:20 -0400 (0:00:00.080) 0:00:21.367 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Tuesday 27 August 2024 06:50:20 -0400 (0:00:00.064) 0:00:21.432 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Tuesday 27 August 2024 06:50:20 -0400 (0:00:00.060) 0:00:21.492 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Tuesday 27 August 2024 06:50:20 -0400 (0:00:00.049) 0:00:21.541 ******** ok: [managed_node3] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Tuesday 27 August 2024 06:50:21 -0400 (0:00:01.195) 0:00:22.736 ******** changed: [managed_node3] => (item={u'src': u'/dev/mapper/foo-test1', u'group': None, u'dump': 0, u'passno': 0, u'fstype': u'ext4', u'state': u'mounted', u'mode': None, u'owner': None, u'path': u'/opt/test1', u'opts': u'defaults'}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext4", "mount_info": { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Tuesday 27 August 2024 06:50:22 -0400 (0:00:00.620) 0:00:23.357 ******** skipping: [managed_node3] => (item={u'src': u'/dev/mapper/foo-test1', u'group': None, u'dump': 0, u'passno': 0, u'fstype': u'ext4', u'state': u'mounted', u'mode': None, u'owner': None, u'path': u'/opt/test1', u'opts': u'defaults'}) => { "ansible_loop_var": "mount_info", "changed": false, "mount_info": { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Tuesday 27 August 2024 06:50:22 -0400 (0:00:00.069) 0:00:23.427 ******** ok: [managed_node3] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Tuesday 27 August 2024 06:50:22 -0400 (0:00:00.719) 0:00:24.147 ******** ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724753284.71151, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1724753282.8934937, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 263632, "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": 1724753282.8924935, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "18446744072886414410", "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: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Tuesday 27 August 2024 06:50:23 -0400 (0:00:00.528) 0:00:24.675 ******** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Tuesday 27 August 2024 06:50:23 -0400 (0:00:00.109) 0:00:24.785 ******** ok: [managed_node3] TASK [Verify role results] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:55 Tuesday 27 August 2024 06:50:25 -0400 (0:00:01.994) 0:00:26.780 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed_node3 TASK [Print out pool information] ********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Tuesday 27 August 2024 06:50:25 -0400 (0:00:00.109) 0:00:26.890 ******** ok: [managed_node3] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Tuesday 27 August 2024 06:50:25 -0400 (0:00:00.086) 0:00:26.976 ******** skipping: [managed_node3] => {} TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Tuesday 27 August 2024 06:50:25 -0400 (0:00:00.105) 0:00:27.082 ******** ok: [managed_node3] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "ext4", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/foo-test1", "size": "5G", "type": "lvm", "uuid": "ffbade63-02dd-49a9-a507-a1091c0dc2e3" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "VEIS3W-wLnU-GBIR-uHP0-wRNv-INVT-zutXlJ" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "ext4", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "c7b7d6a5-fd01-4b9b-bcca-153eaff9d312" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Tuesday 27 August 2024 06:50:26 -0400 (0:00:00.638) 0:00:27.720 ******** ok: [managed_node3] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002663", "end": "2024-08-27 06:50:27.161903", "rc": 0, "start": "2024-08-27 06:50:27.159240" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Thu Jun 20 10:23:46 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk' # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info # UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312 / ext4 defaults 1 1 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 /dev/mapper/foo-test1 /opt/test1 ext4 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Tuesday 27 August 2024 06:50:27 -0400 (0:00:00.692) 0:00:28.412 ******** ok: [managed_node3] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003130", "end": "2024-08-27 06:50:27.595619", "failed_when_result": false, "rc": 0, "start": "2024-08-27 06:50:27.592489" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Tuesday 27 August 2024 06:50:27 -0400 (0:00:00.422) 0:00:28.835 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed_node3 TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Tuesday 27 August 2024 06:50:27 -0400 (0:00:00.134) 0:00:28.969 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Tuesday 27 August 2024 06:50:27 -0400 (0:00:00.049) 0:00:29.019 ******** ok: [managed_node3] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.017043", "end": "2024-08-27 06:50:28.343297", "rc": 0, "start": "2024-08-27 06:50:28.326254" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Tuesday 27 August 2024 06:50:28 -0400 (0:00:00.597) 0:00:29.617 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Tuesday 27 August 2024 06:50:28 -0400 (0:00:00.111) 0:00:29.729 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed_node3 TASK [Set test variables] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Tuesday 27 August 2024 06:50:28 -0400 (0:00:00.133) 0:00:29.862 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Tuesday 27 August 2024 06:50:28 -0400 (0:00:00.081) 0:00:29.943 ******** ok: [managed_node3] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } TASK [Set pvs lvm length] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Tuesday 27 August 2024 06:50:29 -0400 (0:00:00.952) 0:00:30.895 ******** ok: [managed_node3] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Tuesday 27 August 2024 06:50:29 -0400 (0:00:00.069) 0:00:30.964 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Tuesday 27 August 2024 06:50:29 -0400 (0:00:00.086) 0:00:31.051 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Tuesday 27 August 2024 06:50:29 -0400 (0:00:00.066) 0:00:31.117 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Tuesday 27 August 2024 06:50:30 -0400 (0:00:00.066) 0:00:31.183 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Tuesday 27 August 2024 06:50:30 -0400 (0:00:00.076) 0:00:31.260 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Tuesday 27 August 2024 06:50:30 -0400 (0:00:00.077) 0:00:31.338 ******** ok: [managed_node3] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Tuesday 27 August 2024 06:50:30 -0400 (0:00:00.077) 0:00:31.415 ******** ok: [managed_node3] => { "changed": false, "rc": 0 } STDOUT: False STDERR: Shared connection to 10.31.41.77 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Tuesday 27 August 2024 06:50:30 -0400 (0:00:00.387) 0:00:31.802 ******** skipping: [managed_node3] => (item=/dev/sda) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda" } TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Tuesday 27 August 2024 06:50:30 -0400 (0:00:00.074) 0:00:31.877 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed_node3 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Tuesday 27 August 2024 06:50:30 -0400 (0:00:00.135) 0:00:32.012 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Tuesday 27 August 2024 06:50:30 -0400 (0:00:00.055) 0:00:32.068 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Tuesday 27 August 2024 06:50:30 -0400 (0:00:00.053) 0:00:32.121 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Tuesday 27 August 2024 06:50:31 -0400 (0:00:00.056) 0:00:32.178 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Tuesday 27 August 2024 06:50:31 -0400 (0:00:00.109) 0:00:32.288 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Tuesday 27 August 2024 06:50:31 -0400 (0:00:00.073) 0:00:32.362 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Tuesday 27 August 2024 06:50:31 -0400 (0:00:00.069) 0:00:32.431 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Tuesday 27 August 2024 06:50:31 -0400 (0:00:00.051) 0:00:32.483 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Tuesday 27 August 2024 06:50:31 -0400 (0:00:00.058) 0:00:32.541 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Tuesday 27 August 2024 06:50:31 -0400 (0:00:00.141) 0:00:32.683 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Tuesday 27 August 2024 06:50:31 -0400 (0:00:00.066) 0:00:32.750 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Tuesday 27 August 2024 06:50:31 -0400 (0:00:00.053) 0:00:32.803 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed_node3 TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Tuesday 27 August 2024 06:50:31 -0400 (0:00:00.143) 0:00:32.947 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml for managed_node3 TASK [Get information about the LV] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:8 Tuesday 27 August 2024 06:50:31 -0400 (0:00:00.121) 0:00:33.068 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:16 Tuesday 27 August 2024 06:50:31 -0400 (0:00:00.079) 0:00:33.147 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:20 Tuesday 27 August 2024 06:50:32 -0400 (0:00:00.082) 0:00:33.229 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Tuesday 27 August 2024 06:50:32 -0400 (0:00:00.065) 0:00:33.295 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Tuesday 27 August 2024 06:50:32 -0400 (0:00:00.054) 0:00:33.349 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Tuesday 27 August 2024 06:50:32 -0400 (0:00:00.055) 0:00:33.404 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Tuesday 27 August 2024 06:50:32 -0400 (0:00:00.065) 0:00:33.470 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Tuesday 27 August 2024 06:50:32 -0400 (0:00:00.061) 0:00:33.531 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml for managed_node3 TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Tuesday 27 August 2024 06:50:32 -0400 (0:00:00.140) 0:00:33.672 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml for managed_node3 TASK [Get information about thinpool] ****************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Tuesday 27 August 2024 06:50:32 -0400 (0:00:00.207) 0:00:33.879 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Tuesday 27 August 2024 06:50:32 -0400 (0:00:00.125) 0:00:34.005 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Tuesday 27 August 2024 06:50:32 -0400 (0:00:00.060) 0:00:34.066 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Tuesday 27 August 2024 06:50:32 -0400 (0:00:00.053) 0:00:34.119 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Tuesday 27 August 2024 06:50:33 -0400 (0:00:00.060) 0:00:34.179 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed_node3 TASK [Set test variables] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Tuesday 27 August 2024 06:50:33 -0400 (0:00:00.168) 0:00:34.348 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Tuesday 27 August 2024 06:50:33 -0400 (0:00:00.059) 0:00:34.407 ******** skipping: [managed_node3] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Tuesday 27 August 2024 06:50:33 -0400 (0:00:00.079) 0:00:34.487 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node3 TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Tuesday 27 August 2024 06:50:33 -0400 (0:00:00.146) 0:00:34.634 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Tuesday 27 August 2024 06:50:33 -0400 (0:00:00.129) 0:00:34.763 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Tuesday 27 August 2024 06:50:33 -0400 (0:00:00.068) 0:00:34.832 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Tuesday 27 August 2024 06:50:33 -0400 (0:00:00.073) 0:00:34.906 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Tuesday 27 August 2024 06:50:33 -0400 (0:00:00.055) 0:00:34.962 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Tuesday 27 August 2024 06:50:33 -0400 (0:00:00.055) 0:00:35.018 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Tuesday 27 August 2024 06:50:33 -0400 (0:00:00.035) 0:00:35.053 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Tuesday 27 August 2024 06:50:33 -0400 (0:00:00.034) 0:00:35.088 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml for managed_node3 TASK [Validate pool member VDO settings] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Tuesday 27 August 2024 06:50:34 -0400 (0:00:00.088) 0:00:35.177 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml for managed_node3 TASK [Get information about VDO deduplication] ********************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Tuesday 27 August 2024 06:50:34 -0400 (0:00:00.121) 0:00:35.299 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Tuesday 27 August 2024 06:50:34 -0400 (0:00:00.070) 0:00:35.369 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Tuesday 27 August 2024 06:50:34 -0400 (0:00:00.058) 0:00:35.428 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Tuesday 27 August 2024 06:50:34 -0400 (0:00:00.069) 0:00:35.497 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Tuesday 27 August 2024 06:50:34 -0400 (0:00:00.073) 0:00:35.571 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Tuesday 27 August 2024 06:50:34 -0400 (0:00:00.052) 0:00:35.623 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:46 Tuesday 27 August 2024 06:50:34 -0400 (0:00:00.077) 0:00:35.701 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Tuesday 27 August 2024 06:50:34 -0400 (0:00:00.124) 0:00:35.825 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed_node3 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Tuesday 27 August 2024 06:50:34 -0400 (0:00:00.198) 0:00:36.024 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Tuesday 27 August 2024 06:50:34 -0400 (0:00:00.120) 0:00:36.144 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Tuesday 27 August 2024 06:50:35 -0400 (0:00:00.112) 0:00:36.257 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Tuesday 27 August 2024 06:50:35 -0400 (0:00:00.062) 0:00:36.319 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Tuesday 27 August 2024 06:50:35 -0400 (0:00:00.084) 0:00:36.404 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Tuesday 27 August 2024 06:50:35 -0400 (0:00:00.055) 0:00:36.459 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Tuesday 27 August 2024 06:50:35 -0400 (0:00:00.086) 0:00:36.545 ******** ok: [managed_node3] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Tuesday 27 August 2024 06:50:35 -0400 (0:00:00.053) 0:00:36.599 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed_node3 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Tuesday 27 August 2024 06:50:35 -0400 (0:00:00.124) 0:00:36.723 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Tuesday 27 August 2024 06:50:35 -0400 (0:00:00.081) 0:00:36.805 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed_node3 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Tuesday 27 August 2024 06:50:36 -0400 (0:00:00.459) 0:00:37.264 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Tuesday 27 August 2024 06:50:36 -0400 (0:00:00.067) 0:00:37.332 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Tuesday 27 August 2024 06:50:36 -0400 (0:00:00.069) 0:00:37.401 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Tuesday 27 August 2024 06:50:36 -0400 (0:00:00.066) 0:00:37.468 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Tuesday 27 August 2024 06:50:36 -0400 (0:00:00.074) 0:00:37.542 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Tuesday 27 August 2024 06:50:36 -0400 (0:00:00.053) 0:00:37.596 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Tuesday 27 August 2024 06:50:36 -0400 (0:00:00.058) 0:00:37.655 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Tuesday 27 August 2024 06:50:36 -0400 (0:00:00.074) 0:00:37.730 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Tuesday 27 August 2024 06:50:36 -0400 (0:00:00.063) 0:00:37.793 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Tuesday 27 August 2024 06:50:36 -0400 (0:00:00.057) 0:00:37.851 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Tuesday 27 August 2024 06:50:36 -0400 (0:00:00.054) 0:00:37.906 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Tuesday 27 August 2024 06:50:36 -0400 (0:00:00.113) 0:00:38.019 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/foo-test1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 ext4 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Tuesday 27 August 2024 06:50:36 -0400 (0:00:00.132) 0:00:38.152 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Tuesday 27 August 2024 06:50:37 -0400 (0:00:00.076) 0:00:38.228 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Tuesday 27 August 2024 06:50:37 -0400 (0:00:00.080) 0:00:38.309 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Tuesday 27 August 2024 06:50:37 -0400 (0:00:00.063) 0:00:38.372 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:51 Tuesday 27 August 2024 06:50:37 -0400 (0:00:00.052) 0:00:38.425 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Tuesday 27 August 2024 06:50:37 -0400 (0:00:00.044) 0:00:38.470 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Tuesday 27 August 2024 06:50:37 -0400 (0:00:00.076) 0:00:38.547 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Tuesday 27 August 2024 06:50:37 -0400 (0:00:00.079) 0:00:38.627 ******** ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724755818.6938536, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1724755818.6938536, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 555275, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1724755818.6938536, "nlink": 1, "path": "/dev/mapper/foo-test1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Tuesday 27 August 2024 06:50:37 -0400 (0:00:00.341) 0:00:38.968 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Tuesday 27 August 2024 06:50:37 -0400 (0:00:00.065) 0:00:39.034 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Tuesday 27 August 2024 06:50:37 -0400 (0:00:00.053) 0:00:39.087 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Tuesday 27 August 2024 06:50:37 -0400 (0:00:00.057) 0:00:39.145 ******** ok: [managed_node3] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Tuesday 27 August 2024 06:50:38 -0400 (0:00:00.059) 0:00:39.205 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Tuesday 27 August 2024 06:50:38 -0400 (0:00:00.045) 0:00:39.251 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Tuesday 27 August 2024 06:50:38 -0400 (0:00:00.048) 0:00:39.300 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Tuesday 27 August 2024 06:50:38 -0400 (0:00:00.034) 0:00:39.334 ******** ok: [managed_node3] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Tuesday 27 August 2024 06:50:38 -0400 (0:00:00.518) 0:00:39.853 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Tuesday 27 August 2024 06:50:38 -0400 (0:00:00.040) 0:00:39.894 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Tuesday 27 August 2024 06:50:38 -0400 (0:00:00.035) 0:00:39.930 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Tuesday 27 August 2024 06:50:38 -0400 (0:00:00.051) 0:00:39.981 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Tuesday 27 August 2024 06:50:38 -0400 (0:00:00.046) 0:00:40.028 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Tuesday 27 August 2024 06:50:38 -0400 (0:00:00.052) 0:00:40.080 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Tuesday 27 August 2024 06:50:38 -0400 (0:00:00.044) 0:00:40.125 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Tuesday 27 August 2024 06:50:39 -0400 (0:00:00.047) 0:00:40.172 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Tuesday 27 August 2024 06:50:39 -0400 (0:00:00.058) 0:00:40.230 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Tuesday 27 August 2024 06:50:39 -0400 (0:00:00.052) 0:00:40.283 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Tuesday 27 August 2024 06:50:39 -0400 (0:00:00.044) 0:00:40.327 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Tuesday 27 August 2024 06:50:39 -0400 (0:00:00.035) 0:00:40.363 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Tuesday 27 August 2024 06:50:39 -0400 (0:00:00.041) 0:00:40.404 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Tuesday 27 August 2024 06:50:39 -0400 (0:00:00.049) 0:00:40.454 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Tuesday 27 August 2024 06:50:39 -0400 (0:00:00.057) 0:00:40.512 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Tuesday 27 August 2024 06:50:39 -0400 (0:00:00.052) 0:00:40.565 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Tuesday 27 August 2024 06:50:39 -0400 (0:00:00.057) 0:00:40.623 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Tuesday 27 August 2024 06:50:39 -0400 (0:00:00.055) 0:00:40.678 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Tuesday 27 August 2024 06:50:39 -0400 (0:00:00.047) 0:00:40.726 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Tuesday 27 August 2024 06:50:39 -0400 (0:00:00.041) 0:00:40.767 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Tuesday 27 August 2024 06:50:39 -0400 (0:00:00.043) 0:00:40.810 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Tuesday 27 August 2024 06:50:39 -0400 (0:00:00.042) 0:00:40.853 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Tuesday 27 August 2024 06:50:39 -0400 (0:00:00.082) 0:00:40.936 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Tuesday 27 August 2024 06:50:39 -0400 (0:00:00.035) 0:00:40.971 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Tuesday 27 August 2024 06:50:39 -0400 (0:00:00.046) 0:00:41.018 ******** ok: [managed_node3] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Tuesday 27 August 2024 06:50:40 -0400 (0:00:00.527) 0:00:41.545 ******** ok: [managed_node3] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Tuesday 27 August 2024 06:50:40 -0400 (0:00:00.371) 0:00:41.917 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_expected_size": "5368709120" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Tuesday 27 August 2024 06:50:40 -0400 (0:00:00.051) 0:00:41.969 ******** ok: [managed_node3] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Tuesday 27 August 2024 06:50:40 -0400 (0:00:00.038) 0:00:42.007 ******** ok: [managed_node3] => { "bytes": 10737418240, "changed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Tuesday 27 August 2024 06:50:41 -0400 (0:00:00.386) 0:00:42.394 ******** skipping: [managed_node3] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Tuesday 27 August 2024 06:50:41 -0400 (0:00:00.060) 0:00:42.454 ******** skipping: [managed_node3] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Tuesday 27 August 2024 06:50:41 -0400 (0:00:00.058) 0:00:42.513 ******** skipping: [managed_node3] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Tuesday 27 August 2024 06:50:41 -0400 (0:00:00.060) 0:00:42.573 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Tuesday 27 August 2024 06:50:41 -0400 (0:00:00.063) 0:00:42.636 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Tuesday 27 August 2024 06:50:41 -0400 (0:00:00.053) 0:00:42.689 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Tuesday 27 August 2024 06:50:41 -0400 (0:00:00.054) 0:00:42.743 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Tuesday 27 August 2024 06:50:41 -0400 (0:00:00.054) 0:00:42.798 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Tuesday 27 August 2024 06:50:41 -0400 (0:00:00.055) 0:00:42.854 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Tuesday 27 August 2024 06:50:41 -0400 (0:00:00.054) 0:00:42.908 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Tuesday 27 August 2024 06:50:41 -0400 (0:00:00.052) 0:00:42.960 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Tuesday 27 August 2024 06:50:41 -0400 (0:00:00.055) 0:00:43.016 ******** skipping: [managed_node3] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Tuesday 27 August 2024 06:50:41 -0400 (0:00:00.053) 0:00:43.070 ******** skipping: [managed_node3] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Tuesday 27 August 2024 06:50:41 -0400 (0:00:00.059) 0:00:43.129 ******** skipping: [managed_node3] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Tuesday 27 August 2024 06:50:42 -0400 (0:00:00.087) 0:00:43.216 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Tuesday 27 August 2024 06:50:42 -0400 (0:00:00.150) 0:00:43.367 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Tuesday 27 August 2024 06:50:42 -0400 (0:00:00.065) 0:00:43.433 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Tuesday 27 August 2024 06:50:42 -0400 (0:00:00.083) 0:00:43.516 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Tuesday 27 August 2024 06:50:42 -0400 (0:00:00.062) 0:00:43.579 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Tuesday 27 August 2024 06:50:42 -0400 (0:00:00.082) 0:00:43.661 ******** ok: [managed_node3] => { "storage_test_actual_size": { "bytes": 5368709120, "changed": false, "failed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Tuesday 27 August 2024 06:50:42 -0400 (0:00:00.064) 0:00:43.725 ******** ok: [managed_node3] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Tuesday 27 August 2024 06:50:42 -0400 (0:00:00.052) 0:00:43.778 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Tuesday 27 August 2024 06:50:42 -0400 (0:00:00.065) 0:00:43.844 ******** ok: [managed_node3] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.018482", "end": "2024-08-27 06:50:43.000291", "rc": 0, "start": "2024-08-27 06:50:42.981809" } STDOUT: LVM2_LV_NAME=test1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Tuesday 27 August 2024 06:50:43 -0400 (0:00:00.377) 0:00:44.221 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Tuesday 27 August 2024 06:50:43 -0400 (0:00:00.070) 0:00:44.291 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Tuesday 27 August 2024 06:50:43 -0400 (0:00:00.069) 0:00:44.360 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Tuesday 27 August 2024 06:50:43 -0400 (0:00:00.061) 0:00:44.422 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Tuesday 27 August 2024 06:50:43 -0400 (0:00:00.077) 0:00:44.499 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Tuesday 27 August 2024 06:50:43 -0400 (0:00:00.057) 0:00:44.557 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Tuesday 27 August 2024 06:50:43 -0400 (0:00:00.059) 0:00:44.616 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Tuesday 27 August 2024 06:50:43 -0400 (0:00:00.044) 0:00:44.661 ******** TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Tuesday 27 August 2024 06:50:43 -0400 (0:00:00.043) 0:00:44.704 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Change volume_size to 9g] ************************************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:58 Tuesday 27 August 2024 06:50:43 -0400 (0:00:00.046) 0:00:44.751 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Tuesday 27 August 2024 06:50:43 -0400 (0:00:00.083) 0:00:44.834 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed_node3 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Tuesday 27 August 2024 06:50:43 -0400 (0:00:00.057) 0:00:44.892 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Tuesday 27 August 2024 06:50:43 -0400 (0:00:00.053) 0:00:44.946 ******** skipping: [managed_node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node3] => (item=CentOS_7.yml) => { "ansible_facts": { "__storage_blivet_diskvolume_mkfs_option_map": { "ext2": "-F", "ext3": "-F", "ext4": "-F" }, "blivet_package_list": [ "python-enum34", "python-blivet3", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed_node3] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Tuesday 27 August 2024 06:50:43 -0400 (0:00:00.114) 0:00:45.061 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Tuesday 27 August 2024 06:50:43 -0400 (0:00:00.045) 0:00:45.106 ******** skipping: [managed_node3] => { "changed": false, "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: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Tuesday 27 August 2024 06:50:43 -0400 (0:00:00.042) 0:00:45.148 ******** ok: [managed_node3] => { "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: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Tuesday 27 August 2024 06:50:44 -0400 (0:00:00.051) 0:00:45.200 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Tuesday 27 August 2024 06:50:44 -0400 (0:00:00.044) 0:00:45.244 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed_node3 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Tuesday 27 August 2024 06:50:44 -0400 (0:00:00.083) 0:00:45.328 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Tuesday 27 August 2024 06:50:44 -0400 (0:00:00.038) 0:00:45.367 ******** ok: [managed_node3] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "type": "lvm", "volumes": [ { "fs_type": "ext4", "mount_point": "/opt/test1", "name": "test1", "size": "9g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Tuesday 27 August 2024 06:50:44 -0400 (0:00:00.089) 0:00:45.457 ******** ok: [managed_node3] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Tuesday 27 August 2024 06:50:44 -0400 (0:00:00.067) 0:00:45.524 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Tuesday 27 August 2024 06:50:44 -0400 (0:00:00.056) 0:00:45.580 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Tuesday 27 August 2024 06:50:44 -0400 (0:00:00.054) 0:00:45.635 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Tuesday 27 August 2024 06:50:44 -0400 (0:00:00.053) 0:00:45.689 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Tuesday 27 August 2024 06:50:44 -0400 (0:00:00.046) 0:00:45.735 ******** ok: [managed_node3] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Tuesday 27 August 2024 06:50:44 -0400 (0:00:00.065) 0:00:45.801 ******** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Tuesday 27 August 2024 06:50:44 -0400 (0:00:00.047) 0:00:45.849 ******** changed: [managed_node3] => { "actions": [ { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext4" } ], "changed": true, "crypts": [], "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "9g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Tuesday 27 August 2024 06:50:49 -0400 (0:00:04.606) 0:00:50.455 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Tuesday 27 August 2024 06:50:49 -0400 (0:00:00.054) 0:00:50.509 ******** ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724755822.0828834, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6b95df90798c1adba66c669f2bd76d2d16d86df5", "ctime": 1724755822.0798833, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 263614, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724755822.0798833, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1280, "uid": 0, "version": "18446744072886413789", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Tuesday 27 August 2024 06:50:49 -0400 (0:00:00.380) 0:00:50.890 ******** ok: [managed_node3] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Tuesday 27 August 2024 06:50:50 -0400 (0:00:00.401) 0:00:51.292 ******** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Tuesday 27 August 2024 06:50:50 -0400 (0:00:00.050) 0:00:51.342 ******** ok: [managed_node3] => { "blivet_output": { "actions": [ { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext4" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "9g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Tuesday 27 August 2024 06:50:50 -0400 (0:00:00.072) 0:00:51.415 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "9g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Tuesday 27 August 2024 06:50:50 -0400 (0:00:00.065) 0:00:51.481 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Tuesday 27 August 2024 06:50:50 -0400 (0:00:00.059) 0:00:51.540 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Tuesday 27 August 2024 06:50:50 -0400 (0:00:00.051) 0:00:51.591 ******** ok: [managed_node3] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Tuesday 27 August 2024 06:50:50 -0400 (0:00:00.535) 0:00:52.127 ******** changed: [managed_node3] => (item={u'src': u'/dev/mapper/foo-test1', u'group': None, u'dump': 0, u'passno': 0, u'fstype': u'ext4', u'state': u'mounted', u'mode': None, u'owner': None, u'path': u'/opt/test1', u'opts': u'defaults'}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext4", "mount_info": { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Tuesday 27 August 2024 06:50:51 -0400 (0:00:00.454) 0:00:52.581 ******** skipping: [managed_node3] => (item={u'src': u'/dev/mapper/foo-test1', u'group': None, u'dump': 0, u'passno': 0, u'fstype': u'ext4', u'state': u'mounted', u'mode': None, u'owner': None, u'path': u'/opt/test1', u'opts': u'defaults'}) => { "ansible_loop_var": "mount_info", "changed": false, "mount_info": { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Tuesday 27 August 2024 06:50:51 -0400 (0:00:00.101) 0:00:52.683 ******** ok: [managed_node3] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Tuesday 27 August 2024 06:50:52 -0400 (0:00:00.643) 0:00:53.326 ******** ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724753284.71151, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1724753282.8934937, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 263632, "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": 1724753282.8924935, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "18446744072886414410", "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: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Tuesday 27 August 2024 06:50:52 -0400 (0:00:00.429) 0:00:53.755 ******** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Tuesday 27 August 2024 06:50:52 -0400 (0:00:00.071) 0:00:53.827 ******** ok: [managed_node3] TASK [Verify role results] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:72 Tuesday 27 August 2024 06:50:53 -0400 (0:00:00.735) 0:00:54.563 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed_node3 TASK [Print out pool information] ********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Tuesday 27 August 2024 06:50:53 -0400 (0:00:00.085) 0:00:54.648 ******** ok: [managed_node3] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "9g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Tuesday 27 August 2024 06:50:53 -0400 (0:00:00.055) 0:00:54.703 ******** skipping: [managed_node3] => {} TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Tuesday 27 August 2024 06:50:53 -0400 (0:00:00.045) 0:00:54.749 ******** ok: [managed_node3] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "ext4", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/foo-test1", "size": "9G", "type": "lvm", "uuid": "ffbade63-02dd-49a9-a507-a1091c0dc2e3" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "VEIS3W-wLnU-GBIR-uHP0-wRNv-INVT-zutXlJ" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "ext4", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "c7b7d6a5-fd01-4b9b-bcca-153eaff9d312" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Tuesday 27 August 2024 06:50:53 -0400 (0:00:00.385) 0:00:55.135 ******** ok: [managed_node3] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002644", "end": "2024-08-27 06:50:54.283190", "rc": 0, "start": "2024-08-27 06:50:54.280546" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Thu Jun 20 10:23:46 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk' # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info # UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312 / ext4 defaults 1 1 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 /dev/mapper/foo-test1 /opt/test1 ext4 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Tuesday 27 August 2024 06:50:54 -0400 (0:00:00.397) 0:00:55.532 ******** ok: [managed_node3] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002633", "end": "2024-08-27 06:50:54.668623", "failed_when_result": false, "rc": 0, "start": "2024-08-27 06:50:54.665990" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Tuesday 27 August 2024 06:50:54 -0400 (0:00:00.380) 0:00:55.912 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed_node3 TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Tuesday 27 August 2024 06:50:54 -0400 (0:00:00.134) 0:00:56.047 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Tuesday 27 August 2024 06:50:54 -0400 (0:00:00.055) 0:00:56.102 ******** ok: [managed_node3] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.017495", "end": "2024-08-27 06:50:55.260290", "rc": 0, "start": "2024-08-27 06:50:55.242795" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Tuesday 27 August 2024 06:50:55 -0400 (0:00:00.455) 0:00:56.558 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Tuesday 27 August 2024 06:50:55 -0400 (0:00:00.068) 0:00:56.626 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed_node3 TASK [Set test variables] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Tuesday 27 August 2024 06:50:55 -0400 (0:00:00.123) 0:00:56.750 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Tuesday 27 August 2024 06:50:55 -0400 (0:00:00.076) 0:00:56.827 ******** ok: [managed_node3] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } TASK [Set pvs lvm length] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Tuesday 27 August 2024 06:50:56 -0400 (0:00:00.428) 0:00:57.255 ******** ok: [managed_node3] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Tuesday 27 August 2024 06:50:56 -0400 (0:00:00.062) 0:00:57.318 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Tuesday 27 August 2024 06:50:56 -0400 (0:00:00.063) 0:00:57.381 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Tuesday 27 August 2024 06:50:56 -0400 (0:00:00.069) 0:00:57.451 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Tuesday 27 August 2024 06:50:56 -0400 (0:00:00.063) 0:00:57.514 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Tuesday 27 August 2024 06:50:56 -0400 (0:00:00.060) 0:00:57.575 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Tuesday 27 August 2024 06:50:56 -0400 (0:00:00.052) 0:00:57.627 ******** ok: [managed_node3] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Tuesday 27 August 2024 06:50:56 -0400 (0:00:00.070) 0:00:57.698 ******** ok: [managed_node3] => { "changed": false, "rc": 0 } STDOUT: False STDERR: Shared connection to 10.31.41.77 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Tuesday 27 August 2024 06:50:56 -0400 (0:00:00.307) 0:00:58.005 ******** skipping: [managed_node3] => (item=/dev/sda) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda" } TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Tuesday 27 August 2024 06:50:56 -0400 (0:00:00.060) 0:00:58.066 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed_node3 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Tuesday 27 August 2024 06:50:57 -0400 (0:00:00.109) 0:00:58.176 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Tuesday 27 August 2024 06:50:57 -0400 (0:00:00.051) 0:00:58.228 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Tuesday 27 August 2024 06:50:57 -0400 (0:00:00.054) 0:00:58.282 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Tuesday 27 August 2024 06:50:57 -0400 (0:00:00.055) 0:00:58.338 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Tuesday 27 August 2024 06:50:57 -0400 (0:00:00.057) 0:00:58.396 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Tuesday 27 August 2024 06:50:57 -0400 (0:00:00.055) 0:00:58.452 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Tuesday 27 August 2024 06:50:57 -0400 (0:00:00.057) 0:00:58.509 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Tuesday 27 August 2024 06:50:57 -0400 (0:00:00.053) 0:00:58.563 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Tuesday 27 August 2024 06:50:57 -0400 (0:00:00.058) 0:00:58.621 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Tuesday 27 August 2024 06:50:57 -0400 (0:00:00.056) 0:00:58.677 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Tuesday 27 August 2024 06:50:57 -0400 (0:00:00.044) 0:00:58.722 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Tuesday 27 August 2024 06:50:57 -0400 (0:00:00.052) 0:00:58.774 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed_node3 TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Tuesday 27 August 2024 06:50:57 -0400 (0:00:00.103) 0:00:58.877 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml for managed_node3 TASK [Get information about the LV] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:8 Tuesday 27 August 2024 06:50:57 -0400 (0:00:00.075) 0:00:58.953 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:16 Tuesday 27 August 2024 06:50:57 -0400 (0:00:00.034) 0:00:58.988 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:20 Tuesday 27 August 2024 06:50:57 -0400 (0:00:00.035) 0:00:59.024 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Tuesday 27 August 2024 06:50:57 -0400 (0:00:00.036) 0:00:59.060 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Tuesday 27 August 2024 06:50:57 -0400 (0:00:00.035) 0:00:59.095 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Tuesday 27 August 2024 06:50:57 -0400 (0:00:00.043) 0:00:59.139 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Tuesday 27 August 2024 06:50:58 -0400 (0:00:00.039) 0:00:59.178 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Tuesday 27 August 2024 06:50:58 -0400 (0:00:00.035) 0:00:59.213 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml for managed_node3 TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Tuesday 27 August 2024 06:50:58 -0400 (0:00:00.078) 0:00:59.292 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml for managed_node3 TASK [Get information about thinpool] ****************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Tuesday 27 August 2024 06:50:58 -0400 (0:00:00.073) 0:00:59.365 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Tuesday 27 August 2024 06:50:58 -0400 (0:00:00.035) 0:00:59.400 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Tuesday 27 August 2024 06:50:58 -0400 (0:00:00.035) 0:00:59.436 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Tuesday 27 August 2024 06:50:58 -0400 (0:00:00.034) 0:00:59.470 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Tuesday 27 August 2024 06:50:58 -0400 (0:00:00.033) 0:00:59.504 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed_node3 TASK [Set test variables] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Tuesday 27 August 2024 06:50:58 -0400 (0:00:00.078) 0:00:59.583 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Tuesday 27 August 2024 06:50:58 -0400 (0:00:00.060) 0:00:59.643 ******** skipping: [managed_node3] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Tuesday 27 August 2024 06:50:58 -0400 (0:00:00.053) 0:00:59.696 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node3 TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Tuesday 27 August 2024 06:50:58 -0400 (0:00:00.106) 0:00:59.803 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Tuesday 27 August 2024 06:50:58 -0400 (0:00:00.058) 0:00:59.862 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Tuesday 27 August 2024 06:50:58 -0400 (0:00:00.065) 0:00:59.927 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Tuesday 27 August 2024 06:50:58 -0400 (0:00:00.129) 0:01:00.057 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Tuesday 27 August 2024 06:50:58 -0400 (0:00:00.059) 0:01:00.117 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Tuesday 27 August 2024 06:50:59 -0400 (0:00:00.073) 0:01:00.191 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Tuesday 27 August 2024 06:50:59 -0400 (0:00:00.112) 0:01:00.304 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Tuesday 27 August 2024 06:50:59 -0400 (0:00:00.065) 0:01:00.369 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml for managed_node3 TASK [Validate pool member VDO settings] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Tuesday 27 August 2024 06:50:59 -0400 (0:00:00.152) 0:01:00.521 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml for managed_node3 TASK [Get information about VDO deduplication] ********************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Tuesday 27 August 2024 06:50:59 -0400 (0:00:00.130) 0:01:00.652 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Tuesday 27 August 2024 06:50:59 -0400 (0:00:00.070) 0:01:00.722 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Tuesday 27 August 2024 06:50:59 -0400 (0:00:00.059) 0:01:00.782 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Tuesday 27 August 2024 06:50:59 -0400 (0:00:00.055) 0:01:00.837 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Tuesday 27 August 2024 06:50:59 -0400 (0:00:00.062) 0:01:00.900 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Tuesday 27 August 2024 06:50:59 -0400 (0:00:00.095) 0:01:00.995 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:46 Tuesday 27 August 2024 06:50:59 -0400 (0:00:00.105) 0:01:01.101 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Tuesday 27 August 2024 06:50:59 -0400 (0:00:00.054) 0:01:01.156 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed_node3 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Tuesday 27 August 2024 06:51:00 -0400 (0:00:00.227) 0:01:01.383 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Tuesday 27 August 2024 06:51:00 -0400 (0:00:00.101) 0:01:01.485 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Tuesday 27 August 2024 06:51:00 -0400 (0:00:00.082) 0:01:01.568 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Tuesday 27 August 2024 06:51:00 -0400 (0:00:00.072) 0:01:01.640 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Tuesday 27 August 2024 06:51:00 -0400 (0:00:00.057) 0:01:01.698 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Tuesday 27 August 2024 06:51:00 -0400 (0:00:00.063) 0:01:01.761 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Tuesday 27 August 2024 06:51:00 -0400 (0:00:00.067) 0:01:01.829 ******** ok: [managed_node3] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Tuesday 27 August 2024 06:51:00 -0400 (0:00:00.056) 0:01:01.885 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed_node3 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Tuesday 27 August 2024 06:51:00 -0400 (0:00:00.118) 0:01:02.004 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Tuesday 27 August 2024 06:51:00 -0400 (0:00:00.080) 0:01:02.085 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed_node3 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Tuesday 27 August 2024 06:51:01 -0400 (0:00:00.225) 0:01:02.310 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Tuesday 27 August 2024 06:51:01 -0400 (0:00:00.039) 0:01:02.350 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Tuesday 27 August 2024 06:51:01 -0400 (0:00:00.055) 0:01:02.405 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Tuesday 27 August 2024 06:51:01 -0400 (0:00:00.056) 0:01:02.462 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Tuesday 27 August 2024 06:51:01 -0400 (0:00:00.069) 0:01:02.532 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Tuesday 27 August 2024 06:51:01 -0400 (0:00:00.072) 0:01:02.604 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Tuesday 27 August 2024 06:51:01 -0400 (0:00:00.054) 0:01:02.659 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Tuesday 27 August 2024 06:51:01 -0400 (0:00:00.057) 0:01:02.716 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Tuesday 27 August 2024 06:51:01 -0400 (0:00:00.107) 0:01:02.824 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Tuesday 27 August 2024 06:51:01 -0400 (0:00:00.066) 0:01:02.890 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Tuesday 27 August 2024 06:51:01 -0400 (0:00:00.089) 0:01:02.980 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Tuesday 27 August 2024 06:51:01 -0400 (0:00:00.092) 0:01:03.072 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/foo-test1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 ext4 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Tuesday 27 August 2024 06:51:02 -0400 (0:00:00.106) 0:01:03.179 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Tuesday 27 August 2024 06:51:02 -0400 (0:00:00.081) 0:01:03.260 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Tuesday 27 August 2024 06:51:02 -0400 (0:00:00.082) 0:01:03.342 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Tuesday 27 August 2024 06:51:02 -0400 (0:00:00.053) 0:01:03.396 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:51 Tuesday 27 August 2024 06:51:02 -0400 (0:00:00.067) 0:01:03.463 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Tuesday 27 August 2024 06:51:02 -0400 (0:00:00.063) 0:01:03.526 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Tuesday 27 August 2024 06:51:02 -0400 (0:00:00.072) 0:01:03.599 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Tuesday 27 August 2024 06:51:02 -0400 (0:00:00.101) 0:01:03.700 ******** ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724755849.1691203, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1724755849.1691203, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 555275, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1724755849.1691203, "nlink": 1, "path": "/dev/mapper/foo-test1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Tuesday 27 August 2024 06:51:02 -0400 (0:00:00.409) 0:01:04.110 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Tuesday 27 August 2024 06:51:03 -0400 (0:00:00.067) 0:01:04.177 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Tuesday 27 August 2024 06:51:03 -0400 (0:00:00.055) 0:01:04.232 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Tuesday 27 August 2024 06:51:03 -0400 (0:00:00.054) 0:01:04.287 ******** ok: [managed_node3] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Tuesday 27 August 2024 06:51:03 -0400 (0:00:00.047) 0:01:04.334 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Tuesday 27 August 2024 06:51:03 -0400 (0:00:00.051) 0:01:04.386 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Tuesday 27 August 2024 06:51:03 -0400 (0:00:00.140) 0:01:04.527 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Tuesday 27 August 2024 06:51:03 -0400 (0:00:00.052) 0:01:04.579 ******** ok: [managed_node3] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Tuesday 27 August 2024 06:51:03 -0400 (0:00:00.570) 0:01:05.150 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Tuesday 27 August 2024 06:51:04 -0400 (0:00:00.055) 0:01:05.205 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Tuesday 27 August 2024 06:51:04 -0400 (0:00:00.054) 0:01:05.259 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Tuesday 27 August 2024 06:51:04 -0400 (0:00:00.085) 0:01:05.345 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Tuesday 27 August 2024 06:51:04 -0400 (0:00:00.072) 0:01:05.418 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Tuesday 27 August 2024 06:51:04 -0400 (0:00:00.076) 0:01:05.494 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Tuesday 27 August 2024 06:51:04 -0400 (0:00:00.095) 0:01:05.590 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Tuesday 27 August 2024 06:51:04 -0400 (0:00:00.056) 0:01:05.646 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Tuesday 27 August 2024 06:51:04 -0400 (0:00:00.055) 0:01:05.701 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Tuesday 27 August 2024 06:51:04 -0400 (0:00:00.086) 0:01:05.788 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Tuesday 27 August 2024 06:51:04 -0400 (0:00:00.077) 0:01:05.866 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Tuesday 27 August 2024 06:51:04 -0400 (0:00:00.071) 0:01:05.938 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Tuesday 27 August 2024 06:51:04 -0400 (0:00:00.052) 0:01:05.990 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Tuesday 27 August 2024 06:51:04 -0400 (0:00:00.065) 0:01:06.056 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Tuesday 27 August 2024 06:51:04 -0400 (0:00:00.059) 0:01:06.116 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Tuesday 27 August 2024 06:51:05 -0400 (0:00:00.053) 0:01:06.170 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Tuesday 27 August 2024 06:51:05 -0400 (0:00:00.075) 0:01:06.245 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Tuesday 27 August 2024 06:51:05 -0400 (0:00:00.049) 0:01:06.295 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Tuesday 27 August 2024 06:51:05 -0400 (0:00:00.042) 0:01:06.337 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Tuesday 27 August 2024 06:51:05 -0400 (0:00:00.045) 0:01:06.383 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Tuesday 27 August 2024 06:51:05 -0400 (0:00:00.055) 0:01:06.438 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Tuesday 27 August 2024 06:51:05 -0400 (0:00:00.062) 0:01:06.501 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Tuesday 27 August 2024 06:51:05 -0400 (0:00:00.060) 0:01:06.561 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Tuesday 27 August 2024 06:51:05 -0400 (0:00:00.109) 0:01:06.670 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Tuesday 27 August 2024 06:51:05 -0400 (0:00:00.073) 0:01:06.744 ******** ok: [managed_node3] => { "bytes": 9663676416, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Tuesday 27 August 2024 06:51:06 -0400 (0:00:00.441) 0:01:07.185 ******** ok: [managed_node3] => { "bytes": 9663676416, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Tuesday 27 August 2024 06:51:06 -0400 (0:00:00.407) 0:01:07.593 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_expected_size": "9663676416" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Tuesday 27 August 2024 06:51:06 -0400 (0:00:00.090) 0:01:07.684 ******** ok: [managed_node3] => { "storage_test_expected_size": "9663676416" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Tuesday 27 August 2024 06:51:06 -0400 (0:00:00.061) 0:01:07.745 ******** ok: [managed_node3] => { "bytes": 10737418240, "changed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Tuesday 27 August 2024 06:51:06 -0400 (0:00:00.356) 0:01:08.102 ******** skipping: [managed_node3] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Tuesday 27 August 2024 06:51:06 -0400 (0:00:00.042) 0:01:08.144 ******** skipping: [managed_node3] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Tuesday 27 August 2024 06:51:07 -0400 (0:00:00.046) 0:01:08.191 ******** skipping: [managed_node3] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Tuesday 27 August 2024 06:51:07 -0400 (0:00:00.050) 0:01:08.241 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Tuesday 27 August 2024 06:51:07 -0400 (0:00:00.050) 0:01:08.292 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Tuesday 27 August 2024 06:51:07 -0400 (0:00:00.046) 0:01:08.339 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Tuesday 27 August 2024 06:51:07 -0400 (0:00:00.043) 0:01:08.382 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Tuesday 27 August 2024 06:51:07 -0400 (0:00:00.034) 0:01:08.417 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Tuesday 27 August 2024 06:51:07 -0400 (0:00:00.034) 0:01:08.451 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Tuesday 27 August 2024 06:51:07 -0400 (0:00:00.039) 0:01:08.491 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Tuesday 27 August 2024 06:51:07 -0400 (0:00:00.045) 0:01:08.536 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Tuesday 27 August 2024 06:51:07 -0400 (0:00:00.043) 0:01:08.579 ******** skipping: [managed_node3] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Tuesday 27 August 2024 06:51:07 -0400 (0:00:00.045) 0:01:08.625 ******** skipping: [managed_node3] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Tuesday 27 August 2024 06:51:07 -0400 (0:00:00.044) 0:01:08.670 ******** skipping: [managed_node3] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Tuesday 27 August 2024 06:51:07 -0400 (0:00:00.051) 0:01:08.722 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Tuesday 27 August 2024 06:51:07 -0400 (0:00:00.035) 0:01:08.757 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Tuesday 27 August 2024 06:51:07 -0400 (0:00:00.035) 0:01:08.792 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Tuesday 27 August 2024 06:51:07 -0400 (0:00:00.044) 0:01:08.837 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Tuesday 27 August 2024 06:51:07 -0400 (0:00:00.058) 0:01:08.895 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Tuesday 27 August 2024 06:51:07 -0400 (0:00:00.054) 0:01:08.950 ******** ok: [managed_node3] => { "storage_test_actual_size": { "bytes": 9663676416, "changed": false, "failed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Tuesday 27 August 2024 06:51:07 -0400 (0:00:00.057) 0:01:09.008 ******** ok: [managed_node3] => { "storage_test_expected_size": "9663676416" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Tuesday 27 August 2024 06:51:07 -0400 (0:00:00.055) 0:01:09.063 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Tuesday 27 August 2024 06:51:07 -0400 (0:00:00.069) 0:01:09.133 ******** ok: [managed_node3] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.017812", "end": "2024-08-27 06:51:08.279403", "rc": 0, "start": "2024-08-27 06:51:08.261591" } STDOUT: LVM2_LV_NAME=test1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Tuesday 27 August 2024 06:51:08 -0400 (0:00:00.364) 0:01:09.498 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Tuesday 27 August 2024 06:51:08 -0400 (0:00:00.054) 0:01:09.552 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Tuesday 27 August 2024 06:51:08 -0400 (0:00:00.066) 0:01:09.618 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Tuesday 27 August 2024 06:51:08 -0400 (0:00:00.058) 0:01:09.677 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Tuesday 27 August 2024 06:51:08 -0400 (0:00:00.067) 0:01:09.744 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Tuesday 27 August 2024 06:51:08 -0400 (0:00:00.069) 0:01:09.814 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Tuesday 27 August 2024 06:51:08 -0400 (0:00:00.057) 0:01:09.871 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Tuesday 27 August 2024 06:51:08 -0400 (0:00:00.055) 0:01:09.926 ******** TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Tuesday 27 August 2024 06:51:08 -0400 (0:00:00.051) 0:01:09.978 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Change volume size to 5g] ************************************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:75 Tuesday 27 August 2024 06:51:08 -0400 (0:00:00.055) 0:01:10.034 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Tuesday 27 August 2024 06:51:09 -0400 (0:00:00.181) 0:01:10.215 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed_node3 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Tuesday 27 August 2024 06:51:09 -0400 (0:00:00.082) 0:01:10.298 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Tuesday 27 August 2024 06:51:09 -0400 (0:00:00.060) 0:01:10.359 ******** skipping: [managed_node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node3] => (item=CentOS_7.yml) => { "ansible_facts": { "__storage_blivet_diskvolume_mkfs_option_map": { "ext2": "-F", "ext3": "-F", "ext4": "-F" }, "blivet_package_list": [ "python-enum34", "python-blivet3", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed_node3] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Tuesday 27 August 2024 06:51:09 -0400 (0:00:00.127) 0:01:10.487 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Tuesday 27 August 2024 06:51:09 -0400 (0:00:00.056) 0:01:10.544 ******** skipping: [managed_node3] => { "changed": false, "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: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Tuesday 27 August 2024 06:51:09 -0400 (0:00:00.055) 0:01:10.600 ******** ok: [managed_node3] => { "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: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Tuesday 27 August 2024 06:51:09 -0400 (0:00:00.053) 0:01:10.653 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Tuesday 27 August 2024 06:51:09 -0400 (0:00:00.055) 0:01:10.709 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed_node3 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Tuesday 27 August 2024 06:51:09 -0400 (0:00:00.129) 0:01:10.838 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Tuesday 27 August 2024 06:51:09 -0400 (0:00:00.065) 0:01:10.903 ******** ok: [managed_node3] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "type": "lvm", "volumes": [ { "fs_type": "ext4", "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Tuesday 27 August 2024 06:51:09 -0400 (0:00:00.062) 0:01:10.966 ******** ok: [managed_node3] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Tuesday 27 August 2024 06:51:09 -0400 (0:00:00.056) 0:01:11.023 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Tuesday 27 August 2024 06:51:09 -0400 (0:00:00.054) 0:01:11.077 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Tuesday 27 August 2024 06:51:09 -0400 (0:00:00.053) 0:01:11.131 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Tuesday 27 August 2024 06:51:10 -0400 (0:00:00.053) 0:01:11.185 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Tuesday 27 August 2024 06:51:10 -0400 (0:00:00.054) 0:01:11.239 ******** ok: [managed_node3] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Tuesday 27 August 2024 06:51:10 -0400 (0:00:00.091) 0:01:11.331 ******** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Tuesday 27 August 2024 06:51:10 -0400 (0:00:00.112) 0:01:11.443 ******** changed: [managed_node3] => { "actions": [ { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext4" }, { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null } ], "changed": true, "crypts": [], "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Tuesday 27 August 2024 06:51:14 -0400 (0:00:04.596) 0:01:16.040 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Tuesday 27 August 2024 06:51:14 -0400 (0:00:00.119) 0:01:16.159 ******** ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724755822.0828834, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6b95df90798c1adba66c669f2bd76d2d16d86df5", "ctime": 1724755822.0798833, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 263614, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724755822.0798833, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1280, "uid": 0, "version": "18446744072886413789", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Tuesday 27 August 2024 06:51:15 -0400 (0:00:00.457) 0:01:16.616 ******** ok: [managed_node3] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Tuesday 27 August 2024 06:51:15 -0400 (0:00:00.419) 0:01:17.035 ******** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Tuesday 27 August 2024 06:51:15 -0400 (0:00:00.034) 0:01:17.070 ******** ok: [managed_node3] => { "blivet_output": { "actions": [ { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext4" }, { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Tuesday 27 August 2024 06:51:15 -0400 (0:00:00.046) 0:01:17.116 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Tuesday 27 August 2024 06:51:16 -0400 (0:00:00.044) 0:01:17.161 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Tuesday 27 August 2024 06:51:16 -0400 (0:00:00.052) 0:01:17.214 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Tuesday 27 August 2024 06:51:16 -0400 (0:00:00.039) 0:01:17.254 ******** ok: [managed_node3] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Tuesday 27 August 2024 06:51:16 -0400 (0:00:00.632) 0:01:17.886 ******** changed: [managed_node3] => (item={u'src': u'/dev/mapper/foo-test1', u'group': None, u'dump': 0, u'passno': 0, u'fstype': u'ext4', u'state': u'mounted', u'mode': None, u'owner': None, u'path': u'/opt/test1', u'opts': u'defaults'}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext4", "mount_info": { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Tuesday 27 August 2024 06:51:17 -0400 (0:00:00.497) 0:01:18.384 ******** skipping: [managed_node3] => (item={u'src': u'/dev/mapper/foo-test1', u'group': None, u'dump': 0, u'passno': 0, u'fstype': u'ext4', u'state': u'mounted', u'mode': None, u'owner': None, u'path': u'/opt/test1', u'opts': u'defaults'}) => { "ansible_loop_var": "mount_info", "changed": false, "mount_info": { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Tuesday 27 August 2024 06:51:17 -0400 (0:00:00.068) 0:01:18.453 ******** ok: [managed_node3] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Tuesday 27 August 2024 06:51:17 -0400 (0:00:00.582) 0:01:19.035 ******** ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724753284.71151, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1724753282.8934937, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 263632, "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": 1724753282.8924935, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "18446744072886414410", "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: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Tuesday 27 August 2024 06:51:18 -0400 (0:00:00.424) 0:01:19.460 ******** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Tuesday 27 August 2024 06:51:18 -0400 (0:00:00.053) 0:01:19.513 ******** ok: [managed_node3] TASK [Verify role results] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:89 Tuesday 27 August 2024 06:51:19 -0400 (0:00:01.039) 0:01:20.553 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed_node3 TASK [Print out pool information] ********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Tuesday 27 August 2024 06:51:19 -0400 (0:00:00.165) 0:01:20.718 ******** ok: [managed_node3] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Tuesday 27 August 2024 06:51:19 -0400 (0:00:00.094) 0:01:20.813 ******** skipping: [managed_node3] => {} TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Tuesday 27 August 2024 06:51:19 -0400 (0:00:00.075) 0:01:20.888 ******** ok: [managed_node3] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "ext4", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/foo-test1", "size": "5G", "type": "lvm", "uuid": "ffbade63-02dd-49a9-a507-a1091c0dc2e3" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "VEIS3W-wLnU-GBIR-uHP0-wRNv-INVT-zutXlJ" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "ext4", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "c7b7d6a5-fd01-4b9b-bcca-153eaff9d312" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Tuesday 27 August 2024 06:51:20 -0400 (0:00:00.364) 0:01:21.253 ******** ok: [managed_node3] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002588", "end": "2024-08-27 06:51:20.361553", "rc": 0, "start": "2024-08-27 06:51:20.358965" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Thu Jun 20 10:23:46 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk' # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info # UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312 / ext4 defaults 1 1 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 /dev/mapper/foo-test1 /opt/test1 ext4 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Tuesday 27 August 2024 06:51:20 -0400 (0:00:00.344) 0:01:21.598 ******** ok: [managed_node3] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002712", "end": "2024-08-27 06:51:20.724517", "failed_when_result": false, "rc": 0, "start": "2024-08-27 06:51:20.721805" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Tuesday 27 August 2024 06:51:20 -0400 (0:00:00.343) 0:01:21.942 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed_node3 TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Tuesday 27 August 2024 06:51:20 -0400 (0:00:00.094) 0:01:22.036 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Tuesday 27 August 2024 06:51:20 -0400 (0:00:00.055) 0:01:22.092 ******** ok: [managed_node3] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.017035", "end": "2024-08-27 06:51:21.255332", "rc": 0, "start": "2024-08-27 06:51:21.238297" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Tuesday 27 August 2024 06:51:21 -0400 (0:00:00.445) 0:01:22.537 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Tuesday 27 August 2024 06:51:21 -0400 (0:00:00.073) 0:01:22.610 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed_node3 TASK [Set test variables] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Tuesday 27 August 2024 06:51:21 -0400 (0:00:00.123) 0:01:22.733 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Tuesday 27 August 2024 06:51:21 -0400 (0:00:00.063) 0:01:22.797 ******** ok: [managed_node3] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } TASK [Set pvs lvm length] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Tuesday 27 August 2024 06:51:21 -0400 (0:00:00.358) 0:01:23.155 ******** ok: [managed_node3] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Tuesday 27 August 2024 06:51:22 -0400 (0:00:00.064) 0:01:23.220 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Tuesday 27 August 2024 06:51:22 -0400 (0:00:00.065) 0:01:23.286 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Tuesday 27 August 2024 06:51:22 -0400 (0:00:00.069) 0:01:23.355 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Tuesday 27 August 2024 06:51:22 -0400 (0:00:00.064) 0:01:23.420 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Tuesday 27 August 2024 06:51:22 -0400 (0:00:00.065) 0:01:23.485 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Tuesday 27 August 2024 06:51:22 -0400 (0:00:00.061) 0:01:23.547 ******** ok: [managed_node3] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Tuesday 27 August 2024 06:51:22 -0400 (0:00:00.098) 0:01:23.645 ******** ok: [managed_node3] => { "changed": false, "rc": 0 } STDOUT: False STDERR: Shared connection to 10.31.41.77 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Tuesday 27 August 2024 06:51:22 -0400 (0:00:00.289) 0:01:23.935 ******** skipping: [managed_node3] => (item=/dev/sda) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda" } TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Tuesday 27 August 2024 06:51:22 -0400 (0:00:00.066) 0:01:24.002 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed_node3 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Tuesday 27 August 2024 06:51:22 -0400 (0:00:00.116) 0:01:24.119 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Tuesday 27 August 2024 06:51:23 -0400 (0:00:00.059) 0:01:24.179 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Tuesday 27 August 2024 06:51:23 -0400 (0:00:00.058) 0:01:24.237 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Tuesday 27 August 2024 06:51:23 -0400 (0:00:00.061) 0:01:24.299 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Tuesday 27 August 2024 06:51:23 -0400 (0:00:00.054) 0:01:24.353 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Tuesday 27 August 2024 06:51:23 -0400 (0:00:00.053) 0:01:24.406 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Tuesday 27 August 2024 06:51:23 -0400 (0:00:00.052) 0:01:24.459 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Tuesday 27 August 2024 06:51:23 -0400 (0:00:00.051) 0:01:24.511 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Tuesday 27 August 2024 06:51:23 -0400 (0:00:00.052) 0:01:24.564 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Tuesday 27 August 2024 06:51:23 -0400 (0:00:00.070) 0:01:24.634 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Tuesday 27 August 2024 06:51:23 -0400 (0:00:00.068) 0:01:24.703 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Tuesday 27 August 2024 06:51:23 -0400 (0:00:00.044) 0:01:24.748 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed_node3 TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Tuesday 27 August 2024 06:51:23 -0400 (0:00:00.119) 0:01:24.867 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml for managed_node3 TASK [Get information about the LV] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:8 Tuesday 27 August 2024 06:51:23 -0400 (0:00:00.132) 0:01:24.999 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:16 Tuesday 27 August 2024 06:51:23 -0400 (0:00:00.053) 0:01:25.053 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:20 Tuesday 27 August 2024 06:51:23 -0400 (0:00:00.055) 0:01:25.108 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Tuesday 27 August 2024 06:51:24 -0400 (0:00:00.054) 0:01:25.163 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Tuesday 27 August 2024 06:51:24 -0400 (0:00:00.053) 0:01:25.216 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Tuesday 27 August 2024 06:51:24 -0400 (0:00:00.044) 0:01:25.260 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Tuesday 27 August 2024 06:51:24 -0400 (0:00:00.037) 0:01:25.298 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Tuesday 27 August 2024 06:51:24 -0400 (0:00:00.037) 0:01:25.335 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml for managed_node3 TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Tuesday 27 August 2024 06:51:24 -0400 (0:00:00.076) 0:01:25.412 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml for managed_node3 TASK [Get information about thinpool] ****************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Tuesday 27 August 2024 06:51:24 -0400 (0:00:00.117) 0:01:25.529 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Tuesday 27 August 2024 06:51:24 -0400 (0:00:00.035) 0:01:25.564 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Tuesday 27 August 2024 06:51:24 -0400 (0:00:00.035) 0:01:25.600 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Tuesday 27 August 2024 06:51:24 -0400 (0:00:00.035) 0:01:25.636 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Tuesday 27 August 2024 06:51:24 -0400 (0:00:00.040) 0:01:25.677 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed_node3 TASK [Set test variables] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Tuesday 27 August 2024 06:51:24 -0400 (0:00:00.138) 0:01:25.815 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Tuesday 27 August 2024 06:51:24 -0400 (0:00:00.065) 0:01:25.881 ******** skipping: [managed_node3] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Tuesday 27 August 2024 06:51:24 -0400 (0:00:00.065) 0:01:25.947 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node3 TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Tuesday 27 August 2024 06:51:24 -0400 (0:00:00.115) 0:01:26.062 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Tuesday 27 August 2024 06:51:24 -0400 (0:00:00.061) 0:01:26.124 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Tuesday 27 August 2024 06:51:25 -0400 (0:00:00.066) 0:01:26.191 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Tuesday 27 August 2024 06:51:25 -0400 (0:00:00.055) 0:01:26.247 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Tuesday 27 August 2024 06:51:25 -0400 (0:00:00.056) 0:01:26.303 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Tuesday 27 August 2024 06:51:25 -0400 (0:00:00.063) 0:01:26.367 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Tuesday 27 August 2024 06:51:25 -0400 (0:00:00.061) 0:01:26.428 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Tuesday 27 August 2024 06:51:25 -0400 (0:00:00.052) 0:01:26.481 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml for managed_node3 TASK [Validate pool member VDO settings] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Tuesday 27 August 2024 06:51:25 -0400 (0:00:00.127) 0:01:26.608 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml for managed_node3 TASK [Get information about VDO deduplication] ********************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Tuesday 27 August 2024 06:51:25 -0400 (0:00:00.125) 0:01:26.734 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Tuesday 27 August 2024 06:51:25 -0400 (0:00:00.057) 0:01:26.791 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Tuesday 27 August 2024 06:51:25 -0400 (0:00:00.060) 0:01:26.852 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Tuesday 27 August 2024 06:51:25 -0400 (0:00:00.061) 0:01:26.914 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Tuesday 27 August 2024 06:51:25 -0400 (0:00:00.060) 0:01:26.974 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Tuesday 27 August 2024 06:51:25 -0400 (0:00:00.048) 0:01:27.023 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:46 Tuesday 27 August 2024 06:51:25 -0400 (0:00:00.044) 0:01:27.067 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Tuesday 27 August 2024 06:51:25 -0400 (0:00:00.046) 0:01:27.113 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed_node3 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Tuesday 27 August 2024 06:51:26 -0400 (0:00:00.111) 0:01:27.225 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Tuesday 27 August 2024 06:51:26 -0400 (0:00:00.038) 0:01:27.263 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Tuesday 27 August 2024 06:51:26 -0400 (0:00:00.036) 0:01:27.300 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Tuesday 27 August 2024 06:51:26 -0400 (0:00:00.035) 0:01:27.336 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Tuesday 27 August 2024 06:51:26 -0400 (0:00:00.035) 0:01:27.372 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Tuesday 27 August 2024 06:51:26 -0400 (0:00:00.035) 0:01:27.407 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Tuesday 27 August 2024 06:51:26 -0400 (0:00:00.035) 0:01:27.442 ******** ok: [managed_node3] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Tuesday 27 August 2024 06:51:26 -0400 (0:00:00.038) 0:01:27.480 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed_node3 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Tuesday 27 August 2024 06:51:26 -0400 (0:00:00.069) 0:01:27.550 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Tuesday 27 August 2024 06:51:26 -0400 (0:00:00.043) 0:01:27.593 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed_node3 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Tuesday 27 August 2024 06:51:26 -0400 (0:00:00.279) 0:01:27.873 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Tuesday 27 August 2024 06:51:26 -0400 (0:00:00.072) 0:01:27.945 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Tuesday 27 August 2024 06:51:26 -0400 (0:00:00.068) 0:01:28.014 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Tuesday 27 August 2024 06:51:26 -0400 (0:00:00.059) 0:01:28.073 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Tuesday 27 August 2024 06:51:26 -0400 (0:00:00.067) 0:01:28.141 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Tuesday 27 August 2024 06:51:27 -0400 (0:00:00.058) 0:01:28.200 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Tuesday 27 August 2024 06:51:27 -0400 (0:00:00.047) 0:01:28.248 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Tuesday 27 August 2024 06:51:27 -0400 (0:00:00.046) 0:01:28.294 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Tuesday 27 August 2024 06:51:27 -0400 (0:00:00.055) 0:01:28.350 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Tuesday 27 August 2024 06:51:27 -0400 (0:00:00.055) 0:01:28.405 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Tuesday 27 August 2024 06:51:27 -0400 (0:00:00.054) 0:01:28.460 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Tuesday 27 August 2024 06:51:27 -0400 (0:00:00.067) 0:01:28.527 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/foo-test1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 ext4 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Tuesday 27 August 2024 06:51:27 -0400 (0:00:00.097) 0:01:28.625 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Tuesday 27 August 2024 06:51:27 -0400 (0:00:00.068) 0:01:28.694 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Tuesday 27 August 2024 06:51:27 -0400 (0:00:00.142) 0:01:28.836 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Tuesday 27 August 2024 06:51:27 -0400 (0:00:00.079) 0:01:28.916 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:51 Tuesday 27 August 2024 06:51:27 -0400 (0:00:00.081) 0:01:28.998 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Tuesday 27 August 2024 06:51:27 -0400 (0:00:00.056) 0:01:29.054 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Tuesday 27 August 2024 06:51:27 -0400 (0:00:00.088) 0:01:29.143 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Tuesday 27 August 2024 06:51:28 -0400 (0:00:00.084) 0:01:29.228 ******** ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724755874.7443438, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1724755874.7443438, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 555275, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1724755874.7443438, "nlink": 1, "path": "/dev/mapper/foo-test1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Tuesday 27 August 2024 06:51:28 -0400 (0:00:00.380) 0:01:29.608 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Tuesday 27 August 2024 06:51:28 -0400 (0:00:00.057) 0:01:29.665 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Tuesday 27 August 2024 06:51:28 -0400 (0:00:00.047) 0:01:29.713 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Tuesday 27 August 2024 06:51:28 -0400 (0:00:00.048) 0:01:29.761 ******** ok: [managed_node3] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Tuesday 27 August 2024 06:51:28 -0400 (0:00:00.040) 0:01:29.802 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Tuesday 27 August 2024 06:51:28 -0400 (0:00:00.045) 0:01:29.847 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Tuesday 27 August 2024 06:51:28 -0400 (0:00:00.046) 0:01:29.894 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Tuesday 27 August 2024 06:51:28 -0400 (0:00:00.035) 0:01:29.930 ******** ok: [managed_node3] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Tuesday 27 August 2024 06:51:29 -0400 (0:00:00.495) 0:01:30.426 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Tuesday 27 August 2024 06:51:29 -0400 (0:00:00.037) 0:01:30.463 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Tuesday 27 August 2024 06:51:29 -0400 (0:00:00.037) 0:01:30.500 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Tuesday 27 August 2024 06:51:29 -0400 (0:00:00.048) 0:01:30.549 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Tuesday 27 August 2024 06:51:29 -0400 (0:00:00.036) 0:01:30.585 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Tuesday 27 August 2024 06:51:29 -0400 (0:00:00.036) 0:01:30.621 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Tuesday 27 August 2024 06:51:29 -0400 (0:00:00.036) 0:01:30.658 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Tuesday 27 August 2024 06:51:29 -0400 (0:00:00.036) 0:01:30.695 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Tuesday 27 August 2024 06:51:29 -0400 (0:00:00.039) 0:01:30.734 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Tuesday 27 August 2024 06:51:29 -0400 (0:00:00.045) 0:01:30.780 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Tuesday 27 August 2024 06:51:29 -0400 (0:00:00.044) 0:01:30.825 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Tuesday 27 August 2024 06:51:29 -0400 (0:00:00.041) 0:01:30.866 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Tuesday 27 August 2024 06:51:29 -0400 (0:00:00.043) 0:01:30.910 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Tuesday 27 August 2024 06:51:29 -0400 (0:00:00.036) 0:01:30.947 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Tuesday 27 August 2024 06:51:29 -0400 (0:00:00.040) 0:01:30.988 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Tuesday 27 August 2024 06:51:29 -0400 (0:00:00.037) 0:01:31.025 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Tuesday 27 August 2024 06:51:29 -0400 (0:00:00.036) 0:01:31.062 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Tuesday 27 August 2024 06:51:29 -0400 (0:00:00.036) 0:01:31.098 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Tuesday 27 August 2024 06:51:29 -0400 (0:00:00.037) 0:01:31.135 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Tuesday 27 August 2024 06:51:30 -0400 (0:00:00.037) 0:01:31.173 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Tuesday 27 August 2024 06:51:30 -0400 (0:00:00.038) 0:01:31.211 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Tuesday 27 August 2024 06:51:30 -0400 (0:00:00.035) 0:01:31.247 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Tuesday 27 August 2024 06:51:30 -0400 (0:00:00.036) 0:01:31.283 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Tuesday 27 August 2024 06:51:30 -0400 (0:00:00.036) 0:01:31.320 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Tuesday 27 August 2024 06:51:30 -0400 (0:00:00.036) 0:01:31.356 ******** ok: [managed_node3] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Tuesday 27 August 2024 06:51:30 -0400 (0:00:00.306) 0:01:31.663 ******** ok: [managed_node3] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Tuesday 27 August 2024 06:51:30 -0400 (0:00:00.303) 0:01:31.966 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_expected_size": "5368709120" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Tuesday 27 August 2024 06:51:30 -0400 (0:00:00.047) 0:01:32.013 ******** ok: [managed_node3] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Tuesday 27 August 2024 06:51:30 -0400 (0:00:00.039) 0:01:32.053 ******** ok: [managed_node3] => { "bytes": 10737418240, "changed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Tuesday 27 August 2024 06:51:31 -0400 (0:00:00.325) 0:01:32.378 ******** skipping: [managed_node3] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Tuesday 27 August 2024 06:51:31 -0400 (0:00:00.042) 0:01:32.420 ******** skipping: [managed_node3] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Tuesday 27 August 2024 06:51:31 -0400 (0:00:00.040) 0:01:32.460 ******** skipping: [managed_node3] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Tuesday 27 August 2024 06:51:31 -0400 (0:00:00.041) 0:01:32.502 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Tuesday 27 August 2024 06:51:31 -0400 (0:00:00.040) 0:01:32.542 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Tuesday 27 August 2024 06:51:31 -0400 (0:00:00.038) 0:01:32.580 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Tuesday 27 August 2024 06:51:31 -0400 (0:00:00.035) 0:01:32.616 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Tuesday 27 August 2024 06:51:31 -0400 (0:00:00.035) 0:01:32.652 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Tuesday 27 August 2024 06:51:31 -0400 (0:00:00.034) 0:01:32.687 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Tuesday 27 August 2024 06:51:31 -0400 (0:00:00.035) 0:01:32.722 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Tuesday 27 August 2024 06:51:31 -0400 (0:00:00.035) 0:01:32.758 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Tuesday 27 August 2024 06:51:31 -0400 (0:00:00.038) 0:01:32.796 ******** skipping: [managed_node3] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Tuesday 27 August 2024 06:51:31 -0400 (0:00:00.036) 0:01:32.832 ******** skipping: [managed_node3] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Tuesday 27 August 2024 06:51:31 -0400 (0:00:00.035) 0:01:32.868 ******** skipping: [managed_node3] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Tuesday 27 August 2024 06:51:31 -0400 (0:00:00.033) 0:01:32.902 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Tuesday 27 August 2024 06:51:31 -0400 (0:00:00.044) 0:01:32.946 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Tuesday 27 August 2024 06:51:31 -0400 (0:00:00.036) 0:01:32.983 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Tuesday 27 August 2024 06:51:31 -0400 (0:00:00.038) 0:01:33.021 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Tuesday 27 August 2024 06:51:31 -0400 (0:00:00.035) 0:01:33.057 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Tuesday 27 August 2024 06:51:31 -0400 (0:00:00.035) 0:01:33.093 ******** ok: [managed_node3] => { "storage_test_actual_size": { "bytes": 5368709120, "changed": false, "failed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Tuesday 27 August 2024 06:51:31 -0400 (0:00:00.039) 0:01:33.132 ******** ok: [managed_node3] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Tuesday 27 August 2024 06:51:32 -0400 (0:00:00.038) 0:01:33.171 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Tuesday 27 August 2024 06:51:32 -0400 (0:00:00.048) 0:01:33.220 ******** ok: [managed_node3] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.021031", "end": "2024-08-27 06:51:32.386627", "rc": 0, "start": "2024-08-27 06:51:32.365596" } STDOUT: LVM2_LV_NAME=test1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Tuesday 27 August 2024 06:51:32 -0400 (0:00:00.407) 0:01:33.628 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Tuesday 27 August 2024 06:51:32 -0400 (0:00:00.069) 0:01:33.697 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Tuesday 27 August 2024 06:51:32 -0400 (0:00:00.067) 0:01:33.765 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Tuesday 27 August 2024 06:51:32 -0400 (0:00:00.055) 0:01:33.820 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Tuesday 27 August 2024 06:51:32 -0400 (0:00:00.070) 0:01:33.891 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Tuesday 27 August 2024 06:51:32 -0400 (0:00:00.057) 0:01:33.948 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Tuesday 27 August 2024 06:51:32 -0400 (0:00:00.084) 0:01:34.033 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Tuesday 27 August 2024 06:51:32 -0400 (0:00:00.056) 0:01:34.089 ******** TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Tuesday 27 August 2024 06:51:32 -0400 (0:00:00.049) 0:01:34.139 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Test for correct handling of too-large volume size] ********************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:92 Tuesday 27 August 2024 06:51:33 -0400 (0:00:00.069) 0:01:34.209 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-failed.yml for managed_node3 TASK [Store global variable value copy] **************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-failed.yml:4 Tuesday 27 August 2024 06:51:33 -0400 (0:00:00.174) 0:01:34.383 ******** ok: [managed_node3] => { "ansible_facts": { "storage_pools_global": [], "storage_safe_mode_global": false, "storage_volumes_global": [] }, "changed": false } TASK [Verify role raises correct error] **************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-failed.yml:10 Tuesday 27 August 2024 06:51:33 -0400 (0:00:00.070) 0:01:34.453 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Tuesday 27 August 2024 06:51:33 -0400 (0:00:00.117) 0:01:34.571 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed_node3 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Tuesday 27 August 2024 06:51:33 -0400 (0:00:00.097) 0:01:34.668 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Tuesday 27 August 2024 06:51:33 -0400 (0:00:00.076) 0:01:34.745 ******** skipping: [managed_node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node3] => (item=CentOS_7.yml) => { "ansible_facts": { "__storage_blivet_diskvolume_mkfs_option_map": { "ext2": "-F", "ext3": "-F", "ext4": "-F" }, "blivet_package_list": [ "python-enum34", "python-blivet3", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed_node3] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Tuesday 27 August 2024 06:51:33 -0400 (0:00:00.114) 0:01:34.860 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Tuesday 27 August 2024 06:51:33 -0400 (0:00:00.043) 0:01:34.903 ******** skipping: [managed_node3] => { "changed": false, "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: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Tuesday 27 August 2024 06:51:33 -0400 (0:00:00.051) 0:01:34.955 ******** ok: [managed_node3] => { "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: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Tuesday 27 August 2024 06:51:33 -0400 (0:00:00.050) 0:01:35.006 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Tuesday 27 August 2024 06:51:33 -0400 (0:00:00.039) 0:01:35.045 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed_node3 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Tuesday 27 August 2024 06:51:33 -0400 (0:00:00.114) 0:01:35.160 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Tuesday 27 August 2024 06:51:34 -0400 (0:00:00.045) 0:01:35.206 ******** ok: [managed_node3] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "volumes": [ { "fs_type": "ext4", "mount_point": "/opt/test1", "name": "test1", "size": "12884901888.0" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Tuesday 27 August 2024 06:51:34 -0400 (0:00:00.070) 0:01:35.276 ******** ok: [managed_node3] => { "storage_volumes": [] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Tuesday 27 August 2024 06:51:34 -0400 (0:00:00.077) 0:01:35.354 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Tuesday 27 August 2024 06:51:34 -0400 (0:00:00.051) 0:01:35.406 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Tuesday 27 August 2024 06:51:34 -0400 (0:00:00.053) 0:01:35.459 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Tuesday 27 August 2024 06:51:34 -0400 (0:00:00.054) 0:01:35.513 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Tuesday 27 August 2024 06:51:34 -0400 (0:00:00.059) 0:01:35.573 ******** ok: [managed_node3] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Tuesday 27 August 2024 06:51:34 -0400 (0:00:00.071) 0:01:35.645 ******** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Tuesday 27 August 2024 06:51:34 -0400 (0:00:00.042) 0:01:35.687 ******** fatal: [managed_node3]: FAILED! => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } MSG: volume 'test1' cannot be resized to '12 GiB' TASK [fedora.linux_system_roles.storage : Failed message] ********************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:109 Tuesday 27 August 2024 06:51:38 -0400 (0:00:03.959) 0:01:39.647 ******** fatal: [managed_node3]: FAILED! => { "changed": false } MSG: {u'_ansible_no_log': False, u'crypts': [], u'pools': [], u'leaves': [], u'changed': False, u'actions': [], u'failed': True, u'volumes': [], u'invocation': {u'module_args': {u'packages_only': False, u'disklabel_type': None, u'diskvolume_mkfs_option_map': {u'ext4': u'-F', u'ext3': u'-F', u'ext2': u'-F'}, u'safe_mode': False, u'pools': [{u'raid_metadata_version': None, u'encryption_key_size': None, u'encryption_key': None, u'encryption_luks_version': None, u'encryption_tang_url': None, u'raid_spare_count': None, u'grow_to_fill': False, u'encryption_tang_thumbprint': None, u'name': u'foo', u'encryption_password': None, u'encryption': False, u'disks': [u'sda'], u'raid_level': None, u'raid_device_count': None, u'state': u'present', u'volumes': [{u'raid_metadata_version': None, u'mount_device_identifier': u'uuid', u'fs_type': u'ext4', u'mount_options': u'defaults', u'size': u'12884901888.0', u'mount_point': u'/opt/test1', u'compression': None, u'encryption_password': None, u'encryption': False, u'raid_level': None, u'raid_device_count': None, u'state': u'present', u'vdo_pool_size': None, u'mount_mode': None, u'thin_pool_name': None, u'type': u'lvm', u'encryption_key_size': None, u'deduplication': None, u'encryption_cipher': None, u'encryption_key': None, u'fs_label': u'', u'encryption_luks_version': None, u'raid_stripe_size': None, u'mount_passno': 0, u'mount_user': None, u'raid_spare_count': None, u'name': u'test1', u'cache_mode': None, u'raid_disks': [], u'mount_group': None, u'fs_overwrite_existing': True, u'disks': [u'sda'], u'cached': False, u'thin_pool_size': None, u'thin': False, u'mount_check': 0, u'cache_size': 0, u'raid_chunk_size': None, u'cache_devices': [], u'fs_create_options': u''}], u'shared': False, u'encryption_clevis_pin': None, u'type': u'lvm', u'encryption_cipher': None, u'raid_chunk_size': None}], u'volumes': [], u'pool_defaults': {u'raid_metadata_version': None, u'encryption_cipher': None, u'encryption_key': None, u'encryption_luks_version': None, u'raid_spare_count': None, u'grow_to_fill': False, u'encryption_password': None, u'encryption': False, u'disks': [], u'raid_level': None, u'raid_device_count': None, u'state': u'present', u'volumes': [], u'shared': False, u'type': u'lvm', u'encryption_key_size': None, u'raid_chunk_size': None}, u'volume_defaults': {u'raid_metadata_version': None, u'raid_level': None, u'fs_type': u'xfs', u'mount_options': u'defaults', u'size': 0, u'mount_point': u'', u'compression': None, u'encryption_password': None, u'encryption': False, u'mount_device_identifier': u'uuid', u'raid_device_count': None, u'state': u'present', u'vdo_pool_size': None, u'thin_pool_name': None, u'type': u'lvm', u'encryption_key_size': None, u'encryption_cipher': None, u'encryption_key': None, u'fs_label': u'', u'encryption_luks_version': None, u'raid_stripe_size': None, u'cache_size': 0, u'raid_spare_count': None, u'cache_mode': None, u'deduplication': None, u'cached': False, u'fs_overwrite_existing': True, u'disks': [], u'thin_pool_size': None, u'thin': None, u'mount_check': 0, u'mount_passno': 0, u'raid_chunk_size': None, u'cache_devices': [], u'fs_create_options': u''}, u'use_partitions': None}}, u'mounts': [], u'packages': [], u'msg': u"volume 'test1' cannot be resized to '12 GiB'"} TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Tuesday 27 August 2024 06:51:38 -0400 (0:00:00.079) 0:01:39.726 ******** TASK [Check that we failed in the role] **************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-failed.yml:23 Tuesday 27 August 2024 06:51:38 -0400 (0:00:00.038) 0:01:39.765 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify the blivet output and error message are correct] ****************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-failed.yml:28 Tuesday 27 August 2024 06:51:38 -0400 (0:00:00.051) 0:01:39.817 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify correct exception or error message] ******************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-failed.yml:39 Tuesday 27 August 2024 06:51:38 -0400 (0:00:00.050) 0:01:39.867 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Try to create LVM with volume size equal disk's size, resize to 10737418240] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:110 Tuesday 27 August 2024 06:51:38 -0400 (0:00:00.042) 0:01:39.910 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Tuesday 27 August 2024 06:51:38 -0400 (0:00:00.066) 0:01:39.976 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed_node3 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Tuesday 27 August 2024 06:51:38 -0400 (0:00:00.074) 0:01:40.051 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Tuesday 27 August 2024 06:51:38 -0400 (0:00:00.064) 0:01:40.115 ******** skipping: [managed_node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node3] => (item=CentOS_7.yml) => { "ansible_facts": { "__storage_blivet_diskvolume_mkfs_option_map": { "ext2": "-F", "ext3": "-F", "ext4": "-F" }, "blivet_package_list": [ "python-enum34", "python-blivet3", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed_node3] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Tuesday 27 August 2024 06:51:39 -0400 (0:00:00.278) 0:01:40.394 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Tuesday 27 August 2024 06:51:39 -0400 (0:00:00.054) 0:01:40.448 ******** skipping: [managed_node3] => { "changed": false, "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: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Tuesday 27 August 2024 06:51:39 -0400 (0:00:00.053) 0:01:40.502 ******** ok: [managed_node3] => { "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: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Tuesday 27 August 2024 06:51:39 -0400 (0:00:00.056) 0:01:40.558 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Tuesday 27 August 2024 06:51:39 -0400 (0:00:00.063) 0:01:40.621 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed_node3 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Tuesday 27 August 2024 06:51:39 -0400 (0:00:00.123) 0:01:40.745 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Tuesday 27 August 2024 06:51:39 -0400 (0:00:00.053) 0:01:40.799 ******** ok: [managed_node3] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "volumes": [ { "fs_type": "ext4", "mount_point": "/opt/test1", "name": "test1", "size": "10737418240" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Tuesday 27 August 2024 06:51:39 -0400 (0:00:00.070) 0:01:40.869 ******** ok: [managed_node3] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Tuesday 27 August 2024 06:51:39 -0400 (0:00:00.058) 0:01:40.928 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Tuesday 27 August 2024 06:51:39 -0400 (0:00:00.058) 0:01:40.987 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Tuesday 27 August 2024 06:51:39 -0400 (0:00:00.056) 0:01:41.043 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Tuesday 27 August 2024 06:51:39 -0400 (0:00:00.057) 0:01:41.100 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Tuesday 27 August 2024 06:51:39 -0400 (0:00:00.056) 0:01:41.157 ******** ok: [managed_node3] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Tuesday 27 August 2024 06:51:40 -0400 (0:00:00.085) 0:01:41.243 ******** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Tuesday 27 August 2024 06:51:40 -0400 (0:00:00.060) 0:01:41.303 ******** changed: [managed_node3] => { "actions": [ { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext4" } ], "changed": true, "crypts": [], "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10737418240", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Tuesday 27 August 2024 06:51:44 -0400 (0:00:04.702) 0:01:46.006 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Tuesday 27 August 2024 06:51:44 -0400 (0:00:00.054) 0:01:46.060 ******** ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724755822.0828834, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6b95df90798c1adba66c669f2bd76d2d16d86df5", "ctime": 1724755822.0798833, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 263614, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724755822.0798833, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1280, "uid": 0, "version": "18446744072886413789", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Tuesday 27 August 2024 06:51:45 -0400 (0:00:00.379) 0:01:46.440 ******** ok: [managed_node3] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Tuesday 27 August 2024 06:51:45 -0400 (0:00:00.336) 0:01:46.777 ******** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Tuesday 27 August 2024 06:51:45 -0400 (0:00:00.043) 0:01:46.820 ******** ok: [managed_node3] => { "blivet_output": { "actions": [ { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext4" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10737418240", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Tuesday 27 August 2024 06:51:45 -0400 (0:00:00.052) 0:01:46.873 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10737418240", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Tuesday 27 August 2024 06:51:45 -0400 (0:00:00.043) 0:01:46.917 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Tuesday 27 August 2024 06:51:45 -0400 (0:00:00.049) 0:01:46.966 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Tuesday 27 August 2024 06:51:45 -0400 (0:00:00.051) 0:01:47.018 ******** ok: [managed_node3] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Tuesday 27 August 2024 06:51:46 -0400 (0:00:00.605) 0:01:47.623 ******** changed: [managed_node3] => (item={u'src': u'/dev/mapper/foo-test1', u'group': None, u'dump': 0, u'passno': 0, u'fstype': u'ext4', u'state': u'mounted', u'mode': None, u'owner': None, u'path': u'/opt/test1', u'opts': u'defaults'}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext4", "mount_info": { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Tuesday 27 August 2024 06:51:46 -0400 (0:00:00.449) 0:01:48.072 ******** skipping: [managed_node3] => (item={u'src': u'/dev/mapper/foo-test1', u'group': None, u'dump': 0, u'passno': 0, u'fstype': u'ext4', u'state': u'mounted', u'mode': None, u'owner': None, u'path': u'/opt/test1', u'opts': u'defaults'}) => { "ansible_loop_var": "mount_info", "changed": false, "mount_info": { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Tuesday 27 August 2024 06:51:46 -0400 (0:00:00.060) 0:01:48.132 ******** ok: [managed_node3] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Tuesday 27 August 2024 06:51:47 -0400 (0:00:00.605) 0:01:48.738 ******** ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724753284.71151, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1724753282.8934937, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 263632, "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": 1724753282.8924935, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "18446744072886414410", "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: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Tuesday 27 August 2024 06:51:47 -0400 (0:00:00.419) 0:01:49.157 ******** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Tuesday 27 August 2024 06:51:48 -0400 (0:00:00.035) 0:01:49.193 ******** ok: [managed_node3] TASK [Verify role results] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:125 Tuesday 27 August 2024 06:51:48 -0400 (0:00:00.731) 0:01:49.924 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed_node3 TASK [Print out pool information] ********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Tuesday 27 August 2024 06:51:48 -0400 (0:00:00.088) 0:01:50.012 ******** ok: [managed_node3] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10737418240", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Tuesday 27 August 2024 06:51:48 -0400 (0:00:00.118) 0:01:50.131 ******** skipping: [managed_node3] => {} TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Tuesday 27 August 2024 06:51:49 -0400 (0:00:00.067) 0:01:50.199 ******** ok: [managed_node3] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "ext4", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/foo-test1", "size": "10G", "type": "lvm", "uuid": "ffbade63-02dd-49a9-a507-a1091c0dc2e3" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "VEIS3W-wLnU-GBIR-uHP0-wRNv-INVT-zutXlJ" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "ext4", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "c7b7d6a5-fd01-4b9b-bcca-153eaff9d312" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Tuesday 27 August 2024 06:51:49 -0400 (0:00:00.378) 0:01:50.577 ******** ok: [managed_node3] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002943", "end": "2024-08-27 06:51:49.733986", "rc": 0, "start": "2024-08-27 06:51:49.731043" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Thu Jun 20 10:23:46 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk' # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info # UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312 / ext4 defaults 1 1 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 /dev/mapper/foo-test1 /opt/test1 ext4 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Tuesday 27 August 2024 06:51:49 -0400 (0:00:00.423) 0:01:51.001 ******** ok: [managed_node3] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002550", "end": "2024-08-27 06:51:50.224035", "failed_when_result": false, "rc": 0, "start": "2024-08-27 06:51:50.221485" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Tuesday 27 August 2024 06:51:50 -0400 (0:00:00.540) 0:01:51.541 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed_node3 TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Tuesday 27 August 2024 06:51:50 -0400 (0:00:00.125) 0:01:51.666 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Tuesday 27 August 2024 06:51:50 -0400 (0:00:00.074) 0:01:51.741 ******** ok: [managed_node3] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.017447", "end": "2024-08-27 06:51:50.908319", "rc": 0, "start": "2024-08-27 06:51:50.890872" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Tuesday 27 August 2024 06:51:51 -0400 (0:00:00.494) 0:01:52.236 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Tuesday 27 August 2024 06:51:51 -0400 (0:00:00.126) 0:01:52.362 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed_node3 TASK [Set test variables] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Tuesday 27 August 2024 06:51:51 -0400 (0:00:00.132) 0:01:52.494 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Tuesday 27 August 2024 06:51:51 -0400 (0:00:00.083) 0:01:52.578 ******** ok: [managed_node3] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } TASK [Set pvs lvm length] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Tuesday 27 August 2024 06:51:51 -0400 (0:00:00.425) 0:01:53.003 ******** ok: [managed_node3] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Tuesday 27 August 2024 06:51:51 -0400 (0:00:00.146) 0:01:53.150 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Tuesday 27 August 2024 06:51:52 -0400 (0:00:00.115) 0:01:53.265 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Tuesday 27 August 2024 06:51:52 -0400 (0:00:00.083) 0:01:53.349 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Tuesday 27 August 2024 06:51:52 -0400 (0:00:00.083) 0:01:53.432 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Tuesday 27 August 2024 06:51:52 -0400 (0:00:00.065) 0:01:53.497 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Tuesday 27 August 2024 06:51:52 -0400 (0:00:00.056) 0:01:53.554 ******** ok: [managed_node3] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Tuesday 27 August 2024 06:51:52 -0400 (0:00:00.081) 0:01:53.635 ******** ok: [managed_node3] => { "changed": false, "rc": 0 } STDOUT: False STDERR: Shared connection to 10.31.41.77 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Tuesday 27 August 2024 06:51:52 -0400 (0:00:00.372) 0:01:54.008 ******** skipping: [managed_node3] => (item=/dev/sda) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda" } TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Tuesday 27 August 2024 06:51:52 -0400 (0:00:00.071) 0:01:54.079 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed_node3 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Tuesday 27 August 2024 06:51:53 -0400 (0:00:00.140) 0:01:54.219 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Tuesday 27 August 2024 06:51:53 -0400 (0:00:00.093) 0:01:54.313 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Tuesday 27 August 2024 06:51:53 -0400 (0:00:00.080) 0:01:54.394 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Tuesday 27 August 2024 06:51:53 -0400 (0:00:00.096) 0:01:54.490 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Tuesday 27 August 2024 06:51:53 -0400 (0:00:00.107) 0:01:54.598 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Tuesday 27 August 2024 06:51:53 -0400 (0:00:00.073) 0:01:54.672 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Tuesday 27 August 2024 06:51:53 -0400 (0:00:00.096) 0:01:54.768 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Tuesday 27 August 2024 06:51:53 -0400 (0:00:00.054) 0:01:54.823 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Tuesday 27 August 2024 06:51:53 -0400 (0:00:00.103) 0:01:54.927 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Tuesday 27 August 2024 06:51:53 -0400 (0:00:00.060) 0:01:54.987 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Tuesday 27 August 2024 06:51:53 -0400 (0:00:00.065) 0:01:55.052 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Tuesday 27 August 2024 06:51:53 -0400 (0:00:00.078) 0:01:55.131 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed_node3 TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Tuesday 27 August 2024 06:51:54 -0400 (0:00:00.159) 0:01:55.291 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml for managed_node3 TASK [Get information about the LV] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:8 Tuesday 27 August 2024 06:51:54 -0400 (0:00:00.132) 0:01:55.423 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:16 Tuesday 27 August 2024 06:51:54 -0400 (0:00:00.059) 0:01:55.482 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:20 Tuesday 27 August 2024 06:51:54 -0400 (0:00:00.053) 0:01:55.536 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Tuesday 27 August 2024 06:51:54 -0400 (0:00:00.057) 0:01:55.593 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Tuesday 27 August 2024 06:51:54 -0400 (0:00:00.065) 0:01:55.659 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Tuesday 27 August 2024 06:51:54 -0400 (0:00:00.069) 0:01:55.728 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Tuesday 27 August 2024 06:51:54 -0400 (0:00:00.072) 0:01:55.801 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Tuesday 27 August 2024 06:51:54 -0400 (0:00:00.064) 0:01:55.865 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml for managed_node3 TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Tuesday 27 August 2024 06:51:54 -0400 (0:00:00.153) 0:01:56.018 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml for managed_node3 TASK [Get information about thinpool] ****************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Tuesday 27 August 2024 06:51:54 -0400 (0:00:00.115) 0:01:56.134 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Tuesday 27 August 2024 06:51:55 -0400 (0:00:00.126) 0:01:56.260 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Tuesday 27 August 2024 06:51:55 -0400 (0:00:00.092) 0:01:56.352 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Tuesday 27 August 2024 06:51:55 -0400 (0:00:00.066) 0:01:56.419 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Tuesday 27 August 2024 06:51:55 -0400 (0:00:00.054) 0:01:56.474 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed_node3 TASK [Set test variables] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Tuesday 27 August 2024 06:51:55 -0400 (0:00:00.187) 0:01:56.662 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Tuesday 27 August 2024 06:51:55 -0400 (0:00:00.073) 0:01:56.735 ******** skipping: [managed_node3] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Tuesday 27 August 2024 06:51:55 -0400 (0:00:00.069) 0:01:56.805 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node3 TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Tuesday 27 August 2024 06:51:55 -0400 (0:00:00.270) 0:01:57.075 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Tuesday 27 August 2024 06:51:56 -0400 (0:00:00.102) 0:01:57.177 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Tuesday 27 August 2024 06:51:56 -0400 (0:00:00.078) 0:01:57.256 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Tuesday 27 August 2024 06:51:56 -0400 (0:00:00.061) 0:01:57.317 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Tuesday 27 August 2024 06:51:56 -0400 (0:00:00.092) 0:01:57.410 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Tuesday 27 August 2024 06:51:56 -0400 (0:00:00.089) 0:01:57.500 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Tuesday 27 August 2024 06:51:56 -0400 (0:00:00.090) 0:01:57.591 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Tuesday 27 August 2024 06:51:56 -0400 (0:00:00.114) 0:01:57.705 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml for managed_node3 TASK [Validate pool member VDO settings] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Tuesday 27 August 2024 06:51:56 -0400 (0:00:00.280) 0:01:57.986 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml for managed_node3 TASK [Get information about VDO deduplication] ********************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Tuesday 27 August 2024 06:51:57 -0400 (0:00:00.246) 0:01:58.232 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Tuesday 27 August 2024 06:51:57 -0400 (0:00:00.060) 0:01:58.293 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Tuesday 27 August 2024 06:51:57 -0400 (0:00:00.079) 0:01:58.372 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Tuesday 27 August 2024 06:51:57 -0400 (0:00:00.082) 0:01:58.455 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Tuesday 27 August 2024 06:51:57 -0400 (0:00:00.097) 0:01:58.553 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Tuesday 27 August 2024 06:51:57 -0400 (0:00:00.059) 0:01:58.612 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:46 Tuesday 27 August 2024 06:51:57 -0400 (0:00:00.112) 0:01:58.725 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Tuesday 27 August 2024 06:51:57 -0400 (0:00:00.097) 0:01:58.822 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed_node3 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Tuesday 27 August 2024 06:51:57 -0400 (0:00:00.233) 0:01:59.056 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Tuesday 27 August 2024 06:51:57 -0400 (0:00:00.094) 0:01:59.151 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Tuesday 27 August 2024 06:51:58 -0400 (0:00:00.089) 0:01:59.240 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Tuesday 27 August 2024 06:51:58 -0400 (0:00:00.076) 0:01:59.316 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Tuesday 27 August 2024 06:51:58 -0400 (0:00:00.084) 0:01:59.401 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Tuesday 27 August 2024 06:51:58 -0400 (0:00:00.068) 0:01:59.470 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Tuesday 27 August 2024 06:51:58 -0400 (0:00:00.081) 0:01:59.551 ******** ok: [managed_node3] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Tuesday 27 August 2024 06:51:58 -0400 (0:00:00.058) 0:01:59.610 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed_node3 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Tuesday 27 August 2024 06:51:58 -0400 (0:00:00.188) 0:01:59.799 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Tuesday 27 August 2024 06:51:58 -0400 (0:00:00.080) 0:01:59.879 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed_node3 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Tuesday 27 August 2024 06:51:59 -0400 (0:00:00.358) 0:02:00.238 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Tuesday 27 August 2024 06:51:59 -0400 (0:00:00.088) 0:02:00.326 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Tuesday 27 August 2024 06:51:59 -0400 (0:00:00.093) 0:02:00.419 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Tuesday 27 August 2024 06:51:59 -0400 (0:00:00.058) 0:02:00.478 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Tuesday 27 August 2024 06:51:59 -0400 (0:00:00.066) 0:02:00.544 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Tuesday 27 August 2024 06:51:59 -0400 (0:00:00.078) 0:02:00.623 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Tuesday 27 August 2024 06:51:59 -0400 (0:00:00.061) 0:02:00.684 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Tuesday 27 August 2024 06:51:59 -0400 (0:00:00.084) 0:02:00.769 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Tuesday 27 August 2024 06:51:59 -0400 (0:00:00.086) 0:02:00.855 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Tuesday 27 August 2024 06:51:59 -0400 (0:00:00.104) 0:02:00.959 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Tuesday 27 August 2024 06:51:59 -0400 (0:00:00.147) 0:02:01.107 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Tuesday 27 August 2024 06:52:00 -0400 (0:00:00.103) 0:02:01.211 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/foo-test1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 ext4 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Tuesday 27 August 2024 06:52:00 -0400 (0:00:00.148) 0:02:01.359 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Tuesday 27 August 2024 06:52:00 -0400 (0:00:00.154) 0:02:01.514 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Tuesday 27 August 2024 06:52:00 -0400 (0:00:00.144) 0:02:01.658 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Tuesday 27 August 2024 06:52:00 -0400 (0:00:00.094) 0:02:01.753 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:51 Tuesday 27 August 2024 06:52:00 -0400 (0:00:00.059) 0:02:01.812 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Tuesday 27 August 2024 06:52:00 -0400 (0:00:00.050) 0:02:01.862 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Tuesday 27 August 2024 06:52:00 -0400 (0:00:00.082) 0:02:01.945 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Tuesday 27 August 2024 06:52:00 -0400 (0:00:00.054) 0:02:02.000 ******** ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724755904.7346058, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1724755904.7346058, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 555275, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1724755904.7346058, "nlink": 1, "path": "/dev/mapper/foo-test1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Tuesday 27 August 2024 06:52:01 -0400 (0:00:00.402) 0:02:02.402 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Tuesday 27 August 2024 06:52:01 -0400 (0:00:00.124) 0:02:02.527 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Tuesday 27 August 2024 06:52:01 -0400 (0:00:00.110) 0:02:02.638 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Tuesday 27 August 2024 06:52:01 -0400 (0:00:00.223) 0:02:02.862 ******** ok: [managed_node3] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Tuesday 27 August 2024 06:52:01 -0400 (0:00:00.072) 0:02:02.934 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Tuesday 27 August 2024 06:52:01 -0400 (0:00:00.071) 0:02:03.006 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Tuesday 27 August 2024 06:52:01 -0400 (0:00:00.067) 0:02:03.074 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Tuesday 27 August 2024 06:52:01 -0400 (0:00:00.060) 0:02:03.134 ******** ok: [managed_node3] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Tuesday 27 August 2024 06:52:02 -0400 (0:00:00.685) 0:02:03.820 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Tuesday 27 August 2024 06:52:02 -0400 (0:00:00.058) 0:02:03.878 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Tuesday 27 August 2024 06:52:02 -0400 (0:00:00.087) 0:02:03.966 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Tuesday 27 August 2024 06:52:02 -0400 (0:00:00.106) 0:02:04.073 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Tuesday 27 August 2024 06:52:02 -0400 (0:00:00.073) 0:02:04.146 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Tuesday 27 August 2024 06:52:03 -0400 (0:00:00.066) 0:02:04.212 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Tuesday 27 August 2024 06:52:03 -0400 (0:00:00.064) 0:02:04.276 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Tuesday 27 August 2024 06:52:03 -0400 (0:00:00.067) 0:02:04.344 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Tuesday 27 August 2024 06:52:03 -0400 (0:00:00.073) 0:02:04.417 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Tuesday 27 August 2024 06:52:03 -0400 (0:00:00.080) 0:02:04.498 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Tuesday 27 August 2024 06:52:03 -0400 (0:00:00.097) 0:02:04.596 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Tuesday 27 August 2024 06:52:03 -0400 (0:00:00.099) 0:02:04.695 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Tuesday 27 August 2024 06:52:03 -0400 (0:00:00.056) 0:02:04.752 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Tuesday 27 August 2024 06:52:03 -0400 (0:00:00.066) 0:02:04.818 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Tuesday 27 August 2024 06:52:03 -0400 (0:00:00.069) 0:02:04.887 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Tuesday 27 August 2024 06:52:03 -0400 (0:00:00.076) 0:02:04.963 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Tuesday 27 August 2024 06:52:03 -0400 (0:00:00.071) 0:02:05.035 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Tuesday 27 August 2024 06:52:03 -0400 (0:00:00.056) 0:02:05.092 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Tuesday 27 August 2024 06:52:03 -0400 (0:00:00.057) 0:02:05.150 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Tuesday 27 August 2024 06:52:04 -0400 (0:00:00.075) 0:02:05.225 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Tuesday 27 August 2024 06:52:04 -0400 (0:00:00.089) 0:02:05.314 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Tuesday 27 August 2024 06:52:04 -0400 (0:00:00.081) 0:02:05.402 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Tuesday 27 August 2024 06:52:04 -0400 (0:00:00.107) 0:02:05.509 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Tuesday 27 August 2024 06:52:04 -0400 (0:00:00.075) 0:02:05.585 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Tuesday 27 August 2024 06:52:04 -0400 (0:00:00.064) 0:02:05.649 ******** ok: [managed_node3] => { "bytes": 10737418240, "changed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Tuesday 27 August 2024 06:52:04 -0400 (0:00:00.438) 0:02:06.087 ******** ok: [managed_node3] => { "bytes": 10737418240, "changed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Tuesday 27 August 2024 06:52:05 -0400 (0:00:00.576) 0:02:06.664 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_expected_size": "10737418240" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Tuesday 27 August 2024 06:52:05 -0400 (0:00:00.103) 0:02:06.767 ******** ok: [managed_node3] => { "storage_test_expected_size": "10737418240" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Tuesday 27 August 2024 06:52:05 -0400 (0:00:00.061) 0:02:06.828 ******** ok: [managed_node3] => { "bytes": 10737418240, "changed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Tuesday 27 August 2024 06:52:06 -0400 (0:00:00.495) 0:02:07.324 ******** skipping: [managed_node3] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Tuesday 27 August 2024 06:52:06 -0400 (0:00:00.075) 0:02:07.400 ******** skipping: [managed_node3] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Tuesday 27 August 2024 06:52:06 -0400 (0:00:00.122) 0:02:07.523 ******** skipping: [managed_node3] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Tuesday 27 August 2024 06:52:06 -0400 (0:00:00.094) 0:02:07.617 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Tuesday 27 August 2024 06:52:06 -0400 (0:00:00.126) 0:02:07.744 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Tuesday 27 August 2024 06:52:06 -0400 (0:00:00.062) 0:02:07.807 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Tuesday 27 August 2024 06:52:06 -0400 (0:00:00.091) 0:02:07.898 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Tuesday 27 August 2024 06:52:06 -0400 (0:00:00.057) 0:02:07.955 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Tuesday 27 August 2024 06:52:06 -0400 (0:00:00.054) 0:02:08.010 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Tuesday 27 August 2024 06:52:06 -0400 (0:00:00.066) 0:02:08.077 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Tuesday 27 August 2024 06:52:06 -0400 (0:00:00.056) 0:02:08.134 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Tuesday 27 August 2024 06:52:07 -0400 (0:00:00.055) 0:02:08.189 ******** skipping: [managed_node3] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Tuesday 27 August 2024 06:52:07 -0400 (0:00:00.060) 0:02:08.249 ******** skipping: [managed_node3] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Tuesday 27 August 2024 06:52:07 -0400 (0:00:00.072) 0:02:08.322 ******** skipping: [managed_node3] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Tuesday 27 August 2024 06:52:07 -0400 (0:00:00.058) 0:02:08.381 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Tuesday 27 August 2024 06:52:07 -0400 (0:00:00.086) 0:02:08.467 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Tuesday 27 August 2024 06:52:07 -0400 (0:00:00.101) 0:02:08.569 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Tuesday 27 August 2024 06:52:07 -0400 (0:00:00.079) 0:02:08.648 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Tuesday 27 August 2024 06:52:07 -0400 (0:00:00.071) 0:02:08.720 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Tuesday 27 August 2024 06:52:07 -0400 (0:00:00.116) 0:02:08.836 ******** ok: [managed_node3] => { "storage_test_actual_size": { "bytes": 10737418240, "changed": false, "failed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Tuesday 27 August 2024 06:52:07 -0400 (0:00:00.096) 0:02:08.932 ******** ok: [managed_node3] => { "storage_test_expected_size": "10737418240" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Tuesday 27 August 2024 06:52:07 -0400 (0:00:00.095) 0:02:09.028 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Tuesday 27 August 2024 06:52:07 -0400 (0:00:00.123) 0:02:09.152 ******** ok: [managed_node3] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.018634", "end": "2024-08-27 06:52:08.462290", "rc": 0, "start": "2024-08-27 06:52:08.443656" } STDOUT: LVM2_LV_NAME=test1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Tuesday 27 August 2024 06:52:08 -0400 (0:00:00.587) 0:02:09.739 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Tuesday 27 August 2024 06:52:08 -0400 (0:00:00.063) 0:02:09.803 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Tuesday 27 August 2024 06:52:08 -0400 (0:00:00.071) 0:02:09.875 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Tuesday 27 August 2024 06:52:08 -0400 (0:00:00.079) 0:02:09.954 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Tuesday 27 August 2024 06:52:08 -0400 (0:00:00.058) 0:02:10.012 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Tuesday 27 August 2024 06:52:08 -0400 (0:00:00.057) 0:02:10.070 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Tuesday 27 August 2024 06:52:08 -0400 (0:00:00.060) 0:02:10.130 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Tuesday 27 August 2024 06:52:09 -0400 (0:00:00.058) 0:02:10.188 ******** TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Tuesday 27 August 2024 06:52:09 -0400 (0:00:00.050) 0:02:10.239 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Test for correct handling of invalid size specification] ***************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:128 Tuesday 27 August 2024 06:52:09 -0400 (0:00:00.054) 0:02:10.294 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-failed.yml for managed_node3 TASK [Store global variable value copy] **************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-failed.yml:4 Tuesday 27 August 2024 06:52:09 -0400 (0:00:00.097) 0:02:10.391 ******** ok: [managed_node3] => { "ansible_facts": { "storage_pools_global": [], "storage_safe_mode_global": false, "storage_volumes_global": [] }, "changed": false } TASK [Verify role raises correct error] **************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-failed.yml:10 Tuesday 27 August 2024 06:52:09 -0400 (0:00:00.065) 0:02:10.457 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Tuesday 27 August 2024 06:52:09 -0400 (0:00:00.083) 0:02:10.541 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed_node3 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Tuesday 27 August 2024 06:52:09 -0400 (0:00:00.088) 0:02:10.630 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Tuesday 27 August 2024 06:52:09 -0400 (0:00:00.067) 0:02:10.697 ******** skipping: [managed_node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node3] => (item=CentOS_7.yml) => { "ansible_facts": { "__storage_blivet_diskvolume_mkfs_option_map": { "ext2": "-F", "ext3": "-F", "ext4": "-F" }, "blivet_package_list": [ "python-enum34", "python-blivet3", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed_node3] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Tuesday 27 August 2024 06:52:09 -0400 (0:00:00.132) 0:02:10.830 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Tuesday 27 August 2024 06:52:09 -0400 (0:00:00.057) 0:02:10.888 ******** skipping: [managed_node3] => { "changed": false, "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: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Tuesday 27 August 2024 06:52:09 -0400 (0:00:00.056) 0:02:10.944 ******** ok: [managed_node3] => { "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: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Tuesday 27 August 2024 06:52:09 -0400 (0:00:00.067) 0:02:11.012 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Tuesday 27 August 2024 06:52:09 -0400 (0:00:00.053) 0:02:11.065 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed_node3 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Tuesday 27 August 2024 06:52:10 -0400 (0:00:00.141) 0:02:11.206 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Tuesday 27 August 2024 06:52:10 -0400 (0:00:00.055) 0:02:11.262 ******** ok: [managed_node3] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "volumes": [ { "fs_type": "ext4", "mount_point": "/opt/test1", "name": "test1", "size": "xyz GiB" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Tuesday 27 August 2024 06:52:10 -0400 (0:00:00.068) 0:02:11.330 ******** ok: [managed_node3] => { "storage_volumes": [] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Tuesday 27 August 2024 06:52:10 -0400 (0:00:00.071) 0:02:11.402 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Tuesday 27 August 2024 06:52:10 -0400 (0:00:00.057) 0:02:11.460 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Tuesday 27 August 2024 06:52:10 -0400 (0:00:00.047) 0:02:11.508 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Tuesday 27 August 2024 06:52:10 -0400 (0:00:00.041) 0:02:11.549 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Tuesday 27 August 2024 06:52:10 -0400 (0:00:00.046) 0:02:11.595 ******** ok: [managed_node3] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Tuesday 27 August 2024 06:52:10 -0400 (0:00:00.064) 0:02:11.660 ******** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Tuesday 27 August 2024 06:52:10 -0400 (0:00:00.034) 0:02:11.695 ******** fatal: [managed_node3]: FAILED! => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } MSG: invalid size specification 'xyz GiB' in pool 'foo' TASK [fedora.linux_system_roles.storage : Failed message] ********************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:109 Tuesday 27 August 2024 06:52:14 -0400 (0:00:04.166) 0:02:15.861 ******** fatal: [managed_node3]: FAILED! => { "changed": false } MSG: {u'_ansible_no_log': False, u'crypts': [], u'pools': [], u'leaves': [], u'changed': False, u'actions': [], u'failed': True, u'volumes': [], u'invocation': {u'module_args': {u'packages_only': False, u'disklabel_type': None, u'diskvolume_mkfs_option_map': {u'ext4': u'-F', u'ext3': u'-F', u'ext2': u'-F'}, u'safe_mode': False, u'pools': [{u'raid_metadata_version': None, u'encryption_key_size': None, u'encryption_key': None, u'encryption_luks_version': None, u'encryption_tang_url': None, u'raid_spare_count': None, u'grow_to_fill': False, u'encryption_tang_thumbprint': None, u'name': u'foo', u'encryption_password': None, u'encryption': False, u'disks': [u'sda'], u'raid_level': None, u'raid_device_count': None, u'state': u'present', u'volumes': [{u'thin': False, u'encryption_key_size': None, u'encryption_key': None, u'fs_label': None, u'encryption_luks_version': None, u'raid_stripe_size': None, u'fs_type': u'ext4', u'mount_options': None, u'type': None, u'mount_user': None, u'raid_disks': [], u'size': u'xyz GiB', u'cache_mode': None, u'mount_point': u'/opt/test1', u'compression': None, u'encryption_password': None, u'mount_group': None, u'encryption': None, u'raid_level': None, u'name': u'test1', u'cached': None, u'state': u'present', u'vdo_pool_size': None, u'mount_mode': None, u'cache_size': None, u'thin_pool_name': None, u'cache_devices': [], u'thin_pool_size': None, u'encryption_cipher': None, u'fs_create_options': None, u'deduplication': None}], u'shared': False, u'encryption_clevis_pin': None, u'type': u'lvm', u'encryption_cipher': None, u'raid_chunk_size': None}], u'volumes': [], u'pool_defaults': {u'raid_metadata_version': None, u'encryption_cipher': None, u'encryption_key': None, u'encryption_luks_version': None, u'raid_spare_count': None, u'grow_to_fill': False, u'encryption_password': None, u'encryption': False, u'disks': [], u'raid_level': None, u'raid_device_count': None, u'state': u'present', u'volumes': [], u'shared': False, u'type': u'lvm', u'encryption_key_size': None, u'raid_chunk_size': None}, u'volume_defaults': {u'raid_metadata_version': None, u'raid_level': None, u'fs_type': u'xfs', u'mount_options': u'defaults', u'size': 0, u'mount_point': u'', u'compression': None, u'encryption_password': None, u'encryption': False, u'mount_device_identifier': u'uuid', u'raid_device_count': None, u'state': u'present', u'vdo_pool_size': None, u'thin_pool_name': None, u'type': u'lvm', u'encryption_key_size': None, u'encryption_cipher': None, u'encryption_key': None, u'fs_label': u'', u'encryption_luks_version': None, u'raid_stripe_size': None, u'cache_size': 0, u'raid_spare_count': None, u'cache_mode': None, u'deduplication': None, u'cached': False, u'fs_overwrite_existing': True, u'disks': [], u'thin_pool_size': None, u'thin': None, u'mount_check': 0, u'mount_passno': 0, u'raid_chunk_size': None, u'cache_devices': [], u'fs_create_options': u''}, u'use_partitions': None}}, u'mounts': [], u'packages': [], u'msg': u"invalid size specification 'xyz GiB' in pool 'foo'"} TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Tuesday 27 August 2024 06:52:14 -0400 (0:00:00.062) 0:02:15.924 ******** TASK [Check that we failed in the role] **************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-failed.yml:23 Tuesday 27 August 2024 06:52:14 -0400 (0:00:00.045) 0:02:15.969 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify the blivet output and error message are correct] ****************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-failed.yml:28 Tuesday 27 August 2024 06:52:14 -0400 (0:00:00.054) 0:02:16.024 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify correct exception or error message] ******************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-failed.yml:39 Tuesday 27 August 2024 06:52:14 -0400 (0:00:00.056) 0:02:16.081 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test for correct handling of invalid size specification] ***************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:144 Tuesday 27 August 2024 06:52:14 -0400 (0:00:00.039) 0:02:16.120 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-failed.yml for managed_node3 TASK [Store global variable value copy] **************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-failed.yml:4 Tuesday 27 August 2024 06:52:15 -0400 (0:00:00.077) 0:02:16.198 ******** ok: [managed_node3] => { "ansible_facts": { "storage_pools_global": [], "storage_safe_mode_global": false, "storage_volumes_global": [] }, "changed": false } TASK [Verify role raises correct error] **************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-failed.yml:10 Tuesday 27 August 2024 06:52:15 -0400 (0:00:00.043) 0:02:16.241 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Tuesday 27 August 2024 06:52:15 -0400 (0:00:00.108) 0:02:16.350 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed_node3 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Tuesday 27 August 2024 06:52:15 -0400 (0:00:00.055) 0:02:16.406 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Tuesday 27 August 2024 06:52:15 -0400 (0:00:00.043) 0:02:16.450 ******** skipping: [managed_node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node3] => (item=CentOS_7.yml) => { "ansible_facts": { "__storage_blivet_diskvolume_mkfs_option_map": { "ext2": "-F", "ext3": "-F", "ext4": "-F" }, "blivet_package_list": [ "python-enum34", "python-blivet3", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed_node3] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Tuesday 27 August 2024 06:52:15 -0400 (0:00:00.124) 0:02:16.574 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Tuesday 27 August 2024 06:52:15 -0400 (0:00:00.054) 0:02:16.628 ******** skipping: [managed_node3] => { "changed": false, "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: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Tuesday 27 August 2024 06:52:15 -0400 (0:00:00.055) 0:02:16.684 ******** ok: [managed_node3] => { "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: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Tuesday 27 August 2024 06:52:15 -0400 (0:00:00.061) 0:02:16.746 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Tuesday 27 August 2024 06:52:15 -0400 (0:00:00.055) 0:02:16.802 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed_node3 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Tuesday 27 August 2024 06:52:15 -0400 (0:00:00.126) 0:02:16.928 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Tuesday 27 August 2024 06:52:15 -0400 (0:00:00.042) 0:02:16.971 ******** ok: [managed_node3] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "volumes": [ { "fs_type": "ext4", "mount_point": "/opt/test1", "name": "test1", "size": "none" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Tuesday 27 August 2024 06:52:15 -0400 (0:00:00.057) 0:02:17.028 ******** ok: [managed_node3] => { "storage_volumes": [] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Tuesday 27 August 2024 06:52:15 -0400 (0:00:00.052) 0:02:17.081 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Tuesday 27 August 2024 06:52:15 -0400 (0:00:00.040) 0:02:17.122 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Tuesday 27 August 2024 06:52:16 -0400 (0:00:00.045) 0:02:17.168 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Tuesday 27 August 2024 06:52:16 -0400 (0:00:00.042) 0:02:17.211 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Tuesday 27 August 2024 06:52:16 -0400 (0:00:00.043) 0:02:17.254 ******** ok: [managed_node3] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Tuesday 27 August 2024 06:52:16 -0400 (0:00:00.075) 0:02:17.329 ******** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Tuesday 27 August 2024 06:52:16 -0400 (0:00:00.041) 0:02:17.370 ******** fatal: [managed_node3]: FAILED! => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } MSG: invalid size specification 'none' in pool 'foo' TASK [fedora.linux_system_roles.storage : Failed message] ********************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:109 Tuesday 27 August 2024 06:52:20 -0400 (0:00:04.269) 0:02:21.640 ******** fatal: [managed_node3]: FAILED! => { "changed": false } MSG: {u'_ansible_no_log': False, u'crypts': [], u'pools': [], u'leaves': [], u'changed': False, u'actions': [], u'failed': True, u'volumes': [], u'invocation': {u'module_args': {u'packages_only': False, u'disklabel_type': None, u'diskvolume_mkfs_option_map': {u'ext4': u'-F', u'ext3': u'-F', u'ext2': u'-F'}, u'safe_mode': False, u'pools': [{u'raid_metadata_version': None, u'encryption_key_size': None, u'encryption_key': None, u'encryption_luks_version': None, u'encryption_tang_url': None, u'raid_spare_count': None, u'grow_to_fill': False, u'encryption_tang_thumbprint': None, u'name': u'foo', u'encryption_password': None, u'encryption': False, u'disks': [u'sda'], u'raid_level': None, u'raid_device_count': None, u'state': u'present', u'volumes': [{u'thin': False, u'encryption_key_size': None, u'encryption_key': None, u'fs_label': None, u'encryption_luks_version': None, u'raid_stripe_size': None, u'fs_type': u'ext4', u'mount_options': None, u'type': None, u'mount_user': None, u'raid_disks': [], u'size': u'none', u'cache_mode': None, u'mount_point': u'/opt/test1', u'compression': None, u'encryption_password': None, u'mount_group': None, u'encryption': None, u'raid_level': None, u'name': u'test1', u'cached': None, u'state': u'present', u'vdo_pool_size': None, u'mount_mode': None, u'cache_size': None, u'thin_pool_name': None, u'cache_devices': [], u'thin_pool_size': None, u'encryption_cipher': None, u'fs_create_options': None, u'deduplication': None}], u'shared': False, u'encryption_clevis_pin': None, u'type': u'lvm', u'encryption_cipher': None, u'raid_chunk_size': None}], u'volumes': [], u'pool_defaults': {u'raid_metadata_version': None, u'encryption_cipher': None, u'encryption_key': None, u'encryption_luks_version': None, u'raid_spare_count': None, u'grow_to_fill': False, u'encryption_password': None, u'encryption': False, u'disks': [], u'raid_level': None, u'raid_device_count': None, u'state': u'present', u'volumes': [], u'shared': False, u'type': u'lvm', u'encryption_key_size': None, u'raid_chunk_size': None}, u'volume_defaults': {u'raid_metadata_version': None, u'raid_level': None, u'fs_type': u'xfs', u'mount_options': u'defaults', u'size': 0, u'mount_point': u'', u'compression': None, u'encryption_password': None, u'encryption': False, u'mount_device_identifier': u'uuid', u'raid_device_count': None, u'state': u'present', u'vdo_pool_size': None, u'thin_pool_name': None, u'type': u'lvm', u'encryption_key_size': None, u'encryption_cipher': None, u'encryption_key': None, u'fs_label': u'', u'encryption_luks_version': None, u'raid_stripe_size': None, u'cache_size': 0, u'raid_spare_count': None, u'cache_mode': None, u'deduplication': None, u'cached': False, u'fs_overwrite_existing': True, u'disks': [], u'thin_pool_size': None, u'thin': None, u'mount_check': 0, u'mount_passno': 0, u'raid_chunk_size': None, u'cache_devices': [], u'fs_create_options': u''}, u'use_partitions': None}}, u'mounts': [], u'packages': [], u'msg': u"invalid size specification 'none' in pool 'foo'"} TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Tuesday 27 August 2024 06:52:20 -0400 (0:00:00.077) 0:02:21.717 ******** TASK [Check that we failed in the role] **************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-failed.yml:23 Tuesday 27 August 2024 06:52:20 -0400 (0:00:00.048) 0:02:21.766 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify the blivet output and error message are correct] ****************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-failed.yml:28 Tuesday 27 August 2024 06:52:20 -0400 (0:00:00.050) 0:02:21.816 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify correct exception or error message] ******************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-failed.yml:39 Tuesday 27 August 2024 06:52:20 -0400 (0:00:00.063) 0:02:21.879 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up] **************************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:160 Tuesday 27 August 2024 06:52:20 -0400 (0:00:00.040) 0:02:21.920 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Tuesday 27 August 2024 06:52:20 -0400 (0:00:00.086) 0:02:22.007 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed_node3 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Tuesday 27 August 2024 06:52:20 -0400 (0:00:00.064) 0:02:22.071 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Tuesday 27 August 2024 06:52:20 -0400 (0:00:00.054) 0:02:22.126 ******** skipping: [managed_node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node3] => (item=CentOS_7.yml) => { "ansible_facts": { "__storage_blivet_diskvolume_mkfs_option_map": { "ext2": "-F", "ext3": "-F", "ext4": "-F" }, "blivet_package_list": [ "python-enum34", "python-blivet3", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed_node3] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Tuesday 27 August 2024 06:52:21 -0400 (0:00:00.223) 0:02:22.350 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Tuesday 27 August 2024 06:52:21 -0400 (0:00:00.110) 0:02:22.461 ******** skipping: [managed_node3] => { "changed": false, "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: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Tuesday 27 August 2024 06:52:21 -0400 (0:00:00.092) 0:02:22.553 ******** ok: [managed_node3] => { "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: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Tuesday 27 August 2024 06:52:21 -0400 (0:00:00.099) 0:02:22.652 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Tuesday 27 August 2024 06:52:21 -0400 (0:00:00.056) 0:02:22.709 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed_node3 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Tuesday 27 August 2024 06:52:21 -0400 (0:00:00.122) 0:02:22.832 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Tuesday 27 August 2024 06:52:21 -0400 (0:00:00.060) 0:02:22.893 ******** ok: [managed_node3] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "state": "absent", "volumes": [ { "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Tuesday 27 August 2024 06:52:21 -0400 (0:00:00.131) 0:02:23.024 ******** ok: [managed_node3] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Tuesday 27 August 2024 06:52:21 -0400 (0:00:00.045) 0:02:23.069 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Tuesday 27 August 2024 06:52:21 -0400 (0:00:00.045) 0:02:23.115 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Tuesday 27 August 2024 06:52:22 -0400 (0:00:00.050) 0:02:23.165 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Tuesday 27 August 2024 06:52:22 -0400 (0:00:00.044) 0:02:23.210 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Tuesday 27 August 2024 06:52:22 -0400 (0:00:00.035) 0:02:23.246 ******** ok: [managed_node3] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Tuesday 27 August 2024 06:52:22 -0400 (0:00:00.054) 0:02:23.300 ******** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Tuesday 27 August 2024 06:52:22 -0400 (0:00:00.034) 0:02:23.335 ******** changed: [managed_node3] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test1", "fs_type": "ext4" }, { "action": "destroy device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "ext4", "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "absent" } ], "packages": [ "e2fsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Tuesday 27 August 2024 06:52:26 -0400 (0:00:04.560) 0:02:27.895 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Tuesday 27 August 2024 06:52:26 -0400 (0:00:00.037) 0:02:27.932 ******** ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724755822.0828834, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6b95df90798c1adba66c669f2bd76d2d16d86df5", "ctime": 1724755822.0798833, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 263614, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724755822.0798833, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1280, "uid": 0, "version": "18446744072886413789", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Tuesday 27 August 2024 06:52:27 -0400 (0:00:00.346) 0:02:28.279 ******** ok: [managed_node3] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Tuesday 27 August 2024 06:52:27 -0400 (0:00:00.362) 0:02:28.641 ******** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Tuesday 27 August 2024 06:52:27 -0400 (0:00:00.057) 0:02:28.699 ******** ok: [managed_node3] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test1", "fs_type": "ext4" }, { "action": "destroy device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "ext4", "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "absent" } ], "packages": [ "e2fsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Tuesday 27 August 2024 06:52:27 -0400 (0:00:00.063) 0:02:28.762 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Tuesday 27 August 2024 06:52:27 -0400 (0:00:00.052) 0:02:28.815 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Tuesday 27 August 2024 06:52:27 -0400 (0:00:00.050) 0:02:28.865 ******** changed: [managed_node3] => (item={u'src': u'/dev/mapper/foo-test1', u'state': u'absent', u'fstype': u'ext4', u'path': u'/opt/test1'}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext4", "mount_info": { "fstype": "ext4", "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "absent" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Tuesday 27 August 2024 06:52:28 -0400 (0:00:00.341) 0:02:29.207 ******** ok: [managed_node3] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Tuesday 27 August 2024 06:52:28 -0400 (0:00:00.483) 0:02:29.691 ******** TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Tuesday 27 August 2024 06:52:28 -0400 (0:00:00.060) 0:02:29.752 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Tuesday 27 August 2024 06:52:28 -0400 (0:00:00.050) 0:02:29.802 ******** ok: [managed_node3] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Tuesday 27 August 2024 06:52:29 -0400 (0:00:00.456) 0:02:30.259 ******** ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724753284.71151, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1724753282.8934937, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 263632, "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": 1724753282.8924935, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "18446744072886414410", "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: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Tuesday 27 August 2024 06:52:29 -0400 (0:00:00.337) 0:02:30.596 ******** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Tuesday 27 August 2024 06:52:29 -0400 (0:00:00.052) 0:02:30.649 ******** ok: [managed_node3] TASK [Verify role results] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:173 Tuesday 27 August 2024 06:52:30 -0400 (0:00:00.767) 0:02:31.417 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed_node3 TASK [Print out pool information] ********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Tuesday 27 August 2024 06:52:30 -0400 (0:00:00.072) 0:02:31.489 ******** ok: [managed_node3] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Tuesday 27 August 2024 06:52:30 -0400 (0:00:00.059) 0:02:31.549 ******** skipping: [managed_node3] => {} TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Tuesday 27 August 2024 06:52:30 -0400 (0:00:00.050) 0:02:31.600 ******** ok: [managed_node3] => { "changed": false, "info": { "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "ext4", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "c7b7d6a5-fd01-4b9b-bcca-153eaff9d312" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Tuesday 27 August 2024 06:52:30 -0400 (0:00:00.475) 0:02:32.075 ******** ok: [managed_node3] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002925", "end": "2024-08-27 06:52:31.172874", "rc": 0, "start": "2024-08-27 06:52:31.169949" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Thu Jun 20 10:23:46 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk' # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info # UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312 / ext4 defaults 1 1 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Tuesday 27 August 2024 06:52:31 -0400 (0:00:00.318) 0:02:32.394 ******** ok: [managed_node3] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002587", "end": "2024-08-27 06:52:31.497532", "failed_when_result": false, "rc": 0, "start": "2024-08-27 06:52:31.494945" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Tuesday 27 August 2024 06:52:31 -0400 (0:00:00.321) 0:02:32.715 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed_node3 TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Tuesday 27 August 2024 06:52:31 -0400 (0:00:00.093) 0:02:32.809 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Tuesday 27 August 2024 06:52:31 -0400 (0:00:00.056) 0:02:32.866 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Tuesday 27 August 2024 06:52:31 -0400 (0:00:00.056) 0:02:32.922 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Tuesday 27 August 2024 06:52:31 -0400 (0:00:00.063) 0:02:32.986 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed_node3 TASK [Set test variables] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Tuesday 27 August 2024 06:52:31 -0400 (0:00:00.097) 0:02:33.083 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_count": "0", "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Tuesday 27 August 2024 06:52:31 -0400 (0:00:00.057) 0:02:33.140 ******** TASK [Set pvs lvm length] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Tuesday 27 August 2024 06:52:32 -0400 (0:00:00.034) 0:02:33.175 ******** ok: [managed_node3] => { "ansible_facts": { "__pvs_lvm_len": "0" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Tuesday 27 August 2024 06:52:32 -0400 (0:00:00.040) 0:02:33.216 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_pool_pvs": [] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Tuesday 27 August 2024 06:52:32 -0400 (0:00:00.042) 0:02:33.258 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Tuesday 27 August 2024 06:52:32 -0400 (0:00:00.094) 0:02:33.352 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Tuesday 27 August 2024 06:52:32 -0400 (0:00:00.062) 0:02:33.415 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Tuesday 27 August 2024 06:52:32 -0400 (0:00:00.079) 0:02:33.494 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Tuesday 27 August 2024 06:52:32 -0400 (0:00:00.081) 0:02:33.576 ******** TASK [Check that blivet supports PV grow to fill] ****************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Tuesday 27 August 2024 06:52:32 -0400 (0:00:00.057) 0:02:33.633 ******** ok: [managed_node3] => { "changed": false, "rc": 0 } STDOUT: False STDERR: Shared connection to 10.31.41.77 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Tuesday 27 August 2024 06:52:32 -0400 (0:00:00.333) 0:02:33.967 ******** TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Tuesday 27 August 2024 06:52:32 -0400 (0:00:00.049) 0:02:34.017 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed_node3 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Tuesday 27 August 2024 06:52:32 -0400 (0:00:00.115) 0:02:34.133 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Tuesday 27 August 2024 06:52:33 -0400 (0:00:00.045) 0:02:34.179 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Tuesday 27 August 2024 06:52:33 -0400 (0:00:00.069) 0:02:34.248 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Tuesday 27 August 2024 06:52:33 -0400 (0:00:00.060) 0:02:34.308 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Tuesday 27 August 2024 06:52:33 -0400 (0:00:00.061) 0:02:34.369 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Tuesday 27 August 2024 06:52:33 -0400 (0:00:00.043) 0:02:34.413 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Tuesday 27 August 2024 06:52:33 -0400 (0:00:00.047) 0:02:34.460 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Tuesday 27 August 2024 06:52:33 -0400 (0:00:00.042) 0:02:34.503 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Tuesday 27 August 2024 06:52:33 -0400 (0:00:00.046) 0:02:34.550 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Tuesday 27 August 2024 06:52:33 -0400 (0:00:00.034) 0:02:34.585 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Tuesday 27 August 2024 06:52:33 -0400 (0:00:00.035) 0:02:34.620 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Tuesday 27 August 2024 06:52:33 -0400 (0:00:00.041) 0:02:34.662 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed_node3 TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Tuesday 27 August 2024 06:52:33 -0400 (0:00:00.103) 0:02:34.765 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml for managed_node3 TASK [Get information about the LV] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:8 Tuesday 27 August 2024 06:52:33 -0400 (0:00:00.120) 0:02:34.885 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:16 Tuesday 27 August 2024 06:52:33 -0400 (0:00:00.053) 0:02:34.939 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:20 Tuesday 27 August 2024 06:52:33 -0400 (0:00:00.063) 0:02:35.003 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Tuesday 27 August 2024 06:52:33 -0400 (0:00:00.055) 0:02:35.058 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Tuesday 27 August 2024 06:52:33 -0400 (0:00:00.090) 0:02:35.148 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Tuesday 27 August 2024 06:52:34 -0400 (0:00:00.068) 0:02:35.217 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Tuesday 27 August 2024 06:52:34 -0400 (0:00:00.116) 0:02:35.333 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Tuesday 27 August 2024 06:52:34 -0400 (0:00:00.074) 0:02:35.408 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml for managed_node3 TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Tuesday 27 August 2024 06:52:34 -0400 (0:00:00.112) 0:02:35.521 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml for managed_node3 TASK [Get information about thinpool] ****************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Tuesday 27 August 2024 06:52:34 -0400 (0:00:00.097) 0:02:35.619 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Tuesday 27 August 2024 06:52:34 -0400 (0:00:00.039) 0:02:35.659 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Tuesday 27 August 2024 06:52:34 -0400 (0:00:00.041) 0:02:35.700 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Tuesday 27 August 2024 06:52:34 -0400 (0:00:00.049) 0:02:35.750 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Tuesday 27 August 2024 06:52:34 -0400 (0:00:00.063) 0:02:35.813 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed_node3 TASK [Set test variables] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Tuesday 27 August 2024 06:52:34 -0400 (0:00:00.159) 0:02:35.972 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Tuesday 27 August 2024 06:52:34 -0400 (0:00:00.073) 0:02:36.046 ******** TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Tuesday 27 August 2024 06:52:34 -0400 (0:00:00.069) 0:02:36.115 ******** TASK [Clear test variables] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Tuesday 27 August 2024 06:52:35 -0400 (0:00:00.067) 0:02:36.182 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Tuesday 27 August 2024 06:52:35 -0400 (0:00:00.047) 0:02:36.230 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml for managed_node3 TASK [Validate pool member VDO settings] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Tuesday 27 August 2024 06:52:35 -0400 (0:00:00.111) 0:02:36.342 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml for managed_node3 TASK [Get information about VDO deduplication] ********************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Tuesday 27 August 2024 06:52:35 -0400 (0:00:00.112) 0:02:36.454 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Tuesday 27 August 2024 06:52:35 -0400 (0:00:00.047) 0:02:36.502 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Tuesday 27 August 2024 06:52:35 -0400 (0:00:00.050) 0:02:36.552 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Tuesday 27 August 2024 06:52:35 -0400 (0:00:00.054) 0:02:36.607 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Tuesday 27 August 2024 06:52:35 -0400 (0:00:00.041) 0:02:36.649 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Tuesday 27 August 2024 06:52:35 -0400 (0:00:00.045) 0:02:36.694 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:46 Tuesday 27 August 2024 06:52:35 -0400 (0:00:00.046) 0:02:36.741 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Tuesday 27 August 2024 06:52:35 -0400 (0:00:00.051) 0:02:36.793 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed_node3 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Tuesday 27 August 2024 06:52:35 -0400 (0:00:00.156) 0:02:36.950 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Tuesday 27 August 2024 06:52:35 -0400 (0:00:00.066) 0:02:37.017 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Tuesday 27 August 2024 06:52:36 -0400 (0:00:00.171) 0:02:37.189 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Tuesday 27 August 2024 06:52:36 -0400 (0:00:00.076) 0:02:37.266 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Tuesday 27 August 2024 06:52:36 -0400 (0:00:00.059) 0:02:37.325 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Tuesday 27 August 2024 06:52:36 -0400 (0:00:00.052) 0:02:37.378 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Tuesday 27 August 2024 06:52:36 -0400 (0:00:00.065) 0:02:37.443 ******** ok: [managed_node3] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Tuesday 27 August 2024 06:52:36 -0400 (0:00:00.057) 0:02:37.501 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed_node3 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Tuesday 27 August 2024 06:52:36 -0400 (0:00:00.126) 0:02:37.628 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_volume_present": false, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Tuesday 27 August 2024 06:52:36 -0400 (0:00:00.077) 0:02:37.705 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed_node3 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Tuesday 27 August 2024 06:52:36 -0400 (0:00:00.321) 0:02:38.026 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Tuesday 27 August 2024 06:52:36 -0400 (0:00:00.060) 0:02:38.087 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Tuesday 27 August 2024 06:52:37 -0400 (0:00:00.079) 0:02:38.166 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Tuesday 27 August 2024 06:52:37 -0400 (0:00:00.059) 0:02:38.226 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Tuesday 27 August 2024 06:52:37 -0400 (0:00:00.045) 0:02:38.272 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Tuesday 27 August 2024 06:52:37 -0400 (0:00:00.062) 0:02:38.335 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Tuesday 27 August 2024 06:52:37 -0400 (0:00:00.067) 0:02:38.403 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Tuesday 27 August 2024 06:52:37 -0400 (0:00:00.061) 0:02:38.464 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Tuesday 27 August 2024 06:52:37 -0400 (0:00:00.059) 0:02:38.523 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Tuesday 27 August 2024 06:52:37 -0400 (0:00:00.078) 0:02:38.602 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Tuesday 27 August 2024 06:52:37 -0400 (0:00:00.050) 0:02:38.653 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Tuesday 27 August 2024 06:52:37 -0400 (0:00:00.052) 0:02:38.705 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "0", "storage_test_fstab_expected_mount_options_matches": "0", "storage_test_fstab_expected_mount_point_matches": "0", "storage_test_fstab_id_matches": [], "storage_test_fstab_mount_options_matches": [], "storage_test_fstab_mount_point_matches": [] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Tuesday 27 August 2024 06:52:37 -0400 (0:00:00.096) 0:02:38.802 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Tuesday 27 August 2024 06:52:37 -0400 (0:00:00.064) 0:02:38.866 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Tuesday 27 August 2024 06:52:37 -0400 (0:00:00.066) 0:02:38.932 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Tuesday 27 August 2024 06:52:37 -0400 (0:00:00.060) 0:02:38.993 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:51 Tuesday 27 August 2024 06:52:37 -0400 (0:00:00.063) 0:02:39.057 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Tuesday 27 August 2024 06:52:37 -0400 (0:00:00.083) 0:02:39.140 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Tuesday 27 August 2024 06:52:38 -0400 (0:00:00.057) 0:02:39.198 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Tuesday 27 August 2024 06:52:38 -0400 (0:00:00.127) 0:02:39.325 ******** ok: [managed_node3] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Tuesday 27 August 2024 06:52:38 -0400 (0:00:00.580) 0:02:39.906 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Tuesday 27 August 2024 06:52:38 -0400 (0:00:00.111) 0:02:40.017 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Tuesday 27 August 2024 06:52:38 -0400 (0:00:00.102) 0:02:40.120 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Tuesday 27 August 2024 06:52:39 -0400 (0:00:00.088) 0:02:40.208 ******** ok: [managed_node3] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Tuesday 27 August 2024 06:52:39 -0400 (0:00:00.115) 0:02:40.324 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Tuesday 27 August 2024 06:52:39 -0400 (0:00:00.118) 0:02:40.443 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Tuesday 27 August 2024 06:52:39 -0400 (0:00:00.104) 0:02:40.548 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Tuesday 27 August 2024 06:52:39 -0400 (0:00:00.066) 0:02:40.614 ******** ok: [managed_node3] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Tuesday 27 August 2024 06:52:40 -0400 (0:00:00.818) 0:02:41.432 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Tuesday 27 August 2024 06:52:40 -0400 (0:00:00.052) 0:02:41.485 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Tuesday 27 August 2024 06:52:40 -0400 (0:00:00.139) 0:02:41.625 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Tuesday 27 August 2024 06:52:40 -0400 (0:00:00.102) 0:02:41.727 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Tuesday 27 August 2024 06:52:40 -0400 (0:00:00.098) 0:02:41.826 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Tuesday 27 August 2024 06:52:40 -0400 (0:00:00.120) 0:02:41.946 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Tuesday 27 August 2024 06:52:40 -0400 (0:00:00.059) 0:02:42.005 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Tuesday 27 August 2024 06:52:40 -0400 (0:00:00.091) 0:02:42.097 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Tuesday 27 August 2024 06:52:41 -0400 (0:00:00.107) 0:02:42.204 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Tuesday 27 August 2024 06:52:41 -0400 (0:00:00.121) 0:02:42.326 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Tuesday 27 August 2024 06:52:41 -0400 (0:00:00.083) 0:02:42.410 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Tuesday 27 August 2024 06:52:41 -0400 (0:00:00.052) 0:02:42.462 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Tuesday 27 August 2024 06:52:41 -0400 (0:00:00.051) 0:02:42.514 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Tuesday 27 August 2024 06:52:41 -0400 (0:00:00.063) 0:02:42.577 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Tuesday 27 August 2024 06:52:41 -0400 (0:00:00.054) 0:02:42.632 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Tuesday 27 August 2024 06:52:41 -0400 (0:00:00.084) 0:02:42.717 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Tuesday 27 August 2024 06:52:41 -0400 (0:00:00.101) 0:02:42.818 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Tuesday 27 August 2024 06:52:41 -0400 (0:00:00.053) 0:02:42.872 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Tuesday 27 August 2024 06:52:41 -0400 (0:00:00.105) 0:02:42.977 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Tuesday 27 August 2024 06:52:41 -0400 (0:00:00.078) 0:02:43.056 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Tuesday 27 August 2024 06:52:41 -0400 (0:00:00.083) 0:02:43.139 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Tuesday 27 August 2024 06:52:42 -0400 (0:00:00.099) 0:02:43.239 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Tuesday 27 August 2024 06:52:42 -0400 (0:00:00.271) 0:02:43.511 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Tuesday 27 August 2024 06:52:42 -0400 (0:00:00.122) 0:02:43.634 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Tuesday 27 August 2024 06:52:42 -0400 (0:00:00.055) 0:02:43.689 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Tuesday 27 August 2024 06:52:42 -0400 (0:00:00.071) 0:02:43.761 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Tuesday 27 August 2024 06:52:42 -0400 (0:00:00.060) 0:02:43.822 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Tuesday 27 August 2024 06:52:42 -0400 (0:00:00.096) 0:02:43.919 ******** ok: [managed_node3] => { "storage_test_expected_size": "10737418240" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Tuesday 27 August 2024 06:52:42 -0400 (0:00:00.064) 0:02:43.983 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Tuesday 27 August 2024 06:52:42 -0400 (0:00:00.051) 0:02:44.035 ******** skipping: [managed_node3] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Tuesday 27 August 2024 06:52:42 -0400 (0:00:00.066) 0:02:44.101 ******** skipping: [managed_node3] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Tuesday 27 August 2024 06:52:43 -0400 (0:00:00.059) 0:02:44.161 ******** skipping: [managed_node3] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Tuesday 27 August 2024 06:52:43 -0400 (0:00:00.091) 0:02:44.252 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Tuesday 27 August 2024 06:52:43 -0400 (0:00:00.071) 0:02:44.324 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Tuesday 27 August 2024 06:52:43 -0400 (0:00:00.053) 0:02:44.378 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Tuesday 27 August 2024 06:52:43 -0400 (0:00:00.100) 0:02:44.478 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Tuesday 27 August 2024 06:52:43 -0400 (0:00:00.090) 0:02:44.569 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Tuesday 27 August 2024 06:52:43 -0400 (0:00:00.063) 0:02:44.633 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Tuesday 27 August 2024 06:52:43 -0400 (0:00:00.053) 0:02:44.686 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Tuesday 27 August 2024 06:52:43 -0400 (0:00:00.128) 0:02:44.815 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Tuesday 27 August 2024 06:52:43 -0400 (0:00:00.103) 0:02:44.918 ******** skipping: [managed_node3] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Tuesday 27 August 2024 06:52:43 -0400 (0:00:00.118) 0:02:45.037 ******** skipping: [managed_node3] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Tuesday 27 August 2024 06:52:43 -0400 (0:00:00.066) 0:02:45.103 ******** skipping: [managed_node3] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Tuesday 27 August 2024 06:52:44 -0400 (0:00:00.062) 0:02:45.165 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Tuesday 27 August 2024 06:52:44 -0400 (0:00:00.066) 0:02:45.231 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Tuesday 27 August 2024 06:52:44 -0400 (0:00:00.074) 0:02:45.305 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Tuesday 27 August 2024 06:52:44 -0400 (0:00:00.065) 0:02:45.370 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Tuesday 27 August 2024 06:52:44 -0400 (0:00:00.061) 0:02:45.432 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Tuesday 27 August 2024 06:52:44 -0400 (0:00:00.054) 0:02:45.486 ******** ok: [managed_node3] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Tuesday 27 August 2024 06:52:44 -0400 (0:00:00.061) 0:02:45.547 ******** ok: [managed_node3] => { "storage_test_expected_size": "10737418240" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Tuesday 27 August 2024 06:52:44 -0400 (0:00:00.061) 0:02:45.609 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Tuesday 27 August 2024 06:52:44 -0400 (0:00:00.055) 0:02:45.665 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Tuesday 27 August 2024 06:52:44 -0400 (0:00:00.076) 0:02:45.741 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Tuesday 27 August 2024 06:52:44 -0400 (0:00:00.064) 0:02:45.805 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Tuesday 27 August 2024 06:52:44 -0400 (0:00:00.057) 0:02:45.863 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Tuesday 27 August 2024 06:52:44 -0400 (0:00:00.088) 0:02:45.951 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Tuesday 27 August 2024 06:52:44 -0400 (0:00:00.079) 0:02:46.031 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Tuesday 27 August 2024 06:52:44 -0400 (0:00:00.093) 0:02:46.125 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Tuesday 27 August 2024 06:52:45 -0400 (0:00:00.100) 0:02:46.226 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Tuesday 27 August 2024 06:52:45 -0400 (0:00:00.083) 0:02:46.310 ******** TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Tuesday 27 August 2024 06:52:45 -0400 (0:00:00.093) 0:02:46.403 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Create a LVM logical volume with for ext3 FS size 5g] ******************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:178 Tuesday 27 August 2024 06:52:45 -0400 (0:00:00.083) 0:02:46.486 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Tuesday 27 August 2024 06:52:45 -0400 (0:00:00.231) 0:02:46.717 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed_node3 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Tuesday 27 August 2024 06:52:45 -0400 (0:00:00.135) 0:02:46.853 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Tuesday 27 August 2024 06:52:45 -0400 (0:00:00.079) 0:02:46.933 ******** skipping: [managed_node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node3] => (item=CentOS_7.yml) => { "ansible_facts": { "__storage_blivet_diskvolume_mkfs_option_map": { "ext2": "-F", "ext3": "-F", "ext4": "-F" }, "blivet_package_list": [ "python-enum34", "python-blivet3", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed_node3] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Tuesday 27 August 2024 06:52:45 -0400 (0:00:00.215) 0:02:47.149 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Tuesday 27 August 2024 06:52:46 -0400 (0:00:00.067) 0:02:47.217 ******** skipping: [managed_node3] => { "changed": false, "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: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Tuesday 27 August 2024 06:52:46 -0400 (0:00:00.064) 0:02:47.281 ******** ok: [managed_node3] => { "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: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Tuesday 27 August 2024 06:52:46 -0400 (0:00:00.064) 0:02:47.346 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Tuesday 27 August 2024 06:52:46 -0400 (0:00:00.109) 0:02:47.456 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed_node3 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Tuesday 27 August 2024 06:52:46 -0400 (0:00:00.176) 0:02:47.633 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Tuesday 27 August 2024 06:52:46 -0400 (0:00:00.103) 0:02:47.736 ******** ok: [managed_node3] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "type": "lvm", "volumes": [ { "fs_type": "ext3", "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Tuesday 27 August 2024 06:52:46 -0400 (0:00:00.066) 0:02:47.802 ******** ok: [managed_node3] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Tuesday 27 August 2024 06:52:46 -0400 (0:00:00.127) 0:02:47.930 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Tuesday 27 August 2024 06:52:46 -0400 (0:00:00.052) 0:02:47.982 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Tuesday 27 August 2024 06:52:46 -0400 (0:00:00.088) 0:02:48.070 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Tuesday 27 August 2024 06:52:47 -0400 (0:00:00.094) 0:02:48.165 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Tuesday 27 August 2024 06:52:47 -0400 (0:00:00.111) 0:02:48.276 ******** ok: [managed_node3] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Tuesday 27 August 2024 06:52:47 -0400 (0:00:00.105) 0:02:48.382 ******** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Tuesday 27 August 2024 06:52:47 -0400 (0:00:00.051) 0:02:48.433 ******** changed: [managed_node3] => { "actions": [ { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test1", "fs_type": "ext3" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/mapper/foo-test1" ], "mounts": [ { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Tuesday 27 August 2024 06:52:54 -0400 (0:00:07.310) 0:02:55.744 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Tuesday 27 August 2024 06:52:54 -0400 (0:00:00.053) 0:02:55.797 ******** ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724755948.4039872, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "72884e3f126482c2d28276ff7c57744fa95eff91", "ctime": 1724755947.9759834, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 263614, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724755947.9759834, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1229, "uid": 0, "version": "18446744072886413789", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Tuesday 27 August 2024 06:52:55 -0400 (0:00:00.373) 0:02:56.171 ******** ok: [managed_node3] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Tuesday 27 August 2024 06:52:55 -0400 (0:00:00.330) 0:02:56.502 ******** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Tuesday 27 August 2024 06:52:55 -0400 (0:00:00.040) 0:02:56.542 ******** ok: [managed_node3] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test1", "fs_type": "ext3" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/mapper/foo-test1" ], "mounts": [ { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Tuesday 27 August 2024 06:52:55 -0400 (0:00:00.057) 0:02:56.600 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Tuesday 27 August 2024 06:52:55 -0400 (0:00:00.055) 0:02:56.655 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Tuesday 27 August 2024 06:52:55 -0400 (0:00:00.039) 0:02:56.694 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Tuesday 27 August 2024 06:52:55 -0400 (0:00:00.035) 0:02:56.729 ******** ok: [managed_node3] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Tuesday 27 August 2024 06:52:56 -0400 (0:00:00.479) 0:02:57.209 ******** changed: [managed_node3] => (item={u'src': u'/dev/mapper/foo-test1', u'group': None, u'dump': 0, u'passno': 0, u'fstype': u'ext3', u'state': u'mounted', u'mode': None, u'owner': None, u'path': u'/opt/test1', u'opts': u'defaults'}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext3", "mount_info": { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Tuesday 27 August 2024 06:52:56 -0400 (0:00:00.415) 0:02:57.625 ******** skipping: [managed_node3] => (item={u'src': u'/dev/mapper/foo-test1', u'group': None, u'dump': 0, u'passno': 0, u'fstype': u'ext3', u'state': u'mounted', u'mode': None, u'owner': None, u'path': u'/opt/test1', u'opts': u'defaults'}) => { "ansible_loop_var": "mount_info", "changed": false, "mount_info": { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Tuesday 27 August 2024 06:52:56 -0400 (0:00:00.096) 0:02:57.721 ******** ok: [managed_node3] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Tuesday 27 August 2024 06:52:57 -0400 (0:00:00.479) 0:02:58.201 ******** ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724753284.71151, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1724753282.8934937, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 263632, "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": 1724753282.8924935, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "18446744072886414410", "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: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Tuesday 27 August 2024 06:52:57 -0400 (0:00:00.365) 0:02:58.567 ******** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Tuesday 27 August 2024 06:52:57 -0400 (0:00:00.048) 0:02:58.615 ******** ok: [managed_node3] TASK [Verify role results] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:194 Tuesday 27 August 2024 06:52:58 -0400 (0:00:00.770) 0:02:59.386 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed_node3 TASK [Print out pool information] ********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Tuesday 27 August 2024 06:52:58 -0400 (0:00:00.117) 0:02:59.503 ******** ok: [managed_node3] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Tuesday 27 August 2024 06:52:58 -0400 (0:00:00.072) 0:02:59.576 ******** skipping: [managed_node3] => {} TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Tuesday 27 August 2024 06:52:58 -0400 (0:00:00.055) 0:02:59.631 ******** ok: [managed_node3] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "ext3", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/foo-test1", "size": "5G", "type": "lvm", "uuid": "b3566464-d5fa-416b-9289-3cbd1258b033" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "g9YVY7-Ud3m-zU5D-r2xK-mSyJ-t1S0-vILtod" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "ext4", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "c7b7d6a5-fd01-4b9b-bcca-153eaff9d312" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Tuesday 27 August 2024 06:52:58 -0400 (0:00:00.391) 0:03:00.023 ******** ok: [managed_node3] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003021", "end": "2024-08-27 06:52:59.165786", "rc": 0, "start": "2024-08-27 06:52:59.162765" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Thu Jun 20 10:23:46 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk' # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info # UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312 / ext4 defaults 1 1 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 /dev/mapper/foo-test1 /opt/test1 ext3 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Tuesday 27 August 2024 06:52:59 -0400 (0:00:00.392) 0:03:00.416 ******** ok: [managed_node3] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002793", "end": "2024-08-27 06:52:59.557389", "failed_when_result": false, "rc": 0, "start": "2024-08-27 06:52:59.554596" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Tuesday 27 August 2024 06:52:59 -0400 (0:00:00.387) 0:03:00.803 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed_node3 TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Tuesday 27 August 2024 06:52:59 -0400 (0:00:00.136) 0:03:00.940 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Tuesday 27 August 2024 06:52:59 -0400 (0:00:00.061) 0:03:01.002 ******** ok: [managed_node3] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.018705", "end": "2024-08-27 06:53:00.170551", "rc": 0, "start": "2024-08-27 06:53:00.151846" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Tuesday 27 August 2024 06:53:00 -0400 (0:00:00.427) 0:03:01.429 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Tuesday 27 August 2024 06:53:00 -0400 (0:00:00.074) 0:03:01.503 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed_node3 TASK [Set test variables] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Tuesday 27 August 2024 06:53:00 -0400 (0:00:00.125) 0:03:01.629 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Tuesday 27 August 2024 06:53:00 -0400 (0:00:00.069) 0:03:01.699 ******** ok: [managed_node3] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } TASK [Set pvs lvm length] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Tuesday 27 August 2024 06:53:00 -0400 (0:00:00.454) 0:03:02.153 ******** ok: [managed_node3] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Tuesday 27 August 2024 06:53:01 -0400 (0:00:00.067) 0:03:02.220 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Tuesday 27 August 2024 06:53:01 -0400 (0:00:00.078) 0:03:02.299 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Tuesday 27 August 2024 06:53:01 -0400 (0:00:00.098) 0:03:02.398 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Tuesday 27 August 2024 06:53:01 -0400 (0:00:00.132) 0:03:02.531 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Tuesday 27 August 2024 06:53:01 -0400 (0:00:00.105) 0:03:02.637 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Tuesday 27 August 2024 06:53:01 -0400 (0:00:00.061) 0:03:02.698 ******** ok: [managed_node3] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Tuesday 27 August 2024 06:53:01 -0400 (0:00:00.083) 0:03:02.782 ******** ok: [managed_node3] => { "changed": false, "rc": 0 } STDOUT: False STDERR: Shared connection to 10.31.41.77 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Tuesday 27 August 2024 06:53:02 -0400 (0:00:00.405) 0:03:03.188 ******** skipping: [managed_node3] => (item=/dev/sda) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda" } TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Tuesday 27 August 2024 06:53:02 -0400 (0:00:00.047) 0:03:03.235 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed_node3 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Tuesday 27 August 2024 06:53:02 -0400 (0:00:00.113) 0:03:03.349 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Tuesday 27 August 2024 06:53:02 -0400 (0:00:00.056) 0:03:03.405 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Tuesday 27 August 2024 06:53:02 -0400 (0:00:00.048) 0:03:03.454 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Tuesday 27 August 2024 06:53:02 -0400 (0:00:00.054) 0:03:03.509 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Tuesday 27 August 2024 06:53:02 -0400 (0:00:00.064) 0:03:03.574 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Tuesday 27 August 2024 06:53:02 -0400 (0:00:00.090) 0:03:03.664 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Tuesday 27 August 2024 06:53:02 -0400 (0:00:00.058) 0:03:03.722 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Tuesday 27 August 2024 06:53:02 -0400 (0:00:00.087) 0:03:03.810 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Tuesday 27 August 2024 06:53:02 -0400 (0:00:00.065) 0:03:03.876 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Tuesday 27 August 2024 06:53:02 -0400 (0:00:00.073) 0:03:03.950 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Tuesday 27 August 2024 06:53:02 -0400 (0:00:00.061) 0:03:04.012 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Tuesday 27 August 2024 06:53:02 -0400 (0:00:00.061) 0:03:04.073 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed_node3 TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Tuesday 27 August 2024 06:53:03 -0400 (0:00:00.119) 0:03:04.192 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml for managed_node3 TASK [Get information about the LV] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:8 Tuesday 27 August 2024 06:53:03 -0400 (0:00:00.114) 0:03:04.307 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:16 Tuesday 27 August 2024 06:53:03 -0400 (0:00:00.037) 0:03:04.345 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:20 Tuesday 27 August 2024 06:53:03 -0400 (0:00:00.035) 0:03:04.380 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Tuesday 27 August 2024 06:53:03 -0400 (0:00:00.035) 0:03:04.416 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Tuesday 27 August 2024 06:53:03 -0400 (0:00:00.035) 0:03:04.451 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Tuesday 27 August 2024 06:53:03 -0400 (0:00:00.034) 0:03:04.486 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Tuesday 27 August 2024 06:53:03 -0400 (0:00:00.038) 0:03:04.524 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Tuesday 27 August 2024 06:53:03 -0400 (0:00:00.040) 0:03:04.565 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml for managed_node3 TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Tuesday 27 August 2024 06:53:03 -0400 (0:00:00.121) 0:03:04.686 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml for managed_node3 TASK [Get information about thinpool] ****************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Tuesday 27 August 2024 06:53:03 -0400 (0:00:00.182) 0:03:04.869 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Tuesday 27 August 2024 06:53:03 -0400 (0:00:00.071) 0:03:04.940 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Tuesday 27 August 2024 06:53:03 -0400 (0:00:00.055) 0:03:04.996 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Tuesday 27 August 2024 06:53:03 -0400 (0:00:00.126) 0:03:05.122 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Tuesday 27 August 2024 06:53:04 -0400 (0:00:00.121) 0:03:05.244 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed_node3 TASK [Set test variables] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Tuesday 27 August 2024 06:53:04 -0400 (0:00:00.226) 0:03:05.470 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Tuesday 27 August 2024 06:53:04 -0400 (0:00:00.083) 0:03:05.553 ******** skipping: [managed_node3] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Tuesday 27 August 2024 06:53:04 -0400 (0:00:00.069) 0:03:05.623 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node3 TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Tuesday 27 August 2024 06:53:04 -0400 (0:00:00.123) 0:03:05.746 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Tuesday 27 August 2024 06:53:04 -0400 (0:00:00.065) 0:03:05.812 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Tuesday 27 August 2024 06:53:04 -0400 (0:00:00.075) 0:03:05.887 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Tuesday 27 August 2024 06:53:04 -0400 (0:00:00.056) 0:03:05.944 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Tuesday 27 August 2024 06:53:04 -0400 (0:00:00.054) 0:03:05.999 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Tuesday 27 August 2024 06:53:04 -0400 (0:00:00.052) 0:03:06.052 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Tuesday 27 August 2024 06:53:04 -0400 (0:00:00.057) 0:03:06.109 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Tuesday 27 August 2024 06:53:05 -0400 (0:00:00.053) 0:03:06.163 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml for managed_node3 TASK [Validate pool member VDO settings] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Tuesday 27 August 2024 06:53:05 -0400 (0:00:00.147) 0:03:06.311 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml for managed_node3 TASK [Get information about VDO deduplication] ********************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Tuesday 27 August 2024 06:53:05 -0400 (0:00:00.190) 0:03:06.501 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Tuesday 27 August 2024 06:53:05 -0400 (0:00:00.058) 0:03:06.560 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Tuesday 27 August 2024 06:53:05 -0400 (0:00:00.057) 0:03:06.618 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Tuesday 27 August 2024 06:53:05 -0400 (0:00:00.057) 0:03:06.675 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Tuesday 27 August 2024 06:53:05 -0400 (0:00:00.052) 0:03:06.728 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Tuesday 27 August 2024 06:53:05 -0400 (0:00:00.055) 0:03:06.783 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:46 Tuesday 27 August 2024 06:53:05 -0400 (0:00:00.060) 0:03:06.843 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Tuesday 27 August 2024 06:53:05 -0400 (0:00:00.056) 0:03:06.900 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed_node3 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Tuesday 27 August 2024 06:53:05 -0400 (0:00:00.138) 0:03:07.039 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Tuesday 27 August 2024 06:53:05 -0400 (0:00:00.054) 0:03:07.093 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Tuesday 27 August 2024 06:53:05 -0400 (0:00:00.057) 0:03:07.151 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Tuesday 27 August 2024 06:53:06 -0400 (0:00:00.054) 0:03:07.206 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Tuesday 27 August 2024 06:53:06 -0400 (0:00:00.066) 0:03:07.272 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Tuesday 27 August 2024 06:53:06 -0400 (0:00:00.070) 0:03:07.342 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Tuesday 27 August 2024 06:53:06 -0400 (0:00:00.054) 0:03:07.396 ******** ok: [managed_node3] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Tuesday 27 August 2024 06:53:06 -0400 (0:00:00.053) 0:03:07.450 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed_node3 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Tuesday 27 August 2024 06:53:06 -0400 (0:00:00.120) 0:03:07.570 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Tuesday 27 August 2024 06:53:06 -0400 (0:00:00.064) 0:03:07.635 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed_node3 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Tuesday 27 August 2024 06:53:06 -0400 (0:00:00.270) 0:03:07.906 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Tuesday 27 August 2024 06:53:06 -0400 (0:00:00.062) 0:03:07.968 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Tuesday 27 August 2024 06:53:06 -0400 (0:00:00.073) 0:03:08.042 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Tuesday 27 August 2024 06:53:06 -0400 (0:00:00.057) 0:03:08.100 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Tuesday 27 August 2024 06:53:07 -0400 (0:00:00.066) 0:03:08.166 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Tuesday 27 August 2024 06:53:07 -0400 (0:00:00.053) 0:03:08.220 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Tuesday 27 August 2024 06:53:07 -0400 (0:00:00.047) 0:03:08.267 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Tuesday 27 August 2024 06:53:07 -0400 (0:00:00.044) 0:03:08.311 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Tuesday 27 August 2024 06:53:07 -0400 (0:00:00.056) 0:03:08.368 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Tuesday 27 August 2024 06:53:07 -0400 (0:00:00.057) 0:03:08.425 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Tuesday 27 August 2024 06:53:07 -0400 (0:00:00.058) 0:03:08.484 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Tuesday 27 August 2024 06:53:07 -0400 (0:00:00.058) 0:03:08.542 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/foo-test1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 ext3 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Tuesday 27 August 2024 06:53:07 -0400 (0:00:00.094) 0:03:08.637 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Tuesday 27 August 2024 06:53:07 -0400 (0:00:00.067) 0:03:08.704 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Tuesday 27 August 2024 06:53:07 -0400 (0:00:00.070) 0:03:08.775 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Tuesday 27 August 2024 06:53:07 -0400 (0:00:00.057) 0:03:08.832 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:51 Tuesday 27 August 2024 06:53:07 -0400 (0:00:00.065) 0:03:08.898 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Tuesday 27 August 2024 06:53:07 -0400 (0:00:00.054) 0:03:08.952 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Tuesday 27 August 2024 06:53:07 -0400 (0:00:00.075) 0:03:09.027 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Tuesday 27 August 2024 06:53:07 -0400 (0:00:00.072) 0:03:09.100 ******** ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724755974.4582148, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1724755974.4582148, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 583767, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1724755974.4582148, "nlink": 1, "path": "/dev/mapper/foo-test1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Tuesday 27 August 2024 06:53:08 -0400 (0:00:00.405) 0:03:09.505 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Tuesday 27 August 2024 06:53:08 -0400 (0:00:00.054) 0:03:09.560 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Tuesday 27 August 2024 06:53:08 -0400 (0:00:00.050) 0:03:09.610 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Tuesday 27 August 2024 06:53:08 -0400 (0:00:00.061) 0:03:09.672 ******** ok: [managed_node3] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Tuesday 27 August 2024 06:53:08 -0400 (0:00:00.044) 0:03:09.717 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Tuesday 27 August 2024 06:53:08 -0400 (0:00:00.035) 0:03:09.752 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Tuesday 27 August 2024 06:53:08 -0400 (0:00:00.043) 0:03:09.796 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Tuesday 27 August 2024 06:53:08 -0400 (0:00:00.034) 0:03:09.830 ******** ok: [managed_node3] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Tuesday 27 August 2024 06:53:09 -0400 (0:00:00.527) 0:03:10.357 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Tuesday 27 August 2024 06:53:09 -0400 (0:00:00.075) 0:03:10.433 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Tuesday 27 August 2024 06:53:09 -0400 (0:00:00.131) 0:03:10.564 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Tuesday 27 August 2024 06:53:09 -0400 (0:00:00.072) 0:03:10.637 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Tuesday 27 August 2024 06:53:09 -0400 (0:00:00.042) 0:03:10.680 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Tuesday 27 August 2024 06:53:09 -0400 (0:00:00.041) 0:03:10.722 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Tuesday 27 August 2024 06:53:09 -0400 (0:00:00.050) 0:03:10.772 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Tuesday 27 August 2024 06:53:09 -0400 (0:00:00.053) 0:03:10.825 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Tuesday 27 August 2024 06:53:09 -0400 (0:00:00.064) 0:03:10.890 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Tuesday 27 August 2024 06:53:09 -0400 (0:00:00.059) 0:03:10.949 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Tuesday 27 August 2024 06:53:09 -0400 (0:00:00.048) 0:03:10.998 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Tuesday 27 August 2024 06:53:09 -0400 (0:00:00.033) 0:03:11.032 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Tuesday 27 August 2024 06:53:09 -0400 (0:00:00.034) 0:03:11.067 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Tuesday 27 August 2024 06:53:09 -0400 (0:00:00.034) 0:03:11.101 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Tuesday 27 August 2024 06:53:09 -0400 (0:00:00.046) 0:03:11.148 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Tuesday 27 August 2024 06:53:10 -0400 (0:00:00.054) 0:03:11.203 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Tuesday 27 August 2024 06:53:10 -0400 (0:00:00.052) 0:03:11.256 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Tuesday 27 August 2024 06:53:10 -0400 (0:00:00.053) 0:03:11.309 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Tuesday 27 August 2024 06:53:10 -0400 (0:00:00.055) 0:03:11.365 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Tuesday 27 August 2024 06:53:10 -0400 (0:00:00.054) 0:03:11.420 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Tuesday 27 August 2024 06:53:10 -0400 (0:00:00.076) 0:03:11.496 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Tuesday 27 August 2024 06:53:10 -0400 (0:00:00.056) 0:03:11.553 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Tuesday 27 August 2024 06:53:10 -0400 (0:00:00.055) 0:03:11.609 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Tuesday 27 August 2024 06:53:10 -0400 (0:00:00.057) 0:03:11.666 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Tuesday 27 August 2024 06:53:10 -0400 (0:00:00.078) 0:03:11.745 ******** ok: [managed_node3] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Tuesday 27 August 2024 06:53:11 -0400 (0:00:00.462) 0:03:12.208 ******** ok: [managed_node3] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Tuesday 27 August 2024 06:53:11 -0400 (0:00:00.357) 0:03:12.565 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_expected_size": "5368709120" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Tuesday 27 August 2024 06:53:11 -0400 (0:00:00.056) 0:03:12.621 ******** ok: [managed_node3] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Tuesday 27 August 2024 06:53:11 -0400 (0:00:00.056) 0:03:12.678 ******** ok: [managed_node3] => { "bytes": 10737418240, "changed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Tuesday 27 August 2024 06:53:11 -0400 (0:00:00.401) 0:03:13.080 ******** skipping: [managed_node3] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Tuesday 27 August 2024 06:53:11 -0400 (0:00:00.066) 0:03:13.147 ******** skipping: [managed_node3] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Tuesday 27 August 2024 06:53:12 -0400 (0:00:00.056) 0:03:13.203 ******** skipping: [managed_node3] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Tuesday 27 August 2024 06:53:12 -0400 (0:00:00.047) 0:03:13.250 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Tuesday 27 August 2024 06:53:12 -0400 (0:00:00.048) 0:03:13.298 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Tuesday 27 August 2024 06:53:12 -0400 (0:00:00.041) 0:03:13.340 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Tuesday 27 August 2024 06:53:12 -0400 (0:00:00.041) 0:03:13.381 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Tuesday 27 August 2024 06:53:12 -0400 (0:00:00.039) 0:03:13.420 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Tuesday 27 August 2024 06:53:12 -0400 (0:00:00.037) 0:03:13.457 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Tuesday 27 August 2024 06:53:12 -0400 (0:00:00.044) 0:03:13.502 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Tuesday 27 August 2024 06:53:12 -0400 (0:00:00.048) 0:03:13.550 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Tuesday 27 August 2024 06:53:12 -0400 (0:00:00.080) 0:03:13.631 ******** skipping: [managed_node3] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Tuesday 27 August 2024 06:53:12 -0400 (0:00:00.051) 0:03:13.682 ******** skipping: [managed_node3] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Tuesday 27 August 2024 06:53:12 -0400 (0:00:00.049) 0:03:13.731 ******** skipping: [managed_node3] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Tuesday 27 August 2024 06:53:12 -0400 (0:00:00.046) 0:03:13.778 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Tuesday 27 August 2024 06:53:12 -0400 (0:00:00.048) 0:03:13.827 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Tuesday 27 August 2024 06:53:12 -0400 (0:00:00.041) 0:03:13.868 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Tuesday 27 August 2024 06:53:12 -0400 (0:00:00.035) 0:03:13.904 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Tuesday 27 August 2024 06:53:12 -0400 (0:00:00.036) 0:03:13.941 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Tuesday 27 August 2024 06:53:12 -0400 (0:00:00.038) 0:03:13.979 ******** ok: [managed_node3] => { "storage_test_actual_size": { "bytes": 5368709120, "changed": false, "failed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Tuesday 27 August 2024 06:53:12 -0400 (0:00:00.042) 0:03:14.022 ******** ok: [managed_node3] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Tuesday 27 August 2024 06:53:12 -0400 (0:00:00.040) 0:03:14.062 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Tuesday 27 August 2024 06:53:12 -0400 (0:00:00.049) 0:03:14.111 ******** ok: [managed_node3] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.017776", "end": "2024-08-27 06:53:13.219306", "rc": 0, "start": "2024-08-27 06:53:13.201530" } STDOUT: LVM2_LV_NAME=test1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Tuesday 27 August 2024 06:53:13 -0400 (0:00:00.350) 0:03:14.462 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Tuesday 27 August 2024 06:53:13 -0400 (0:00:00.067) 0:03:14.529 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Tuesday 27 August 2024 06:53:13 -0400 (0:00:00.070) 0:03:14.600 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Tuesday 27 August 2024 06:53:13 -0400 (0:00:00.057) 0:03:14.657 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Tuesday 27 August 2024 06:53:13 -0400 (0:00:00.055) 0:03:14.712 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Tuesday 27 August 2024 06:53:13 -0400 (0:00:00.049) 0:03:14.762 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Tuesday 27 August 2024 06:53:13 -0400 (0:00:00.043) 0:03:14.805 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Tuesday 27 August 2024 06:53:13 -0400 (0:00:00.035) 0:03:14.841 ******** TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Tuesday 27 August 2024 06:53:13 -0400 (0:00:00.032) 0:03:14.874 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Change volume size to 9g] ************************************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:197 Tuesday 27 August 2024 06:53:13 -0400 (0:00:00.044) 0:03:14.918 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Tuesday 27 August 2024 06:53:13 -0400 (0:00:00.200) 0:03:15.118 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed_node3 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Tuesday 27 August 2024 06:53:14 -0400 (0:00:00.073) 0:03:15.192 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Tuesday 27 August 2024 06:53:14 -0400 (0:00:00.045) 0:03:15.237 ******** skipping: [managed_node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node3] => (item=CentOS_7.yml) => { "ansible_facts": { "__storage_blivet_diskvolume_mkfs_option_map": { "ext2": "-F", "ext3": "-F", "ext4": "-F" }, "blivet_package_list": [ "python-enum34", "python-blivet3", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed_node3] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Tuesday 27 August 2024 06:53:14 -0400 (0:00:00.101) 0:03:15.339 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Tuesday 27 August 2024 06:53:14 -0400 (0:00:00.056) 0:03:15.395 ******** skipping: [managed_node3] => { "changed": false, "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: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Tuesday 27 August 2024 06:53:14 -0400 (0:00:00.044) 0:03:15.440 ******** ok: [managed_node3] => { "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: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Tuesday 27 August 2024 06:53:14 -0400 (0:00:00.042) 0:03:15.482 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Tuesday 27 August 2024 06:53:14 -0400 (0:00:00.048) 0:03:15.531 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed_node3 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Tuesday 27 August 2024 06:53:14 -0400 (0:00:00.102) 0:03:15.634 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Tuesday 27 August 2024 06:53:14 -0400 (0:00:00.047) 0:03:15.682 ******** ok: [managed_node3] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "type": "lvm", "volumes": [ { "fs_type": "ext3", "mount_point": "/opt/test1", "name": "test1", "size": "9g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Tuesday 27 August 2024 06:53:14 -0400 (0:00:00.093) 0:03:15.775 ******** ok: [managed_node3] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Tuesday 27 August 2024 06:53:14 -0400 (0:00:00.069) 0:03:15.844 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Tuesday 27 August 2024 06:53:14 -0400 (0:00:00.136) 0:03:15.981 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Tuesday 27 August 2024 06:53:14 -0400 (0:00:00.084) 0:03:16.066 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Tuesday 27 August 2024 06:53:15 -0400 (0:00:00.104) 0:03:16.170 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Tuesday 27 August 2024 06:53:15 -0400 (0:00:00.103) 0:03:16.273 ******** ok: [managed_node3] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Tuesday 27 August 2024 06:53:15 -0400 (0:00:00.158) 0:03:16.432 ******** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Tuesday 27 August 2024 06:53:15 -0400 (0:00:00.065) 0:03:16.497 ******** changed: [managed_node3] => { "actions": [ { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext3" } ], "changed": true, "crypts": [], "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "9g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Tuesday 27 August 2024 06:53:21 -0400 (0:00:06.044) 0:03:22.542 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Tuesday 27 August 2024 06:53:21 -0400 (0:00:00.054) 0:03:22.596 ******** ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724755976.3752315, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "1ff1203632e7c5aaed867a74eb25885b038df3b8", "ctime": 1724755976.3722312, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 263614, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724755976.3722312, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1280, "uid": 0, "version": "18446744072886413789", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Tuesday 27 August 2024 06:53:21 -0400 (0:00:00.521) 0:03:23.117 ******** ok: [managed_node3] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Tuesday 27 August 2024 06:53:22 -0400 (0:00:00.455) 0:03:23.573 ******** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Tuesday 27 August 2024 06:53:22 -0400 (0:00:00.054) 0:03:23.627 ******** ok: [managed_node3] => { "blivet_output": { "actions": [ { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext3" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "9g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Tuesday 27 August 2024 06:53:22 -0400 (0:00:00.084) 0:03:23.712 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "9g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Tuesday 27 August 2024 06:53:22 -0400 (0:00:00.087) 0:03:23.800 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Tuesday 27 August 2024 06:53:22 -0400 (0:00:00.108) 0:03:23.908 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Tuesday 27 August 2024 06:53:22 -0400 (0:00:00.099) 0:03:24.007 ******** ok: [managed_node3] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Tuesday 27 August 2024 06:53:23 -0400 (0:00:00.731) 0:03:24.739 ******** changed: [managed_node3] => (item={u'src': u'/dev/mapper/foo-test1', u'group': None, u'dump': 0, u'passno': 0, u'fstype': u'ext3', u'state': u'mounted', u'mode': None, u'owner': None, u'path': u'/opt/test1', u'opts': u'defaults'}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext3", "mount_info": { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Tuesday 27 August 2024 06:53:24 -0400 (0:00:00.582) 0:03:25.322 ******** skipping: [managed_node3] => (item={u'src': u'/dev/mapper/foo-test1', u'group': None, u'dump': 0, u'passno': 0, u'fstype': u'ext3', u'state': u'mounted', u'mode': None, u'owner': None, u'path': u'/opt/test1', u'opts': u'defaults'}) => { "ansible_loop_var": "mount_info", "changed": false, "mount_info": { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Tuesday 27 August 2024 06:53:24 -0400 (0:00:00.097) 0:03:25.419 ******** ok: [managed_node3] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Tuesday 27 August 2024 06:53:24 -0400 (0:00:00.525) 0:03:25.945 ******** ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724753284.71151, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1724753282.8934937, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 263632, "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": 1724753282.8924935, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "18446744072886414410", "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: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Tuesday 27 August 2024 06:53:25 -0400 (0:00:00.380) 0:03:26.325 ******** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Tuesday 27 August 2024 06:53:25 -0400 (0:00:00.053) 0:03:26.378 ******** ok: [managed_node3] TASK [Verify role results] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:211 Tuesday 27 August 2024 06:53:26 -0400 (0:00:01.717) 0:03:28.096 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed_node3 TASK [Print out pool information] ********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Tuesday 27 August 2024 06:53:27 -0400 (0:00:00.079) 0:03:28.175 ******** ok: [managed_node3] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "9g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Tuesday 27 August 2024 06:53:27 -0400 (0:00:00.048) 0:03:28.223 ******** skipping: [managed_node3] => {} TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Tuesday 27 August 2024 06:53:27 -0400 (0:00:00.035) 0:03:28.259 ******** ok: [managed_node3] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "ext3", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/foo-test1", "size": "9G", "type": "lvm", "uuid": "b3566464-d5fa-416b-9289-3cbd1258b033" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "g9YVY7-Ud3m-zU5D-r2xK-mSyJ-t1S0-vILtod" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "ext4", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "c7b7d6a5-fd01-4b9b-bcca-153eaff9d312" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Tuesday 27 August 2024 06:53:27 -0400 (0:00:00.324) 0:03:28.583 ******** ok: [managed_node3] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002649", "end": "2024-08-27 06:53:27.675809", "rc": 0, "start": "2024-08-27 06:53:27.673160" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Thu Jun 20 10:23:46 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk' # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info # UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312 / ext4 defaults 1 1 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 /dev/mapper/foo-test1 /opt/test1 ext3 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Tuesday 27 August 2024 06:53:27 -0400 (0:00:00.311) 0:03:28.895 ******** ok: [managed_node3] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002803", "end": "2024-08-27 06:53:27.985128", "failed_when_result": false, "rc": 0, "start": "2024-08-27 06:53:27.982325" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Tuesday 27 August 2024 06:53:28 -0400 (0:00:00.310) 0:03:29.205 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed_node3 TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Tuesday 27 August 2024 06:53:28 -0400 (0:00:00.078) 0:03:29.284 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Tuesday 27 August 2024 06:53:28 -0400 (0:00:00.036) 0:03:29.320 ******** ok: [managed_node3] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.018505", "end": "2024-08-27 06:53:28.449443", "rc": 0, "start": "2024-08-27 06:53:28.430938" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Tuesday 27 August 2024 06:53:28 -0400 (0:00:00.359) 0:03:29.680 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Tuesday 27 August 2024 06:53:28 -0400 (0:00:00.051) 0:03:29.732 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed_node3 TASK [Set test variables] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Tuesday 27 August 2024 06:53:28 -0400 (0:00:00.083) 0:03:29.815 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Tuesday 27 August 2024 06:53:28 -0400 (0:00:00.060) 0:03:29.876 ******** ok: [managed_node3] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } TASK [Set pvs lvm length] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Tuesday 27 August 2024 06:53:29 -0400 (0:00:00.365) 0:03:30.242 ******** ok: [managed_node3] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Tuesday 27 August 2024 06:53:29 -0400 (0:00:00.048) 0:03:30.290 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Tuesday 27 August 2024 06:53:29 -0400 (0:00:00.046) 0:03:30.337 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Tuesday 27 August 2024 06:53:29 -0400 (0:00:00.054) 0:03:30.391 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Tuesday 27 August 2024 06:53:29 -0400 (0:00:00.065) 0:03:30.457 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Tuesday 27 August 2024 06:53:29 -0400 (0:00:00.102) 0:03:30.560 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Tuesday 27 August 2024 06:53:29 -0400 (0:00:00.057) 0:03:30.618 ******** ok: [managed_node3] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Tuesday 27 August 2024 06:53:29 -0400 (0:00:00.083) 0:03:30.701 ******** ok: [managed_node3] => { "changed": false, "rc": 0 } STDOUT: False STDERR: Shared connection to 10.31.41.77 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Tuesday 27 August 2024 06:53:29 -0400 (0:00:00.418) 0:03:31.119 ******** skipping: [managed_node3] => (item=/dev/sda) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda" } TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Tuesday 27 August 2024 06:53:30 -0400 (0:00:00.063) 0:03:31.182 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed_node3 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Tuesday 27 August 2024 06:53:30 -0400 (0:00:00.086) 0:03:31.269 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Tuesday 27 August 2024 06:53:30 -0400 (0:00:00.039) 0:03:31.308 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Tuesday 27 August 2024 06:53:30 -0400 (0:00:00.050) 0:03:31.359 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Tuesday 27 August 2024 06:53:30 -0400 (0:00:00.060) 0:03:31.420 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Tuesday 27 August 2024 06:53:30 -0400 (0:00:00.055) 0:03:31.475 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Tuesday 27 August 2024 06:53:30 -0400 (0:00:00.046) 0:03:31.521 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Tuesday 27 August 2024 06:53:30 -0400 (0:00:00.063) 0:03:31.585 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Tuesday 27 August 2024 06:53:30 -0400 (0:00:00.052) 0:03:31.637 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Tuesday 27 August 2024 06:53:30 -0400 (0:00:00.050) 0:03:31.688 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Tuesday 27 August 2024 06:53:30 -0400 (0:00:00.038) 0:03:31.727 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Tuesday 27 August 2024 06:53:30 -0400 (0:00:00.038) 0:03:31.765 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Tuesday 27 August 2024 06:53:30 -0400 (0:00:00.036) 0:03:31.802 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed_node3 TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Tuesday 27 August 2024 06:53:30 -0400 (0:00:00.078) 0:03:31.881 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml for managed_node3 TASK [Get information about the LV] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:8 Tuesday 27 August 2024 06:53:30 -0400 (0:00:00.077) 0:03:31.958 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:16 Tuesday 27 August 2024 06:53:30 -0400 (0:00:00.037) 0:03:31.995 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:20 Tuesday 27 August 2024 06:53:30 -0400 (0:00:00.036) 0:03:32.032 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Tuesday 27 August 2024 06:53:30 -0400 (0:00:00.039) 0:03:32.071 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Tuesday 27 August 2024 06:53:30 -0400 (0:00:00.045) 0:03:32.117 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Tuesday 27 August 2024 06:53:31 -0400 (0:00:00.046) 0:03:32.164 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Tuesday 27 August 2024 06:53:31 -0400 (0:00:00.053) 0:03:32.218 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Tuesday 27 August 2024 06:53:31 -0400 (0:00:00.059) 0:03:32.277 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml for managed_node3 TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Tuesday 27 August 2024 06:53:31 -0400 (0:00:00.201) 0:03:32.478 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml for managed_node3 TASK [Get information about thinpool] ****************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Tuesday 27 August 2024 06:53:31 -0400 (0:00:00.100) 0:03:32.579 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Tuesday 27 August 2024 06:53:31 -0400 (0:00:00.079) 0:03:32.658 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Tuesday 27 August 2024 06:53:31 -0400 (0:00:00.057) 0:03:32.716 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Tuesday 27 August 2024 06:53:31 -0400 (0:00:00.056) 0:03:32.772 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Tuesday 27 August 2024 06:53:31 -0400 (0:00:00.044) 0:03:32.817 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed_node3 TASK [Set test variables] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Tuesday 27 August 2024 06:53:31 -0400 (0:00:00.088) 0:03:32.905 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Tuesday 27 August 2024 06:53:31 -0400 (0:00:00.042) 0:03:32.948 ******** skipping: [managed_node3] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Tuesday 27 August 2024 06:53:31 -0400 (0:00:00.051) 0:03:32.999 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node3 TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Tuesday 27 August 2024 06:53:31 -0400 (0:00:00.097) 0:03:33.097 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Tuesday 27 August 2024 06:53:31 -0400 (0:00:00.048) 0:03:33.145 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Tuesday 27 August 2024 06:53:32 -0400 (0:00:00.065) 0:03:33.210 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Tuesday 27 August 2024 06:53:32 -0400 (0:00:00.057) 0:03:33.268 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Tuesday 27 August 2024 06:53:32 -0400 (0:00:00.055) 0:03:33.323 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Tuesday 27 August 2024 06:53:32 -0400 (0:00:00.047) 0:03:33.371 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Tuesday 27 August 2024 06:53:32 -0400 (0:00:00.044) 0:03:33.415 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Tuesday 27 August 2024 06:53:32 -0400 (0:00:00.043) 0:03:33.458 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml for managed_node3 TASK [Validate pool member VDO settings] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Tuesday 27 August 2024 06:53:32 -0400 (0:00:00.087) 0:03:33.546 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml for managed_node3 TASK [Get information about VDO deduplication] ********************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Tuesday 27 August 2024 06:53:32 -0400 (0:00:00.124) 0:03:33.671 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Tuesday 27 August 2024 06:53:32 -0400 (0:00:00.044) 0:03:33.715 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Tuesday 27 August 2024 06:53:32 -0400 (0:00:00.048) 0:03:33.763 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Tuesday 27 August 2024 06:53:32 -0400 (0:00:00.049) 0:03:33.812 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Tuesday 27 August 2024 06:53:32 -0400 (0:00:00.041) 0:03:33.854 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Tuesday 27 August 2024 06:53:32 -0400 (0:00:00.037) 0:03:33.891 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:46 Tuesday 27 August 2024 06:53:32 -0400 (0:00:00.036) 0:03:33.928 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Tuesday 27 August 2024 06:53:32 -0400 (0:00:00.038) 0:03:33.966 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed_node3 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Tuesday 27 August 2024 06:53:32 -0400 (0:00:00.131) 0:03:34.098 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Tuesday 27 August 2024 06:53:32 -0400 (0:00:00.053) 0:03:34.152 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Tuesday 27 August 2024 06:53:33 -0400 (0:00:00.062) 0:03:34.214 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Tuesday 27 August 2024 06:53:33 -0400 (0:00:00.045) 0:03:34.259 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Tuesday 27 August 2024 06:53:33 -0400 (0:00:00.046) 0:03:34.306 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Tuesday 27 August 2024 06:53:33 -0400 (0:00:00.047) 0:03:34.353 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Tuesday 27 August 2024 06:53:33 -0400 (0:00:00.044) 0:03:34.398 ******** ok: [managed_node3] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Tuesday 27 August 2024 06:53:33 -0400 (0:00:00.041) 0:03:34.439 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed_node3 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Tuesday 27 August 2024 06:53:33 -0400 (0:00:00.068) 0:03:34.508 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Tuesday 27 August 2024 06:53:33 -0400 (0:00:00.052) 0:03:34.560 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed_node3 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Tuesday 27 August 2024 06:53:33 -0400 (0:00:00.293) 0:03:34.854 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Tuesday 27 August 2024 06:53:33 -0400 (0:00:00.056) 0:03:34.911 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Tuesday 27 August 2024 06:53:33 -0400 (0:00:00.064) 0:03:34.975 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Tuesday 27 August 2024 06:53:33 -0400 (0:00:00.062) 0:03:35.037 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Tuesday 27 August 2024 06:53:33 -0400 (0:00:00.090) 0:03:35.127 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Tuesday 27 August 2024 06:53:34 -0400 (0:00:00.053) 0:03:35.181 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Tuesday 27 August 2024 06:53:34 -0400 (0:00:00.066) 0:03:35.247 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Tuesday 27 August 2024 06:53:34 -0400 (0:00:00.063) 0:03:35.311 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Tuesday 27 August 2024 06:53:34 -0400 (0:00:00.059) 0:03:35.371 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Tuesday 27 August 2024 06:53:34 -0400 (0:00:00.055) 0:03:35.426 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Tuesday 27 August 2024 06:53:34 -0400 (0:00:00.059) 0:03:35.486 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Tuesday 27 August 2024 06:53:34 -0400 (0:00:00.144) 0:03:35.630 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/foo-test1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 ext3 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Tuesday 27 August 2024 06:53:34 -0400 (0:00:00.117) 0:03:35.747 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Tuesday 27 August 2024 06:53:34 -0400 (0:00:00.076) 0:03:35.823 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Tuesday 27 August 2024 06:53:34 -0400 (0:00:00.065) 0:03:35.888 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Tuesday 27 August 2024 06:53:34 -0400 (0:00:00.084) 0:03:35.973 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:51 Tuesday 27 August 2024 06:53:34 -0400 (0:00:00.070) 0:03:36.044 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Tuesday 27 August 2024 06:53:34 -0400 (0:00:00.064) 0:03:36.108 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Tuesday 27 August 2024 06:53:35 -0400 (0:00:00.079) 0:03:36.188 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Tuesday 27 August 2024 06:53:35 -0400 (0:00:00.081) 0:03:36.269 ******** ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724756001.2604487, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1724756001.2604487, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 583767, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1724756001.2604487, "nlink": 1, "path": "/dev/mapper/foo-test1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Tuesday 27 August 2024 06:53:35 -0400 (0:00:00.420) 0:03:36.689 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Tuesday 27 August 2024 06:53:35 -0400 (0:00:00.068) 0:03:36.758 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Tuesday 27 August 2024 06:53:35 -0400 (0:00:00.055) 0:03:36.814 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Tuesday 27 August 2024 06:53:35 -0400 (0:00:00.092) 0:03:36.907 ******** ok: [managed_node3] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Tuesday 27 August 2024 06:53:35 -0400 (0:00:00.060) 0:03:36.967 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Tuesday 27 August 2024 06:53:35 -0400 (0:00:00.059) 0:03:37.026 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Tuesday 27 August 2024 06:53:35 -0400 (0:00:00.069) 0:03:37.096 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Tuesday 27 August 2024 06:53:35 -0400 (0:00:00.053) 0:03:37.149 ******** ok: [managed_node3] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Tuesday 27 August 2024 06:53:36 -0400 (0:00:00.806) 0:03:37.955 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Tuesday 27 August 2024 06:53:36 -0400 (0:00:00.056) 0:03:38.012 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Tuesday 27 August 2024 06:53:36 -0400 (0:00:00.054) 0:03:38.067 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Tuesday 27 August 2024 06:53:36 -0400 (0:00:00.072) 0:03:38.140 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Tuesday 27 August 2024 06:53:37 -0400 (0:00:00.058) 0:03:38.199 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Tuesday 27 August 2024 06:53:37 -0400 (0:00:00.058) 0:03:38.258 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Tuesday 27 August 2024 06:53:37 -0400 (0:00:00.056) 0:03:38.314 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Tuesday 27 August 2024 06:53:37 -0400 (0:00:00.059) 0:03:38.374 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Tuesday 27 August 2024 06:53:37 -0400 (0:00:00.055) 0:03:38.430 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Tuesday 27 August 2024 06:53:37 -0400 (0:00:00.068) 0:03:38.499 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Tuesday 27 August 2024 06:53:37 -0400 (0:00:00.070) 0:03:38.569 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Tuesday 27 August 2024 06:53:37 -0400 (0:00:00.055) 0:03:38.625 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Tuesday 27 August 2024 06:53:37 -0400 (0:00:00.053) 0:03:38.679 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Tuesday 27 August 2024 06:53:37 -0400 (0:00:00.059) 0:03:38.738 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Tuesday 27 August 2024 06:53:37 -0400 (0:00:00.058) 0:03:38.796 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Tuesday 27 August 2024 06:53:37 -0400 (0:00:00.058) 0:03:38.854 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Tuesday 27 August 2024 06:53:37 -0400 (0:00:00.057) 0:03:38.912 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Tuesday 27 August 2024 06:53:37 -0400 (0:00:00.078) 0:03:38.990 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Tuesday 27 August 2024 06:53:37 -0400 (0:00:00.054) 0:03:39.045 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Tuesday 27 August 2024 06:53:37 -0400 (0:00:00.061) 0:03:39.106 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Tuesday 27 August 2024 06:53:38 -0400 (0:00:00.056) 0:03:39.162 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Tuesday 27 August 2024 06:53:38 -0400 (0:00:00.058) 0:03:39.220 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Tuesday 27 August 2024 06:53:38 -0400 (0:00:00.055) 0:03:39.276 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Tuesday 27 August 2024 06:53:38 -0400 (0:00:00.058) 0:03:39.334 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Tuesday 27 August 2024 06:53:38 -0400 (0:00:00.059) 0:03:39.393 ******** ok: [managed_node3] => { "bytes": 9663676416, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Tuesday 27 August 2024 06:53:38 -0400 (0:00:00.384) 0:03:39.778 ******** ok: [managed_node3] => { "bytes": 9663676416, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Tuesday 27 August 2024 06:53:39 -0400 (0:00:00.387) 0:03:40.166 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_expected_size": "9663676416" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Tuesday 27 August 2024 06:53:39 -0400 (0:00:00.073) 0:03:40.239 ******** ok: [managed_node3] => { "storage_test_expected_size": "9663676416" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Tuesday 27 August 2024 06:53:39 -0400 (0:00:00.058) 0:03:40.298 ******** ok: [managed_node3] => { "bytes": 10737418240, "changed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Tuesday 27 August 2024 06:53:39 -0400 (0:00:00.376) 0:03:40.674 ******** skipping: [managed_node3] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Tuesday 27 August 2024 06:53:39 -0400 (0:00:00.060) 0:03:40.735 ******** skipping: [managed_node3] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Tuesday 27 August 2024 06:53:39 -0400 (0:00:00.061) 0:03:40.797 ******** skipping: [managed_node3] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Tuesday 27 August 2024 06:53:39 -0400 (0:00:00.062) 0:03:40.859 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Tuesday 27 August 2024 06:53:39 -0400 (0:00:00.064) 0:03:40.923 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Tuesday 27 August 2024 06:53:39 -0400 (0:00:00.055) 0:03:40.979 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Tuesday 27 August 2024 06:53:39 -0400 (0:00:00.053) 0:03:41.033 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Tuesday 27 August 2024 06:53:39 -0400 (0:00:00.065) 0:03:41.098 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Tuesday 27 August 2024 06:53:40 -0400 (0:00:00.131) 0:03:41.230 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Tuesday 27 August 2024 06:53:40 -0400 (0:00:00.054) 0:03:41.284 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Tuesday 27 August 2024 06:53:40 -0400 (0:00:00.055) 0:03:41.340 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Tuesday 27 August 2024 06:53:40 -0400 (0:00:00.056) 0:03:41.397 ******** skipping: [managed_node3] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Tuesday 27 August 2024 06:53:40 -0400 (0:00:00.055) 0:03:41.452 ******** skipping: [managed_node3] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Tuesday 27 August 2024 06:53:40 -0400 (0:00:00.055) 0:03:41.508 ******** skipping: [managed_node3] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Tuesday 27 August 2024 06:53:40 -0400 (0:00:00.059) 0:03:41.567 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Tuesday 27 August 2024 06:53:40 -0400 (0:00:00.054) 0:03:41.622 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Tuesday 27 August 2024 06:53:40 -0400 (0:00:00.055) 0:03:41.678 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Tuesday 27 August 2024 06:53:40 -0400 (0:00:00.055) 0:03:41.734 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Tuesday 27 August 2024 06:53:40 -0400 (0:00:00.055) 0:03:41.789 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Tuesday 27 August 2024 06:53:40 -0400 (0:00:00.050) 0:03:41.840 ******** ok: [managed_node3] => { "storage_test_actual_size": { "bytes": 9663676416, "changed": false, "failed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Tuesday 27 August 2024 06:53:40 -0400 (0:00:00.053) 0:03:41.894 ******** ok: [managed_node3] => { "storage_test_expected_size": "9663676416" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Tuesday 27 August 2024 06:53:40 -0400 (0:00:00.050) 0:03:41.944 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Tuesday 27 August 2024 06:53:40 -0400 (0:00:00.059) 0:03:42.004 ******** ok: [managed_node3] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.021130", "end": "2024-08-27 06:53:41.139489", "rc": 0, "start": "2024-08-27 06:53:41.118359" } STDOUT: LVM2_LV_NAME=test1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Tuesday 27 August 2024 06:53:41 -0400 (0:00:00.385) 0:03:42.389 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Tuesday 27 August 2024 06:53:41 -0400 (0:00:00.073) 0:03:42.463 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Tuesday 27 August 2024 06:53:41 -0400 (0:00:00.071) 0:03:42.535 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Tuesday 27 August 2024 06:53:41 -0400 (0:00:00.061) 0:03:42.597 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Tuesday 27 August 2024 06:53:41 -0400 (0:00:00.064) 0:03:42.661 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Tuesday 27 August 2024 06:53:41 -0400 (0:00:00.050) 0:03:42.712 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Tuesday 27 August 2024 06:53:41 -0400 (0:00:00.051) 0:03:42.763 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Tuesday 27 August 2024 06:53:41 -0400 (0:00:00.047) 0:03:42.810 ******** TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Tuesday 27 August 2024 06:53:41 -0400 (0:00:00.040) 0:03:42.851 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Change volume size to 5g] ************************************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:214 Tuesday 27 August 2024 06:53:41 -0400 (0:00:00.042) 0:03:42.893 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Tuesday 27 August 2024 06:53:41 -0400 (0:00:00.105) 0:03:42.999 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed_node3 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Tuesday 27 August 2024 06:53:41 -0400 (0:00:00.059) 0:03:43.059 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Tuesday 27 August 2024 06:53:41 -0400 (0:00:00.067) 0:03:43.126 ******** skipping: [managed_node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node3] => (item=CentOS_7.yml) => { "ansible_facts": { "__storage_blivet_diskvolume_mkfs_option_map": { "ext2": "-F", "ext3": "-F", "ext4": "-F" }, "blivet_package_list": [ "python-enum34", "python-blivet3", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed_node3] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Tuesday 27 August 2024 06:53:42 -0400 (0:00:00.133) 0:03:43.260 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Tuesday 27 August 2024 06:53:42 -0400 (0:00:00.063) 0:03:43.324 ******** skipping: [managed_node3] => { "changed": false, "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: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Tuesday 27 August 2024 06:53:42 -0400 (0:00:00.055) 0:03:43.379 ******** ok: [managed_node3] => { "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: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Tuesday 27 August 2024 06:53:42 -0400 (0:00:00.057) 0:03:43.437 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Tuesday 27 August 2024 06:53:42 -0400 (0:00:00.064) 0:03:43.501 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed_node3 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Tuesday 27 August 2024 06:53:42 -0400 (0:00:00.145) 0:03:43.647 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Tuesday 27 August 2024 06:53:42 -0400 (0:00:00.057) 0:03:43.704 ******** ok: [managed_node3] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "type": "lvm", "volumes": [ { "fs_type": "ext3", "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Tuesday 27 August 2024 06:53:42 -0400 (0:00:00.070) 0:03:43.774 ******** ok: [managed_node3] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Tuesday 27 August 2024 06:53:42 -0400 (0:00:00.059) 0:03:43.834 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Tuesday 27 August 2024 06:53:42 -0400 (0:00:00.062) 0:03:43.897 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Tuesday 27 August 2024 06:53:42 -0400 (0:00:00.091) 0:03:43.989 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Tuesday 27 August 2024 06:53:42 -0400 (0:00:00.075) 0:03:44.064 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Tuesday 27 August 2024 06:53:42 -0400 (0:00:00.090) 0:03:44.154 ******** ok: [managed_node3] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Tuesday 27 August 2024 06:53:43 -0400 (0:00:00.093) 0:03:44.248 ******** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Tuesday 27 August 2024 06:53:43 -0400 (0:00:00.064) 0:03:44.312 ******** changed: [managed_node3] => { "actions": [ { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext3" }, { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null } ], "changed": true, "crypts": [], "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Tuesday 27 August 2024 06:53:48 -0400 (0:00:05.399) 0:03:49.711 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Tuesday 27 August 2024 06:53:48 -0400 (0:00:00.065) 0:03:49.777 ******** ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724755976.3752315, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "1ff1203632e7c5aaed867a74eb25885b038df3b8", "ctime": 1724755976.3722312, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 263614, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724755976.3722312, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1280, "uid": 0, "version": "18446744072886413789", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Tuesday 27 August 2024 06:53:48 -0400 (0:00:00.365) 0:03:50.143 ******** ok: [managed_node3] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Tuesday 27 August 2024 06:53:49 -0400 (0:00:00.417) 0:03:50.560 ******** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Tuesday 27 August 2024 06:53:49 -0400 (0:00:00.044) 0:03:50.605 ******** ok: [managed_node3] => { "blivet_output": { "actions": [ { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext3" }, { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Tuesday 27 August 2024 06:53:49 -0400 (0:00:00.061) 0:03:50.669 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Tuesday 27 August 2024 06:53:49 -0400 (0:00:00.054) 0:03:50.724 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Tuesday 27 August 2024 06:53:49 -0400 (0:00:00.045) 0:03:50.769 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Tuesday 27 August 2024 06:53:49 -0400 (0:00:00.035) 0:03:50.804 ******** ok: [managed_node3] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Tuesday 27 August 2024 06:53:50 -0400 (0:00:00.501) 0:03:51.306 ******** changed: [managed_node3] => (item={u'src': u'/dev/mapper/foo-test1', u'group': None, u'dump': 0, u'passno': 0, u'fstype': u'ext3', u'state': u'mounted', u'mode': None, u'owner': None, u'path': u'/opt/test1', u'opts': u'defaults'}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext3", "mount_info": { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Tuesday 27 August 2024 06:53:50 -0400 (0:00:00.400) 0:03:51.707 ******** skipping: [managed_node3] => (item={u'src': u'/dev/mapper/foo-test1', u'group': None, u'dump': 0, u'passno': 0, u'fstype': u'ext3', u'state': u'mounted', u'mode': None, u'owner': None, u'path': u'/opt/test1', u'opts': u'defaults'}) => { "ansible_loop_var": "mount_info", "changed": false, "mount_info": { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Tuesday 27 August 2024 06:53:50 -0400 (0:00:00.073) 0:03:51.781 ******** ok: [managed_node3] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Tuesday 27 August 2024 06:53:51 -0400 (0:00:00.506) 0:03:52.288 ******** ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724753284.71151, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1724753282.8934937, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 263632, "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": 1724753282.8924935, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "18446744072886414410", "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: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Tuesday 27 August 2024 06:53:51 -0400 (0:00:00.450) 0:03:52.738 ******** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Tuesday 27 August 2024 06:53:51 -0400 (0:00:00.054) 0:03:52.793 ******** ok: [managed_node3] TASK [Verify role results] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:228 Tuesday 27 August 2024 06:53:52 -0400 (0:00:00.860) 0:03:53.654 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed_node3 TASK [Print out pool information] ********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Tuesday 27 August 2024 06:53:52 -0400 (0:00:00.172) 0:03:53.827 ******** ok: [managed_node3] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Tuesday 27 August 2024 06:53:52 -0400 (0:00:00.099) 0:03:53.927 ******** skipping: [managed_node3] => {} TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Tuesday 27 August 2024 06:53:52 -0400 (0:00:00.073) 0:03:54.001 ******** ok: [managed_node3] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "ext3", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/foo-test1", "size": "5G", "type": "lvm", "uuid": "b3566464-d5fa-416b-9289-3cbd1258b033" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "g9YVY7-Ud3m-zU5D-r2xK-mSyJ-t1S0-vILtod" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "ext4", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "c7b7d6a5-fd01-4b9b-bcca-153eaff9d312" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Tuesday 27 August 2024 06:53:53 -0400 (0:00:00.462) 0:03:54.463 ******** ok: [managed_node3] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002577", "end": "2024-08-27 06:53:53.671193", "rc": 0, "start": "2024-08-27 06:53:53.668616" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Thu Jun 20 10:23:46 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk' # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info # UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312 / ext4 defaults 1 1 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 /dev/mapper/foo-test1 /opt/test1 ext3 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Tuesday 27 August 2024 06:53:53 -0400 (0:00:00.466) 0:03:54.930 ******** ok: [managed_node3] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002710", "end": "2024-08-27 06:53:54.236372", "failed_when_result": false, "rc": 0, "start": "2024-08-27 06:53:54.233662" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Tuesday 27 August 2024 06:53:54 -0400 (0:00:00.595) 0:03:55.526 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed_node3 TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Tuesday 27 August 2024 06:53:54 -0400 (0:00:00.151) 0:03:55.678 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Tuesday 27 August 2024 06:53:54 -0400 (0:00:00.081) 0:03:55.759 ******** ok: [managed_node3] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.019319", "end": "2024-08-27 06:53:54.971404", "rc": 0, "start": "2024-08-27 06:53:54.952085" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Tuesday 27 August 2024 06:53:55 -0400 (0:00:00.497) 0:03:56.257 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Tuesday 27 August 2024 06:53:55 -0400 (0:00:00.094) 0:03:56.352 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed_node3 TASK [Set test variables] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Tuesday 27 August 2024 06:53:55 -0400 (0:00:00.130) 0:03:56.483 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Tuesday 27 August 2024 06:53:55 -0400 (0:00:00.067) 0:03:56.550 ******** ok: [managed_node3] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } TASK [Set pvs lvm length] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Tuesday 27 August 2024 06:53:55 -0400 (0:00:00.393) 0:03:56.944 ******** ok: [managed_node3] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Tuesday 27 August 2024 06:53:55 -0400 (0:00:00.069) 0:03:57.014 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Tuesday 27 August 2024 06:53:55 -0400 (0:00:00.070) 0:03:57.085 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Tuesday 27 August 2024 06:53:55 -0400 (0:00:00.068) 0:03:57.154 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Tuesday 27 August 2024 06:53:56 -0400 (0:00:00.068) 0:03:57.222 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Tuesday 27 August 2024 06:53:56 -0400 (0:00:00.066) 0:03:57.288 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Tuesday 27 August 2024 06:53:56 -0400 (0:00:00.058) 0:03:57.347 ******** ok: [managed_node3] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Tuesday 27 August 2024 06:53:56 -0400 (0:00:00.078) 0:03:57.426 ******** ok: [managed_node3] => { "changed": false, "rc": 0 } STDOUT: False STDERR: Shared connection to 10.31.41.77 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Tuesday 27 August 2024 06:53:56 -0400 (0:00:00.354) 0:03:57.780 ******** skipping: [managed_node3] => (item=/dev/sda) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda" } TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Tuesday 27 August 2024 06:53:56 -0400 (0:00:00.176) 0:03:57.957 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed_node3 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Tuesday 27 August 2024 06:53:56 -0400 (0:00:00.163) 0:03:58.120 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Tuesday 27 August 2024 06:53:57 -0400 (0:00:00.055) 0:03:58.176 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Tuesday 27 August 2024 06:53:57 -0400 (0:00:00.083) 0:03:58.259 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Tuesday 27 August 2024 06:53:57 -0400 (0:00:00.102) 0:03:58.361 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Tuesday 27 August 2024 06:53:57 -0400 (0:00:00.059) 0:03:58.421 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Tuesday 27 August 2024 06:53:57 -0400 (0:00:00.099) 0:03:58.521 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Tuesday 27 August 2024 06:53:57 -0400 (0:00:00.066) 0:03:58.587 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Tuesday 27 August 2024 06:53:57 -0400 (0:00:00.062) 0:03:58.649 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Tuesday 27 August 2024 06:53:57 -0400 (0:00:00.051) 0:03:58.701 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Tuesday 27 August 2024 06:53:57 -0400 (0:00:00.053) 0:03:58.754 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Tuesday 27 August 2024 06:53:57 -0400 (0:00:00.047) 0:03:58.802 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Tuesday 27 August 2024 06:53:57 -0400 (0:00:00.043) 0:03:58.845 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed_node3 TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Tuesday 27 August 2024 06:53:57 -0400 (0:00:00.127) 0:03:58.972 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml for managed_node3 TASK [Get information about the LV] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:8 Tuesday 27 August 2024 06:53:57 -0400 (0:00:00.147) 0:03:59.120 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:16 Tuesday 27 August 2024 06:53:58 -0400 (0:00:00.054) 0:03:59.175 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:20 Tuesday 27 August 2024 06:53:58 -0400 (0:00:00.054) 0:03:59.229 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Tuesday 27 August 2024 06:53:58 -0400 (0:00:00.053) 0:03:59.283 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Tuesday 27 August 2024 06:53:58 -0400 (0:00:00.067) 0:03:59.351 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Tuesday 27 August 2024 06:53:58 -0400 (0:00:00.057) 0:03:59.409 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Tuesday 27 August 2024 06:53:58 -0400 (0:00:00.056) 0:03:59.465 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Tuesday 27 August 2024 06:53:58 -0400 (0:00:00.067) 0:03:59.533 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml for managed_node3 TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Tuesday 27 August 2024 06:53:58 -0400 (0:00:00.176) 0:03:59.709 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml for managed_node3 TASK [Get information about thinpool] ****************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Tuesday 27 August 2024 06:53:58 -0400 (0:00:00.118) 0:03:59.828 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Tuesday 27 August 2024 06:53:58 -0400 (0:00:00.053) 0:03:59.881 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Tuesday 27 August 2024 06:53:58 -0400 (0:00:00.078) 0:03:59.960 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Tuesday 27 August 2024 06:53:58 -0400 (0:00:00.041) 0:04:00.001 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Tuesday 27 August 2024 06:53:58 -0400 (0:00:00.036) 0:04:00.038 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed_node3 TASK [Set test variables] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Tuesday 27 August 2024 06:53:58 -0400 (0:00:00.116) 0:04:00.154 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Tuesday 27 August 2024 06:53:59 -0400 (0:00:00.065) 0:04:00.220 ******** skipping: [managed_node3] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Tuesday 27 August 2024 06:53:59 -0400 (0:00:00.068) 0:04:00.288 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node3 TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Tuesday 27 August 2024 06:53:59 -0400 (0:00:00.120) 0:04:00.409 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Tuesday 27 August 2024 06:53:59 -0400 (0:00:00.081) 0:04:00.490 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Tuesday 27 August 2024 06:53:59 -0400 (0:00:00.080) 0:04:00.571 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Tuesday 27 August 2024 06:53:59 -0400 (0:00:00.059) 0:04:00.630 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Tuesday 27 August 2024 06:53:59 -0400 (0:00:00.055) 0:04:00.685 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Tuesday 27 August 2024 06:53:59 -0400 (0:00:00.066) 0:04:00.752 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Tuesday 27 August 2024 06:53:59 -0400 (0:00:00.059) 0:04:00.812 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Tuesday 27 August 2024 06:53:59 -0400 (0:00:00.075) 0:04:00.887 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml for managed_node3 TASK [Validate pool member VDO settings] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Tuesday 27 August 2024 06:53:59 -0400 (0:00:00.176) 0:04:01.064 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml for managed_node3 TASK [Get information about VDO deduplication] ********************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Tuesday 27 August 2024 06:54:00 -0400 (0:00:00.242) 0:04:01.306 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Tuesday 27 August 2024 06:54:00 -0400 (0:00:00.103) 0:04:01.410 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Tuesday 27 August 2024 06:54:00 -0400 (0:00:00.088) 0:04:01.499 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Tuesday 27 August 2024 06:54:00 -0400 (0:00:00.079) 0:04:01.578 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Tuesday 27 August 2024 06:54:00 -0400 (0:00:00.071) 0:04:01.649 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Tuesday 27 August 2024 06:54:00 -0400 (0:00:00.064) 0:04:01.714 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:46 Tuesday 27 August 2024 06:54:00 -0400 (0:00:00.056) 0:04:01.771 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Tuesday 27 August 2024 06:54:00 -0400 (0:00:00.056) 0:04:01.827 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed_node3 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Tuesday 27 August 2024 06:54:00 -0400 (0:00:00.157) 0:04:01.985 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Tuesday 27 August 2024 06:54:01 -0400 (0:00:00.242) 0:04:02.227 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Tuesday 27 August 2024 06:54:01 -0400 (0:00:00.110) 0:04:02.338 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Tuesday 27 August 2024 06:54:01 -0400 (0:00:00.096) 0:04:02.434 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Tuesday 27 August 2024 06:54:01 -0400 (0:00:00.066) 0:04:02.500 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Tuesday 27 August 2024 06:54:01 -0400 (0:00:00.055) 0:04:02.555 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Tuesday 27 August 2024 06:54:01 -0400 (0:00:00.066) 0:04:02.622 ******** ok: [managed_node3] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Tuesday 27 August 2024 06:54:01 -0400 (0:00:00.068) 0:04:02.691 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed_node3 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Tuesday 27 August 2024 06:54:01 -0400 (0:00:00.099) 0:04:02.790 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Tuesday 27 August 2024 06:54:01 -0400 (0:00:00.055) 0:04:02.846 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed_node3 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Tuesday 27 August 2024 06:54:02 -0400 (0:00:00.332) 0:04:03.178 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Tuesday 27 August 2024 06:54:02 -0400 (0:00:00.116) 0:04:03.294 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Tuesday 27 August 2024 06:54:02 -0400 (0:00:00.094) 0:04:03.388 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Tuesday 27 August 2024 06:54:02 -0400 (0:00:00.089) 0:04:03.478 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Tuesday 27 August 2024 06:54:02 -0400 (0:00:00.077) 0:04:03.555 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Tuesday 27 August 2024 06:54:02 -0400 (0:00:00.066) 0:04:03.622 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Tuesday 27 August 2024 06:54:02 -0400 (0:00:00.072) 0:04:03.694 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Tuesday 27 August 2024 06:54:02 -0400 (0:00:00.079) 0:04:03.774 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Tuesday 27 August 2024 06:54:02 -0400 (0:00:00.061) 0:04:03.835 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Tuesday 27 August 2024 06:54:02 -0400 (0:00:00.056) 0:04:03.892 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Tuesday 27 August 2024 06:54:02 -0400 (0:00:00.056) 0:04:03.949 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Tuesday 27 August 2024 06:54:02 -0400 (0:00:00.100) 0:04:04.049 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/foo-test1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 ext3 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Tuesday 27 August 2024 06:54:03 -0400 (0:00:00.174) 0:04:04.224 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Tuesday 27 August 2024 06:54:03 -0400 (0:00:00.146) 0:04:04.371 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Tuesday 27 August 2024 06:54:03 -0400 (0:00:00.126) 0:04:04.498 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Tuesday 27 August 2024 06:54:03 -0400 (0:00:00.100) 0:04:04.598 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:51 Tuesday 27 August 2024 06:54:03 -0400 (0:00:00.081) 0:04:04.680 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Tuesday 27 August 2024 06:54:03 -0400 (0:00:00.059) 0:04:04.740 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Tuesday 27 August 2024 06:54:03 -0400 (0:00:00.086) 0:04:04.827 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Tuesday 27 August 2024 06:54:03 -0400 (0:00:00.089) 0:04:04.916 ******** ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724756028.420686, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1724756028.420686, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 583767, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1724756028.420686, "nlink": 1, "path": "/dev/mapper/foo-test1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Tuesday 27 August 2024 06:54:04 -0400 (0:00:00.416) 0:04:05.332 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Tuesday 27 August 2024 06:54:04 -0400 (0:00:00.096) 0:04:05.429 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Tuesday 27 August 2024 06:54:04 -0400 (0:00:00.054) 0:04:05.484 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Tuesday 27 August 2024 06:54:04 -0400 (0:00:00.084) 0:04:05.568 ******** ok: [managed_node3] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Tuesday 27 August 2024 06:54:04 -0400 (0:00:00.057) 0:04:05.626 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Tuesday 27 August 2024 06:54:04 -0400 (0:00:00.051) 0:04:05.678 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Tuesday 27 August 2024 06:54:04 -0400 (0:00:00.095) 0:04:05.774 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Tuesday 27 August 2024 06:54:04 -0400 (0:00:00.114) 0:04:05.889 ******** ok: [managed_node3] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Tuesday 27 August 2024 06:54:05 -0400 (0:00:00.714) 0:04:06.604 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Tuesday 27 August 2024 06:54:05 -0400 (0:00:00.065) 0:04:06.669 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Tuesday 27 August 2024 06:54:05 -0400 (0:00:00.057) 0:04:06.726 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Tuesday 27 August 2024 06:54:05 -0400 (0:00:00.121) 0:04:06.848 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Tuesday 27 August 2024 06:54:05 -0400 (0:00:00.071) 0:04:06.919 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Tuesday 27 August 2024 06:54:05 -0400 (0:00:00.065) 0:04:06.985 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Tuesday 27 August 2024 06:54:05 -0400 (0:00:00.068) 0:04:07.053 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Tuesday 27 August 2024 06:54:05 -0400 (0:00:00.086) 0:04:07.140 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Tuesday 27 August 2024 06:54:06 -0400 (0:00:00.113) 0:04:07.254 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Tuesday 27 August 2024 06:54:06 -0400 (0:00:00.094) 0:04:07.348 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Tuesday 27 August 2024 06:54:06 -0400 (0:00:00.089) 0:04:07.437 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Tuesday 27 August 2024 06:54:06 -0400 (0:00:00.073) 0:04:07.510 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Tuesday 27 August 2024 06:54:06 -0400 (0:00:00.132) 0:04:07.643 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Tuesday 27 August 2024 06:54:06 -0400 (0:00:00.101) 0:04:07.745 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Tuesday 27 August 2024 06:54:06 -0400 (0:00:00.063) 0:04:07.809 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Tuesday 27 August 2024 06:54:06 -0400 (0:00:00.061) 0:04:07.871 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Tuesday 27 August 2024 06:54:06 -0400 (0:00:00.064) 0:04:07.935 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Tuesday 27 August 2024 06:54:06 -0400 (0:00:00.155) 0:04:08.091 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Tuesday 27 August 2024 06:54:07 -0400 (0:00:00.084) 0:04:08.175 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Tuesday 27 August 2024 06:54:07 -0400 (0:00:00.057) 0:04:08.233 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Tuesday 27 August 2024 06:54:07 -0400 (0:00:00.055) 0:04:08.288 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Tuesday 27 August 2024 06:54:07 -0400 (0:00:00.073) 0:04:08.361 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Tuesday 27 August 2024 06:54:07 -0400 (0:00:00.085) 0:04:08.446 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Tuesday 27 August 2024 06:54:07 -0400 (0:00:00.058) 0:04:08.505 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Tuesday 27 August 2024 06:54:07 -0400 (0:00:00.060) 0:04:08.566 ******** ok: [managed_node3] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Tuesday 27 August 2024 06:54:08 -0400 (0:00:00.653) 0:04:09.220 ******** ok: [managed_node3] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Tuesday 27 August 2024 06:54:08 -0400 (0:00:00.569) 0:04:09.789 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_expected_size": "5368709120" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Tuesday 27 August 2024 06:54:08 -0400 (0:00:00.105) 0:04:09.895 ******** ok: [managed_node3] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Tuesday 27 August 2024 06:54:08 -0400 (0:00:00.112) 0:04:10.007 ******** ok: [managed_node3] => { "bytes": 10737418240, "changed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Tuesday 27 August 2024 06:54:09 -0400 (0:00:00.453) 0:04:10.460 ******** skipping: [managed_node3] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Tuesday 27 August 2024 06:54:09 -0400 (0:00:00.082) 0:04:10.543 ******** skipping: [managed_node3] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Tuesday 27 August 2024 06:54:09 -0400 (0:00:00.077) 0:04:10.621 ******** skipping: [managed_node3] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Tuesday 27 August 2024 06:54:09 -0400 (0:00:00.074) 0:04:10.695 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Tuesday 27 August 2024 06:54:09 -0400 (0:00:00.087) 0:04:10.783 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Tuesday 27 August 2024 06:54:09 -0400 (0:00:00.061) 0:04:10.845 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Tuesday 27 August 2024 06:54:09 -0400 (0:00:00.057) 0:04:10.903 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Tuesday 27 August 2024 06:54:09 -0400 (0:00:00.056) 0:04:10.960 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Tuesday 27 August 2024 06:54:09 -0400 (0:00:00.059) 0:04:11.019 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Tuesday 27 August 2024 06:54:09 -0400 (0:00:00.055) 0:04:11.075 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Tuesday 27 August 2024 06:54:09 -0400 (0:00:00.055) 0:04:11.130 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Tuesday 27 August 2024 06:54:10 -0400 (0:00:00.049) 0:04:11.179 ******** skipping: [managed_node3] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Tuesday 27 August 2024 06:54:10 -0400 (0:00:00.041) 0:04:11.221 ******** skipping: [managed_node3] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Tuesday 27 August 2024 06:54:10 -0400 (0:00:00.045) 0:04:11.267 ******** skipping: [managed_node3] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Tuesday 27 August 2024 06:54:10 -0400 (0:00:00.048) 0:04:11.316 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Tuesday 27 August 2024 06:54:10 -0400 (0:00:00.043) 0:04:11.359 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Tuesday 27 August 2024 06:54:10 -0400 (0:00:00.039) 0:04:11.398 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Tuesday 27 August 2024 06:54:10 -0400 (0:00:00.036) 0:04:11.435 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Tuesday 27 August 2024 06:54:10 -0400 (0:00:00.037) 0:04:11.473 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Tuesday 27 August 2024 06:54:10 -0400 (0:00:00.036) 0:04:11.509 ******** ok: [managed_node3] => { "storage_test_actual_size": { "bytes": 5368709120, "changed": false, "failed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Tuesday 27 August 2024 06:54:10 -0400 (0:00:00.044) 0:04:11.553 ******** ok: [managed_node3] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Tuesday 27 August 2024 06:54:10 -0400 (0:00:00.039) 0:04:11.593 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Tuesday 27 August 2024 06:54:10 -0400 (0:00:00.051) 0:04:11.644 ******** ok: [managed_node3] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.021372", "end": "2024-08-27 06:54:10.819021", "rc": 0, "start": "2024-08-27 06:54:10.797649" } STDOUT: LVM2_LV_NAME=test1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Tuesday 27 August 2024 06:54:10 -0400 (0:00:00.422) 0:04:12.067 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Tuesday 27 August 2024 06:54:10 -0400 (0:00:00.068) 0:04:12.136 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Tuesday 27 August 2024 06:54:11 -0400 (0:00:00.072) 0:04:12.208 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Tuesday 27 August 2024 06:54:11 -0400 (0:00:00.057) 0:04:12.266 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Tuesday 27 August 2024 06:54:11 -0400 (0:00:00.063) 0:04:12.329 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Tuesday 27 August 2024 06:54:11 -0400 (0:00:00.059) 0:04:12.389 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Tuesday 27 August 2024 06:54:11 -0400 (0:00:00.063) 0:04:12.453 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Tuesday 27 August 2024 06:54:11 -0400 (0:00:00.051) 0:04:12.505 ******** TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Tuesday 27 August 2024 06:54:11 -0400 (0:00:00.051) 0:04:12.556 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Clean up] **************************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:231 Tuesday 27 August 2024 06:54:11 -0400 (0:00:00.058) 0:04:12.615 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Tuesday 27 August 2024 06:54:11 -0400 (0:00:00.188) 0:04:12.804 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed_node3 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Tuesday 27 August 2024 06:54:11 -0400 (0:00:00.091) 0:04:12.895 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Tuesday 27 August 2024 06:54:11 -0400 (0:00:00.065) 0:04:12.960 ******** skipping: [managed_node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node3] => (item=CentOS_7.yml) => { "ansible_facts": { "__storage_blivet_diskvolume_mkfs_option_map": { "ext2": "-F", "ext3": "-F", "ext4": "-F" }, "blivet_package_list": [ "python-enum34", "python-blivet3", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed_node3] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Tuesday 27 August 2024 06:54:11 -0400 (0:00:00.132) 0:04:13.093 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Tuesday 27 August 2024 06:54:11 -0400 (0:00:00.042) 0:04:13.135 ******** skipping: [managed_node3] => { "changed": false, "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: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Tuesday 27 August 2024 06:54:12 -0400 (0:00:00.043) 0:04:13.179 ******** ok: [managed_node3] => { "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: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Tuesday 27 August 2024 06:54:12 -0400 (0:00:00.046) 0:04:13.226 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Tuesday 27 August 2024 06:54:12 -0400 (0:00:00.044) 0:04:13.271 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed_node3 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Tuesday 27 August 2024 06:54:12 -0400 (0:00:00.085) 0:04:13.357 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Tuesday 27 August 2024 06:54:12 -0400 (0:00:00.041) 0:04:13.398 ******** ok: [managed_node3] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "state": "absent", "volumes": [ { "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Tuesday 27 August 2024 06:54:12 -0400 (0:00:00.060) 0:04:13.458 ******** ok: [managed_node3] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Tuesday 27 August 2024 06:54:12 -0400 (0:00:00.053) 0:04:13.512 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Tuesday 27 August 2024 06:54:12 -0400 (0:00:00.048) 0:04:13.561 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Tuesday 27 August 2024 06:54:12 -0400 (0:00:00.115) 0:04:13.676 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Tuesday 27 August 2024 06:54:12 -0400 (0:00:00.038) 0:04:13.715 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Tuesday 27 August 2024 06:54:12 -0400 (0:00:00.035) 0:04:13.750 ******** ok: [managed_node3] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Tuesday 27 August 2024 06:54:12 -0400 (0:00:00.083) 0:04:13.834 ******** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Tuesday 27 August 2024 06:54:12 -0400 (0:00:00.050) 0:04:13.884 ******** changed: [managed_node3] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test1", "fs_type": "ext3" }, { "action": "destroy device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "ext3", "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "absent" } ], "packages": [ "e2fsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Tuesday 27 August 2024 06:54:17 -0400 (0:00:04.665) 0:04:18.549 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Tuesday 27 August 2024 06:54:17 -0400 (0:00:00.037) 0:04:18.587 ******** ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724755976.3752315, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "1ff1203632e7c5aaed867a74eb25885b038df3b8", "ctime": 1724755976.3722312, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 263614, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724755976.3722312, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1280, "uid": 0, "version": "18446744072886413789", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Tuesday 27 August 2024 06:54:17 -0400 (0:00:00.327) 0:04:18.914 ******** ok: [managed_node3] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Tuesday 27 August 2024 06:54:18 -0400 (0:00:00.339) 0:04:19.253 ******** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Tuesday 27 August 2024 06:54:18 -0400 (0:00:00.033) 0:04:19.287 ******** ok: [managed_node3] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test1", "fs_type": "ext3" }, { "action": "destroy device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "ext3", "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "absent" } ], "packages": [ "e2fsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Tuesday 27 August 2024 06:54:18 -0400 (0:00:00.047) 0:04:19.335 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Tuesday 27 August 2024 06:54:18 -0400 (0:00:00.055) 0:04:19.390 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Tuesday 27 August 2024 06:54:18 -0400 (0:00:00.063) 0:04:19.453 ******** changed: [managed_node3] => (item={u'src': u'/dev/mapper/foo-test1', u'state': u'absent', u'fstype': u'ext3', u'path': u'/opt/test1'}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext3", "mount_info": { "fstype": "ext3", "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "absent" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Tuesday 27 August 2024 06:54:18 -0400 (0:00:00.396) 0:04:19.850 ******** ok: [managed_node3] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Tuesday 27 August 2024 06:54:19 -0400 (0:00:00.502) 0:04:20.352 ******** TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Tuesday 27 August 2024 06:54:19 -0400 (0:00:00.044) 0:04:20.396 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Tuesday 27 August 2024 06:54:19 -0400 (0:00:00.047) 0:04:20.444 ******** ok: [managed_node3] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Tuesday 27 August 2024 06:54:19 -0400 (0:00:00.451) 0:04:20.895 ******** ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724753284.71151, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1724753282.8934937, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 263632, "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": 1724753282.8924935, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "18446744072886414410", "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: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Tuesday 27 August 2024 06:54:20 -0400 (0:00:00.366) 0:04:21.262 ******** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Tuesday 27 August 2024 06:54:20 -0400 (0:00:00.054) 0:04:21.316 ******** ok: [managed_node3] TASK [Verify role results] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:244 Tuesday 27 August 2024 06:54:20 -0400 (0:00:00.794) 0:04:22.110 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed_node3 TASK [Print out pool information] ********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Tuesday 27 August 2024 06:54:21 -0400 (0:00:00.135) 0:04:22.246 ******** ok: [managed_node3] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Tuesday 27 August 2024 06:54:21 -0400 (0:00:00.071) 0:04:22.317 ******** skipping: [managed_node3] => {} TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Tuesday 27 August 2024 06:54:21 -0400 (0:00:00.052) 0:04:22.370 ******** ok: [managed_node3] => { "changed": false, "info": { "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "ext4", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "c7b7d6a5-fd01-4b9b-bcca-153eaff9d312" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Tuesday 27 August 2024 06:54:21 -0400 (0:00:00.364) 0:04:22.735 ******** ok: [managed_node3] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002849", "end": "2024-08-27 06:54:21.830617", "rc": 0, "start": "2024-08-27 06:54:21.827768" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Thu Jun 20 10:23:46 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk' # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info # UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312 / ext4 defaults 1 1 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Tuesday 27 August 2024 06:54:21 -0400 (0:00:00.330) 0:04:23.065 ******** ok: [managed_node3] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002847", "end": "2024-08-27 06:54:22.206392", "failed_when_result": false, "rc": 0, "start": "2024-08-27 06:54:22.203545" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Tuesday 27 August 2024 06:54:22 -0400 (0:00:00.361) 0:04:23.427 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed_node3 TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Tuesday 27 August 2024 06:54:22 -0400 (0:00:00.077) 0:04:23.504 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Tuesday 27 August 2024 06:54:22 -0400 (0:00:00.037) 0:04:23.542 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Tuesday 27 August 2024 06:54:22 -0400 (0:00:00.036) 0:04:23.578 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Tuesday 27 August 2024 06:54:22 -0400 (0:00:00.048) 0:04:23.626 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed_node3 TASK [Set test variables] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Tuesday 27 August 2024 06:54:22 -0400 (0:00:00.118) 0:04:23.745 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_count": "0", "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Tuesday 27 August 2024 06:54:22 -0400 (0:00:00.143) 0:04:23.888 ******** TASK [Set pvs lvm length] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Tuesday 27 August 2024 06:54:22 -0400 (0:00:00.048) 0:04:23.936 ******** ok: [managed_node3] => { "ansible_facts": { "__pvs_lvm_len": "0" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Tuesday 27 August 2024 06:54:22 -0400 (0:00:00.055) 0:04:23.992 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_pool_pvs": [] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Tuesday 27 August 2024 06:54:22 -0400 (0:00:00.055) 0:04:24.048 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Tuesday 27 August 2024 06:54:22 -0400 (0:00:00.054) 0:04:24.102 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Tuesday 27 August 2024 06:54:23 -0400 (0:00:00.067) 0:04:24.170 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Tuesday 27 August 2024 06:54:23 -0400 (0:00:00.048) 0:04:24.219 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Tuesday 27 August 2024 06:54:23 -0400 (0:00:00.038) 0:04:24.257 ******** TASK [Check that blivet supports PV grow to fill] ****************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Tuesday 27 August 2024 06:54:23 -0400 (0:00:00.034) 0:04:24.291 ******** ok: [managed_node3] => { "changed": false, "rc": 0 } STDOUT: False STDERR: Shared connection to 10.31.41.77 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Tuesday 27 August 2024 06:54:23 -0400 (0:00:00.253) 0:04:24.545 ******** TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Tuesday 27 August 2024 06:54:23 -0400 (0:00:00.035) 0:04:24.580 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed_node3 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Tuesday 27 August 2024 06:54:23 -0400 (0:00:00.084) 0:04:24.665 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Tuesday 27 August 2024 06:54:23 -0400 (0:00:00.056) 0:04:24.721 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Tuesday 27 August 2024 06:54:23 -0400 (0:00:00.045) 0:04:24.767 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Tuesday 27 August 2024 06:54:23 -0400 (0:00:00.049) 0:04:24.816 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Tuesday 27 August 2024 06:54:23 -0400 (0:00:00.042) 0:04:24.859 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Tuesday 27 August 2024 06:54:23 -0400 (0:00:00.045) 0:04:24.905 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Tuesday 27 August 2024 06:54:23 -0400 (0:00:00.037) 0:04:24.942 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Tuesday 27 August 2024 06:54:23 -0400 (0:00:00.035) 0:04:24.978 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Tuesday 27 August 2024 06:54:23 -0400 (0:00:00.035) 0:04:25.014 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Tuesday 27 August 2024 06:54:23 -0400 (0:00:00.045) 0:04:25.060 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Tuesday 27 August 2024 06:54:23 -0400 (0:00:00.055) 0:04:25.115 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Tuesday 27 August 2024 06:54:24 -0400 (0:00:00.055) 0:04:25.171 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed_node3 TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Tuesday 27 August 2024 06:54:24 -0400 (0:00:00.144) 0:04:25.315 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml for managed_node3 TASK [Get information about the LV] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:8 Tuesday 27 August 2024 06:54:24 -0400 (0:00:00.129) 0:04:25.445 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:16 Tuesday 27 August 2024 06:54:24 -0400 (0:00:00.057) 0:04:25.503 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:20 Tuesday 27 August 2024 06:54:24 -0400 (0:00:00.056) 0:04:25.559 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Tuesday 27 August 2024 06:54:24 -0400 (0:00:00.054) 0:04:25.613 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Tuesday 27 August 2024 06:54:24 -0400 (0:00:00.055) 0:04:25.669 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Tuesday 27 August 2024 06:54:24 -0400 (0:00:00.057) 0:04:25.727 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Tuesday 27 August 2024 06:54:24 -0400 (0:00:00.056) 0:04:25.784 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Tuesday 27 August 2024 06:54:24 -0400 (0:00:00.054) 0:04:25.838 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml for managed_node3 TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Tuesday 27 August 2024 06:54:24 -0400 (0:00:00.118) 0:04:25.957 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml for managed_node3 TASK [Get information about thinpool] ****************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Tuesday 27 August 2024 06:54:24 -0400 (0:00:00.116) 0:04:26.074 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Tuesday 27 August 2024 06:54:24 -0400 (0:00:00.052) 0:04:26.127 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Tuesday 27 August 2024 06:54:25 -0400 (0:00:00.039) 0:04:26.167 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Tuesday 27 August 2024 06:54:25 -0400 (0:00:00.044) 0:04:26.211 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Tuesday 27 August 2024 06:54:25 -0400 (0:00:00.053) 0:04:26.265 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed_node3 TASK [Set test variables] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Tuesday 27 August 2024 06:54:25 -0400 (0:00:00.101) 0:04:26.366 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Tuesday 27 August 2024 06:54:25 -0400 (0:00:00.055) 0:04:26.421 ******** TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Tuesday 27 August 2024 06:54:25 -0400 (0:00:00.052) 0:04:26.474 ******** TASK [Clear test variables] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Tuesday 27 August 2024 06:54:25 -0400 (0:00:00.050) 0:04:26.524 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Tuesday 27 August 2024 06:54:25 -0400 (0:00:00.055) 0:04:26.580 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml for managed_node3 TASK [Validate pool member VDO settings] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Tuesday 27 August 2024 06:54:25 -0400 (0:00:00.133) 0:04:26.713 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml for managed_node3 TASK [Get information about VDO deduplication] ********************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Tuesday 27 August 2024 06:54:25 -0400 (0:00:00.115) 0:04:26.829 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Tuesday 27 August 2024 06:54:25 -0400 (0:00:00.058) 0:04:26.887 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Tuesday 27 August 2024 06:54:25 -0400 (0:00:00.059) 0:04:26.947 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Tuesday 27 August 2024 06:54:25 -0400 (0:00:00.057) 0:04:27.004 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Tuesday 27 August 2024 06:54:25 -0400 (0:00:00.055) 0:04:27.060 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Tuesday 27 August 2024 06:54:25 -0400 (0:00:00.055) 0:04:27.116 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:46 Tuesday 27 August 2024 06:54:26 -0400 (0:00:00.055) 0:04:27.171 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Tuesday 27 August 2024 06:54:26 -0400 (0:00:00.054) 0:04:27.226 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed_node3 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Tuesday 27 August 2024 06:54:26 -0400 (0:00:00.228) 0:04:27.455 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Tuesday 27 August 2024 06:54:26 -0400 (0:00:00.056) 0:04:27.512 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Tuesday 27 August 2024 06:54:26 -0400 (0:00:00.056) 0:04:27.568 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Tuesday 27 August 2024 06:54:26 -0400 (0:00:00.058) 0:04:27.627 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Tuesday 27 August 2024 06:54:26 -0400 (0:00:00.060) 0:04:27.688 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Tuesday 27 August 2024 06:54:26 -0400 (0:00:00.061) 0:04:27.750 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Tuesday 27 August 2024 06:54:26 -0400 (0:00:00.055) 0:04:27.805 ******** ok: [managed_node3] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Tuesday 27 August 2024 06:54:26 -0400 (0:00:00.079) 0:04:27.884 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed_node3 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Tuesday 27 August 2024 06:54:26 -0400 (0:00:00.130) 0:04:28.015 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_volume_present": false, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Tuesday 27 August 2024 06:54:26 -0400 (0:00:00.069) 0:04:28.085 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed_node3 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Tuesday 27 August 2024 06:54:27 -0400 (0:00:00.271) 0:04:28.356 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Tuesday 27 August 2024 06:54:27 -0400 (0:00:00.077) 0:04:28.434 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Tuesday 27 August 2024 06:54:27 -0400 (0:00:00.073) 0:04:28.508 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Tuesday 27 August 2024 06:54:27 -0400 (0:00:00.059) 0:04:28.567 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Tuesday 27 August 2024 06:54:27 -0400 (0:00:00.050) 0:04:28.618 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Tuesday 27 August 2024 06:54:27 -0400 (0:00:00.124) 0:04:28.743 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Tuesday 27 August 2024 06:54:27 -0400 (0:00:00.067) 0:04:28.810 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Tuesday 27 August 2024 06:54:27 -0400 (0:00:00.065) 0:04:28.876 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Tuesday 27 August 2024 06:54:27 -0400 (0:00:00.063) 0:04:28.940 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Tuesday 27 August 2024 06:54:27 -0400 (0:00:00.073) 0:04:29.013 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Tuesday 27 August 2024 06:54:27 -0400 (0:00:00.057) 0:04:29.070 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Tuesday 27 August 2024 06:54:27 -0400 (0:00:00.064) 0:04:29.135 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "0", "storage_test_fstab_expected_mount_options_matches": "0", "storage_test_fstab_expected_mount_point_matches": "0", "storage_test_fstab_id_matches": [], "storage_test_fstab_mount_options_matches": [], "storage_test_fstab_mount_point_matches": [] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Tuesday 27 August 2024 06:54:28 -0400 (0:00:00.074) 0:04:29.210 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Tuesday 27 August 2024 06:54:28 -0400 (0:00:00.043) 0:04:29.253 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Tuesday 27 August 2024 06:54:28 -0400 (0:00:00.058) 0:04:29.312 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Tuesday 27 August 2024 06:54:28 -0400 (0:00:00.055) 0:04:29.368 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:51 Tuesday 27 August 2024 06:54:28 -0400 (0:00:00.061) 0:04:29.429 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Tuesday 27 August 2024 06:54:28 -0400 (0:00:00.069) 0:04:29.498 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Tuesday 27 August 2024 06:54:28 -0400 (0:00:00.062) 0:04:29.561 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Tuesday 27 August 2024 06:54:28 -0400 (0:00:00.101) 0:04:29.662 ******** ok: [managed_node3] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Tuesday 27 August 2024 06:54:29 -0400 (0:00:00.503) 0:04:30.166 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Tuesday 27 August 2024 06:54:29 -0400 (0:00:00.088) 0:04:30.254 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Tuesday 27 August 2024 06:54:29 -0400 (0:00:00.101) 0:04:30.355 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Tuesday 27 August 2024 06:54:29 -0400 (0:00:00.062) 0:04:30.418 ******** ok: [managed_node3] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Tuesday 27 August 2024 06:54:29 -0400 (0:00:00.069) 0:04:30.487 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Tuesday 27 August 2024 06:54:29 -0400 (0:00:00.053) 0:04:30.540 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Tuesday 27 August 2024 06:54:29 -0400 (0:00:00.067) 0:04:30.608 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Tuesday 27 August 2024 06:54:29 -0400 (0:00:00.049) 0:04:30.657 ******** ok: [managed_node3] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Tuesday 27 August 2024 06:54:30 -0400 (0:00:00.579) 0:04:31.237 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Tuesday 27 August 2024 06:54:30 -0400 (0:00:00.043) 0:04:31.281 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Tuesday 27 August 2024 06:54:30 -0400 (0:00:00.041) 0:04:31.322 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Tuesday 27 August 2024 06:54:30 -0400 (0:00:00.034) 0:04:31.357 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Tuesday 27 August 2024 06:54:30 -0400 (0:00:00.056) 0:04:31.414 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Tuesday 27 August 2024 06:54:30 -0400 (0:00:00.052) 0:04:31.466 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Tuesday 27 August 2024 06:54:30 -0400 (0:00:00.053) 0:04:31.520 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Tuesday 27 August 2024 06:54:30 -0400 (0:00:00.057) 0:04:31.578 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Tuesday 27 August 2024 06:54:30 -0400 (0:00:00.064) 0:04:31.642 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Tuesday 27 August 2024 06:54:30 -0400 (0:00:00.075) 0:04:31.718 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Tuesday 27 August 2024 06:54:30 -0400 (0:00:00.083) 0:04:31.801 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Tuesday 27 August 2024 06:54:30 -0400 (0:00:00.054) 0:04:31.855 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Tuesday 27 August 2024 06:54:30 -0400 (0:00:00.053) 0:04:31.908 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Tuesday 27 August 2024 06:54:30 -0400 (0:00:00.054) 0:04:31.963 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Tuesday 27 August 2024 06:54:30 -0400 (0:00:00.103) 0:04:32.066 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Tuesday 27 August 2024 06:54:30 -0400 (0:00:00.070) 0:04:32.137 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Tuesday 27 August 2024 06:54:31 -0400 (0:00:00.066) 0:04:32.203 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Tuesday 27 August 2024 06:54:31 -0400 (0:00:00.053) 0:04:32.257 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Tuesday 27 August 2024 06:54:31 -0400 (0:00:00.059) 0:04:32.316 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Tuesday 27 August 2024 06:54:31 -0400 (0:00:00.055) 0:04:32.372 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Tuesday 27 August 2024 06:54:31 -0400 (0:00:00.070) 0:04:32.443 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Tuesday 27 August 2024 06:54:31 -0400 (0:00:00.061) 0:04:32.504 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Tuesday 27 August 2024 06:54:31 -0400 (0:00:00.068) 0:04:32.572 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Tuesday 27 August 2024 06:54:31 -0400 (0:00:00.054) 0:04:32.627 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Tuesday 27 August 2024 06:54:31 -0400 (0:00:00.046) 0:04:32.673 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Tuesday 27 August 2024 06:54:31 -0400 (0:00:00.044) 0:04:32.718 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Tuesday 27 August 2024 06:54:31 -0400 (0:00:00.042) 0:04:32.760 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Tuesday 27 August 2024 06:54:31 -0400 (0:00:00.040) 0:04:32.800 ******** ok: [managed_node3] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Tuesday 27 August 2024 06:54:31 -0400 (0:00:00.039) 0:04:32.840 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Tuesday 27 August 2024 06:54:31 -0400 (0:00:00.036) 0:04:32.876 ******** skipping: [managed_node3] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Tuesday 27 August 2024 06:54:31 -0400 (0:00:00.035) 0:04:32.912 ******** skipping: [managed_node3] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Tuesday 27 August 2024 06:54:31 -0400 (0:00:00.035) 0:04:32.947 ******** skipping: [managed_node3] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Tuesday 27 August 2024 06:54:31 -0400 (0:00:00.052) 0:04:33.000 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Tuesday 27 August 2024 06:54:31 -0400 (0:00:00.080) 0:04:33.081 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Tuesday 27 August 2024 06:54:32 -0400 (0:00:00.081) 0:04:33.162 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Tuesday 27 August 2024 06:54:32 -0400 (0:00:00.070) 0:04:33.233 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Tuesday 27 August 2024 06:54:32 -0400 (0:00:00.064) 0:04:33.297 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Tuesday 27 August 2024 06:54:32 -0400 (0:00:00.062) 0:04:33.360 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Tuesday 27 August 2024 06:54:32 -0400 (0:00:00.061) 0:04:33.421 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Tuesday 27 August 2024 06:54:32 -0400 (0:00:00.058) 0:04:33.479 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Tuesday 27 August 2024 06:54:32 -0400 (0:00:00.054) 0:04:33.534 ******** skipping: [managed_node3] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Tuesday 27 August 2024 06:54:32 -0400 (0:00:00.076) 0:04:33.610 ******** skipping: [managed_node3] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Tuesday 27 August 2024 06:54:32 -0400 (0:00:00.096) 0:04:33.707 ******** skipping: [managed_node3] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Tuesday 27 August 2024 06:54:32 -0400 (0:00:00.052) 0:04:33.759 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Tuesday 27 August 2024 06:54:32 -0400 (0:00:00.048) 0:04:33.807 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Tuesday 27 August 2024 06:54:32 -0400 (0:00:00.048) 0:04:33.856 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Tuesday 27 August 2024 06:54:32 -0400 (0:00:00.042) 0:04:33.898 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Tuesday 27 August 2024 06:54:32 -0400 (0:00:00.039) 0:04:33.938 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Tuesday 27 August 2024 06:54:32 -0400 (0:00:00.035) 0:04:33.973 ******** ok: [managed_node3] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Tuesday 27 August 2024 06:54:32 -0400 (0:00:00.040) 0:04:34.013 ******** ok: [managed_node3] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Tuesday 27 August 2024 06:54:32 -0400 (0:00:00.053) 0:04:34.067 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Tuesday 27 August 2024 06:54:32 -0400 (0:00:00.056) 0:04:34.124 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Tuesday 27 August 2024 06:54:33 -0400 (0:00:00.048) 0:04:34.172 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Tuesday 27 August 2024 06:54:33 -0400 (0:00:00.048) 0:04:34.221 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Tuesday 27 August 2024 06:54:33 -0400 (0:00:00.042) 0:04:34.263 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Tuesday 27 August 2024 06:54:33 -0400 (0:00:00.046) 0:04:34.310 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Tuesday 27 August 2024 06:54:33 -0400 (0:00:00.039) 0:04:34.350 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Tuesday 27 August 2024 06:54:33 -0400 (0:00:00.036) 0:04:34.386 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Tuesday 27 August 2024 06:54:33 -0400 (0:00:00.040) 0:04:34.427 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Tuesday 27 August 2024 06:54:33 -0400 (0:00:00.047) 0:04:34.475 ******** TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Tuesday 27 August 2024 06:54:33 -0400 (0:00:00.051) 0:04:34.526 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Create a LVM logical volume with for ext2 FS size 5g] ******************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:249 Tuesday 27 August 2024 06:54:33 -0400 (0:00:00.065) 0:04:34.591 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Tuesday 27 August 2024 06:54:33 -0400 (0:00:00.167) 0:04:34.758 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed_node3 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Tuesday 27 August 2024 06:54:33 -0400 (0:00:00.066) 0:04:34.825 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Tuesday 27 August 2024 06:54:33 -0400 (0:00:00.059) 0:04:34.884 ******** skipping: [managed_node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node3] => (item=CentOS_7.yml) => { "ansible_facts": { "__storage_blivet_diskvolume_mkfs_option_map": { "ext2": "-F", "ext3": "-F", "ext4": "-F" }, "blivet_package_list": [ "python-enum34", "python-blivet3", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed_node3] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Tuesday 27 August 2024 06:54:33 -0400 (0:00:00.129) 0:04:35.014 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Tuesday 27 August 2024 06:54:33 -0400 (0:00:00.051) 0:04:35.065 ******** skipping: [managed_node3] => { "changed": false, "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: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Tuesday 27 August 2024 06:54:33 -0400 (0:00:00.051) 0:04:35.117 ******** ok: [managed_node3] => { "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: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Tuesday 27 August 2024 06:54:34 -0400 (0:00:00.054) 0:04:35.172 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Tuesday 27 August 2024 06:54:34 -0400 (0:00:00.054) 0:04:35.227 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed_node3 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Tuesday 27 August 2024 06:54:34 -0400 (0:00:00.123) 0:04:35.350 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Tuesday 27 August 2024 06:54:34 -0400 (0:00:00.051) 0:04:35.401 ******** ok: [managed_node3] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "type": "lvm", "volumes": [ { "fs_type": "ext2", "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Tuesday 27 August 2024 06:54:34 -0400 (0:00:00.151) 0:04:35.553 ******** ok: [managed_node3] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Tuesday 27 August 2024 06:54:34 -0400 (0:00:00.086) 0:04:35.639 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Tuesday 27 August 2024 06:54:34 -0400 (0:00:00.059) 0:04:35.699 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Tuesday 27 August 2024 06:54:34 -0400 (0:00:00.114) 0:04:35.813 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Tuesday 27 August 2024 06:54:34 -0400 (0:00:00.101) 0:04:35.915 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Tuesday 27 August 2024 06:54:34 -0400 (0:00:00.077) 0:04:35.992 ******** ok: [managed_node3] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Tuesday 27 August 2024 06:54:34 -0400 (0:00:00.126) 0:04:36.119 ******** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Tuesday 27 August 2024 06:54:35 -0400 (0:00:00.052) 0:04:36.172 ******** changed: [managed_node3] => { "actions": [ { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test1", "fs_type": "ext2" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/mapper/foo-test1" ], "mounts": [ { "dump": 0, "fstype": "ext2", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext2", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Tuesday 27 August 2024 06:54:39 -0400 (0:00:04.652) 0:04:40.825 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Tuesday 27 August 2024 06:54:39 -0400 (0:00:00.060) 0:04:40.885 ******** ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724756059.0699537, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "72884e3f126482c2d28276ff7c57744fa95eff91", "ctime": 1724756058.6029496, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 263614, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724756058.6029496, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1229, "uid": 0, "version": "18446744072886413789", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Tuesday 27 August 2024 06:54:40 -0400 (0:00:00.446) 0:04:41.332 ******** ok: [managed_node3] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Tuesday 27 August 2024 06:54:40 -0400 (0:00:00.398) 0:04:41.730 ******** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Tuesday 27 August 2024 06:54:40 -0400 (0:00:00.033) 0:04:41.764 ******** ok: [managed_node3] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test1", "fs_type": "ext2" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/mapper/foo-test1" ], "mounts": [ { "dump": 0, "fstype": "ext2", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext2", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Tuesday 27 August 2024 06:54:40 -0400 (0:00:00.049) 0:04:41.813 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext2", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Tuesday 27 August 2024 06:54:40 -0400 (0:00:00.048) 0:04:41.862 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Tuesday 27 August 2024 06:54:40 -0400 (0:00:00.049) 0:04:41.912 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Tuesday 27 August 2024 06:54:40 -0400 (0:00:00.053) 0:04:41.965 ******** ok: [managed_node3] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Tuesday 27 August 2024 06:54:41 -0400 (0:00:00.677) 0:04:42.643 ******** changed: [managed_node3] => (item={u'src': u'/dev/mapper/foo-test1', u'group': None, u'dump': 0, u'passno': 0, u'fstype': u'ext2', u'state': u'mounted', u'mode': None, u'owner': None, u'path': u'/opt/test1', u'opts': u'defaults'}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext2", "mount_info": { "dump": 0, "fstype": "ext2", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Tuesday 27 August 2024 06:54:42 -0400 (0:00:00.645) 0:04:43.289 ******** skipping: [managed_node3] => (item={u'src': u'/dev/mapper/foo-test1', u'group': None, u'dump': 0, u'passno': 0, u'fstype': u'ext2', u'state': u'mounted', u'mode': None, u'owner': None, u'path': u'/opt/test1', u'opts': u'defaults'}) => { "ansible_loop_var": "mount_info", "changed": false, "mount_info": { "dump": 0, "fstype": "ext2", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Tuesday 27 August 2024 06:54:42 -0400 (0:00:00.070) 0:04:43.360 ******** ok: [managed_node3] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Tuesday 27 August 2024 06:54:42 -0400 (0:00:00.660) 0:04:44.020 ******** ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724753284.71151, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1724753282.8934937, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 263632, "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": 1724753282.8924935, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "18446744072886414410", "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: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Tuesday 27 August 2024 06:54:43 -0400 (0:00:00.451) 0:04:44.471 ******** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Tuesday 27 August 2024 06:54:43 -0400 (0:00:00.062) 0:04:44.534 ******** ok: [managed_node3] TASK [Verify role results] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:265 Tuesday 27 August 2024 06:54:44 -0400 (0:00:00.947) 0:04:45.481 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed_node3 TASK [Print out pool information] ********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Tuesday 27 August 2024 06:54:44 -0400 (0:00:00.166) 0:04:45.647 ******** ok: [managed_node3] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext2", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Tuesday 27 August 2024 06:54:44 -0400 (0:00:00.075) 0:04:45.723 ******** skipping: [managed_node3] => {} TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Tuesday 27 August 2024 06:54:44 -0400 (0:00:00.094) 0:04:45.818 ******** ok: [managed_node3] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "ext2", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/foo-test1", "size": "5G", "type": "lvm", "uuid": "6ef43aae-83bf-4d35-9fc4-1cc4773dde6c" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "gnARkQ-NobI-HylY-tCW1-j4mg-1wLh-g0CUKR" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "ext4", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "c7b7d6a5-fd01-4b9b-bcca-153eaff9d312" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Tuesday 27 August 2024 06:54:45 -0400 (0:00:00.491) 0:04:46.309 ******** ok: [managed_node3] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002875", "end": "2024-08-27 06:54:45.527809", "rc": 0, "start": "2024-08-27 06:54:45.524934" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Thu Jun 20 10:23:46 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk' # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info # UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312 / ext4 defaults 1 1 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 /dev/mapper/foo-test1 /opt/test1 ext2 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Tuesday 27 August 2024 06:54:45 -0400 (0:00:00.468) 0:04:46.778 ******** ok: [managed_node3] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002853", "end": "2024-08-27 06:54:45.920329", "failed_when_result": false, "rc": 0, "start": "2024-08-27 06:54:45.917476" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Tuesday 27 August 2024 06:54:45 -0400 (0:00:00.381) 0:04:47.159 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed_node3 TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Tuesday 27 August 2024 06:54:46 -0400 (0:00:00.080) 0:04:47.240 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Tuesday 27 August 2024 06:54:46 -0400 (0:00:00.038) 0:04:47.279 ******** ok: [managed_node3] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.019840", "end": "2024-08-27 06:54:46.405406", "rc": 0, "start": "2024-08-27 06:54:46.385566" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Tuesday 27 August 2024 06:54:46 -0400 (0:00:00.351) 0:04:47.630 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Tuesday 27 August 2024 06:54:46 -0400 (0:00:00.049) 0:04:47.680 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed_node3 TASK [Set test variables] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Tuesday 27 August 2024 06:54:46 -0400 (0:00:00.080) 0:04:47.761 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Tuesday 27 August 2024 06:54:46 -0400 (0:00:00.047) 0:04:47.808 ******** ok: [managed_node3] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } TASK [Set pvs lvm length] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Tuesday 27 August 2024 06:54:46 -0400 (0:00:00.323) 0:04:48.132 ******** ok: [managed_node3] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Tuesday 27 August 2024 06:54:47 -0400 (0:00:00.042) 0:04:48.175 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Tuesday 27 August 2024 06:54:47 -0400 (0:00:00.044) 0:04:48.220 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Tuesday 27 August 2024 06:54:47 -0400 (0:00:00.047) 0:04:48.267 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Tuesday 27 August 2024 06:54:47 -0400 (0:00:00.104) 0:04:48.371 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Tuesday 27 August 2024 06:54:47 -0400 (0:00:00.063) 0:04:48.434 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Tuesday 27 August 2024 06:54:47 -0400 (0:00:00.055) 0:04:48.490 ******** ok: [managed_node3] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Tuesday 27 August 2024 06:54:47 -0400 (0:00:00.079) 0:04:48.570 ******** ok: [managed_node3] => { "changed": false, "rc": 0 } STDOUT: False STDERR: Shared connection to 10.31.41.77 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Tuesday 27 August 2024 06:54:47 -0400 (0:00:00.293) 0:04:48.863 ******** skipping: [managed_node3] => (item=/dev/sda) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda" } TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Tuesday 27 August 2024 06:54:47 -0400 (0:00:00.069) 0:04:48.933 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed_node3 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Tuesday 27 August 2024 06:54:47 -0400 (0:00:00.120) 0:04:49.053 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Tuesday 27 August 2024 06:54:47 -0400 (0:00:00.057) 0:04:49.111 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Tuesday 27 August 2024 06:54:48 -0400 (0:00:00.058) 0:04:49.169 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Tuesday 27 August 2024 06:54:48 -0400 (0:00:00.046) 0:04:49.216 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Tuesday 27 August 2024 06:54:48 -0400 (0:00:00.039) 0:04:49.255 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Tuesday 27 August 2024 06:54:48 -0400 (0:00:00.036) 0:04:49.292 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Tuesday 27 August 2024 06:54:48 -0400 (0:00:00.036) 0:04:49.329 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Tuesday 27 August 2024 06:54:48 -0400 (0:00:00.036) 0:04:49.365 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Tuesday 27 August 2024 06:54:48 -0400 (0:00:00.040) 0:04:49.406 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Tuesday 27 August 2024 06:54:48 -0400 (0:00:00.036) 0:04:49.442 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Tuesday 27 August 2024 06:54:48 -0400 (0:00:00.042) 0:04:49.485 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Tuesday 27 August 2024 06:54:48 -0400 (0:00:00.039) 0:04:49.525 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed_node3 TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Tuesday 27 August 2024 06:54:48 -0400 (0:00:00.074) 0:04:49.599 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml for managed_node3 TASK [Get information about the LV] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:8 Tuesday 27 August 2024 06:54:48 -0400 (0:00:00.083) 0:04:49.682 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:16 Tuesday 27 August 2024 06:54:48 -0400 (0:00:00.041) 0:04:49.724 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:20 Tuesday 27 August 2024 06:54:48 -0400 (0:00:00.035) 0:04:49.760 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Tuesday 27 August 2024 06:54:48 -0400 (0:00:00.035) 0:04:49.795 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Tuesday 27 August 2024 06:54:48 -0400 (0:00:00.037) 0:04:49.833 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Tuesday 27 August 2024 06:54:48 -0400 (0:00:00.036) 0:04:49.869 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Tuesday 27 August 2024 06:54:48 -0400 (0:00:00.036) 0:04:49.905 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Tuesday 27 August 2024 06:54:48 -0400 (0:00:00.035) 0:04:49.941 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml for managed_node3 TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Tuesday 27 August 2024 06:54:48 -0400 (0:00:00.076) 0:04:50.018 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml for managed_node3 TASK [Get information about thinpool] ****************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Tuesday 27 August 2024 06:54:48 -0400 (0:00:00.074) 0:04:50.093 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Tuesday 27 August 2024 06:54:48 -0400 (0:00:00.035) 0:04:50.128 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Tuesday 27 August 2024 06:54:49 -0400 (0:00:00.034) 0:04:50.163 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Tuesday 27 August 2024 06:54:49 -0400 (0:00:00.044) 0:04:50.208 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Tuesday 27 August 2024 06:54:49 -0400 (0:00:00.050) 0:04:50.258 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed_node3 TASK [Set test variables] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Tuesday 27 August 2024 06:54:49 -0400 (0:00:00.127) 0:04:50.385 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Tuesday 27 August 2024 06:54:49 -0400 (0:00:00.083) 0:04:50.469 ******** skipping: [managed_node3] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Tuesday 27 August 2024 06:54:49 -0400 (0:00:00.066) 0:04:50.536 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node3 TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Tuesday 27 August 2024 06:54:49 -0400 (0:00:00.145) 0:04:50.682 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Tuesday 27 August 2024 06:54:49 -0400 (0:00:00.063) 0:04:50.746 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Tuesday 27 August 2024 06:54:49 -0400 (0:00:00.135) 0:04:50.881 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Tuesday 27 August 2024 06:54:49 -0400 (0:00:00.111) 0:04:50.992 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Tuesday 27 August 2024 06:54:49 -0400 (0:00:00.065) 0:04:51.058 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Tuesday 27 August 2024 06:54:49 -0400 (0:00:00.068) 0:04:51.127 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Tuesday 27 August 2024 06:54:50 -0400 (0:00:00.065) 0:04:51.193 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Tuesday 27 August 2024 06:54:50 -0400 (0:00:00.059) 0:04:51.252 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml for managed_node3 TASK [Validate pool member VDO settings] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Tuesday 27 August 2024 06:54:50 -0400 (0:00:00.141) 0:04:51.394 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml for managed_node3 TASK [Get information about VDO deduplication] ********************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Tuesday 27 August 2024 06:54:50 -0400 (0:00:00.122) 0:04:51.516 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Tuesday 27 August 2024 06:54:50 -0400 (0:00:00.056) 0:04:51.573 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Tuesday 27 August 2024 06:54:50 -0400 (0:00:00.064) 0:04:51.637 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Tuesday 27 August 2024 06:54:50 -0400 (0:00:00.059) 0:04:51.697 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Tuesday 27 August 2024 06:54:50 -0400 (0:00:00.143) 0:04:51.841 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Tuesday 27 August 2024 06:54:50 -0400 (0:00:00.061) 0:04:51.902 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:46 Tuesday 27 August 2024 06:54:50 -0400 (0:00:00.061) 0:04:51.964 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Tuesday 27 August 2024 06:54:50 -0400 (0:00:00.048) 0:04:52.012 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed_node3 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Tuesday 27 August 2024 06:54:50 -0400 (0:00:00.118) 0:04:52.131 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Tuesday 27 August 2024 06:54:51 -0400 (0:00:00.043) 0:04:52.175 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Tuesday 27 August 2024 06:54:51 -0400 (0:00:00.037) 0:04:52.212 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Tuesday 27 August 2024 06:54:51 -0400 (0:00:00.036) 0:04:52.249 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Tuesday 27 August 2024 06:54:51 -0400 (0:00:00.037) 0:04:52.287 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Tuesday 27 August 2024 06:54:51 -0400 (0:00:00.039) 0:04:52.326 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Tuesday 27 August 2024 06:54:51 -0400 (0:00:00.036) 0:04:52.363 ******** ok: [managed_node3] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Tuesday 27 August 2024 06:54:51 -0400 (0:00:00.038) 0:04:52.402 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed_node3 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Tuesday 27 August 2024 06:54:51 -0400 (0:00:00.090) 0:04:52.493 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Tuesday 27 August 2024 06:54:51 -0400 (0:00:00.100) 0:04:52.594 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed_node3 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Tuesday 27 August 2024 06:54:51 -0400 (0:00:00.280) 0:04:52.874 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Tuesday 27 August 2024 06:54:51 -0400 (0:00:00.060) 0:04:52.935 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Tuesday 27 August 2024 06:54:51 -0400 (0:00:00.071) 0:04:53.007 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Tuesday 27 August 2024 06:54:51 -0400 (0:00:00.056) 0:04:53.064 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Tuesday 27 August 2024 06:54:51 -0400 (0:00:00.075) 0:04:53.139 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Tuesday 27 August 2024 06:54:52 -0400 (0:00:00.070) 0:04:53.209 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Tuesday 27 August 2024 06:54:52 -0400 (0:00:00.072) 0:04:53.281 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Tuesday 27 August 2024 06:54:52 -0400 (0:00:00.061) 0:04:53.343 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Tuesday 27 August 2024 06:54:52 -0400 (0:00:00.055) 0:04:53.399 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Tuesday 27 August 2024 06:54:52 -0400 (0:00:00.055) 0:04:53.455 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Tuesday 27 August 2024 06:54:52 -0400 (0:00:00.056) 0:04:53.511 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Tuesday 27 August 2024 06:54:52 -0400 (0:00:00.061) 0:04:53.573 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/foo-test1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 ext2 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Tuesday 27 August 2024 06:54:52 -0400 (0:00:00.094) 0:04:53.667 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Tuesday 27 August 2024 06:54:52 -0400 (0:00:00.064) 0:04:53.731 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Tuesday 27 August 2024 06:54:52 -0400 (0:00:00.064) 0:04:53.796 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Tuesday 27 August 2024 06:54:52 -0400 (0:00:00.051) 0:04:53.847 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:51 Tuesday 27 August 2024 06:54:52 -0400 (0:00:00.060) 0:04:53.907 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Tuesday 27 August 2024 06:54:52 -0400 (0:00:00.045) 0:04:53.953 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Tuesday 27 August 2024 06:54:52 -0400 (0:00:00.065) 0:04:54.018 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Tuesday 27 August 2024 06:54:52 -0400 (0:00:00.076) 0:04:54.095 ******** ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724756079.5331323, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1724756079.5331323, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 603510, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1724756079.5331323, "nlink": 1, "path": "/dev/mapper/foo-test1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Tuesday 27 August 2024 06:54:53 -0400 (0:00:00.355) 0:04:54.451 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Tuesday 27 August 2024 06:54:53 -0400 (0:00:00.045) 0:04:54.496 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Tuesday 27 August 2024 06:54:53 -0400 (0:00:00.054) 0:04:54.551 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Tuesday 27 August 2024 06:54:53 -0400 (0:00:00.071) 0:04:54.622 ******** ok: [managed_node3] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Tuesday 27 August 2024 06:54:53 -0400 (0:00:00.078) 0:04:54.701 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Tuesday 27 August 2024 06:54:53 -0400 (0:00:00.094) 0:04:54.796 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Tuesday 27 August 2024 06:54:53 -0400 (0:00:00.129) 0:04:54.925 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Tuesday 27 August 2024 06:54:53 -0400 (0:00:00.073) 0:04:54.999 ******** ok: [managed_node3] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Tuesday 27 August 2024 06:54:54 -0400 (0:00:00.652) 0:04:55.651 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Tuesday 27 August 2024 06:54:54 -0400 (0:00:00.062) 0:04:55.714 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Tuesday 27 August 2024 06:54:54 -0400 (0:00:00.055) 0:04:55.770 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Tuesday 27 August 2024 06:54:54 -0400 (0:00:00.069) 0:04:55.839 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Tuesday 27 August 2024 06:54:54 -0400 (0:00:00.055) 0:04:55.895 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Tuesday 27 August 2024 06:54:54 -0400 (0:00:00.044) 0:04:55.940 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Tuesday 27 August 2024 06:54:54 -0400 (0:00:00.052) 0:04:55.993 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Tuesday 27 August 2024 06:54:54 -0400 (0:00:00.046) 0:04:56.040 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Tuesday 27 August 2024 06:54:54 -0400 (0:00:00.095) 0:04:56.136 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Tuesday 27 August 2024 06:54:55 -0400 (0:00:00.045) 0:04:56.181 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Tuesday 27 August 2024 06:54:55 -0400 (0:00:00.054) 0:04:56.236 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Tuesday 27 August 2024 06:54:55 -0400 (0:00:00.056) 0:04:56.293 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Tuesday 27 August 2024 06:54:55 -0400 (0:00:00.053) 0:04:56.346 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Tuesday 27 August 2024 06:54:55 -0400 (0:00:00.040) 0:04:56.387 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Tuesday 27 August 2024 06:54:55 -0400 (0:00:00.047) 0:04:56.435 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Tuesday 27 August 2024 06:54:55 -0400 (0:00:00.049) 0:04:56.484 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Tuesday 27 August 2024 06:54:55 -0400 (0:00:00.041) 0:04:56.525 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Tuesday 27 August 2024 06:54:55 -0400 (0:00:00.055) 0:04:56.580 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Tuesday 27 August 2024 06:54:55 -0400 (0:00:00.057) 0:04:56.638 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Tuesday 27 August 2024 06:54:55 -0400 (0:00:00.056) 0:04:56.695 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Tuesday 27 August 2024 06:54:55 -0400 (0:00:00.059) 0:04:56.754 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Tuesday 27 August 2024 06:54:55 -0400 (0:00:00.057) 0:04:56.812 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Tuesday 27 August 2024 06:54:55 -0400 (0:00:00.058) 0:04:56.870 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Tuesday 27 August 2024 06:54:55 -0400 (0:00:00.056) 0:04:56.927 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Tuesday 27 August 2024 06:54:55 -0400 (0:00:00.068) 0:04:56.996 ******** ok: [managed_node3] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Tuesday 27 August 2024 06:54:56 -0400 (0:00:00.661) 0:04:57.658 ******** ok: [managed_node3] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Tuesday 27 August 2024 06:54:56 -0400 (0:00:00.409) 0:04:58.067 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_expected_size": "5368709120" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Tuesday 27 August 2024 06:54:56 -0400 (0:00:00.069) 0:04:58.137 ******** ok: [managed_node3] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Tuesday 27 August 2024 06:54:57 -0400 (0:00:00.051) 0:04:58.189 ******** ok: [managed_node3] => { "bytes": 10737418240, "changed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Tuesday 27 August 2024 06:54:57 -0400 (0:00:00.386) 0:04:58.575 ******** skipping: [managed_node3] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Tuesday 27 August 2024 06:54:57 -0400 (0:00:00.132) 0:04:58.707 ******** skipping: [managed_node3] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Tuesday 27 August 2024 06:54:57 -0400 (0:00:00.113) 0:04:58.821 ******** skipping: [managed_node3] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Tuesday 27 August 2024 06:54:57 -0400 (0:00:00.106) 0:04:58.927 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Tuesday 27 August 2024 06:54:57 -0400 (0:00:00.065) 0:04:58.993 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Tuesday 27 August 2024 06:54:57 -0400 (0:00:00.091) 0:04:59.084 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Tuesday 27 August 2024 06:54:57 -0400 (0:00:00.054) 0:04:59.138 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Tuesday 27 August 2024 06:54:58 -0400 (0:00:00.059) 0:04:59.198 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Tuesday 27 August 2024 06:54:58 -0400 (0:00:00.064) 0:04:59.263 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Tuesday 27 August 2024 06:54:58 -0400 (0:00:00.068) 0:04:59.332 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Tuesday 27 August 2024 06:54:58 -0400 (0:00:00.089) 0:04:59.421 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Tuesday 27 August 2024 06:54:58 -0400 (0:00:00.137) 0:04:59.559 ******** skipping: [managed_node3] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Tuesday 27 August 2024 06:54:58 -0400 (0:00:00.117) 0:04:59.676 ******** skipping: [managed_node3] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Tuesday 27 August 2024 06:54:58 -0400 (0:00:00.084) 0:04:59.761 ******** skipping: [managed_node3] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Tuesday 27 August 2024 06:54:58 -0400 (0:00:00.074) 0:04:59.835 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Tuesday 27 August 2024 06:54:58 -0400 (0:00:00.074) 0:04:59.910 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Tuesday 27 August 2024 06:54:58 -0400 (0:00:00.055) 0:04:59.965 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Tuesday 27 August 2024 06:54:58 -0400 (0:00:00.072) 0:05:00.037 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Tuesday 27 August 2024 06:54:58 -0400 (0:00:00.063) 0:05:00.101 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Tuesday 27 August 2024 06:54:59 -0400 (0:00:00.077) 0:05:00.178 ******** ok: [managed_node3] => { "storage_test_actual_size": { "bytes": 5368709120, "changed": false, "failed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Tuesday 27 August 2024 06:54:59 -0400 (0:00:00.086) 0:05:00.265 ******** ok: [managed_node3] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Tuesday 27 August 2024 06:54:59 -0400 (0:00:00.120) 0:05:00.385 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Tuesday 27 August 2024 06:54:59 -0400 (0:00:00.086) 0:05:00.472 ******** ok: [managed_node3] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.018137", "end": "2024-08-27 06:54:59.741751", "rc": 0, "start": "2024-08-27 06:54:59.723614" } STDOUT: LVM2_LV_NAME=test1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Tuesday 27 August 2024 06:54:59 -0400 (0:00:00.516) 0:05:00.989 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Tuesday 27 August 2024 06:54:59 -0400 (0:00:00.070) 0:05:01.060 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Tuesday 27 August 2024 06:54:59 -0400 (0:00:00.060) 0:05:01.120 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Tuesday 27 August 2024 06:55:00 -0400 (0:00:00.045) 0:05:01.165 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Tuesday 27 August 2024 06:55:00 -0400 (0:00:00.040) 0:05:01.206 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Tuesday 27 August 2024 06:55:00 -0400 (0:00:00.040) 0:05:01.246 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Tuesday 27 August 2024 06:55:00 -0400 (0:00:00.043) 0:05:01.290 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Tuesday 27 August 2024 06:55:00 -0400 (0:00:00.038) 0:05:01.329 ******** TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Tuesday 27 August 2024 06:55:00 -0400 (0:00:00.034) 0:05:01.364 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Change volume size to 9g] ************************************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:268 Tuesday 27 August 2024 06:55:00 -0400 (0:00:00.038) 0:05:01.403 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Tuesday 27 August 2024 06:55:00 -0400 (0:00:00.202) 0:05:01.606 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed_node3 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Tuesday 27 August 2024 06:55:00 -0400 (0:00:00.057) 0:05:01.663 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Tuesday 27 August 2024 06:55:00 -0400 (0:00:00.047) 0:05:01.711 ******** skipping: [managed_node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node3] => (item=CentOS_7.yml) => { "ansible_facts": { "__storage_blivet_diskvolume_mkfs_option_map": { "ext2": "-F", "ext3": "-F", "ext4": "-F" }, "blivet_package_list": [ "python-enum34", "python-blivet3", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed_node3] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Tuesday 27 August 2024 06:55:00 -0400 (0:00:00.100) 0:05:01.812 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Tuesday 27 August 2024 06:55:00 -0400 (0:00:00.037) 0:05:01.849 ******** skipping: [managed_node3] => { "changed": false, "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: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Tuesday 27 August 2024 06:55:00 -0400 (0:00:00.035) 0:05:01.885 ******** ok: [managed_node3] => { "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: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Tuesday 27 August 2024 06:55:00 -0400 (0:00:00.037) 0:05:01.922 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Tuesday 27 August 2024 06:55:00 -0400 (0:00:00.039) 0:05:01.962 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed_node3 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Tuesday 27 August 2024 06:55:00 -0400 (0:00:00.083) 0:05:02.046 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Tuesday 27 August 2024 06:55:00 -0400 (0:00:00.037) 0:05:02.083 ******** ok: [managed_node3] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "type": "lvm", "volumes": [ { "fs_type": "ext2", "mount_point": "/opt/test1", "name": "test1", "size": "9g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Tuesday 27 August 2024 06:55:00 -0400 (0:00:00.045) 0:05:02.129 ******** ok: [managed_node3] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Tuesday 27 August 2024 06:55:01 -0400 (0:00:00.043) 0:05:02.173 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Tuesday 27 August 2024 06:55:01 -0400 (0:00:00.036) 0:05:02.210 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Tuesday 27 August 2024 06:55:01 -0400 (0:00:00.038) 0:05:02.248 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Tuesday 27 August 2024 06:55:01 -0400 (0:00:00.037) 0:05:02.285 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Tuesday 27 August 2024 06:55:01 -0400 (0:00:00.037) 0:05:02.323 ******** ok: [managed_node3] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Tuesday 27 August 2024 06:55:01 -0400 (0:00:00.053) 0:05:02.377 ******** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Tuesday 27 August 2024 06:55:01 -0400 (0:00:00.037) 0:05:02.414 ******** changed: [managed_node3] => { "actions": [ { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext2" } ], "changed": true, "crypts": [], "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext2", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext2", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "9g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Tuesday 27 August 2024 06:55:06 -0400 (0:00:05.192) 0:05:07.606 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Tuesday 27 August 2024 06:55:06 -0400 (0:00:00.069) 0:05:07.675 ******** ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724756082.013154, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "c6abf0a388bb293ed38f7a11686eb491e2373da7", "ctime": 1724756082.010154, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 263614, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724756082.010154, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1280, "uid": 0, "version": "18446744072886413789", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Tuesday 27 August 2024 06:55:06 -0400 (0:00:00.464) 0:05:08.140 ******** ok: [managed_node3] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Tuesday 27 August 2024 06:55:07 -0400 (0:00:00.379) 0:05:08.520 ******** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Tuesday 27 August 2024 06:55:07 -0400 (0:00:00.050) 0:05:08.570 ******** ok: [managed_node3] => { "blivet_output": { "actions": [ { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext2" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext2", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext2", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "9g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Tuesday 27 August 2024 06:55:07 -0400 (0:00:00.086) 0:05:08.657 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext2", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "9g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Tuesday 27 August 2024 06:55:07 -0400 (0:00:00.080) 0:05:08.737 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Tuesday 27 August 2024 06:55:07 -0400 (0:00:00.070) 0:05:08.808 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Tuesday 27 August 2024 06:55:07 -0400 (0:00:00.072) 0:05:08.881 ******** ok: [managed_node3] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Tuesday 27 August 2024 06:55:08 -0400 (0:00:00.495) 0:05:09.376 ******** changed: [managed_node3] => (item={u'src': u'/dev/mapper/foo-test1', u'group': None, u'dump': 0, u'passno': 0, u'fstype': u'ext2', u'state': u'mounted', u'mode': None, u'owner': None, u'path': u'/opt/test1', u'opts': u'defaults'}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext2", "mount_info": { "dump": 0, "fstype": "ext2", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Tuesday 27 August 2024 06:55:08 -0400 (0:00:00.384) 0:05:09.761 ******** skipping: [managed_node3] => (item={u'src': u'/dev/mapper/foo-test1', u'group': None, u'dump': 0, u'passno': 0, u'fstype': u'ext2', u'state': u'mounted', u'mode': None, u'owner': None, u'path': u'/opt/test1', u'opts': u'defaults'}) => { "ansible_loop_var": "mount_info", "changed": false, "mount_info": { "dump": 0, "fstype": "ext2", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Tuesday 27 August 2024 06:55:08 -0400 (0:00:00.056) 0:05:09.818 ******** ok: [managed_node3] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Tuesday 27 August 2024 06:55:09 -0400 (0:00:00.507) 0:05:10.325 ******** ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724753284.71151, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1724753282.8934937, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 263632, "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": 1724753282.8924935, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "18446744072886414410", "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: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Tuesday 27 August 2024 06:55:09 -0400 (0:00:00.359) 0:05:10.685 ******** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Tuesday 27 August 2024 06:55:09 -0400 (0:00:00.040) 0:05:10.725 ******** ok: [managed_node3] TASK [Verify role results] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:282 Tuesday 27 August 2024 06:55:10 -0400 (0:00:00.717) 0:05:11.442 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed_node3 TASK [Print out pool information] ********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Tuesday 27 August 2024 06:55:10 -0400 (0:00:00.174) 0:05:11.616 ******** ok: [managed_node3] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext2", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "9g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Tuesday 27 August 2024 06:55:10 -0400 (0:00:00.075) 0:05:11.692 ******** skipping: [managed_node3] => {} TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Tuesday 27 August 2024 06:55:10 -0400 (0:00:00.055) 0:05:11.748 ******** ok: [managed_node3] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "ext2", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/foo-test1", "size": "9G", "type": "lvm", "uuid": "6ef43aae-83bf-4d35-9fc4-1cc4773dde6c" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "gnARkQ-NobI-HylY-tCW1-j4mg-1wLh-g0CUKR" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "ext4", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "c7b7d6a5-fd01-4b9b-bcca-153eaff9d312" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Tuesday 27 August 2024 06:55:10 -0400 (0:00:00.394) 0:05:12.142 ******** ok: [managed_node3] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003560", "end": "2024-08-27 06:55:11.261355", "rc": 0, "start": "2024-08-27 06:55:11.257795" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Thu Jun 20 10:23:46 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk' # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info # UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312 / ext4 defaults 1 1 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 /dev/mapper/foo-test1 /opt/test1 ext2 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Tuesday 27 August 2024 06:55:11 -0400 (0:00:00.362) 0:05:12.505 ******** ok: [managed_node3] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003293", "end": "2024-08-27 06:55:11.786802", "failed_when_result": false, "rc": 0, "start": "2024-08-27 06:55:11.783509" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Tuesday 27 August 2024 06:55:11 -0400 (0:00:00.506) 0:05:13.011 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed_node3 TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Tuesday 27 August 2024 06:55:11 -0400 (0:00:00.116) 0:05:13.128 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Tuesday 27 August 2024 06:55:12 -0400 (0:00:00.073) 0:05:13.201 ******** ok: [managed_node3] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.017578", "end": "2024-08-27 06:55:12.379417", "rc": 0, "start": "2024-08-27 06:55:12.361839" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Tuesday 27 August 2024 06:55:12 -0400 (0:00:00.431) 0:05:13.633 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Tuesday 27 August 2024 06:55:12 -0400 (0:00:00.074) 0:05:13.707 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed_node3 TASK [Set test variables] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Tuesday 27 August 2024 06:55:12 -0400 (0:00:00.129) 0:05:13.837 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Tuesday 27 August 2024 06:55:12 -0400 (0:00:00.076) 0:05:13.913 ******** ok: [managed_node3] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } TASK [Set pvs lvm length] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Tuesday 27 August 2024 06:55:13 -0400 (0:00:00.415) 0:05:14.328 ******** ok: [managed_node3] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Tuesday 27 August 2024 06:55:13 -0400 (0:00:00.067) 0:05:14.396 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Tuesday 27 August 2024 06:55:13 -0400 (0:00:00.066) 0:05:14.462 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Tuesday 27 August 2024 06:55:13 -0400 (0:00:00.068) 0:05:14.531 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Tuesday 27 August 2024 06:55:13 -0400 (0:00:00.063) 0:05:14.594 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Tuesday 27 August 2024 06:55:13 -0400 (0:00:00.067) 0:05:14.662 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Tuesday 27 August 2024 06:55:13 -0400 (0:00:00.054) 0:05:14.717 ******** ok: [managed_node3] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Tuesday 27 August 2024 06:55:13 -0400 (0:00:00.081) 0:05:14.799 ******** ok: [managed_node3] => { "changed": false, "rc": 0 } STDOUT: False STDERR: Shared connection to 10.31.41.77 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Tuesday 27 August 2024 06:55:13 -0400 (0:00:00.294) 0:05:15.094 ******** skipping: [managed_node3] => (item=/dev/sda) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda" } TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Tuesday 27 August 2024 06:55:14 -0400 (0:00:00.066) 0:05:15.161 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed_node3 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Tuesday 27 August 2024 06:55:14 -0400 (0:00:00.118) 0:05:15.279 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Tuesday 27 August 2024 06:55:14 -0400 (0:00:00.057) 0:05:15.337 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Tuesday 27 August 2024 06:55:14 -0400 (0:00:00.058) 0:05:15.396 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Tuesday 27 August 2024 06:55:14 -0400 (0:00:00.070) 0:05:15.466 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Tuesday 27 August 2024 06:55:14 -0400 (0:00:00.060) 0:05:15.527 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Tuesday 27 August 2024 06:55:14 -0400 (0:00:00.059) 0:05:15.587 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Tuesday 27 August 2024 06:55:14 -0400 (0:00:00.060) 0:05:15.648 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Tuesday 27 August 2024 06:55:14 -0400 (0:00:00.056) 0:05:15.704 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Tuesday 27 August 2024 06:55:14 -0400 (0:00:00.056) 0:05:15.761 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Tuesday 27 August 2024 06:55:14 -0400 (0:00:00.056) 0:05:15.818 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Tuesday 27 August 2024 06:55:14 -0400 (0:00:00.059) 0:05:15.878 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Tuesday 27 August 2024 06:55:14 -0400 (0:00:00.057) 0:05:15.935 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed_node3 TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Tuesday 27 August 2024 06:55:14 -0400 (0:00:00.120) 0:05:16.055 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml for managed_node3 TASK [Get information about the LV] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:8 Tuesday 27 August 2024 06:55:15 -0400 (0:00:00.122) 0:05:16.178 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:16 Tuesday 27 August 2024 06:55:15 -0400 (0:00:00.056) 0:05:16.234 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:20 Tuesday 27 August 2024 06:55:15 -0400 (0:00:00.053) 0:05:16.288 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Tuesday 27 August 2024 06:55:15 -0400 (0:00:00.053) 0:05:16.342 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Tuesday 27 August 2024 06:55:15 -0400 (0:00:00.055) 0:05:16.397 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Tuesday 27 August 2024 06:55:15 -0400 (0:00:00.054) 0:05:16.452 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Tuesday 27 August 2024 06:55:15 -0400 (0:00:00.057) 0:05:16.509 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Tuesday 27 August 2024 06:55:15 -0400 (0:00:00.138) 0:05:16.648 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml for managed_node3 TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Tuesday 27 August 2024 06:55:15 -0400 (0:00:00.159) 0:05:16.808 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml for managed_node3 TASK [Get information about thinpool] ****************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Tuesday 27 August 2024 06:55:15 -0400 (0:00:00.114) 0:05:16.922 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Tuesday 27 August 2024 06:55:15 -0400 (0:00:00.059) 0:05:16.982 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Tuesday 27 August 2024 06:55:15 -0400 (0:00:00.096) 0:05:17.078 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Tuesday 27 August 2024 06:55:15 -0400 (0:00:00.059) 0:05:17.138 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Tuesday 27 August 2024 06:55:16 -0400 (0:00:00.075) 0:05:17.214 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed_node3 TASK [Set test variables] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Tuesday 27 August 2024 06:55:16 -0400 (0:00:00.159) 0:05:17.374 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Tuesday 27 August 2024 06:55:16 -0400 (0:00:00.065) 0:05:17.440 ******** skipping: [managed_node3] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Tuesday 27 August 2024 06:55:16 -0400 (0:00:00.066) 0:05:17.506 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node3 TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Tuesday 27 August 2024 06:55:16 -0400 (0:00:00.109) 0:05:17.616 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Tuesday 27 August 2024 06:55:16 -0400 (0:00:00.083) 0:05:17.699 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Tuesday 27 August 2024 06:55:16 -0400 (0:00:00.066) 0:05:17.766 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Tuesday 27 August 2024 06:55:16 -0400 (0:00:00.053) 0:05:17.819 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Tuesday 27 August 2024 06:55:16 -0400 (0:00:00.055) 0:05:17.874 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Tuesday 27 August 2024 06:55:16 -0400 (0:00:00.055) 0:05:17.930 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Tuesday 27 August 2024 06:55:16 -0400 (0:00:00.055) 0:05:17.985 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Tuesday 27 August 2024 06:55:16 -0400 (0:00:00.062) 0:05:18.047 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml for managed_node3 TASK [Validate pool member VDO settings] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Tuesday 27 August 2024 06:55:17 -0400 (0:00:00.129) 0:05:18.176 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml for managed_node3 TASK [Get information about VDO deduplication] ********************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Tuesday 27 August 2024 06:55:17 -0400 (0:00:00.121) 0:05:18.298 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Tuesday 27 August 2024 06:55:17 -0400 (0:00:00.059) 0:05:18.357 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Tuesday 27 August 2024 06:55:17 -0400 (0:00:00.057) 0:05:18.414 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Tuesday 27 August 2024 06:55:17 -0400 (0:00:00.057) 0:05:18.471 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Tuesday 27 August 2024 06:55:17 -0400 (0:00:00.056) 0:05:18.528 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Tuesday 27 August 2024 06:55:17 -0400 (0:00:00.055) 0:05:18.583 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:46 Tuesday 27 August 2024 06:55:17 -0400 (0:00:00.043) 0:05:18.627 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Tuesday 27 August 2024 06:55:17 -0400 (0:00:00.063) 0:05:18.690 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed_node3 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Tuesday 27 August 2024 06:55:17 -0400 (0:00:00.122) 0:05:18.813 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Tuesday 27 August 2024 06:55:17 -0400 (0:00:00.043) 0:05:18.857 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Tuesday 27 August 2024 06:55:17 -0400 (0:00:00.040) 0:05:18.897 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Tuesday 27 August 2024 06:55:17 -0400 (0:00:00.038) 0:05:18.936 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Tuesday 27 August 2024 06:55:17 -0400 (0:00:00.043) 0:05:18.979 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Tuesday 27 August 2024 06:55:17 -0400 (0:00:00.052) 0:05:19.032 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Tuesday 27 August 2024 06:55:17 -0400 (0:00:00.058) 0:05:19.091 ******** ok: [managed_node3] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Tuesday 27 August 2024 06:55:17 -0400 (0:00:00.055) 0:05:19.146 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed_node3 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Tuesday 27 August 2024 06:55:18 -0400 (0:00:00.114) 0:05:19.261 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Tuesday 27 August 2024 06:55:18 -0400 (0:00:00.067) 0:05:19.329 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed_node3 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Tuesday 27 August 2024 06:55:18 -0400 (0:00:00.277) 0:05:19.607 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Tuesday 27 August 2024 06:55:18 -0400 (0:00:00.054) 0:05:19.661 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Tuesday 27 August 2024 06:55:18 -0400 (0:00:00.058) 0:05:19.720 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Tuesday 27 August 2024 06:55:18 -0400 (0:00:00.050) 0:05:19.770 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Tuesday 27 August 2024 06:55:18 -0400 (0:00:00.056) 0:05:19.826 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Tuesday 27 August 2024 06:55:18 -0400 (0:00:00.045) 0:05:19.872 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Tuesday 27 August 2024 06:55:18 -0400 (0:00:00.038) 0:05:19.910 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Tuesday 27 August 2024 06:55:18 -0400 (0:00:00.036) 0:05:19.946 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Tuesday 27 August 2024 06:55:18 -0400 (0:00:00.036) 0:05:19.983 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Tuesday 27 August 2024 06:55:18 -0400 (0:00:00.105) 0:05:20.088 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Tuesday 27 August 2024 06:55:18 -0400 (0:00:00.037) 0:05:20.125 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Tuesday 27 August 2024 06:55:19 -0400 (0:00:00.043) 0:05:20.168 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/foo-test1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 ext2 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Tuesday 27 August 2024 06:55:19 -0400 (0:00:00.087) 0:05:20.256 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Tuesday 27 August 2024 06:55:19 -0400 (0:00:00.066) 0:05:20.323 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Tuesday 27 August 2024 06:55:19 -0400 (0:00:00.071) 0:05:20.394 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Tuesday 27 August 2024 06:55:19 -0400 (0:00:00.060) 0:05:20.454 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:51 Tuesday 27 August 2024 06:55:19 -0400 (0:00:00.064) 0:05:20.519 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Tuesday 27 August 2024 06:55:19 -0400 (0:00:00.055) 0:05:20.575 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Tuesday 27 August 2024 06:55:19 -0400 (0:00:00.072) 0:05:20.648 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Tuesday 27 August 2024 06:55:19 -0400 (0:00:00.075) 0:05:20.724 ******** ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724756106.3213654, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1724756106.3213654, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 603510, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1724756106.3213654, "nlink": 1, "path": "/dev/mapper/foo-test1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Tuesday 27 August 2024 06:55:20 -0400 (0:00:00.492) 0:05:21.216 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Tuesday 27 August 2024 06:55:20 -0400 (0:00:00.089) 0:05:21.305 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Tuesday 27 August 2024 06:55:20 -0400 (0:00:00.069) 0:05:21.375 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Tuesday 27 August 2024 06:55:20 -0400 (0:00:00.079) 0:05:21.455 ******** ok: [managed_node3] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Tuesday 27 August 2024 06:55:20 -0400 (0:00:00.064) 0:05:21.519 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Tuesday 27 August 2024 06:55:20 -0400 (0:00:00.060) 0:05:21.580 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Tuesday 27 August 2024 06:55:20 -0400 (0:00:00.057) 0:05:21.638 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Tuesday 27 August 2024 06:55:20 -0400 (0:00:00.048) 0:05:21.686 ******** ok: [managed_node3] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Tuesday 27 August 2024 06:55:21 -0400 (0:00:00.668) 0:05:22.354 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Tuesday 27 August 2024 06:55:21 -0400 (0:00:00.068) 0:05:22.423 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Tuesday 27 August 2024 06:55:21 -0400 (0:00:00.055) 0:05:22.479 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Tuesday 27 August 2024 06:55:21 -0400 (0:00:00.077) 0:05:22.557 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Tuesday 27 August 2024 06:55:21 -0400 (0:00:00.072) 0:05:22.629 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Tuesday 27 August 2024 06:55:21 -0400 (0:00:00.058) 0:05:22.687 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Tuesday 27 August 2024 06:55:21 -0400 (0:00:00.057) 0:05:22.744 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Tuesday 27 August 2024 06:55:21 -0400 (0:00:00.089) 0:05:22.834 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Tuesday 27 August 2024 06:55:21 -0400 (0:00:00.121) 0:05:22.955 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Tuesday 27 August 2024 06:55:21 -0400 (0:00:00.109) 0:05:23.065 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Tuesday 27 August 2024 06:55:22 -0400 (0:00:00.105) 0:05:23.170 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Tuesday 27 August 2024 06:55:22 -0400 (0:00:00.061) 0:05:23.232 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Tuesday 27 August 2024 06:55:22 -0400 (0:00:00.068) 0:05:23.301 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Tuesday 27 August 2024 06:55:22 -0400 (0:00:00.049) 0:05:23.351 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Tuesday 27 August 2024 06:55:22 -0400 (0:00:00.046) 0:05:23.397 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Tuesday 27 August 2024 06:55:22 -0400 (0:00:00.041) 0:05:23.438 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Tuesday 27 August 2024 06:55:22 -0400 (0:00:00.043) 0:05:23.482 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Tuesday 27 August 2024 06:55:22 -0400 (0:00:00.055) 0:05:23.537 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Tuesday 27 August 2024 06:55:22 -0400 (0:00:00.061) 0:05:23.599 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Tuesday 27 August 2024 06:55:22 -0400 (0:00:00.054) 0:05:23.653 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Tuesday 27 August 2024 06:55:22 -0400 (0:00:00.058) 0:05:23.712 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Tuesday 27 August 2024 06:55:22 -0400 (0:00:00.057) 0:05:23.769 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Tuesday 27 August 2024 06:55:22 -0400 (0:00:00.056) 0:05:23.826 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Tuesday 27 August 2024 06:55:22 -0400 (0:00:00.086) 0:05:23.913 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Tuesday 27 August 2024 06:55:22 -0400 (0:00:00.160) 0:05:24.073 ******** ok: [managed_node3] => { "bytes": 9663676416, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Tuesday 27 August 2024 06:55:23 -0400 (0:00:00.696) 0:05:24.770 ******** ok: [managed_node3] => { "bytes": 9663676416, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Tuesday 27 August 2024 06:55:24 -0400 (0:00:00.536) 0:05:25.306 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_expected_size": "9663676416" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Tuesday 27 August 2024 06:55:24 -0400 (0:00:00.050) 0:05:25.357 ******** ok: [managed_node3] => { "storage_test_expected_size": "9663676416" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Tuesday 27 August 2024 06:55:24 -0400 (0:00:00.049) 0:05:25.406 ******** ok: [managed_node3] => { "bytes": 10737418240, "changed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Tuesday 27 August 2024 06:55:24 -0400 (0:00:00.659) 0:05:26.066 ******** skipping: [managed_node3] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Tuesday 27 August 2024 06:55:24 -0400 (0:00:00.074) 0:05:26.140 ******** skipping: [managed_node3] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Tuesday 27 August 2024 06:55:25 -0400 (0:00:00.156) 0:05:26.296 ******** skipping: [managed_node3] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Tuesday 27 August 2024 06:55:25 -0400 (0:00:00.085) 0:05:26.382 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Tuesday 27 August 2024 06:55:25 -0400 (0:00:00.084) 0:05:26.466 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Tuesday 27 August 2024 06:55:25 -0400 (0:00:00.072) 0:05:26.539 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Tuesday 27 August 2024 06:55:25 -0400 (0:00:00.058) 0:05:26.597 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Tuesday 27 August 2024 06:55:25 -0400 (0:00:00.053) 0:05:26.651 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Tuesday 27 August 2024 06:55:25 -0400 (0:00:00.056) 0:05:26.707 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Tuesday 27 August 2024 06:55:25 -0400 (0:00:00.057) 0:05:26.764 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Tuesday 27 August 2024 06:55:25 -0400 (0:00:00.055) 0:05:26.820 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Tuesday 27 August 2024 06:55:25 -0400 (0:00:00.055) 0:05:26.875 ******** skipping: [managed_node3] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Tuesday 27 August 2024 06:55:25 -0400 (0:00:00.055) 0:05:26.931 ******** skipping: [managed_node3] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Tuesday 27 August 2024 06:55:25 -0400 (0:00:00.056) 0:05:26.987 ******** skipping: [managed_node3] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Tuesday 27 August 2024 06:55:25 -0400 (0:00:00.053) 0:05:27.041 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Tuesday 27 August 2024 06:55:25 -0400 (0:00:00.057) 0:05:27.098 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Tuesday 27 August 2024 06:55:25 -0400 (0:00:00.055) 0:05:27.154 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Tuesday 27 August 2024 06:55:26 -0400 (0:00:00.055) 0:05:27.209 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Tuesday 27 August 2024 06:55:26 -0400 (0:00:00.056) 0:05:27.265 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Tuesday 27 August 2024 06:55:26 -0400 (0:00:00.067) 0:05:27.333 ******** ok: [managed_node3] => { "storage_test_actual_size": { "bytes": 9663676416, "changed": false, "failed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Tuesday 27 August 2024 06:55:26 -0400 (0:00:00.061) 0:05:27.395 ******** ok: [managed_node3] => { "storage_test_expected_size": "9663676416" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Tuesday 27 August 2024 06:55:26 -0400 (0:00:00.065) 0:05:27.460 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Tuesday 27 August 2024 06:55:26 -0400 (0:00:00.071) 0:05:27.531 ******** ok: [managed_node3] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.017762", "end": "2024-08-27 06:55:26.679537", "rc": 0, "start": "2024-08-27 06:55:26.661775" } STDOUT: LVM2_LV_NAME=test1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Tuesday 27 August 2024 06:55:26 -0400 (0:00:00.374) 0:05:27.906 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Tuesday 27 August 2024 06:55:26 -0400 (0:00:00.045) 0:05:27.951 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Tuesday 27 August 2024 06:55:26 -0400 (0:00:00.047) 0:05:27.998 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Tuesday 27 August 2024 06:55:26 -0400 (0:00:00.038) 0:05:28.037 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Tuesday 27 August 2024 06:55:26 -0400 (0:00:00.037) 0:05:28.075 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Tuesday 27 August 2024 06:55:26 -0400 (0:00:00.040) 0:05:28.115 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Tuesday 27 August 2024 06:55:26 -0400 (0:00:00.042) 0:05:28.158 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Tuesday 27 August 2024 06:55:27 -0400 (0:00:00.097) 0:05:28.256 ******** TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Tuesday 27 August 2024 06:55:27 -0400 (0:00:00.034) 0:05:28.290 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Change volume size to 5g] ************************************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:285 Tuesday 27 August 2024 06:55:27 -0400 (0:00:00.051) 0:05:28.342 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Tuesday 27 August 2024 06:55:27 -0400 (0:00:00.144) 0:05:28.487 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed_node3 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Tuesday 27 August 2024 06:55:27 -0400 (0:00:00.056) 0:05:28.543 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Tuesday 27 August 2024 06:55:27 -0400 (0:00:00.047) 0:05:28.591 ******** skipping: [managed_node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node3] => (item=CentOS_7.yml) => { "ansible_facts": { "__storage_blivet_diskvolume_mkfs_option_map": { "ext2": "-F", "ext3": "-F", "ext4": "-F" }, "blivet_package_list": [ "python-enum34", "python-blivet3", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed_node3] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Tuesday 27 August 2024 06:55:27 -0400 (0:00:00.089) 0:05:28.680 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Tuesday 27 August 2024 06:55:27 -0400 (0:00:00.037) 0:05:28.718 ******** skipping: [managed_node3] => { "changed": false, "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: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Tuesday 27 August 2024 06:55:27 -0400 (0:00:00.037) 0:05:28.756 ******** ok: [managed_node3] => { "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: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Tuesday 27 August 2024 06:55:27 -0400 (0:00:00.037) 0:05:28.793 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Tuesday 27 August 2024 06:55:27 -0400 (0:00:00.040) 0:05:28.833 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed_node3 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Tuesday 27 August 2024 06:55:27 -0400 (0:00:00.085) 0:05:28.919 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Tuesday 27 August 2024 06:55:27 -0400 (0:00:00.037) 0:05:28.957 ******** ok: [managed_node3] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "type": "lvm", "volumes": [ { "fs_type": "ext2", "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Tuesday 27 August 2024 06:55:27 -0400 (0:00:00.044) 0:05:29.001 ******** ok: [managed_node3] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Tuesday 27 August 2024 06:55:27 -0400 (0:00:00.041) 0:05:29.043 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Tuesday 27 August 2024 06:55:27 -0400 (0:00:00.038) 0:05:29.082 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Tuesday 27 August 2024 06:55:27 -0400 (0:00:00.036) 0:05:29.118 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Tuesday 27 August 2024 06:55:27 -0400 (0:00:00.036) 0:05:29.154 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Tuesday 27 August 2024 06:55:28 -0400 (0:00:00.036) 0:05:29.190 ******** ok: [managed_node3] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Tuesday 27 August 2024 06:55:28 -0400 (0:00:00.052) 0:05:29.243 ******** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Tuesday 27 August 2024 06:55:28 -0400 (0:00:00.035) 0:05:29.278 ******** changed: [managed_node3] => { "actions": [ { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext2" }, { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null } ], "changed": true, "crypts": [], "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext2", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext2", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Tuesday 27 August 2024 06:55:33 -0400 (0:00:05.413) 0:05:34.691 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Tuesday 27 August 2024 06:55:33 -0400 (0:00:00.038) 0:05:34.730 ******** ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724756082.013154, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "c6abf0a388bb293ed38f7a11686eb491e2373da7", "ctime": 1724756082.010154, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 263614, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724756082.010154, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1280, "uid": 0, "version": "18446744072886413789", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Tuesday 27 August 2024 06:55:33 -0400 (0:00:00.320) 0:05:35.051 ******** ok: [managed_node3] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Tuesday 27 August 2024 06:55:34 -0400 (0:00:00.389) 0:05:35.441 ******** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Tuesday 27 August 2024 06:55:34 -0400 (0:00:00.043) 0:05:35.485 ******** ok: [managed_node3] => { "blivet_output": { "actions": [ { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext2" }, { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext2", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext2", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Tuesday 27 August 2024 06:55:34 -0400 (0:00:00.064) 0:05:35.549 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext2", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Tuesday 27 August 2024 06:55:34 -0400 (0:00:00.057) 0:05:35.607 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Tuesday 27 August 2024 06:55:34 -0400 (0:00:00.047) 0:05:35.654 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Tuesday 27 August 2024 06:55:34 -0400 (0:00:00.036) 0:05:35.690 ******** ok: [managed_node3] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Tuesday 27 August 2024 06:55:35 -0400 (0:00:00.518) 0:05:36.209 ******** changed: [managed_node3] => (item={u'src': u'/dev/mapper/foo-test1', u'group': None, u'dump': 0, u'passno': 0, u'fstype': u'ext2', u'state': u'mounted', u'mode': None, u'owner': None, u'path': u'/opt/test1', u'opts': u'defaults'}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext2", "mount_info": { "dump": 0, "fstype": "ext2", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Tuesday 27 August 2024 06:55:35 -0400 (0:00:00.420) 0:05:36.629 ******** skipping: [managed_node3] => (item={u'src': u'/dev/mapper/foo-test1', u'group': None, u'dump': 0, u'passno': 0, u'fstype': u'ext2', u'state': u'mounted', u'mode': None, u'owner': None, u'path': u'/opt/test1', u'opts': u'defaults'}) => { "ansible_loop_var": "mount_info", "changed": false, "mount_info": { "dump": 0, "fstype": "ext2", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Tuesday 27 August 2024 06:55:35 -0400 (0:00:00.069) 0:05:36.699 ******** ok: [managed_node3] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Tuesday 27 August 2024 06:55:36 -0400 (0:00:00.626) 0:05:37.326 ******** ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724753284.71151, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1724753282.8934937, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 263632, "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": 1724753282.8924935, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "18446744072886414410", "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: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Tuesday 27 August 2024 06:55:36 -0400 (0:00:00.549) 0:05:37.876 ******** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Tuesday 27 August 2024 06:55:36 -0400 (0:00:00.036) 0:05:37.912 ******** ok: [managed_node3] TASK [Verify role results] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:299 Tuesday 27 August 2024 06:55:37 -0400 (0:00:01.004) 0:05:38.916 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed_node3 TASK [Print out pool information] ********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Tuesday 27 August 2024 06:55:37 -0400 (0:00:00.152) 0:05:39.068 ******** ok: [managed_node3] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext2", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Tuesday 27 August 2024 06:55:37 -0400 (0:00:00.062) 0:05:39.131 ******** skipping: [managed_node3] => {} TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Tuesday 27 August 2024 06:55:38 -0400 (0:00:00.042) 0:05:39.174 ******** ok: [managed_node3] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "ext2", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/foo-test1", "size": "5G", "type": "lvm", "uuid": "6ef43aae-83bf-4d35-9fc4-1cc4773dde6c" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "gnARkQ-NobI-HylY-tCW1-j4mg-1wLh-g0CUKR" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "ext4", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "c7b7d6a5-fd01-4b9b-bcca-153eaff9d312" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Tuesday 27 August 2024 06:55:38 -0400 (0:00:00.388) 0:05:39.562 ******** ok: [managed_node3] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002968", "end": "2024-08-27 06:55:38.705236", "rc": 0, "start": "2024-08-27 06:55:38.702268" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Thu Jun 20 10:23:46 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk' # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info # UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312 / ext4 defaults 1 1 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 /dev/mapper/foo-test1 /opt/test1 ext2 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Tuesday 27 August 2024 06:55:38 -0400 (0:00:00.388) 0:05:39.950 ******** ok: [managed_node3] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002617", "end": "2024-08-27 06:55:39.090842", "failed_when_result": false, "rc": 0, "start": "2024-08-27 06:55:39.088225" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Tuesday 27 August 2024 06:55:39 -0400 (0:00:00.376) 0:05:40.326 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed_node3 TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Tuesday 27 August 2024 06:55:39 -0400 (0:00:00.118) 0:05:40.445 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Tuesday 27 August 2024 06:55:39 -0400 (0:00:00.057) 0:05:40.503 ******** ok: [managed_node3] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.018887", "end": "2024-08-27 06:55:39.669414", "rc": 0, "start": "2024-08-27 06:55:39.650527" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Tuesday 27 August 2024 06:55:39 -0400 (0:00:00.420) 0:05:40.924 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Tuesday 27 August 2024 06:55:39 -0400 (0:00:00.075) 0:05:41.000 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed_node3 TASK [Set test variables] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Tuesday 27 August 2024 06:55:39 -0400 (0:00:00.129) 0:05:41.129 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Tuesday 27 August 2024 06:55:40 -0400 (0:00:00.075) 0:05:41.205 ******** ok: [managed_node3] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } TASK [Set pvs lvm length] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Tuesday 27 August 2024 06:55:40 -0400 (0:00:00.397) 0:05:41.603 ******** ok: [managed_node3] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Tuesday 27 August 2024 06:55:40 -0400 (0:00:00.067) 0:05:41.670 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Tuesday 27 August 2024 06:55:40 -0400 (0:00:00.068) 0:05:41.739 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Tuesday 27 August 2024 06:55:40 -0400 (0:00:00.072) 0:05:41.811 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Tuesday 27 August 2024 06:55:40 -0400 (0:00:00.116) 0:05:41.928 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Tuesday 27 August 2024 06:55:40 -0400 (0:00:00.088) 0:05:42.017 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Tuesday 27 August 2024 06:55:40 -0400 (0:00:00.065) 0:05:42.083 ******** ok: [managed_node3] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Tuesday 27 August 2024 06:55:41 -0400 (0:00:00.094) 0:05:42.178 ******** ok: [managed_node3] => { "changed": false, "rc": 0 } STDOUT: False STDERR: Shared connection to 10.31.41.77 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Tuesday 27 August 2024 06:55:41 -0400 (0:00:00.456) 0:05:42.634 ******** skipping: [managed_node3] => (item=/dev/sda) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda" } TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Tuesday 27 August 2024 06:55:41 -0400 (0:00:00.078) 0:05:42.713 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed_node3 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Tuesday 27 August 2024 06:55:41 -0400 (0:00:00.124) 0:05:42.837 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Tuesday 27 August 2024 06:55:41 -0400 (0:00:00.055) 0:05:42.893 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Tuesday 27 August 2024 06:55:41 -0400 (0:00:00.064) 0:05:42.958 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Tuesday 27 August 2024 06:55:41 -0400 (0:00:00.064) 0:05:43.022 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Tuesday 27 August 2024 06:55:41 -0400 (0:00:00.056) 0:05:43.079 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Tuesday 27 August 2024 06:55:41 -0400 (0:00:00.062) 0:05:43.142 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Tuesday 27 August 2024 06:55:42 -0400 (0:00:00.097) 0:05:43.239 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Tuesday 27 August 2024 06:55:42 -0400 (0:00:00.066) 0:05:43.306 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Tuesday 27 August 2024 06:55:42 -0400 (0:00:00.090) 0:05:43.397 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Tuesday 27 August 2024 06:55:42 -0400 (0:00:00.083) 0:05:43.481 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Tuesday 27 August 2024 06:55:42 -0400 (0:00:00.115) 0:05:43.597 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Tuesday 27 August 2024 06:55:42 -0400 (0:00:00.063) 0:05:43.661 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed_node3 TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Tuesday 27 August 2024 06:55:42 -0400 (0:00:00.127) 0:05:43.788 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml for managed_node3 TASK [Get information about the LV] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:8 Tuesday 27 August 2024 06:55:42 -0400 (0:00:00.131) 0:05:43.920 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:16 Tuesday 27 August 2024 06:55:42 -0400 (0:00:00.057) 0:05:43.977 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:20 Tuesday 27 August 2024 06:55:42 -0400 (0:00:00.066) 0:05:44.043 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Tuesday 27 August 2024 06:55:42 -0400 (0:00:00.064) 0:05:44.107 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Tuesday 27 August 2024 06:55:43 -0400 (0:00:00.135) 0:05:44.243 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Tuesday 27 August 2024 06:55:43 -0400 (0:00:00.057) 0:05:44.300 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Tuesday 27 August 2024 06:55:43 -0400 (0:00:00.060) 0:05:44.361 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Tuesday 27 August 2024 06:55:43 -0400 (0:00:00.057) 0:05:44.419 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml for managed_node3 TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Tuesday 27 August 2024 06:55:43 -0400 (0:00:00.126) 0:05:44.546 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml for managed_node3 TASK [Get information about thinpool] ****************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Tuesday 27 August 2024 06:55:43 -0400 (0:00:00.118) 0:05:44.664 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Tuesday 27 August 2024 06:55:43 -0400 (0:00:00.055) 0:05:44.720 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Tuesday 27 August 2024 06:55:43 -0400 (0:00:00.052) 0:05:44.772 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Tuesday 27 August 2024 06:55:43 -0400 (0:00:00.056) 0:05:44.828 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Tuesday 27 August 2024 06:55:43 -0400 (0:00:00.058) 0:05:44.887 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed_node3 TASK [Set test variables] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Tuesday 27 August 2024 06:55:43 -0400 (0:00:00.102) 0:05:44.990 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Tuesday 27 August 2024 06:55:43 -0400 (0:00:00.054) 0:05:45.045 ******** skipping: [managed_node3] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Tuesday 27 August 2024 06:55:43 -0400 (0:00:00.043) 0:05:45.088 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node3 TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Tuesday 27 August 2024 06:55:44 -0400 (0:00:00.094) 0:05:45.184 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Tuesday 27 August 2024 06:55:44 -0400 (0:00:00.064) 0:05:45.248 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Tuesday 27 August 2024 06:55:44 -0400 (0:00:00.071) 0:05:45.320 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Tuesday 27 August 2024 06:55:44 -0400 (0:00:00.056) 0:05:45.376 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Tuesday 27 August 2024 06:55:44 -0400 (0:00:00.057) 0:05:45.434 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Tuesday 27 August 2024 06:55:44 -0400 (0:00:00.055) 0:05:45.489 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Tuesday 27 August 2024 06:55:44 -0400 (0:00:00.060) 0:05:45.550 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Tuesday 27 August 2024 06:55:44 -0400 (0:00:00.055) 0:05:45.606 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml for managed_node3 TASK [Validate pool member VDO settings] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Tuesday 27 August 2024 06:55:44 -0400 (0:00:00.136) 0:05:45.742 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml for managed_node3 TASK [Get information about VDO deduplication] ********************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Tuesday 27 August 2024 06:55:44 -0400 (0:00:00.137) 0:05:45.880 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Tuesday 27 August 2024 06:55:44 -0400 (0:00:00.051) 0:05:45.931 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Tuesday 27 August 2024 06:55:44 -0400 (0:00:00.042) 0:05:45.974 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Tuesday 27 August 2024 06:55:44 -0400 (0:00:00.045) 0:05:46.020 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Tuesday 27 August 2024 06:55:44 -0400 (0:00:00.047) 0:05:46.067 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Tuesday 27 August 2024 06:55:44 -0400 (0:00:00.042) 0:05:46.109 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:46 Tuesday 27 August 2024 06:55:44 -0400 (0:00:00.037) 0:05:46.147 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Tuesday 27 August 2024 06:55:45 -0400 (0:00:00.048) 0:05:46.195 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed_node3 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Tuesday 27 August 2024 06:55:45 -0400 (0:00:00.094) 0:05:46.290 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Tuesday 27 August 2024 06:55:45 -0400 (0:00:00.037) 0:05:46.327 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Tuesday 27 August 2024 06:55:45 -0400 (0:00:00.037) 0:05:46.364 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Tuesday 27 August 2024 06:55:45 -0400 (0:00:00.047) 0:05:46.412 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Tuesday 27 August 2024 06:55:45 -0400 (0:00:00.055) 0:05:46.467 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Tuesday 27 August 2024 06:55:45 -0400 (0:00:00.057) 0:05:46.525 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Tuesday 27 August 2024 06:55:45 -0400 (0:00:00.057) 0:05:46.582 ******** ok: [managed_node3] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Tuesday 27 August 2024 06:55:45 -0400 (0:00:00.057) 0:05:46.640 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed_node3 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Tuesday 27 August 2024 06:55:45 -0400 (0:00:00.109) 0:05:46.749 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Tuesday 27 August 2024 06:55:45 -0400 (0:00:00.067) 0:05:46.817 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed_node3 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Tuesday 27 August 2024 06:55:45 -0400 (0:00:00.275) 0:05:47.092 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Tuesday 27 August 2024 06:55:45 -0400 (0:00:00.061) 0:05:47.154 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Tuesday 27 August 2024 06:55:46 -0400 (0:00:00.085) 0:05:47.240 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Tuesday 27 August 2024 06:55:46 -0400 (0:00:00.056) 0:05:47.296 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Tuesday 27 August 2024 06:55:46 -0400 (0:00:00.065) 0:05:47.361 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Tuesday 27 August 2024 06:55:46 -0400 (0:00:00.055) 0:05:47.417 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Tuesday 27 August 2024 06:55:46 -0400 (0:00:00.145) 0:05:47.562 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Tuesday 27 August 2024 06:55:46 -0400 (0:00:00.067) 0:05:47.630 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Tuesday 27 August 2024 06:55:46 -0400 (0:00:00.063) 0:05:47.693 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Tuesday 27 August 2024 06:55:46 -0400 (0:00:00.074) 0:05:47.768 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Tuesday 27 August 2024 06:55:46 -0400 (0:00:00.087) 0:05:47.855 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Tuesday 27 August 2024 06:55:46 -0400 (0:00:00.096) 0:05:47.952 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/foo-test1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 ext2 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Tuesday 27 August 2024 06:55:46 -0400 (0:00:00.131) 0:05:48.083 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Tuesday 27 August 2024 06:55:46 -0400 (0:00:00.074) 0:05:48.157 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Tuesday 27 August 2024 06:55:47 -0400 (0:00:00.089) 0:05:48.246 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Tuesday 27 August 2024 06:55:47 -0400 (0:00:00.058) 0:05:48.305 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:51 Tuesday 27 August 2024 06:55:47 -0400 (0:00:00.068) 0:05:48.374 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Tuesday 27 August 2024 06:55:47 -0400 (0:00:00.077) 0:05:48.451 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Tuesday 27 August 2024 06:55:47 -0400 (0:00:00.123) 0:05:48.574 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Tuesday 27 August 2024 06:55:47 -0400 (0:00:00.079) 0:05:48.653 ******** ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724756133.4106002, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1724756133.4106002, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 603510, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1724756133.4106002, "nlink": 1, "path": "/dev/mapper/foo-test1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Tuesday 27 August 2024 06:55:47 -0400 (0:00:00.384) 0:05:49.038 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Tuesday 27 August 2024 06:55:47 -0400 (0:00:00.087) 0:05:49.125 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Tuesday 27 August 2024 06:55:48 -0400 (0:00:00.058) 0:05:49.184 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Tuesday 27 August 2024 06:55:48 -0400 (0:00:00.055) 0:05:49.240 ******** ok: [managed_node3] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Tuesday 27 August 2024 06:55:48 -0400 (0:00:00.048) 0:05:49.289 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Tuesday 27 August 2024 06:55:48 -0400 (0:00:00.054) 0:05:49.343 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Tuesday 27 August 2024 06:55:48 -0400 (0:00:00.082) 0:05:49.425 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Tuesday 27 August 2024 06:55:48 -0400 (0:00:00.058) 0:05:49.484 ******** ok: [managed_node3] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Tuesday 27 August 2024 06:55:49 -0400 (0:00:00.744) 0:05:50.229 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Tuesday 27 August 2024 06:55:49 -0400 (0:00:00.135) 0:05:50.365 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Tuesday 27 August 2024 06:55:49 -0400 (0:00:00.096) 0:05:50.461 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Tuesday 27 August 2024 06:55:49 -0400 (0:00:00.135) 0:05:50.596 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Tuesday 27 August 2024 06:55:49 -0400 (0:00:00.075) 0:05:50.672 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Tuesday 27 August 2024 06:55:49 -0400 (0:00:00.125) 0:05:50.797 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Tuesday 27 August 2024 06:55:49 -0400 (0:00:00.139) 0:05:50.937 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Tuesday 27 August 2024 06:55:49 -0400 (0:00:00.057) 0:05:50.994 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Tuesday 27 August 2024 06:55:49 -0400 (0:00:00.099) 0:05:51.094 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Tuesday 27 August 2024 06:55:50 -0400 (0:00:00.119) 0:05:51.214 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Tuesday 27 August 2024 06:55:50 -0400 (0:00:00.084) 0:05:51.298 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Tuesday 27 August 2024 06:55:50 -0400 (0:00:00.057) 0:05:51.356 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Tuesday 27 August 2024 06:55:50 -0400 (0:00:00.067) 0:05:51.423 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Tuesday 27 August 2024 06:55:50 -0400 (0:00:00.054) 0:05:51.478 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Tuesday 27 August 2024 06:55:50 -0400 (0:00:00.074) 0:05:51.552 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Tuesday 27 August 2024 06:55:50 -0400 (0:00:00.061) 0:05:51.614 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Tuesday 27 August 2024 06:55:50 -0400 (0:00:00.044) 0:05:51.659 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Tuesday 27 August 2024 06:55:50 -0400 (0:00:00.055) 0:05:51.715 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Tuesday 27 August 2024 06:55:50 -0400 (0:00:00.068) 0:05:51.783 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Tuesday 27 August 2024 06:55:50 -0400 (0:00:00.066) 0:05:51.849 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Tuesday 27 August 2024 06:55:50 -0400 (0:00:00.056) 0:05:51.906 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Tuesday 27 August 2024 06:55:50 -0400 (0:00:00.056) 0:05:51.962 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Tuesday 27 August 2024 06:55:50 -0400 (0:00:00.059) 0:05:52.022 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Tuesday 27 August 2024 06:55:50 -0400 (0:00:00.057) 0:05:52.079 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Tuesday 27 August 2024 06:55:50 -0400 (0:00:00.059) 0:05:52.139 ******** ok: [managed_node3] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Tuesday 27 August 2024 06:55:51 -0400 (0:00:00.407) 0:05:52.547 ******** ok: [managed_node3] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Tuesday 27 August 2024 06:55:51 -0400 (0:00:00.398) 0:05:52.945 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_expected_size": "5368709120" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Tuesday 27 August 2024 06:55:51 -0400 (0:00:00.070) 0:05:53.015 ******** ok: [managed_node3] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Tuesday 27 August 2024 06:55:51 -0400 (0:00:00.060) 0:05:53.076 ******** ok: [managed_node3] => { "bytes": 10737418240, "changed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Tuesday 27 August 2024 06:55:52 -0400 (0:00:00.396) 0:05:53.473 ******** skipping: [managed_node3] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Tuesday 27 August 2024 06:55:52 -0400 (0:00:00.050) 0:05:53.524 ******** skipping: [managed_node3] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Tuesday 27 August 2024 06:55:52 -0400 (0:00:00.050) 0:05:53.574 ******** skipping: [managed_node3] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Tuesday 27 August 2024 06:55:52 -0400 (0:00:00.053) 0:05:53.628 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Tuesday 27 August 2024 06:55:52 -0400 (0:00:00.056) 0:05:53.685 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Tuesday 27 August 2024 06:55:52 -0400 (0:00:00.039) 0:05:53.725 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Tuesday 27 August 2024 06:55:52 -0400 (0:00:00.037) 0:05:53.762 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Tuesday 27 August 2024 06:55:52 -0400 (0:00:00.036) 0:05:53.799 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Tuesday 27 August 2024 06:55:52 -0400 (0:00:00.037) 0:05:53.836 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Tuesday 27 August 2024 06:55:52 -0400 (0:00:00.041) 0:05:53.877 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Tuesday 27 August 2024 06:55:52 -0400 (0:00:00.038) 0:05:53.915 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Tuesday 27 August 2024 06:55:52 -0400 (0:00:00.037) 0:05:53.953 ******** skipping: [managed_node3] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Tuesday 27 August 2024 06:55:52 -0400 (0:00:00.037) 0:05:53.990 ******** skipping: [managed_node3] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Tuesday 27 August 2024 06:55:52 -0400 (0:00:00.036) 0:05:54.027 ******** skipping: [managed_node3] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Tuesday 27 August 2024 06:55:52 -0400 (0:00:00.036) 0:05:54.064 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Tuesday 27 August 2024 06:55:52 -0400 (0:00:00.039) 0:05:54.104 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Tuesday 27 August 2024 06:55:53 -0400 (0:00:00.098) 0:05:54.203 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Tuesday 27 August 2024 06:55:53 -0400 (0:00:00.037) 0:05:54.241 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Tuesday 27 August 2024 06:55:53 -0400 (0:00:00.036) 0:05:54.278 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Tuesday 27 August 2024 06:55:53 -0400 (0:00:00.037) 0:05:54.315 ******** ok: [managed_node3] => { "storage_test_actual_size": { "bytes": 5368709120, "changed": false, "failed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Tuesday 27 August 2024 06:55:53 -0400 (0:00:00.043) 0:05:54.359 ******** ok: [managed_node3] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Tuesday 27 August 2024 06:55:53 -0400 (0:00:00.039) 0:05:54.399 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Tuesday 27 August 2024 06:55:53 -0400 (0:00:00.052) 0:05:54.451 ******** ok: [managed_node3] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.019812", "end": "2024-08-27 06:55:53.569821", "rc": 0, "start": "2024-08-27 06:55:53.550009" } STDOUT: LVM2_LV_NAME=test1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Tuesday 27 August 2024 06:55:53 -0400 (0:00:00.338) 0:05:54.790 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Tuesday 27 August 2024 06:55:53 -0400 (0:00:00.048) 0:05:54.838 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Tuesday 27 August 2024 06:55:53 -0400 (0:00:00.049) 0:05:54.887 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Tuesday 27 August 2024 06:55:53 -0400 (0:00:00.039) 0:05:54.927 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Tuesday 27 August 2024 06:55:53 -0400 (0:00:00.039) 0:05:54.967 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Tuesday 27 August 2024 06:55:53 -0400 (0:00:00.040) 0:05:55.007 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Tuesday 27 August 2024 06:55:53 -0400 (0:00:00.039) 0:05:55.047 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Tuesday 27 August 2024 06:55:53 -0400 (0:00:00.040) 0:05:55.088 ******** TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Tuesday 27 August 2024 06:55:53 -0400 (0:00:00.034) 0:05:55.122 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Clean up] **************************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:302 Tuesday 27 August 2024 06:55:54 -0400 (0:00:00.037) 0:05:55.160 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Tuesday 27 August 2024 06:55:54 -0400 (0:00:00.204) 0:05:55.364 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed_node3 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Tuesday 27 August 2024 06:55:54 -0400 (0:00:00.057) 0:05:55.422 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Tuesday 27 August 2024 06:55:54 -0400 (0:00:00.047) 0:05:55.470 ******** skipping: [managed_node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node3] => (item=CentOS_7.yml) => { "ansible_facts": { "__storage_blivet_diskvolume_mkfs_option_map": { "ext2": "-F", "ext3": "-F", "ext4": "-F" }, "blivet_package_list": [ "python-enum34", "python-blivet3", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed_node3] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Tuesday 27 August 2024 06:55:54 -0400 (0:00:00.089) 0:05:55.559 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Tuesday 27 August 2024 06:55:54 -0400 (0:00:00.035) 0:05:55.595 ******** skipping: [managed_node3] => { "changed": false, "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: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Tuesday 27 August 2024 06:55:54 -0400 (0:00:00.036) 0:05:55.632 ******** ok: [managed_node3] => { "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: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Tuesday 27 August 2024 06:55:54 -0400 (0:00:00.036) 0:05:55.669 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Tuesday 27 August 2024 06:55:54 -0400 (0:00:00.046) 0:05:55.715 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed_node3 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Tuesday 27 August 2024 06:55:54 -0400 (0:00:00.092) 0:05:55.808 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Tuesday 27 August 2024 06:55:54 -0400 (0:00:00.037) 0:05:55.846 ******** ok: [managed_node3] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "state": "absent", "volumes": [ { "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Tuesday 27 August 2024 06:55:54 -0400 (0:00:00.045) 0:05:55.891 ******** ok: [managed_node3] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Tuesday 27 August 2024 06:55:54 -0400 (0:00:00.042) 0:05:55.933 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Tuesday 27 August 2024 06:55:54 -0400 (0:00:00.036) 0:05:55.970 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Tuesday 27 August 2024 06:55:54 -0400 (0:00:00.037) 0:05:56.008 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Tuesday 27 August 2024 06:55:54 -0400 (0:00:00.036) 0:05:56.045 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Tuesday 27 August 2024 06:55:54 -0400 (0:00:00.035) 0:05:56.081 ******** ok: [managed_node3] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Tuesday 27 August 2024 06:55:54 -0400 (0:00:00.053) 0:05:56.135 ******** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Tuesday 27 August 2024 06:55:55 -0400 (0:00:00.035) 0:05:56.170 ******** changed: [managed_node3] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test1", "fs_type": "ext2" }, { "action": "destroy device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "ext2", "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "absent" } ], "packages": [ "e2fsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext2", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Tuesday 27 August 2024 06:55:59 -0400 (0:00:04.223) 0:06:00.394 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Tuesday 27 August 2024 06:55:59 -0400 (0:00:00.048) 0:06:00.443 ******** ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724756082.013154, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "c6abf0a388bb293ed38f7a11686eb491e2373da7", "ctime": 1724756082.010154, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 263614, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724756082.010154, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1280, "uid": 0, "version": "18446744072886413789", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Tuesday 27 August 2024 06:55:59 -0400 (0:00:00.352) 0:06:00.795 ******** ok: [managed_node3] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Tuesday 27 August 2024 06:55:59 -0400 (0:00:00.356) 0:06:01.152 ******** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Tuesday 27 August 2024 06:56:00 -0400 (0:00:00.033) 0:06:01.186 ******** ok: [managed_node3] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test1", "fs_type": "ext2" }, { "action": "destroy device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "ext2", "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "absent" } ], "packages": [ "e2fsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext2", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Tuesday 27 August 2024 06:56:00 -0400 (0:00:00.048) 0:06:01.234 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext2", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Tuesday 27 August 2024 06:56:00 -0400 (0:00:00.046) 0:06:01.281 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Tuesday 27 August 2024 06:56:00 -0400 (0:00:00.041) 0:06:01.323 ******** changed: [managed_node3] => (item={u'src': u'/dev/mapper/foo-test1', u'state': u'absent', u'fstype': u'ext2', u'path': u'/opt/test1'}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext2", "mount_info": { "fstype": "ext2", "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "absent" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Tuesday 27 August 2024 06:56:00 -0400 (0:00:00.379) 0:06:01.702 ******** ok: [managed_node3] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Tuesday 27 August 2024 06:56:01 -0400 (0:00:00.608) 0:06:02.311 ******** TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Tuesday 27 August 2024 06:56:01 -0400 (0:00:00.050) 0:06:02.362 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Tuesday 27 August 2024 06:56:01 -0400 (0:00:00.107) 0:06:02.469 ******** ok: [managed_node3] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Tuesday 27 August 2024 06:56:01 -0400 (0:00:00.688) 0:06:03.157 ******** ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724753284.71151, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1724753282.8934937, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 263632, "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": 1724753282.8924935, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "18446744072886414410", "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: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Tuesday 27 August 2024 06:56:02 -0400 (0:00:00.586) 0:06:03.744 ******** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Tuesday 27 August 2024 06:56:02 -0400 (0:00:00.116) 0:06:03.861 ******** ok: [managed_node3] TASK [Verify role results] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:315 Tuesday 27 August 2024 06:56:03 -0400 (0:00:00.907) 0:06:04.769 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed_node3 TASK [Print out pool information] ********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Tuesday 27 August 2024 06:56:03 -0400 (0:00:00.207) 0:06:04.976 ******** ok: [managed_node3] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext2", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Tuesday 27 August 2024 06:56:03 -0400 (0:00:00.084) 0:06:05.061 ******** skipping: [managed_node3] => {} TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Tuesday 27 August 2024 06:56:03 -0400 (0:00:00.064) 0:06:05.125 ******** ok: [managed_node3] => { "changed": false, "info": { "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "ext4", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "c7b7d6a5-fd01-4b9b-bcca-153eaff9d312" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Tuesday 27 August 2024 06:56:05 -0400 (0:00:01.569) 0:06:06.695 ******** ok: [managed_node3] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003529", "end": "2024-08-27 06:56:05.898956", "rc": 0, "start": "2024-08-27 06:56:05.895427" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Thu Jun 20 10:23:46 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk' # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info # UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312 / ext4 defaults 1 1 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Tuesday 27 August 2024 06:56:05 -0400 (0:00:00.445) 0:06:07.147 ******** ok: [managed_node3] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003421", "end": "2024-08-27 06:56:06.326068", "failed_when_result": false, "rc": 0, "start": "2024-08-27 06:56:06.322647" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Tuesday 27 August 2024 06:56:06 -0400 (0:00:00.466) 0:06:07.614 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed_node3 TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Tuesday 27 August 2024 06:56:06 -0400 (0:00:00.191) 0:06:07.806 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Tuesday 27 August 2024 06:56:06 -0400 (0:00:00.075) 0:06:07.881 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Tuesday 27 August 2024 06:56:06 -0400 (0:00:00.128) 0:06:08.010 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Tuesday 27 August 2024 06:56:06 -0400 (0:00:00.102) 0:06:08.113 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed_node3 TASK [Set test variables] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Tuesday 27 August 2024 06:56:07 -0400 (0:00:00.217) 0:06:08.330 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_count": "0", "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Tuesday 27 August 2024 06:56:07 -0400 (0:00:00.082) 0:06:08.413 ******** TASK [Set pvs lvm length] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Tuesday 27 August 2024 06:56:07 -0400 (0:00:00.051) 0:06:08.464 ******** ok: [managed_node3] => { "ansible_facts": { "__pvs_lvm_len": "0" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Tuesday 27 August 2024 06:56:07 -0400 (0:00:00.071) 0:06:08.536 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_pool_pvs": [] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Tuesday 27 August 2024 06:56:07 -0400 (0:00:00.093) 0:06:08.629 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Tuesday 27 August 2024 06:56:07 -0400 (0:00:00.127) 0:06:08.757 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Tuesday 27 August 2024 06:56:07 -0400 (0:00:00.113) 0:06:08.871 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Tuesday 27 August 2024 06:56:07 -0400 (0:00:00.142) 0:06:09.013 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Tuesday 27 August 2024 06:56:07 -0400 (0:00:00.058) 0:06:09.071 ******** TASK [Check that blivet supports PV grow to fill] ****************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Tuesday 27 August 2024 06:56:07 -0400 (0:00:00.058) 0:06:09.130 ******** ok: [managed_node3] => { "changed": false, "rc": 0 } STDOUT: False STDERR: Shared connection to 10.31.41.77 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Tuesday 27 August 2024 06:56:08 -0400 (0:00:00.337) 0:06:09.468 ******** TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Tuesday 27 August 2024 06:56:08 -0400 (0:00:00.055) 0:06:09.524 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed_node3 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Tuesday 27 August 2024 06:56:08 -0400 (0:00:00.093) 0:06:09.617 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Tuesday 27 August 2024 06:56:08 -0400 (0:00:00.036) 0:06:09.654 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Tuesday 27 August 2024 06:56:08 -0400 (0:00:00.044) 0:06:09.698 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Tuesday 27 August 2024 06:56:08 -0400 (0:00:00.074) 0:06:09.773 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Tuesday 27 August 2024 06:56:08 -0400 (0:00:00.080) 0:06:09.853 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Tuesday 27 August 2024 06:56:08 -0400 (0:00:00.054) 0:06:09.907 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Tuesday 27 August 2024 06:56:08 -0400 (0:00:00.076) 0:06:09.984 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Tuesday 27 August 2024 06:56:08 -0400 (0:00:00.104) 0:06:10.088 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Tuesday 27 August 2024 06:56:09 -0400 (0:00:00.113) 0:06:10.202 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Tuesday 27 August 2024 06:56:09 -0400 (0:00:00.062) 0:06:10.265 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Tuesday 27 August 2024 06:56:09 -0400 (0:00:00.065) 0:06:10.330 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Tuesday 27 August 2024 06:56:09 -0400 (0:00:00.068) 0:06:10.399 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed_node3 TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Tuesday 27 August 2024 06:56:09 -0400 (0:00:00.140) 0:06:10.539 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml for managed_node3 TASK [Get information about the LV] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:8 Tuesday 27 August 2024 06:56:09 -0400 (0:00:00.246) 0:06:10.786 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:16 Tuesday 27 August 2024 06:56:09 -0400 (0:00:00.056) 0:06:10.842 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:20 Tuesday 27 August 2024 06:56:09 -0400 (0:00:00.055) 0:06:10.898 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Tuesday 27 August 2024 06:56:09 -0400 (0:00:00.061) 0:06:10.960 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Tuesday 27 August 2024 06:56:09 -0400 (0:00:00.070) 0:06:11.030 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Tuesday 27 August 2024 06:56:09 -0400 (0:00:00.052) 0:06:11.083 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Tuesday 27 August 2024 06:56:09 -0400 (0:00:00.053) 0:06:11.136 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Tuesday 27 August 2024 06:56:10 -0400 (0:00:00.091) 0:06:11.228 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml for managed_node3 TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Tuesday 27 August 2024 06:56:10 -0400 (0:00:00.135) 0:06:11.363 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml for managed_node3 TASK [Get information about thinpool] ****************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Tuesday 27 August 2024 06:56:10 -0400 (0:00:00.120) 0:06:11.483 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Tuesday 27 August 2024 06:56:10 -0400 (0:00:00.095) 0:06:11.578 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Tuesday 27 August 2024 06:56:10 -0400 (0:00:00.057) 0:06:11.636 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Tuesday 27 August 2024 06:56:10 -0400 (0:00:00.061) 0:06:11.697 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Tuesday 27 August 2024 06:56:10 -0400 (0:00:00.066) 0:06:11.763 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed_node3 TASK [Set test variables] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Tuesday 27 August 2024 06:56:10 -0400 (0:00:00.148) 0:06:11.911 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Tuesday 27 August 2024 06:56:10 -0400 (0:00:00.094) 0:06:12.006 ******** TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Tuesday 27 August 2024 06:56:10 -0400 (0:00:00.057) 0:06:12.064 ******** TASK [Clear test variables] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Tuesday 27 August 2024 06:56:10 -0400 (0:00:00.067) 0:06:12.131 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Tuesday 27 August 2024 06:56:11 -0400 (0:00:00.082) 0:06:12.214 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml for managed_node3 TASK [Validate pool member VDO settings] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Tuesday 27 August 2024 06:56:11 -0400 (0:00:00.184) 0:06:12.398 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml for managed_node3 TASK [Get information about VDO deduplication] ********************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Tuesday 27 August 2024 06:56:11 -0400 (0:00:00.208) 0:06:12.606 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Tuesday 27 August 2024 06:56:11 -0400 (0:00:00.096) 0:06:12.703 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Tuesday 27 August 2024 06:56:11 -0400 (0:00:00.072) 0:06:12.775 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Tuesday 27 August 2024 06:56:11 -0400 (0:00:00.069) 0:06:12.845 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Tuesday 27 August 2024 06:56:11 -0400 (0:00:00.068) 0:06:12.914 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Tuesday 27 August 2024 06:56:11 -0400 (0:00:00.061) 0:06:12.976 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:46 Tuesday 27 August 2024 06:56:11 -0400 (0:00:00.066) 0:06:13.042 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Tuesday 27 August 2024 06:56:11 -0400 (0:00:00.067) 0:06:13.110 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed_node3 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Tuesday 27 August 2024 06:56:12 -0400 (0:00:00.246) 0:06:13.357 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Tuesday 27 August 2024 06:56:12 -0400 (0:00:00.076) 0:06:13.433 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Tuesday 27 August 2024 06:56:12 -0400 (0:00:00.086) 0:06:13.520 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Tuesday 27 August 2024 06:56:12 -0400 (0:00:00.079) 0:06:13.599 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Tuesday 27 August 2024 06:56:12 -0400 (0:00:00.091) 0:06:13.690 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Tuesday 27 August 2024 06:56:12 -0400 (0:00:00.078) 0:06:13.768 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Tuesday 27 August 2024 06:56:12 -0400 (0:00:00.074) 0:06:13.843 ******** ok: [managed_node3] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Tuesday 27 August 2024 06:56:12 -0400 (0:00:00.091) 0:06:13.934 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed_node3 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Tuesday 27 August 2024 06:56:12 -0400 (0:00:00.165) 0:06:14.099 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_volume_present": false, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Tuesday 27 August 2024 06:56:13 -0400 (0:00:00.091) 0:06:14.190 ******** included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed_node3 included: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed_node3 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Tuesday 27 August 2024 06:56:13 -0400 (0:00:00.344) 0:06:14.535 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Tuesday 27 August 2024 06:56:13 -0400 (0:00:00.066) 0:06:14.602 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Tuesday 27 August 2024 06:56:13 -0400 (0:00:00.065) 0:06:14.668 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Tuesday 27 August 2024 06:56:13 -0400 (0:00:00.091) 0:06:14.760 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Tuesday 27 August 2024 06:56:13 -0400 (0:00:00.108) 0:06:14.868 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Tuesday 27 August 2024 06:56:13 -0400 (0:00:00.056) 0:06:14.924 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Tuesday 27 August 2024 06:56:13 -0400 (0:00:00.089) 0:06:15.014 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Tuesday 27 August 2024 06:56:13 -0400 (0:00:00.059) 0:06:15.073 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Tuesday 27 August 2024 06:56:13 -0400 (0:00:00.055) 0:06:15.129 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Tuesday 27 August 2024 06:56:14 -0400 (0:00:00.082) 0:06:15.211 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Tuesday 27 August 2024 06:56:14 -0400 (0:00:00.169) 0:06:15.381 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Tuesday 27 August 2024 06:56:14 -0400 (0:00:00.060) 0:06:15.442 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "0", "storage_test_fstab_expected_mount_options_matches": "0", "storage_test_fstab_expected_mount_point_matches": "0", "storage_test_fstab_id_matches": [], "storage_test_fstab_mount_options_matches": [], "storage_test_fstab_mount_point_matches": [] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Tuesday 27 August 2024 06:56:14 -0400 (0:00:00.097) 0:06:15.539 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Tuesday 27 August 2024 06:56:14 -0400 (0:00:00.081) 0:06:15.621 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Tuesday 27 August 2024 06:56:14 -0400 (0:00:00.082) 0:06:15.703 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Tuesday 27 August 2024 06:56:14 -0400 (0:00:00.056) 0:06:15.760 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:51 Tuesday 27 August 2024 06:56:14 -0400 (0:00:00.074) 0:06:15.835 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Tuesday 27 August 2024 06:56:14 -0400 (0:00:00.112) 0:06:15.948 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Tuesday 27 August 2024 06:56:14 -0400 (0:00:00.128) 0:06:16.076 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Tuesday 27 August 2024 06:56:15 -0400 (0:00:00.092) 0:06:16.176 ******** ok: [managed_node3] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Tuesday 27 August 2024 06:56:15 -0400 (0:00:00.412) 0:06:16.588 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Tuesday 27 August 2024 06:56:15 -0400 (0:00:00.043) 0:06:16.632 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Tuesday 27 August 2024 06:56:15 -0400 (0:00:00.056) 0:06:16.689 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Tuesday 27 August 2024 06:56:15 -0400 (0:00:00.035) 0:06:16.724 ******** ok: [managed_node3] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Tuesday 27 August 2024 06:56:15 -0400 (0:00:00.043) 0:06:16.768 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Tuesday 27 August 2024 06:56:15 -0400 (0:00:00.034) 0:06:16.802 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Tuesday 27 August 2024 06:56:15 -0400 (0:00:00.033) 0:06:16.835 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Tuesday 27 August 2024 06:56:15 -0400 (0:00:00.041) 0:06:16.877 ******** ok: [managed_node3] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Tuesday 27 August 2024 06:56:16 -0400 (0:00:00.694) 0:06:17.572 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Tuesday 27 August 2024 06:56:16 -0400 (0:00:00.059) 0:06:17.631 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Tuesday 27 August 2024 06:56:16 -0400 (0:00:00.067) 0:06:17.698 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Tuesday 27 August 2024 06:56:16 -0400 (0:00:00.058) 0:06:17.756 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Tuesday 27 August 2024 06:56:16 -0400 (0:00:00.061) 0:06:17.817 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Tuesday 27 August 2024 06:56:16 -0400 (0:00:00.072) 0:06:17.890 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Tuesday 27 August 2024 06:56:16 -0400 (0:00:00.065) 0:06:17.956 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Tuesday 27 August 2024 06:56:16 -0400 (0:00:00.053) 0:06:18.009 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Tuesday 27 August 2024 06:56:16 -0400 (0:00:00.048) 0:06:18.058 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Tuesday 27 August 2024 06:56:16 -0400 (0:00:00.097) 0:06:18.156 ******** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Tuesday 27 August 2024 06:56:17 -0400 (0:00:00.067) 0:06:18.223 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Tuesday 27 August 2024 06:56:17 -0400 (0:00:00.069) 0:06:18.293 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Tuesday 27 August 2024 06:56:17 -0400 (0:00:00.046) 0:06:18.339 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Tuesday 27 August 2024 06:56:17 -0400 (0:00:00.081) 0:06:18.421 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Tuesday 27 August 2024 06:56:17 -0400 (0:00:00.081) 0:06:18.502 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Tuesday 27 August 2024 06:56:17 -0400 (0:00:00.074) 0:06:18.577 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Tuesday 27 August 2024 06:56:17 -0400 (0:00:00.060) 0:06:18.637 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Tuesday 27 August 2024 06:56:17 -0400 (0:00:00.056) 0:06:18.694 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Tuesday 27 August 2024 06:56:17 -0400 (0:00:00.056) 0:06:18.750 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Tuesday 27 August 2024 06:56:17 -0400 (0:00:00.060) 0:06:18.810 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Tuesday 27 August 2024 06:56:17 -0400 (0:00:00.055) 0:06:18.865 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Tuesday 27 August 2024 06:56:17 -0400 (0:00:00.055) 0:06:18.921 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Tuesday 27 August 2024 06:56:17 -0400 (0:00:00.056) 0:06:18.977 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Tuesday 27 August 2024 06:56:17 -0400 (0:00:00.068) 0:06:19.045 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Tuesday 27 August 2024 06:56:17 -0400 (0:00:00.098) 0:06:19.144 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Tuesday 27 August 2024 06:56:18 -0400 (0:00:00.071) 0:06:19.215 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Tuesday 27 August 2024 06:56:18 -0400 (0:00:00.077) 0:06:19.292 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Tuesday 27 August 2024 06:56:18 -0400 (0:00:00.083) 0:06:19.375 ******** ok: [managed_node3] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Tuesday 27 August 2024 06:56:18 -0400 (0:00:00.071) 0:06:19.447 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Tuesday 27 August 2024 06:56:18 -0400 (0:00:00.079) 0:06:19.526 ******** skipping: [managed_node3] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Tuesday 27 August 2024 06:56:18 -0400 (0:00:00.058) 0:06:19.585 ******** skipping: [managed_node3] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Tuesday 27 August 2024 06:56:18 -0400 (0:00:00.059) 0:06:19.645 ******** skipping: [managed_node3] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Tuesday 27 August 2024 06:56:18 -0400 (0:00:00.066) 0:06:19.712 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Tuesday 27 August 2024 06:56:18 -0400 (0:00:00.057) 0:06:19.769 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Tuesday 27 August 2024 06:56:18 -0400 (0:00:00.064) 0:06:19.833 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Tuesday 27 August 2024 06:56:18 -0400 (0:00:00.057) 0:06:19.891 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Tuesday 27 August 2024 06:56:18 -0400 (0:00:00.056) 0:06:19.947 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Tuesday 27 August 2024 06:56:18 -0400 (0:00:00.060) 0:06:20.008 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Tuesday 27 August 2024 06:56:18 -0400 (0:00:00.059) 0:06:20.067 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Tuesday 27 August 2024 06:56:18 -0400 (0:00:00.068) 0:06:20.136 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Tuesday 27 August 2024 06:56:19 -0400 (0:00:00.059) 0:06:20.195 ******** skipping: [managed_node3] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Tuesday 27 August 2024 06:56:19 -0400 (0:00:00.055) 0:06:20.251 ******** skipping: [managed_node3] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Tuesday 27 August 2024 06:56:19 -0400 (0:00:00.064) 0:06:20.315 ******** skipping: [managed_node3] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Tuesday 27 August 2024 06:56:19 -0400 (0:00:00.113) 0:06:20.429 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Tuesday 27 August 2024 06:56:19 -0400 (0:00:00.273) 0:06:20.702 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Tuesday 27 August 2024 06:56:19 -0400 (0:00:00.069) 0:06:20.772 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Tuesday 27 August 2024 06:56:19 -0400 (0:00:00.075) 0:06:20.848 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Tuesday 27 August 2024 06:56:19 -0400 (0:00:00.081) 0:06:20.929 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Tuesday 27 August 2024 06:56:19 -0400 (0:00:00.071) 0:06:21.001 ******** ok: [managed_node3] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Tuesday 27 August 2024 06:56:19 -0400 (0:00:00.097) 0:06:21.098 ******** ok: [managed_node3] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Tuesday 27 August 2024 06:56:20 -0400 (0:00:00.072) 0:06:21.171 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Tuesday 27 August 2024 06:56:20 -0400 (0:00:00.117) 0:06:21.289 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Tuesday 27 August 2024 06:56:20 -0400 (0:00:00.106) 0:06:21.395 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Tuesday 27 August 2024 06:56:20 -0400 (0:00:00.073) 0:06:21.468 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Tuesday 27 August 2024 06:56:20 -0400 (0:00:00.058) 0:06:21.527 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Tuesday 27 August 2024 06:56:20 -0400 (0:00:00.055) 0:06:21.582 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Tuesday 27 August 2024 06:56:20 -0400 (0:00:00.063) 0:06:21.646 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Tuesday 27 August 2024 06:56:20 -0400 (0:00:00.065) 0:06:21.711 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Tuesday 27 August 2024 06:56:20 -0400 (0:00:00.061) 0:06:21.772 ******** ok: [managed_node3] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Tuesday 27 August 2024 06:56:20 -0400 (0:00:00.084) 0:06:21.857 ******** TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Tuesday 27 August 2024 06:56:20 -0400 (0:00:00.065) 0:06:21.923 ******** ok: [managed_node3] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Gather package facts] **************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:318 Tuesday 27 August 2024 06:56:20 -0400 (0:00:00.072) 0:06:21.995 ******** ok: [managed_node3] => { "ansible_facts": { "packages": { "NetworkManager": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "2.el7_9", "source": "rpm", "version": "1.18.8" } ], "NetworkManager-libnm": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "2.el7_9", "source": "rpm", "version": "1.18.8" } ], "NetworkManager-team": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-team", "release": "2.el7_9", "source": "rpm", "version": "1.18.8" } ], "NetworkManager-tui": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-tui", "release": "2.el7_9", "source": "rpm", "version": "1.18.8" } ], "PyYAML": [ { "arch": "x86_64", "epoch": null, "name": "PyYAML", "release": "11.el7", "source": "rpm", "version": "3.10" } ], "acl": [ { "arch": "x86_64", "epoch": null, "name": "acl", "release": "15.el7", "source": "rpm", "version": "2.2.51" } ], "aic94xx-firmware": [ { "arch": "noarch", "epoch": null, "name": "aic94xx-firmware", "release": "6.el7", "source": "rpm", "version": "30" } ], "alsa-firmware": [ { "arch": "noarch", "epoch": null, "name": "alsa-firmware", "release": "2.el7", "source": "rpm", "version": "1.0.28" } ], "alsa-lib": [ { "arch": "x86_64", "epoch": null, "name": "alsa-lib", "release": "1.el7", "source": "rpm", "version": "1.1.8" } ], "alsa-tools-firmware": [ { "arch": "x86_64", "epoch": null, "name": "alsa-tools-firmware", "release": "1.el7", "source": "rpm", "version": "1.1.0" } ], "aspell": [ { "arch": "x86_64", "epoch": 12, "name": "aspell", "release": "9.el7", "source": "rpm", "version": "0.60.6.1" } ], "audit": [ { "arch": "x86_64", "epoch": null, "name": "audit", "release": "4.el7", "source": "rpm", "version": "2.8.5" } ], "audit-libs": [ { "arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "4.el7", "source": "rpm", "version": "2.8.5" } ], "audit-libs-python": [ { "arch": "x86_64", "epoch": null, "name": "audit-libs-python", "release": "4.el7", "source": "rpm", "version": "2.8.5" } ], "authconfig": [ { "arch": "x86_64", "epoch": null, "name": "authconfig", "release": "30.el7", "source": "rpm", "version": "6.2.8" } ], "avahi-libs": [ { "arch": "x86_64", "epoch": null, "name": "avahi-libs", "release": "20.el7", "source": "rpm", "version": "0.6.31" } ], "basesystem": [ { "arch": "noarch", "epoch": null, "name": "basesystem", "release": "7.el7.centos", "source": "rpm", "version": "10.0" } ], "bash": [ { "arch": "x86_64", "epoch": null, "name": "bash", "release": "35.el7_9", "source": "rpm", "version": "4.2.46" } ], "bc": [ { "arch": "x86_64", "epoch": null, "name": "bc", "release": "13.el7", "source": "rpm", "version": "1.06.95" } ], "beakerlib": [ { "arch": "noarch", "epoch": null, "name": "beakerlib", "release": "1.el7bkr", "source": "rpm", "version": "1.29.3" } ], "beakerlib-redhat": [ { "arch": "noarch", "epoch": null, "name": "beakerlib-redhat", "release": "33.el7bkr", "source": "rpm", "version": "1" } ], "bind-export-libs": [ { "arch": "x86_64", "epoch": 32, "name": "bind-export-libs", "release": "26.P2.el7_9.16", "source": "rpm", "version": "9.11.4" } ], "binutils": [ { "arch": "x86_64", "epoch": null, "name": "binutils", "release": "44.base.el7_9.1", "source": "rpm", "version": "2.27" } ], "biosdevname": [ { "arch": "x86_64", "epoch": null, "name": "biosdevname", "release": "2.el7", "source": "rpm", "version": "0.7.3" } ], "blivet3-data": [ { "arch": "noarch", "epoch": 1, "name": "blivet3-data", "release": "3.el7", "source": "rpm", "version": "3.1.3" } ], "boost-date-time": [ { "arch": "x86_64", "epoch": null, "name": "boost-date-time", "release": "28.el7", "source": "rpm", "version": "1.53.0" } ], "boost-system": [ { "arch": "x86_64", "epoch": null, "name": "boost-system", "release": "28.el7", "source": "rpm", "version": "1.53.0" } ], "boost-thread": [ { "arch": "x86_64", "epoch": null, "name": "boost-thread", "release": "28.el7", "source": "rpm", "version": "1.53.0" } ], "btrfs-progs": [ { "arch": "x86_64", "epoch": null, "name": "btrfs-progs", "release": "1.el7", "source": "rpm", "version": "4.9.1" } ], "bzip2-libs": [ { "arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "13.el7", "source": "rpm", "version": "1.0.6" } ], "ca-certificates": [ { "arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "72.el7_9", "source": "rpm", "version": "2023.2.60_v7.0.306" } ], "centos-logos": [ { "arch": "noarch", "epoch": null, "name": "centos-logos", "release": "3.el7.centos", "source": "rpm", "version": "70.0.6" } ], "centos-release": [ { "arch": "x86_64", "epoch": null, "name": "centos-release", "release": "9.2009.2.el7.centos", "source": "rpm", "version": "7" } ], "checkpolicy": [ { "arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "8.el7", "source": "rpm", "version": "2.5" } ], "chkconfig": [ { "arch": "x86_64", "epoch": null, "name": "chkconfig", "release": "1.el7", "source": "rpm", "version": "1.7.6" } ], "chrony": [ { "arch": "x86_64", "epoch": null, "name": "chrony", "release": "1.el7", "source": "rpm", "version": "3.4" } ], "cloud-init": [ { "arch": "x86_64", "epoch": null, "name": "cloud-init", "release": "24.el7", "source": "rpm", "version": "0.7.9" } ], "cloud-utils-growpart": [ { "arch": "noarch", "epoch": null, "name": "cloud-utils-growpart", "release": "5.el7", "source": "rpm", "version": "0.29" } ], "coreutils": [ { "arch": "x86_64", "epoch": null, "name": "coreutils", "release": "24.el7_9.2", "source": "rpm", "version": "8.22" } ], "cpio": [ { "arch": "x86_64", "epoch": null, "name": "cpio", "release": "28.el7", "source": "rpm", "version": "2.11" } ], "cpp": [ { "arch": "x86_64", "epoch": null, "name": "cpp", "release": "44.el7", "source": "rpm", "version": "4.8.5" } ], "cracklib": [ { "arch": "x86_64", "epoch": null, "name": "cracklib", "release": "11.el7", "source": "rpm", "version": "2.9.0" } ], "cracklib-dicts": [ { "arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "11.el7", "source": "rpm", "version": "2.9.0" } ], "cronie": [ { "arch": "x86_64", "epoch": null, "name": "cronie", "release": "25.el7_9", "source": "rpm", "version": "1.4.11" } ], "cronie-anacron": [ { "arch": "x86_64", "epoch": null, "name": "cronie-anacron", "release": "25.el7_9", "source": "rpm", "version": "1.4.11" } ], "crontabs": [ { "arch": "noarch", "epoch": null, "name": "crontabs", "release": "6.20121102git.el7", "source": "rpm", "version": "1.11" } ], "cryptsetup": [ { "arch": "x86_64", "epoch": null, "name": "cryptsetup", "release": "6.el7", "source": "rpm", "version": "2.0.3" } ], "cryptsetup-libs": [ { "arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "6.el7", "source": "rpm", "version": "2.0.3" } ], "curl": [ { "arch": "x86_64", "epoch": null, "name": "curl", "release": "59.el7_9.2", "source": "rpm", "version": "7.29.0" } ], "cyrus-sasl-lib": [ { "arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "24.el7_9", "source": "rpm", "version": "2.1.26" } ], "dbus": [ { "arch": "x86_64", "epoch": 1, "name": "dbus", "release": "15.el7", "source": "rpm", "version": "1.10.24" } ], "dbus-glib": [ { "arch": "x86_64", "epoch": null, "name": "dbus-glib", "release": "7.el7", "source": "rpm", "version": "0.100" } ], "dbus-libs": [ { "arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "15.el7", "source": "rpm", "version": "1.10.24" } ], "dbus-python": [ { "arch": "x86_64", "epoch": null, "name": "dbus-python", "release": "9.el7", "source": "rpm", "version": "1.1.1" } ], "device-mapper": [ { "arch": "x86_64", "epoch": 7, "name": "device-mapper", "release": "6.el7_9.5", "source": "rpm", "version": "1.02.170" } ], "device-mapper-event": [ { "arch": "x86_64", "epoch": 7, "name": "device-mapper-event", "release": "6.el7_9.5", "source": "rpm", "version": "1.02.170" } ], "device-mapper-event-libs": [ { "arch": "x86_64", "epoch": 7, "name": "device-mapper-event-libs", "release": "6.el7_9.5", "source": "rpm", "version": "1.02.170" } ], "device-mapper-libs": [ { "arch": "x86_64", "epoch": 7, "name": "device-mapper-libs", "release": "6.el7_9.5", "source": "rpm", "version": "1.02.170" } ], "device-mapper-persistent-data": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-persistent-data", "release": "3.el7_9.2", "source": "rpm", "version": "0.8.5" } ], "dhclient": [ { "arch": "x86_64", "epoch": 12, "name": "dhclient", "release": "83.el7.centos.2", "source": "rpm", "version": "4.2.5" } ], "dhcp-common": [ { "arch": "x86_64", "epoch": 12, "name": "dhcp-common", "release": "83.el7.centos.2", "source": "rpm", "version": "4.2.5" } ], "dhcp-libs": [ { "arch": "x86_64", "epoch": 12, "name": "dhcp-libs", "release": "83.el7.centos.2", "source": "rpm", "version": "4.2.5" } ], "diffutils": [ { "arch": "x86_64", "epoch": null, "name": "diffutils", "release": "6.el7_9", "source": "rpm", "version": "3.3" } ], "dmidecode": [ { "arch": "x86_64", "epoch": 1, "name": "dmidecode", "release": "5.el7_9.1", "source": "rpm", "version": "3.2" } ], "dmraid": [ { "arch": "x86_64", "epoch": null, "name": "dmraid", "release": "28.el7", "source": "rpm", "version": "1.0.0.rc16" } ], "dmraid-events": [ { "arch": "x86_64", "epoch": null, "name": "dmraid-events", "release": "28.el7", "source": "rpm", "version": "1.0.0.rc16" } ], "dracut": [ { "arch": "x86_64", "epoch": null, "name": "dracut", "release": "572.el7", "source": "rpm", "version": "033" } ], "dracut-config-rescue": [ { "arch": "x86_64", "epoch": null, "name": "dracut-config-rescue", "release": "572.el7", "source": "rpm", "version": "033" } ], "dracut-network": [ { "arch": "x86_64", "epoch": null, "name": "dracut-network", "release": "572.el7", "source": "rpm", "version": "033" } ], "dyninst": [ { "arch": "x86_64", "epoch": null, "name": "dyninst", "release": "3.el7", "source": "rpm", "version": "9.3.1" } ], "e2fsprogs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "19.el7", "source": "rpm", "version": "1.42.9" } ], "e2fsprogs-libs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "19.el7", "source": "rpm", "version": "1.42.9" } ], "ebtables": [ { "arch": "x86_64", "epoch": null, "name": "ebtables", "release": "16.el7", "source": "rpm", "version": "2.0.10" } ], "efivar-libs": [ { "arch": "x86_64", "epoch": null, "name": "efivar-libs", "release": "12.el7", "source": "rpm", "version": "36" } ], "elfutils-default-yama-scope": [ { "arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "5.el7", "source": "rpm", "version": "0.176" } ], "elfutils-libelf": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "5.el7", "source": "rpm", "version": "0.176" } ], "elfutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "5.el7", "source": "rpm", "version": "0.176" } ], "epel-release": [ { "arch": "noarch", "epoch": null, "name": "epel-release", "release": "14", "source": "rpm", "version": "7" } ], "ethtool": [ { "arch": "x86_64", "epoch": 2, "name": "ethtool", "release": "10.el7", "source": "rpm", "version": "4.8" } ], "expat": [ { "arch": "x86_64", "epoch": null, "name": "expat", "release": "15.el7_9", "source": "rpm", "version": "2.1.0" } ], "file": [ { "arch": "x86_64", "epoch": null, "name": "file", "release": "37.el7", "source": "rpm", "version": "5.11" } ], "file-libs": [ { "arch": "x86_64", "epoch": null, "name": "file-libs", "release": "37.el7", "source": "rpm", "version": "5.11" } ], "filesystem": [ { "arch": "x86_64", "epoch": null, "name": "filesystem", "release": "25.el7", "source": "rpm", "version": "3.2" } ], "findutils": [ { "arch": "x86_64", "epoch": 1, "name": "findutils", "release": "6.el7", "source": "rpm", "version": "4.5.11" } ], "fipscheck": [ { "arch": "x86_64", "epoch": null, "name": "fipscheck", "release": "6.el7", "source": "rpm", "version": "1.4.1" } ], "fipscheck-lib": [ { "arch": "x86_64", "epoch": null, "name": "fipscheck-lib", "release": "6.el7", "source": "rpm", "version": "1.4.1" } ], "firewalld": [ { "arch": "noarch", "epoch": null, "name": "firewalld", "release": "13.el7_9", "source": "rpm", "version": "0.6.3" } ], "firewalld-filesystem": [ { "arch": "noarch", "epoch": null, "name": "firewalld-filesystem", "release": "13.el7_9", "source": "rpm", "version": "0.6.3" } ], "freetype": [ { "arch": "x86_64", "epoch": null, "name": "freetype", "release": "14.el7_9.1", "source": "rpm", "version": "2.8" } ], "fxload": [ { "arch": "x86_64", "epoch": null, "name": "fxload", "release": "16.el7", "source": "rpm", "version": "2002_04_11" } ], "gawk": [ { "arch": "x86_64", "epoch": null, "name": "gawk", "release": "4.el7_3.1", "source": "rpm", "version": "4.0.2" } ], "gcc": [ { "arch": "x86_64", "epoch": null, "name": "gcc", "release": "44.el7", "source": "rpm", "version": "4.8.5" } ], "gdbm": [ { "arch": "x86_64", "epoch": null, "name": "gdbm", "release": "8.el7", "source": "rpm", "version": "1.10" } ], "gettext": [ { "arch": "x86_64", "epoch": null, "name": "gettext", "release": "3.el7", "source": "rpm", "version": "0.19.8.1" } ], "gettext-libs": [ { "arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "3.el7", "source": "rpm", "version": "0.19.8.1" } ], "git": [ { "arch": "x86_64", "epoch": null, "name": "git", "release": "25.el7_9", "source": "rpm", "version": "1.8.3.1" } ], "glib2": [ { "arch": "x86_64", "epoch": null, "name": "glib2", "release": "9.el7_9", "source": "rpm", "version": "2.56.1" } ], "glibc": [ { "arch": "x86_64", "epoch": null, "name": "glibc", "release": "326.el7_9.3", "source": "rpm", "version": "2.17" } ], "glibc-common": [ { "arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "326.el7_9.3", "source": "rpm", "version": "2.17" } ], "glibc-devel": [ { "arch": "x86_64", "epoch": null, "name": "glibc-devel", "release": "326.el7_9.3", "source": "rpm", "version": "2.17" } ], "glibc-headers": [ { "arch": "x86_64", "epoch": null, "name": "glibc-headers", "release": "326.el7_9.3", "source": "rpm", "version": "2.17" } ], "gmp": [ { "arch": "x86_64", "epoch": 1, "name": "gmp", "release": "15.el7", "source": "rpm", "version": "6.0.0" } ], "gnupg2": [ { "arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "5.el7_5", "source": "rpm", "version": "2.0.22" } ], "gobject-introspection": [ { "arch": "x86_64", "epoch": null, "name": "gobject-introspection", "release": "1.el7", "source": "rpm", "version": "1.56.1" } ], "gpg-pubkey": [ { "arch": null, "epoch": null, "name": "gpg-pubkey", "release": "52ae6884", "source": "rpm", "version": "352c64e5" }, { "arch": null, "epoch": null, "name": "gpg-pubkey", "release": "53a7ff4b", "source": "rpm", "version": "f4a80eb5" } ], "gpgme": [ { "arch": "x86_64", "epoch": null, "name": "gpgme", "release": "5.el7", "source": "rpm", "version": "1.3.2" } ], "gpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "gpm-libs", "release": "6.el7", "source": "rpm", "version": "1.20.7" } ], "grep": [ { "arch": "x86_64", "epoch": null, "name": "grep", "release": "3.el7", "source": "rpm", "version": "2.20" } ], "groff-base": [ { "arch": "x86_64", "epoch": null, "name": "groff-base", "release": "8.el7", "source": "rpm", "version": "1.22.2" } ], "grub2": [ { "arch": "x86_64", "epoch": 1, "name": "grub2", "release": "0.87.0.2.el7.centos.14", "source": "rpm", "version": "2.02" } ], "grub2-common": [ { "arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "0.87.0.2.el7.centos.14", "source": "rpm", "version": "2.02" } ], "grub2-pc": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "0.87.0.2.el7.centos.14", "source": "rpm", "version": "2.02" } ], "grub2-pc-modules": [ { "arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "0.87.0.2.el7.centos.14", "source": "rpm", "version": "2.02" } ], "grub2-tools": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "0.87.0.2.el7.centos.14", "source": "rpm", "version": "2.02" } ], "grub2-tools-extra": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools-extra", "release": "0.87.0.2.el7.centos.14", "source": "rpm", "version": "2.02" } ], "grub2-tools-minimal": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "0.87.0.2.el7.centos.14", "source": "rpm", "version": "2.02" } ], "grubby": [ { "arch": "x86_64", "epoch": null, "name": "grubby", "release": "26.el7", "source": "rpm", "version": "8.28" } ], "gssproxy": [ { "arch": "x86_64", "epoch": null, "name": "gssproxy", "release": "30.el7_9", "source": "rpm", "version": "0.7.0" } ], "gzip": [ { "arch": "x86_64", "epoch": null, "name": "gzip", "release": "11.el7_9", "source": "rpm", "version": "1.5" } ], "hardlink": [ { "arch": "x86_64", "epoch": 1, "name": "hardlink", "release": "19.el7", "source": "rpm", "version": "1.0" } ], "hostname": [ { "arch": "x86_64", "epoch": null, "name": "hostname", "release": "3.el7_7.1", "source": "rpm", "version": "3.13" } ], "hwdata": [ { "arch": "x86_64", "epoch": null, "name": "hwdata", "release": "9.7.el7", "source": "rpm", "version": "0.252" } ], "info": [ { "arch": "x86_64", "epoch": null, "name": "info", "release": "5.el7", "source": "rpm", "version": "5.1" } ], "initscripts": [ { "arch": "x86_64", "epoch": null, "name": "initscripts", "release": "1.el7_9.1", "source": "rpm", "version": "9.49.53" } ], "iproute": [ { "arch": "x86_64", "epoch": null, "name": "iproute", "release": "30.el7", "source": "rpm", "version": "4.11.0" } ], "iprutils": [ { "arch": "x86_64", "epoch": null, "name": "iprutils", "release": "3.el7_7", "source": "rpm", "version": "2.4.17.1" } ], "ipset": [ { "arch": "x86_64", "epoch": null, "name": "ipset", "release": "1.el7", "source": "rpm", "version": "7.1" } ], "ipset-libs": [ { "arch": "x86_64", "epoch": null, "name": "ipset-libs", "release": "1.el7", "source": "rpm", "version": "7.1" } ], "iptables": [ { "arch": "x86_64", "epoch": null, "name": "iptables", "release": "35.el7", "source": "rpm", "version": "1.4.21" } ], "iputils": [ { "arch": "x86_64", "epoch": null, "name": "iputils", "release": "10.el7", "source": "rpm", "version": "20160308" } ], "irqbalance": [ { "arch": "x86_64", "epoch": 3, "name": "irqbalance", "release": "12.el7", "source": "rpm", "version": "1.0.7" } ], "ivtv-firmware": [ { "arch": "noarch", "epoch": 2, "name": "ivtv-firmware", "release": "26.el7", "source": "rpm", "version": "20080701" } ], "iwl100-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl100-firmware", "release": "82.el7_9", "source": "rpm", "version": "39.31.5.1" } ], "iwl1000-firmware": [ { "arch": "noarch", "epoch": 1, "name": "iwl1000-firmware", "release": "82.el7_9", "source": "rpm", "version": "39.31.5.1" } ], "iwl105-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl105-firmware", "release": "82.el7_9", "source": "rpm", "version": "18.168.6.1" } ], "iwl135-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl135-firmware", "release": "82.el7_9", "source": "rpm", "version": "18.168.6.1" } ], "iwl2000-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl2000-firmware", "release": "82.el7_9", "source": "rpm", "version": "18.168.6.1" } ], "iwl2030-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl2030-firmware", "release": "82.el7_9", "source": "rpm", "version": "18.168.6.1" } ], "iwl3160-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl3160-firmware", "release": "82.el7_9", "source": "rpm", "version": "25.30.13.0" } ], "iwl3945-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl3945-firmware", "release": "82.el7_9", "source": "rpm", "version": "15.32.2.9" } ], "iwl4965-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl4965-firmware", "release": "82.el7_9", "source": "rpm", "version": "228.61.2.24" } ], "iwl5000-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl5000-firmware", "release": "82.el7_9", "source": "rpm", "version": "8.83.5.1_1" } ], "iwl5150-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl5150-firmware", "release": "82.el7_9", "source": "rpm", "version": "8.24.2.2" } ], "iwl6000-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl6000-firmware", "release": "82.el7_9", "source": "rpm", "version": "9.221.4.1" } ], "iwl6000g2a-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl6000g2a-firmware", "release": "82.el7_9", "source": "rpm", "version": "18.168.6.1" } ], "iwl6000g2b-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl6000g2b-firmware", "release": "82.el7_9", "source": "rpm", "version": "18.168.6.1" } ], "iwl6050-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl6050-firmware", "release": "82.el7_9", "source": "rpm", "version": "41.28.5.1" } ], "iwl7260-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl7260-firmware", "release": "82.el7_9", "source": "rpm", "version": "25.30.13.0" } ], "jansson": [ { "arch": "x86_64", "epoch": null, "name": "jansson", "release": "1.el7", "source": "rpm", "version": "2.10" } ], "json-c": [ { "arch": "x86_64", "epoch": null, "name": "json-c", "release": "4.el7_0", "source": "rpm", "version": "0.11" } ], "kbd": [ { "arch": "x86_64", "epoch": null, "name": "kbd", "release": "16.el7_9", "source": "rpm", "version": "1.15.5" } ], "kbd-legacy": [ { "arch": "noarch", "epoch": null, "name": "kbd-legacy", "release": "16.el7_9", "source": "rpm", "version": "1.15.5" } ], "kbd-misc": [ { "arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "16.el7_9", "source": "rpm", "version": "1.15.5" } ], "kernel": [ { "arch": "x86_64", "epoch": null, "name": "kernel", "release": "1160.119.1.el7", "source": "rpm", "version": "3.10.0" }, { "arch": "x86_64", "epoch": null, "name": "kernel", "release": "1160.el7", "source": "rpm", "version": "3.10.0" } ], "kernel-debug-devel": [ { "arch": "x86_64", "epoch": null, "name": "kernel-debug-devel", "release": "1160.119.1.el7", "source": "rpm", "version": "3.10.0" } ], "kernel-headers": [ { "arch": "x86_64", "epoch": null, "name": "kernel-headers", "release": "1160.119.1.el7", "source": "rpm", "version": "3.10.0" } ], "kernel-tools": [ { "arch": "x86_64", "epoch": null, "name": "kernel-tools", "release": "1160.119.1.el7", "source": "rpm", "version": "3.10.0" } ], "kernel-tools-libs": [ { "arch": "x86_64", "epoch": null, "name": "kernel-tools-libs", "release": "1160.119.1.el7", "source": "rpm", "version": "3.10.0" } ], "kexec-tools": [ { "arch": "x86_64", "epoch": null, "name": "kexec-tools", "release": "51.el7_9.3", "source": "rpm", "version": "2.0.15" } ], "keyutils": [ { "arch": "x86_64", "epoch": null, "name": "keyutils", "release": "3.el7", "source": "rpm", "version": "1.5.8" } ], "keyutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "3.el7", "source": "rpm", "version": "1.5.8" } ], "kmod": [ { "arch": "x86_64", "epoch": null, "name": "kmod", "release": "28.el7", "source": "rpm", "version": "20" } ], "kmod-libs": [ { "arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "28.el7", "source": "rpm", "version": "20" } ], "kpartx": [ { "arch": "x86_64", "epoch": null, "name": "kpartx", "release": "136.el7_9", "source": "rpm", "version": "0.4.9" } ], "krb5-libs": [ { "arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "55.el7_9", "source": "rpm", "version": "1.15.1" } ], "less": [ { "arch": "x86_64", "epoch": null, "name": "less", "release": "10.el7_9", "source": "rpm", "version": "458" } ], "libacl": [ { "arch": "x86_64", "epoch": null, "name": "libacl", "release": "15.el7", "source": "rpm", "version": "2.2.51" } ], "libaio": [ { "arch": "x86_64", "epoch": null, "name": "libaio", "release": "13.el7", "source": "rpm", "version": "0.3.109" } ], "libassuan": [ { "arch": "x86_64", "epoch": null, "name": "libassuan", "release": "3.el7", "source": "rpm", "version": "2.1.0" } ], "libattr": [ { "arch": "x86_64", "epoch": null, "name": "libattr", "release": "13.el7", "source": "rpm", "version": "2.4.46" } ], "libbasicobjects": [ { "arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "32.el7", "source": "rpm", "version": "0.1.1" } ], "libblkid": [ { "arch": "x86_64", "epoch": null, "name": "libblkid", "release": "65.el7_9.1", "source": "rpm", "version": "2.23.2" } ], "libblockdev": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev", "release": "5.el7", "source": "rpm", "version": "2.18" } ], "libblockdev-crypto": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-crypto", "release": "5.el7", "source": "rpm", "version": "2.18" } ], "libblockdev-dm": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-dm", "release": "5.el7", "source": "rpm", "version": "2.18" } ], "libblockdev-lvm": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-lvm", "release": "5.el7", "source": "rpm", "version": "2.18" } ], "libblockdev-mdraid": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-mdraid", "release": "5.el7", "source": "rpm", "version": "2.18" } ], "libblockdev-swap": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-swap", "release": "5.el7", "source": "rpm", "version": "2.18" } ], "libblockdev-utils": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-utils", "release": "5.el7", "source": "rpm", "version": "2.18" } ], "libbytesize": [ { "arch": "x86_64", "epoch": null, "name": "libbytesize", "release": "1.el7", "source": "rpm", "version": "1.2" } ], "libcap": [ { "arch": "x86_64", "epoch": null, "name": "libcap", "release": "11.el7", "source": "rpm", "version": "2.22" } ], "libcap-ng": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "4.el7", "source": "rpm", "version": "0.7.5" } ], "libcgroup": [ { "arch": "x86_64", "epoch": null, "name": "libcgroup", "release": "21.el7", "source": "rpm", "version": "0.41" } ], "libcollection": [ { "arch": "x86_64", "epoch": null, "name": "libcollection", "release": "32.el7", "source": "rpm", "version": "0.7.0" } ], "libcom_err": [ { "arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "19.el7", "source": "rpm", "version": "1.42.9" } ], "libcroco": [ { "arch": "x86_64", "epoch": null, "name": "libcroco", "release": "6.el7_9", "source": "rpm", "version": "0.6.12" } ], "libcurl": [ { "arch": "x86_64", "epoch": null, "name": "libcurl", "release": "59.el7_9.2", "source": "rpm", "version": "7.29.0" } ], "libdaemon": [ { "arch": "x86_64", "epoch": null, "name": "libdaemon", "release": "7.el7", "source": "rpm", "version": "0.14" } ], "libdb": [ { "arch": "x86_64", "epoch": null, "name": "libdb", "release": "25.el7", "source": "rpm", "version": "5.3.21" } ], "libdb-utils": [ { "arch": "x86_64", "epoch": null, "name": "libdb-utils", "release": "25.el7", "source": "rpm", "version": "5.3.21" } ], "libdnf": [ { "arch": "x86_64", "epoch": null, "name": "libdnf", "release": "2.el7_9", "source": "rpm", "version": "0.22.5" } ], "libdrm": [ { "arch": "x86_64", "epoch": null, "name": "libdrm", "release": "2.el7", "source": "rpm", "version": "2.4.97" } ], "libdwarf": [ { "arch": "x86_64", "epoch": null, "name": "libdwarf", "release": "4.el7", "source": "rpm", "version": "20130207" } ], "libedit": [ { "arch": "x86_64", "epoch": null, "name": "libedit", "release": "12.20121213cvs.el7", "source": "rpm", "version": "3.0" } ], "libestr": [ { "arch": "x86_64", "epoch": null, "name": "libestr", "release": "2.el7", "source": "rpm", "version": "0.1.9" } ], "libevent": [ { "arch": "x86_64", "epoch": null, "name": "libevent", "release": "4.el7", "source": "rpm", "version": "2.0.21" } ], "libfastjson": [ { "arch": "x86_64", "epoch": null, "name": "libfastjson", "release": "3.el7", "source": "rpm", "version": "0.99.4" } ], "libffi": [ { "arch": "x86_64", "epoch": null, "name": "libffi", "release": "19.el7", "source": "rpm", "version": "3.0.13" } ], "libgcc": [ { "arch": "x86_64", "epoch": null, "name": "libgcc", "release": "44.el7", "source": "rpm", "version": "4.8.5" } ], "libgcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "14.el7", "source": "rpm", "version": "1.5.3" } ], "libgomp": [ { "arch": "x86_64", "epoch": null, "name": "libgomp", "release": "44.el7", "source": "rpm", "version": "4.8.5" } ], "libgpg-error": [ { "arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "3.el7", "source": "rpm", "version": "1.12" } ], "libidn": [ { "arch": "x86_64", "epoch": null, "name": "libidn", "release": "4.el7", "source": "rpm", "version": "1.28" } ], "libini_config": [ { "arch": "x86_64", "epoch": null, "name": "libini_config", "release": "32.el7", "source": "rpm", "version": "1.3.1" } ], "libmnl": [ { "arch": "x86_64", "epoch": null, "name": "libmnl", "release": "7.el7", "source": "rpm", "version": "1.0.3" } ], "libmodulemd": [ { "arch": "x86_64", "epoch": null, "name": "libmodulemd", "release": "1.el7", "source": "rpm", "version": "1.6.3" } ], "libmount": [ { "arch": "x86_64", "epoch": null, "name": "libmount", "release": "65.el7_9.1", "source": "rpm", "version": "2.23.2" } ], "libmpc": [ { "arch": "x86_64", "epoch": null, "name": "libmpc", "release": "3.el7", "source": "rpm", "version": "1.0.1" } ], "libndp": [ { "arch": "x86_64", "epoch": null, "name": "libndp", "release": "9.el7", "source": "rpm", "version": "1.2" } ], "libnetfilter_conntrack": [ { "arch": "x86_64", "epoch": null, "name": "libnetfilter_conntrack", "release": "1.el7_3", "source": "rpm", "version": "1.0.6" } ], "libnfnetlink": [ { "arch": "x86_64", "epoch": null, "name": "libnfnetlink", "release": "4.el7", "source": "rpm", "version": "1.0.1" } ], "libnfsidmap": [ { "arch": "x86_64", "epoch": null, "name": "libnfsidmap", "release": "19.el7", "source": "rpm", "version": "0.25" } ], "libnl": [ { "arch": "x86_64", "epoch": null, "name": "libnl", "release": "3.el7", "source": "rpm", "version": "1.1.4" } ], "libnl3": [ { "arch": "x86_64", "epoch": null, "name": "libnl3", "release": "4.el7", "source": "rpm", "version": "3.2.28" } ], "libnl3-cli": [ { "arch": "x86_64", "epoch": null, "name": "libnl3-cli", "release": "4.el7", "source": "rpm", "version": "3.2.28" } ], "libpath_utils": [ { "arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "32.el7", "source": "rpm", "version": "0.2.1" } ], "libpciaccess": [ { "arch": "x86_64", "epoch": null, "name": "libpciaccess", "release": "1.el7", "source": "rpm", "version": "0.14" } ], "libpipeline": [ { "arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "3.el7", "source": "rpm", "version": "1.2.3" } ], "libpng": [ { "arch": "x86_64", "epoch": 2, "name": "libpng", "release": "8.el7", "source": "rpm", "version": "1.5.13" } ], "libpwquality": [ { "arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "5.el7", "source": "rpm", "version": "1.2.3" } ], "libref_array": [ { "arch": "x86_64", "epoch": null, "name": "libref_array", "release": "32.el7", "source": "rpm", "version": "0.1.5" } ], "librepo": [ { "arch": "x86_64", "epoch": null, "name": "librepo", "release": "8.el7_9", "source": "rpm", "version": "1.8.1" } ], "libreport-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "libreport-filesystem", "release": "53.el7.centos", "source": "rpm", "version": "2.1.11" } ], "libseccomp": [ { "arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "4.el7", "source": "rpm", "version": "2.3.1" } ], "libselinux": [ { "arch": "x86_64", "epoch": null, "name": "libselinux", "release": "15.el7", "source": "rpm", "version": "2.5" } ], "libselinux-python": [ { "arch": "x86_64", "epoch": null, "name": "libselinux-python", "release": "15.el7", "source": "rpm", "version": "2.5" } ], "libselinux-utils": [ { "arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "15.el7", "source": "rpm", "version": "2.5" } ], "libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "14.el7", "source": "rpm", "version": "2.5" } ], "libsemanage-python": [ { "arch": "x86_64", "epoch": null, "name": "libsemanage-python", "release": "14.el7", "source": "rpm", "version": "2.5" } ], "libsepol": [ { "arch": "x86_64", "epoch": null, "name": "libsepol", "release": "10.el7", "source": "rpm", "version": "2.5" } ], "libsmartcols": [ { "arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "65.el7_9.1", "source": "rpm", "version": "2.23.2" } ], "libsolv": [ { "arch": "x86_64", "epoch": null, "name": "libsolv", "release": "4.el7", "source": "rpm", "version": "0.6.34" } ], "libss": [ { "arch": "x86_64", "epoch": null, "name": "libss", "release": "19.el7", "source": "rpm", "version": "1.42.9" } ], "libssh2": [ { "arch": "x86_64", "epoch": null, "name": "libssh2", "release": "4.el7_9.1", "source": "rpm", "version": "1.8.0" } ], "libstdc++": [ { "arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "44.el7", "source": "rpm", "version": "4.8.5" } ], "libsysfs": [ { "arch": "x86_64", "epoch": null, "name": "libsysfs", "release": "16.el7", "source": "rpm", "version": "2.1.0" } ], "libtasn1": [ { "arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "1.el7", "source": "rpm", "version": "4.10" } ], "libteam": [ { "arch": "x86_64", "epoch": null, "name": "libteam", "release": "3.el7", "source": "rpm", "version": "1.29" } ], "libtirpc": [ { "arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "0.16.el7", "source": "rpm", "version": "0.2.4" } ], "libunistring": [ { "arch": "x86_64", "epoch": null, "name": "libunistring", "release": "9.el7", "source": "rpm", "version": "0.9.3" } ], "libuser": [ { "arch": "x86_64", "epoch": null, "name": "libuser", "release": "9.el7", "source": "rpm", "version": "0.60" } ], "libutempter": [ { "arch": "x86_64", "epoch": null, "name": "libutempter", "release": "4.el7", "source": "rpm", "version": "1.1.6" } ], "libuuid": [ { "arch": "x86_64", "epoch": null, "name": "libuuid", "release": "65.el7_9.1", "source": "rpm", "version": "2.23.2" } ], "libverto": [ { "arch": "x86_64", "epoch": null, "name": "libverto", "release": "4.el7", "source": "rpm", "version": "0.2.5" } ], "libverto-libevent": [ { "arch": "x86_64", "epoch": null, "name": "libverto-libevent", "release": "4.el7", "source": "rpm", "version": "0.2.5" } ], "libxml2": [ { "arch": "x86_64", "epoch": null, "name": "libxml2", "release": "6.el7_9.6", "source": "rpm", "version": "2.9.1" } ], "libxml2-python": [ { "arch": "x86_64", "epoch": null, "name": "libxml2-python", "release": "6.el7_9.6", "source": "rpm", "version": "2.9.1" } ], "libxslt": [ { "arch": "x86_64", "epoch": null, "name": "libxslt", "release": "6.el7", "source": "rpm", "version": "1.1.28" } ], "libyaml": [ { "arch": "x86_64", "epoch": null, "name": "libyaml", "release": "11.el7_0", "source": "rpm", "version": "0.1.4" } ], "linux-firmware": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware", "release": "82.git78c0348.el7_9", "source": "rpm", "version": "20200421" } ], "logrotate": [ { "arch": "x86_64", "epoch": null, "name": "logrotate", "release": "19.el7", "source": "rpm", "version": "3.8.6" } ], "lshw": [ { "arch": "x86_64", "epoch": null, "name": "lshw", "release": "0.1.20180614git028f6b2.beaker.1.el7bkr.1", "source": "rpm", "version": "B.02.19" } ], "lsof": [ { "arch": "x86_64", "epoch": null, "name": "lsof", "release": "6.el7", "source": "rpm", "version": "4.87" } ], "lsscsi": [ { "arch": "x86_64", "epoch": null, "name": "lsscsi", "release": "6.el7", "source": "rpm", "version": "0.27" } ], "lua": [ { "arch": "x86_64", "epoch": null, "name": "lua", "release": "15.el7", "source": "rpm", "version": "5.1.4" } ], "lvm2": [ { "arch": "x86_64", "epoch": 7, "name": "lvm2", "release": "6.el7_9.5", "source": "rpm", "version": "2.02.187" } ], "lvm2-libs": [ { "arch": "x86_64", "epoch": 7, "name": "lvm2-libs", "release": "6.el7_9.5", "source": "rpm", "version": "2.02.187" } ], "lz4": [ { "arch": "x86_64", "epoch": null, "name": "lz4", "release": "1.el7", "source": "rpm", "version": "1.8.3" } ], "lzo": [ { "arch": "x86_64", "epoch": null, "name": "lzo", "release": "8.el7", "source": "rpm", "version": "2.06" } ], "mailcap": [ { "arch": "noarch", "epoch": null, "name": "mailcap", "release": "2.el7", "source": "rpm", "version": "2.1.41" } ], "make": [ { "arch": "x86_64", "epoch": 1, "name": "make", "release": "24.el7", "source": "rpm", "version": "3.82" } ], "man-db": [ { "arch": "x86_64", "epoch": null, "name": "man-db", "release": "11.el7", "source": "rpm", "version": "2.6.3" } ], "mariadb-libs": [ { "arch": "x86_64", "epoch": 1, "name": "mariadb-libs", "release": "1.el7", "source": "rpm", "version": "5.5.68" } ], "mdadm": [ { "arch": "x86_64", "epoch": null, "name": "mdadm", "release": "9.el7_9", "source": "rpm", "version": "4.1" } ], "microcode_ctl": [ { "arch": "x86_64", "epoch": 2, "name": "microcode_ctl", "release": "73.20.el7_9", "source": "rpm", "version": "2.1" } ], "mokutil": [ { "arch": "x86_64", "epoch": null, "name": "mokutil", "release": "8.el7", "source": "rpm", "version": "15" } ], "mozjs17": [ { "arch": "x86_64", "epoch": null, "name": "mozjs17", "release": "20.el7", "source": "rpm", "version": "17.0.0" } ], "mpfr": [ { "arch": "x86_64", "epoch": null, "name": "mpfr", "release": "4.el7", "source": "rpm", "version": "3.1.1" } ], "ncurses": [ { "arch": "x86_64", "epoch": null, "name": "ncurses", "release": "14.20130511.el7_4", "source": "rpm", "version": "5.9" } ], "ncurses-base": [ { "arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "14.20130511.el7_4", "source": "rpm", "version": "5.9" } ], "ncurses-libs": [ { "arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "14.20130511.el7_4", "source": "rpm", "version": "5.9" } ], "net-tools": [ { "arch": "x86_64", "epoch": null, "name": "net-tools", "release": "0.25.20131004git.el7", "source": "rpm", "version": "2.0" } ], "newt": [ { "arch": "x86_64", "epoch": null, "name": "newt", "release": "4.el7", "source": "rpm", "version": "0.52.15" } ], "newt-python": [ { "arch": "x86_64", "epoch": null, "name": "newt-python", "release": "4.el7", "source": "rpm", "version": "0.52.15" } ], "nfs-utils": [ { "arch": "x86_64", "epoch": 1, "name": "nfs-utils", "release": "0.68.el7.2", "source": "rpm", "version": "1.3.0" } ], "nspr": [ { "arch": "x86_64", "epoch": null, "name": "nspr", "release": "1.el7_9", "source": "rpm", "version": "4.35.0" } ], "nss": [ { "arch": "x86_64", "epoch": null, "name": "nss", "release": "2.el7_9", "source": "rpm", "version": "3.90.0" } ], "nss-pem": [ { "arch": "x86_64", "epoch": null, "name": "nss-pem", "release": "7.el7_9.1", "source": "rpm", "version": "1.0.3" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn", "release": "6.el7_9", "source": "rpm", "version": "3.90.0" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn-freebl", "release": "6.el7_9", "source": "rpm", "version": "3.90.0" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": null, "name": "nss-sysinit", "release": "2.el7_9", "source": "rpm", "version": "3.90.0" } ], "nss-tools": [ { "arch": "x86_64", "epoch": null, "name": "nss-tools", "release": "2.el7_9", "source": "rpm", "version": "3.90.0" } ], "nss-util": [ { "arch": "x86_64", "epoch": null, "name": "nss-util", "release": "1.el7_9", "source": "rpm", "version": "3.90.0" } ], "numactl-libs": [ { "arch": "x86_64", "epoch": null, "name": "numactl-libs", "release": "5.el7", "source": "rpm", "version": "2.0.12" } ], "openldap": [ { "arch": "x86_64", "epoch": null, "name": "openldap", "release": "25.el7_9", "source": "rpm", "version": "2.4.44" } ], "openssh": [ { "arch": "x86_64", "epoch": null, "name": "openssh", "release": "23.el7_9", "source": "rpm", "version": "7.4p1" } ], "openssh-clients": [ { "arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "23.el7_9", "source": "rpm", "version": "7.4p1" } ], "openssh-server": [ { "arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "23.el7_9", "source": "rpm", "version": "7.4p1" } ], "openssl": [ { "arch": "x86_64", "epoch": 1, "name": "openssl", "release": "26.el7_9", "source": "rpm", "version": "1.0.2k" } ], "openssl-libs": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "26.el7_9", "source": "rpm", "version": "1.0.2k" } ], "os-prober": [ { "arch": "x86_64", "epoch": null, "name": "os-prober", "release": "9.el7", "source": "rpm", "version": "1.58" } ], "p11-kit": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "3.el7", "source": "rpm", "version": "0.23.5" } ], "p11-kit-trust": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "3.el7", "source": "rpm", "version": "0.23.5" } ], "pam": [ { "arch": "x86_64", "epoch": null, "name": "pam", "release": "23.el7", "source": "rpm", "version": "1.1.8" } ], "parted": [ { "arch": "x86_64", "epoch": null, "name": "parted", "release": "32.el7", "source": "rpm", "version": "3.1" } ], "passwd": [ { "arch": "x86_64", "epoch": null, "name": "passwd", "release": "6.el7", "source": "rpm", "version": "0.79" } ], "pciutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "pciutils-libs", "release": "3.el7", "source": "rpm", "version": "3.5.1" } ], "pcre": [ { "arch": "x86_64", "epoch": null, "name": "pcre", "release": "17.el7", "source": "rpm", "version": "8.32" } ], "perl": [ { "arch": "x86_64", "epoch": 4, "name": "perl", "release": "299.el7_9", "source": "rpm", "version": "5.16.3" } ], "perl-Business-ISBN": [ { "arch": "noarch", "epoch": null, "name": "perl-Business-ISBN", "release": "2.el7", "source": "rpm", "version": "2.06" } ], "perl-Business-ISBN-Data": [ { "arch": "noarch", "epoch": null, "name": "perl-Business-ISBN-Data", "release": "2.el7", "source": "rpm", "version": "20120719.001" } ], "perl-CGI": [ { "arch": "noarch", "epoch": null, "name": "perl-CGI", "release": "4.el7", "source": "rpm", "version": "3.63" } ], "perl-Carp": [ { "arch": "noarch", "epoch": null, "name": "perl-Carp", "release": "244.el7", "source": "rpm", "version": "1.26" } ], "perl-Compress-Raw-Bzip2": [ { "arch": "x86_64", "epoch": null, "name": "perl-Compress-Raw-Bzip2", "release": "3.el7", "source": "rpm", "version": "2.061" } ], "perl-Compress-Raw-Zlib": [ { "arch": "x86_64", "epoch": 1, "name": "perl-Compress-Raw-Zlib", "release": "4.el7", "source": "rpm", "version": "2.061" } ], "perl-Data-Dumper": [ { "arch": "x86_64", "epoch": null, "name": "perl-Data-Dumper", "release": "3.el7", "source": "rpm", "version": "2.145" } ], "perl-Date-Manip": [ { "arch": "noarch", "epoch": null, "name": "perl-Date-Manip", "release": "2.el7", "source": "rpm", "version": "6.41" } ], "perl-Digest": [ { "arch": "noarch", "epoch": null, "name": "perl-Digest", "release": "245.el7", "source": "rpm", "version": "1.17" } ], "perl-Digest-MD5": [ { "arch": "x86_64", "epoch": null, "name": "perl-Digest-MD5", "release": "3.el7", "source": "rpm", "version": "2.52" } ], "perl-Encode": [ { "arch": "x86_64", "epoch": null, "name": "perl-Encode", "release": "7.el7", "source": "rpm", "version": "2.51" } ], "perl-Encode-Locale": [ { "arch": "noarch", "epoch": null, "name": "perl-Encode-Locale", "release": "5.el7", "source": "rpm", "version": "1.03" } ], "perl-Error": [ { "arch": "noarch", "epoch": 1, "name": "perl-Error", "release": "2.el7", "source": "rpm", "version": "0.17020" } ], "perl-Exporter": [ { "arch": "noarch", "epoch": null, "name": "perl-Exporter", "release": "3.el7", "source": "rpm", "version": "5.68" } ], "perl-FCGI": [ { "arch": "x86_64", "epoch": 1, "name": "perl-FCGI", "release": "8.el7", "source": "rpm", "version": "0.74" } ], "perl-File-Listing": [ { "arch": "noarch", "epoch": null, "name": "perl-File-Listing", "release": "7.el7", "source": "rpm", "version": "6.04" } ], "perl-File-Path": [ { "arch": "noarch", "epoch": null, "name": "perl-File-Path", "release": "2.el7", "source": "rpm", "version": "2.09" } ], "perl-File-Temp": [ { "arch": "noarch", "epoch": null, "name": "perl-File-Temp", "release": "3.el7", "source": "rpm", "version": "0.23.01" } ], "perl-Filter": [ { "arch": "x86_64", "epoch": null, "name": "perl-Filter", "release": "3.el7", "source": "rpm", "version": "1.49" } ], "perl-Font-AFM": [ { "arch": "noarch", "epoch": null, "name": "perl-Font-AFM", "release": "13.el7", "source": "rpm", "version": "1.20" } ], "perl-Getopt-Long": [ { "arch": "noarch", "epoch": null, "name": "perl-Getopt-Long", "release": "3.el7", "source": "rpm", "version": "2.40" } ], "perl-Git": [ { "arch": "noarch", "epoch": null, "name": "perl-Git", "release": "25.el7_9", "source": "rpm", "version": "1.8.3.1" } ], "perl-HTML-Format": [ { "arch": "noarch", "epoch": null, "name": "perl-HTML-Format", "release": "7.el7", "source": "rpm", "version": "2.10" } ], "perl-HTML-Parser": [ { "arch": "x86_64", "epoch": null, "name": "perl-HTML-Parser", "release": "4.el7", "source": "rpm", "version": "3.71" } ], "perl-HTML-Tagset": [ { "arch": "noarch", "epoch": null, "name": "perl-HTML-Tagset", "release": "15.el7", "source": "rpm", "version": "3.20" } ], "perl-HTML-Tree": [ { "arch": "noarch", "epoch": 1, "name": "perl-HTML-Tree", "release": "2.el7", "source": "rpm", "version": "5.03" } ], "perl-HTTP-Cookies": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Cookies", "release": "5.el7", "source": "rpm", "version": "6.01" } ], "perl-HTTP-Daemon": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Daemon", "release": "8.el7", "source": "rpm", "version": "6.01" } ], "perl-HTTP-Date": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Date", "release": "8.el7", "source": "rpm", "version": "6.02" } ], "perl-HTTP-Message": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Message", "release": "6.el7", "source": "rpm", "version": "6.06" } ], "perl-HTTP-Negotiate": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Negotiate", "release": "5.el7", "source": "rpm", "version": "6.01" } ], "perl-HTTP-Tiny": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Tiny", "release": "3.el7", "source": "rpm", "version": "0.033" } ], "perl-IO-Compress": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Compress", "release": "2.el7", "source": "rpm", "version": "2.061" } ], "perl-IO-HTML": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-HTML", "release": "2.el7", "source": "rpm", "version": "1.00" } ], "perl-IO-Socket-IP": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-IP", "release": "5.el7", "source": "rpm", "version": "0.21" } ], "perl-IO-Socket-SSL": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-SSL", "release": "7.el7", "source": "rpm", "version": "1.94" } ], "perl-IO-Zlib": [ { "arch": "noarch", "epoch": 1, "name": "perl-IO-Zlib", "release": "299.el7_9", "source": "rpm", "version": "1.10" } ], "perl-IO-stringy": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-stringy", "release": "22.el7", "source": "rpm", "version": "2.110" } ], "perl-LWP-MediaTypes": [ { "arch": "noarch", "epoch": null, "name": "perl-LWP-MediaTypes", "release": "2.el7", "source": "rpm", "version": "6.02" } ], "perl-LWP-Protocol-https": [ { "arch": "noarch", "epoch": null, "name": "perl-LWP-Protocol-https", "release": "4.el7", "source": "rpm", "version": "6.04" } ], "perl-Module-Load": [ { "arch": "noarch", "epoch": 1, "name": "perl-Module-Load", "release": "3.el7", "source": "rpm", "version": "0.24" } ], "perl-Mozilla-CA": [ { "arch": "noarch", "epoch": null, "name": "perl-Mozilla-CA", "release": "5.el7", "source": "rpm", "version": "20130114" } ], "perl-Net-HTTP": [ { "arch": "noarch", "epoch": null, "name": "perl-Net-HTTP", "release": "2.el7", "source": "rpm", "version": "6.06" } ], "perl-Net-LibIDN": [ { "arch": "x86_64", "epoch": null, "name": "perl-Net-LibIDN", "release": "15.el7", "source": "rpm", "version": "0.12" } ], "perl-Net-SSLeay": [ { "arch": "x86_64", "epoch": null, "name": "perl-Net-SSLeay", "release": "6.el7", "source": "rpm", "version": "1.55" } ], "perl-PathTools": [ { "arch": "x86_64", "epoch": null, "name": "perl-PathTools", "release": "5.el7", "source": "rpm", "version": "3.40" } ], "perl-Pod-Escapes": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Escapes", "release": "299.el7_9", "source": "rpm", "version": "1.04" } ], "perl-Pod-Perldoc": [ { "arch": "noarch", "epoch": null, "name": "perl-Pod-Perldoc", "release": "4.el7", "source": "rpm", "version": "3.20" } ], "perl-Pod-Simple": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Simple", "release": "4.el7", "source": "rpm", "version": "3.28" } ], "perl-Pod-Usage": [ { "arch": "noarch", "epoch": null, "name": "perl-Pod-Usage", "release": "3.el7", "source": "rpm", "version": "1.63" } ], "perl-Scalar-List-Utils": [ { "arch": "x86_64", "epoch": null, "name": "perl-Scalar-List-Utils", "release": "248.el7", "source": "rpm", "version": "1.27" } ], "perl-Socket": [ { "arch": "x86_64", "epoch": null, "name": "perl-Socket", "release": "5.el7", "source": "rpm", "version": "2.010" } ], "perl-Storable": [ { "arch": "x86_64", "epoch": null, "name": "perl-Storable", "release": "3.el7", "source": "rpm", "version": "2.45" } ], "perl-TermReadKey": [ { "arch": "x86_64", "epoch": null, "name": "perl-TermReadKey", "release": "20.el7", "source": "rpm", "version": "2.30" } ], "perl-Text-ParseWords": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-ParseWords", "release": "4.el7", "source": "rpm", "version": "3.29" } ], "perl-Time-HiRes": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Time-HiRes", "release": "3.el7", "source": "rpm", "version": "1.9725" } ], "perl-Time-Local": [ { "arch": "noarch", "epoch": null, "name": "perl-Time-Local", "release": "2.el7", "source": "rpm", "version": "1.2300" } ], "perl-TimeDate": [ { "arch": "noarch", "epoch": 1, "name": "perl-TimeDate", "release": "2.el7", "source": "rpm", "version": "2.30" } ], "perl-URI": [ { "arch": "noarch", "epoch": null, "name": "perl-URI", "release": "9.el7", "source": "rpm", "version": "1.60" } ], "perl-WWW-RobotRules": [ { "arch": "noarch", "epoch": null, "name": "perl-WWW-RobotRules", "release": "5.el7", "source": "rpm", "version": "6.02" } ], "perl-XML-LibXML": [ { "arch": "x86_64", "epoch": 1, "name": "perl-XML-LibXML", "release": "5.el7", "source": "rpm", "version": "2.0018" } ], "perl-XML-NamespaceSupport": [ { "arch": "noarch", "epoch": null, "name": "perl-XML-NamespaceSupport", "release": "10.el7", "source": "rpm", "version": "1.11" } ], "perl-XML-Parser": [ { "arch": "x86_64", "epoch": null, "name": "perl-XML-Parser", "release": "10.el7", "source": "rpm", "version": "2.41" } ], "perl-XML-SAX": [ { "arch": "noarch", "epoch": null, "name": "perl-XML-SAX", "release": "9.el7", "source": "rpm", "version": "0.99" } ], "perl-XML-SAX-Base": [ { "arch": "noarch", "epoch": null, "name": "perl-XML-SAX-Base", "release": "7.el7", "source": "rpm", "version": "1.08" } ], "perl-XML-Twig": [ { "arch": "noarch", "epoch": null, "name": "perl-XML-Twig", "release": "2.el7", "source": "rpm", "version": "3.44" } ], "perl-constant": [ { "arch": "noarch", "epoch": null, "name": "perl-constant", "release": "2.el7", "source": "rpm", "version": "1.27" } ], "perl-libs": [ { "arch": "x86_64", "epoch": 4, "name": "perl-libs", "release": "299.el7_9", "source": "rpm", "version": "5.16.3" } ], "perl-libwww-perl": [ { "arch": "noarch", "epoch": null, "name": "perl-libwww-perl", "release": "2.el7", "source": "rpm", "version": "6.05" } ], "perl-macros": [ { "arch": "x86_64", "epoch": 4, "name": "perl-macros", "release": "299.el7_9", "source": "rpm", "version": "5.16.3" } ], "perl-parent": [ { "arch": "noarch", "epoch": 1, "name": "perl-parent", "release": "244.el7", "source": "rpm", "version": "0.225" } ], "perl-podlators": [ { "arch": "noarch", "epoch": null, "name": "perl-podlators", "release": "3.el7", "source": "rpm", "version": "2.5.1" } ], "perl-threads": [ { "arch": "x86_64", "epoch": null, "name": "perl-threads", "release": "4.el7", "source": "rpm", "version": "1.87" } ], "perl-threads-shared": [ { "arch": "x86_64", "epoch": null, "name": "perl-threads-shared", "release": "6.el7", "source": "rpm", "version": "1.43" } ], "pinentry": [ { "arch": "x86_64", "epoch": null, "name": "pinentry", "release": "17.el7", "source": "rpm", "version": "0.8.1" } ], "pkgconfig": [ { "arch": "x86_64", "epoch": 1, "name": "pkgconfig", "release": "4.el7", "source": "rpm", "version": "0.27.1" } ], "plymouth": [ { "arch": "x86_64", "epoch": null, "name": "plymouth", "release": "0.34.20140113.el7.centos", "source": "rpm", "version": "0.8.9" } ], "plymouth-core-libs": [ { "arch": "x86_64", "epoch": null, "name": "plymouth-core-libs", "release": "0.34.20140113.el7.centos", "source": "rpm", "version": "0.8.9" } ], "plymouth-scripts": [ { "arch": "x86_64", "epoch": null, "name": "plymouth-scripts", "release": "0.34.20140113.el7.centos", "source": "rpm", "version": "0.8.9" } ], "policycoreutils": [ { "arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "34.el7", "source": "rpm", "version": "2.5" } ], "policycoreutils-python": [ { "arch": "x86_64", "epoch": null, "name": "policycoreutils-python", "release": "34.el7", "source": "rpm", "version": "2.5" } ], "polkit": [ { "arch": "x86_64", "epoch": null, "name": "polkit", "release": "26.el7_9.1", "source": "rpm", "version": "0.112" } ], "polkit-pkla-compat": [ { "arch": "x86_64", "epoch": null, "name": "polkit-pkla-compat", "release": "4.el7", "source": "rpm", "version": "0.1" } ], "popt": [ { "arch": "x86_64", "epoch": null, "name": "popt", "release": "16.el7", "source": "rpm", "version": "1.13" } ], "postfix": [ { "arch": "x86_64", "epoch": 2, "name": "postfix", "release": "9.el7", "source": "rpm", "version": "2.10.1" } ], "procps-ng": [ { "arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "28.el7", "source": "rpm", "version": "3.3.10" } ], "pth": [ { "arch": "x86_64", "epoch": null, "name": "pth", "release": "23.el7", "source": "rpm", "version": "2.0.7" } ], "pygpgme": [ { "arch": "x86_64", "epoch": null, "name": "pygpgme", "release": "9.el7", "source": "rpm", "version": "0.3" } ], "pyliblzma": [ { "arch": "x86_64", "epoch": null, "name": "pyliblzma", "release": "11.el7", "source": "rpm", "version": "0.5.3" } ], "pyparsing": [ { "arch": "noarch", "epoch": null, "name": "pyparsing", "release": "9.el7", "source": "rpm", "version": "1.5.6" } ], "pyparted": [ { "arch": "x86_64", "epoch": 1, "name": "pyparted", "release": "15.el7", "source": "rpm", "version": "3.9" } ], "pyserial": [ { "arch": "noarch", "epoch": null, "name": "pyserial", "release": "6.el7", "source": "rpm", "version": "2.6" } ], "python": [ { "arch": "x86_64", "epoch": null, "name": "python", "release": "94.el7_9", "source": "rpm", "version": "2.7.5" } ], "python-IPy": [ { "arch": "noarch", "epoch": null, "name": "python-IPy", "release": "6.el7", "source": "rpm", "version": "0.75" } ], "python-babel": [ { "arch": "noarch", "epoch": null, "name": "python-babel", "release": "8.el7", "source": "rpm", "version": "0.9.6" } ], "python-backports": [ { "arch": "x86_64", "epoch": null, "name": "python-backports", "release": "8.el7", "source": "rpm", "version": "1.0" } ], "python-backports-ssl_match_hostname": [ { "arch": "noarch", "epoch": null, "name": "python-backports-ssl_match_hostname", "release": "1.el7", "source": "rpm", "version": "3.5.0.1" } ], "python-chardet": [ { "arch": "noarch", "epoch": null, "name": "python-chardet", "release": "3.el7", "source": "rpm", "version": "2.2.1" } ], "python-configobj": [ { "arch": "noarch", "epoch": null, "name": "python-configobj", "release": "7.el7", "source": "rpm", "version": "4.7.2" } ], "python-configshell": [ { "arch": "noarch", "epoch": 1, "name": "python-configshell", "release": "1.el7", "source": "rpm", "version": "1.1.26" } ], "python-decorator": [ { "arch": "noarch", "epoch": null, "name": "python-decorator", "release": "3.el7", "source": "rpm", "version": "3.4.0" } ], "python-enum34": [ { "arch": "noarch", "epoch": null, "name": "python-enum34", "release": "1.el7", "source": "rpm", "version": "1.0.4" } ], "python-ethtool": [ { "arch": "x86_64", "epoch": null, "name": "python-ethtool", "release": "8.el7", "source": "rpm", "version": "0.8" } ], "python-firewall": [ { "arch": "noarch", "epoch": null, "name": "python-firewall", "release": "13.el7_9", "source": "rpm", "version": "0.6.3" } ], "python-gobject-base": [ { "arch": "x86_64", "epoch": null, "name": "python-gobject-base", "release": "1.el7_4.1", "source": "rpm", "version": "3.22.0" } ], "python-iniparse": [ { "arch": "noarch", "epoch": null, "name": "python-iniparse", "release": "9.el7", "source": "rpm", "version": "0.4" } ], "python-ipaddress": [ { "arch": "noarch", "epoch": null, "name": "python-ipaddress", "release": "2.el7", "source": "rpm", "version": "1.0.16" } ], "python-jinja2": [ { "arch": "noarch", "epoch": null, "name": "python-jinja2", "release": "4.el7", "source": "rpm", "version": "2.7.2" } ], "python-jsonpatch": [ { "arch": "noarch", "epoch": null, "name": "python-jsonpatch", "release": "4.el7", "source": "rpm", "version": "1.2" } ], "python-jsonpointer": [ { "arch": "noarch", "epoch": null, "name": "python-jsonpointer", "release": "2.el7", "source": "rpm", "version": "1.9" } ], "python-kitchen": [ { "arch": "noarch", "epoch": null, "name": "python-kitchen", "release": "5.el7", "source": "rpm", "version": "1.1.1" } ], "python-kmod": [ { "arch": "x86_64", "epoch": null, "name": "python-kmod", "release": "4.el7", "source": "rpm", "version": "0.9" } ], "python-libs": [ { "arch": "x86_64", "epoch": null, "name": "python-libs", "release": "94.el7_9", "source": "rpm", "version": "2.7.5" } ], "python-linux-procfs": [ { "arch": "noarch", "epoch": null, "name": "python-linux-procfs", "release": "4.el7", "source": "rpm", "version": "0.4.11" } ], "python-lxml": [ { "arch": "x86_64", "epoch": null, "name": "python-lxml", "release": "4.el7", "source": "rpm", "version": "3.2.1" } ], "python-markupsafe": [ { "arch": "x86_64", "epoch": null, "name": "python-markupsafe", "release": "10.el7", "source": "rpm", "version": "0.11" } ], "python-perf": [ { "arch": "x86_64", "epoch": null, "name": "python-perf", "release": "1160.119.1.el7", "source": "rpm", "version": "3.10.0" } ], "python-prettytable": [ { "arch": "noarch", "epoch": null, "name": "python-prettytable", "release": "3.el7", "source": "rpm", "version": "0.7.2" } ], "python-pycurl": [ { "arch": "x86_64", "epoch": null, "name": "python-pycurl", "release": "19.el7", "source": "rpm", "version": "7.19.0" } ], "python-pyudev": [ { "arch": "noarch", "epoch": null, "name": "python-pyudev", "release": "9.el7", "source": "rpm", "version": "0.15" } ], "python-requests": [ { "arch": "noarch", "epoch": null, "name": "python-requests", "release": "10.el7", "source": "rpm", "version": "2.6.0" } ], "python-rtslib": [ { "arch": "noarch", "epoch": null, "name": "python-rtslib", "release": "1.el7_9", "source": "rpm", "version": "2.1.74" } ], "python-schedutils": [ { "arch": "x86_64", "epoch": null, "name": "python-schedutils", "release": "6.el7", "source": "rpm", "version": "0.4" } ], "python-setuptools": [ { "arch": "noarch", "epoch": null, "name": "python-setuptools", "release": "7.el7", "source": "rpm", "version": "0.9.8" } ], "python-six": [ { "arch": "noarch", "epoch": null, "name": "python-six", "release": "2.el7", "source": "rpm", "version": "1.9.0" } ], "python-slip": [ { "arch": "noarch", "epoch": null, "name": "python-slip", "release": "4.el7", "source": "rpm", "version": "0.4.0" } ], "python-slip-dbus": [ { "arch": "noarch", "epoch": null, "name": "python-slip-dbus", "release": "4.el7", "source": "rpm", "version": "0.4.0" } ], "python-urlgrabber": [ { "arch": "noarch", "epoch": null, "name": "python-urlgrabber", "release": "10.el7", "source": "rpm", "version": "3.10" } ], "python-urllib3": [ { "arch": "noarch", "epoch": null, "name": "python-urllib3", "release": "7.el7", "source": "rpm", "version": "1.10.2" } ], "python-urwid": [ { "arch": "x86_64", "epoch": null, "name": "python-urwid", "release": "3.el7", "source": "rpm", "version": "1.1.1" } ], "python2-blivet3": [ { "arch": "noarch", "epoch": 1, "name": "python2-blivet3", "release": "3.el7", "source": "rpm", "version": "3.1.3" } ], "python2-blockdev": [ { "arch": "x86_64", "epoch": null, "name": "python2-blockdev", "release": "5.el7", "source": "rpm", "version": "2.18" } ], "python2-bytesize": [ { "arch": "x86_64", "epoch": null, "name": "python2-bytesize", "release": "1.el7", "source": "rpm", "version": "1.2" } ], "python2-hawkey": [ { "arch": "x86_64", "epoch": null, "name": "python2-hawkey", "release": "2.el7_9", "source": "rpm", "version": "0.22.5" } ], "python2-libdnf": [ { "arch": "x86_64", "epoch": null, "name": "python2-libdnf", "release": "2.el7_9", "source": "rpm", "version": "0.22.5" } ], "pyxattr": [ { "arch": "x86_64", "epoch": null, "name": "pyxattr", "release": "5.el7", "source": "rpm", "version": "0.5.1" } ], "qa-tools": [ { "arch": "noarch", "epoch": null, "name": "qa-tools", "release": "4.el7_9", "source": "rpm", "version": "4.1" } ], "qemu-guest-agent": [ { "arch": "x86_64", "epoch": 10, "name": "qemu-guest-agent", "release": "3.el7", "source": "rpm", "version": "2.12.0" } ], "qrencode-libs": [ { "arch": "x86_64", "epoch": null, "name": "qrencode-libs", "release": "3.el7", "source": "rpm", "version": "3.4.1" } ], "quota": [ { "arch": "x86_64", "epoch": 1, "name": "quota", "release": "19.el7", "source": "rpm", "version": "4.01" } ], "quota-nls": [ { "arch": "noarch", "epoch": 1, "name": "quota-nls", "release": "19.el7", "source": "rpm", "version": "4.01" } ], "readline": [ { "arch": "x86_64", "epoch": null, "name": "readline", "release": "11.el7", "source": "rpm", "version": "6.2" } ], "restraint": [ { "arch": "x86_64", "epoch": null, "name": "restraint", "release": "1.el7bkr", "source": "rpm", "version": "0.4.4" } ], "restraint-rhts": [ { "arch": "x86_64", "epoch": null, "name": "restraint-rhts", "release": "1.el7bkr", "source": "rpm", "version": "0.4.4" } ], "rng-tools": [ { "arch": "x86_64", "epoch": null, "name": "rng-tools", "release": "5.el7", "source": "rpm", "version": "6.3.1" } ], "rootfiles": [ { "arch": "noarch", "epoch": null, "name": "rootfiles", "release": "11.el7", "source": "rpm", "version": "8.1" } ], "rpcbind": [ { "arch": "x86_64", "epoch": null, "name": "rpcbind", "release": "49.el7", "source": "rpm", "version": "0.2.0" } ], "rpm": [ { "arch": "x86_64", "epoch": null, "name": "rpm", "release": "48.el7_9", "source": "rpm", "version": "4.11.3" } ], "rpm-build-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "48.el7_9", "source": "rpm", "version": "4.11.3" } ], "rpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "48.el7_9", "source": "rpm", "version": "4.11.3" } ], "rpm-python": [ { "arch": "x86_64", "epoch": null, "name": "rpm-python", "release": "48.el7_9", "source": "rpm", "version": "4.11.3" } ], "rsync": [ { "arch": "x86_64", "epoch": null, "name": "rsync", "release": "12.el7_9", "source": "rpm", "version": "3.1.2" } ], "rsyslog": [ { "arch": "x86_64", "epoch": null, "name": "rsyslog", "release": "57.el7_9.3", "source": "rpm", "version": "8.24.0" } ], "ruby": [ { "arch": "x86_64", "epoch": null, "name": "ruby", "release": "39.el7_9", "source": "rpm", "version": "2.0.0.648" } ], "ruby-irb": [ { "arch": "noarch", "epoch": null, "name": "ruby-irb", "release": "39.el7_9", "source": "rpm", "version": "2.0.0.648" } ], "ruby-libs": [ { "arch": "x86_64", "epoch": null, "name": "ruby-libs", "release": "39.el7_9", "source": "rpm", "version": "2.0.0.648" } ], "rubygem-bigdecimal": [ { "arch": "x86_64", "epoch": null, "name": "rubygem-bigdecimal", "release": "39.el7_9", "source": "rpm", "version": "1.2.0" } ], "rubygem-io-console": [ { "arch": "x86_64", "epoch": null, "name": "rubygem-io-console", "release": "39.el7_9", "source": "rpm", "version": "0.4.2" } ], "rubygem-json": [ { "arch": "x86_64", "epoch": null, "name": "rubygem-json", "release": "39.el7_9", "source": "rpm", "version": "1.7.7" } ], "rubygem-psych": [ { "arch": "x86_64", "epoch": null, "name": "rubygem-psych", "release": "39.el7_9", "source": "rpm", "version": "2.0.0" } ], "rubygem-rdoc": [ { "arch": "noarch", "epoch": null, "name": "rubygem-rdoc", "release": "39.el7_9", "source": "rpm", "version": "4.0.0" } ], "rubygems": [ { "arch": "noarch", "epoch": null, "name": "rubygems", "release": "39.el7_9", "source": "rpm", "version": "2.0.14.1" } ], "sed": [ { "arch": "x86_64", "epoch": null, "name": "sed", "release": "7.el7", "source": "rpm", "version": "4.2.2" } ], "selinux-policy": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "268.el7_9.2", "source": "rpm", "version": "3.13.1" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "268.el7_9.2", "source": "rpm", "version": "3.13.1" } ], "setools-libs": [ { "arch": "x86_64", "epoch": null, "name": "setools-libs", "release": "4.el7", "source": "rpm", "version": "3.3.8" } ], "setup": [ { "arch": "noarch", "epoch": null, "name": "setup", "release": "11.el7", "source": "rpm", "version": "2.8.71" } ], "sg3_utils": [ { "arch": "x86_64", "epoch": 1, "name": "sg3_utils", "release": "19.el7", "source": "rpm", "version": "1.37" } ], "sg3_utils-libs": [ { "arch": "x86_64", "epoch": 1, "name": "sg3_utils-libs", "release": "19.el7", "source": "rpm", "version": "1.37" } ], "sgpio": [ { "arch": "x86_64", "epoch": null, "name": "sgpio", "release": "13.el7", "source": "rpm", "version": "1.2.0.10" } ], "shadow-utils": [ { "arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "5.el7", "source": "rpm", "version": "4.6" } ], "shared-mime-info": [ { "arch": "x86_64", "epoch": null, "name": "shared-mime-info", "release": "5.el7", "source": "rpm", "version": "1.8" } ], "slang": [ { "arch": "x86_64", "epoch": null, "name": "slang", "release": "11.el7", "source": "rpm", "version": "2.2.4" } ], "snappy": [ { "arch": "x86_64", "epoch": null, "name": "snappy", "release": "3.el7", "source": "rpm", "version": "1.1.0" } ], "sqlite": [ { "arch": "x86_64", "epoch": null, "name": "sqlite", "release": "8.el7_7.1", "source": "rpm", "version": "3.7.17" } ], "strace": [ { "arch": "x86_64", "epoch": null, "name": "strace", "release": "7.el7_9", "source": "rpm", "version": "4.24" } ], "sudo": [ { "arch": "x86_64", "epoch": null, "name": "sudo", "release": "10.el7_9.3", "source": "rpm", "version": "1.8.23" } ], "systemd": [ { "arch": "x86_64", "epoch": null, "name": "systemd", "release": "78.el7_9.9", "source": "rpm", "version": "219" } ], "systemd-libs": [ { "arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "78.el7_9.9", "source": "rpm", "version": "219" } ], "systemd-sysv": [ { "arch": "x86_64", "epoch": null, "name": "systemd-sysv", "release": "78.el7_9.9", "source": "rpm", "version": "219" } ], "systemtap": [ { "arch": "x86_64", "epoch": null, "name": "systemtap", "release": "13.el7", "source": "rpm", "version": "4.0" } ], "systemtap-client": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-client", "release": "13.el7", "source": "rpm", "version": "4.0" } ], "systemtap-devel": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-devel", "release": "13.el7", "source": "rpm", "version": "4.0" } ], "systemtap-runtime": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-runtime", "release": "13.el7", "source": "rpm", "version": "4.0" } ], "sysvinit-tools": [ { "arch": "x86_64", "epoch": null, "name": "sysvinit-tools", "release": "14.dsf.el7", "source": "rpm", "version": "2.88" } ], "tar": [ { "arch": "x86_64", "epoch": 2, "name": "tar", "release": "35.el7", "source": "rpm", "version": "1.26" } ], "targetcli": [ { "arch": "noarch", "epoch": null, "name": "targetcli", "release": "1.el7_9", "source": "rpm", "version": "2.1.53" } ], "tcp_wrappers": [ { "arch": "x86_64", "epoch": null, "name": "tcp_wrappers", "release": "77.el7", "source": "rpm", "version": "7.6" } ], "tcp_wrappers-libs": [ { "arch": "x86_64", "epoch": null, "name": "tcp_wrappers-libs", "release": "77.el7", "source": "rpm", "version": "7.6" } ], "teamd": [ { "arch": "x86_64", "epoch": null, "name": "teamd", "release": "3.el7", "source": "rpm", "version": "1.29" } ], "time": [ { "arch": "x86_64", "epoch": null, "name": "time", "release": "45.el7", "source": "rpm", "version": "1.7" } ], "tps-devel": [ { "arch": "noarch", "epoch": null, "name": "tps-devel", "release": "1", "source": "rpm", "version": "2.44.50" } ], "tuned": [ { "arch": "noarch", "epoch": null, "name": "tuned", "release": "12.el7_9", "source": "rpm", "version": "2.11.0" } ], "tzdata": [ { "arch": "noarch", "epoch": null, "name": "tzdata", "release": "1.el7", "source": "rpm", "version": "2024a" } ], "unzip": [ { "arch": "x86_64", "epoch": null, "name": "unzip", "release": "24.el7_9", "source": "rpm", "version": "6.0" } ], "ustr": [ { "arch": "x86_64", "epoch": null, "name": "ustr", "release": "16.el7", "source": "rpm", "version": "1.0.4" } ], "util-linux": [ { "arch": "x86_64", "epoch": null, "name": "util-linux", "release": "65.el7_9.1", "source": "rpm", "version": "2.23.2" } ], "vim-common": [ { "arch": "x86_64", "epoch": 2, "name": "vim-common", "release": "8.el7_9", "source": "rpm", "version": "7.4.629" } ], "vim-enhanced": [ { "arch": "x86_64", "epoch": 2, "name": "vim-enhanced", "release": "8.el7_9", "source": "rpm", "version": "7.4.629" } ], "vim-filesystem": [ { "arch": "x86_64", "epoch": 2, "name": "vim-filesystem", "release": "8.el7_9", "source": "rpm", "version": "7.4.629" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "8.el7_9", "source": "rpm", "version": "7.4.629" } ], "virt-what": [ { "arch": "x86_64", "epoch": null, "name": "virt-what", "release": "4.el7_9.1", "source": "rpm", "version": "1.18" } ], "volume_key-libs": [ { "arch": "x86_64", "epoch": null, "name": "volume_key-libs", "release": "9.el7", "source": "rpm", "version": "0.3.9" } ], "wget": [ { "arch": "x86_64", "epoch": null, "name": "wget", "release": "18.el7_6.1", "source": "rpm", "version": "1.14" } ], "which": [ { "arch": "x86_64", "epoch": null, "name": "which", "release": "7.el7", "source": "rpm", "version": "2.20" } ], "wpa_supplicant": [ { "arch": "x86_64", "epoch": 1, "name": "wpa_supplicant", "release": "12.el7_9.2", "source": "rpm", "version": "2.6" } ], "xfsprogs": [ { "arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "22.el7", "source": "rpm", "version": "4.5.0" } ], "xz": [ { "arch": "x86_64", "epoch": null, "name": "xz", "release": "2.el7_9", "source": "rpm", "version": "5.2.2" } ], "xz-libs": [ { "arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "2.el7_9", "source": "rpm", "version": "5.2.2" } ], "yum": [ { "arch": "noarch", "epoch": null, "name": "yum", "release": "168.el7.centos", "source": "rpm", "version": "3.4.3" } ], "yum-metadata-parser": [ { "arch": "x86_64", "epoch": null, "name": "yum-metadata-parser", "release": "10.el7", "source": "rpm", "version": "1.1.4" } ], "yum-plugin-fastestmirror": [ { "arch": "noarch", "epoch": null, "name": "yum-plugin-fastestmirror", "release": "54.el7_8", "source": "rpm", "version": "1.1.31" } ], "yum-utils": [ { "arch": "noarch", "epoch": null, "name": "yum-utils", "release": "54.el7_8", "source": "rpm", "version": "1.1.31" } ], "zip": [ { "arch": "x86_64", "epoch": null, "name": "zip", "release": "11.el7", "source": "rpm", "version": "3.0" } ], "zlib": [ { "arch": "x86_64", "epoch": null, "name": "zlib", "release": "21.el7_9", "source": "rpm", "version": "1.2.7" } ] } }, "changed": false } TASK [Set blivet package name] ************************************************* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:321 Tuesday 27 August 2024 06:56:23 -0400 (0:00:02.224) 0:06:24.219 ******** ok: [managed_node3] => { "ansible_facts": { "blivet_pkg_name": [ "python2-blivet3" ] }, "changed": false } TASK [Set blivet package version] ********************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:325 Tuesday 27 August 2024 06:56:23 -0400 (0:00:00.114) 0:06:24.334 ******** ok: [managed_node3] => { "ansible_facts": { "blivet_pkg_version": "3.1.3-3.el7" }, "changed": false } TASK [Set distribution version] ************************************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:329 Tuesday 27 August 2024 06:56:23 -0400 (0:00:00.119) 0:06:24.453 ******** ok: [managed_node3] => { "ansible_facts": { "is_fedora": false, "is_rhel10": false, "is_rhel8": false, "is_rhel9": false }, "changed": false } TASK [Create one LVM logical volume under one volume group with size 5g] ******* task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:341 Tuesday 27 August 2024 06:56:23 -0400 (0:00:00.200) 0:06:24.654 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify role results] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:357 Tuesday 27 August 2024 06:56:23 -0400 (0:00:00.125) 0:06:24.780 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Change volume_size to 9g] ************************************************ task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:360 Tuesday 27 August 2024 06:56:23 -0400 (0:00:00.217) 0:06:24.997 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify role results] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:374 Tuesday 27 August 2024 06:56:23 -0400 (0:00:00.119) 0:06:25.117 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test for correct handling of offline resize in safe mode] **************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:377 Tuesday 27 August 2024 06:56:24 -0400 (0:00:00.128) 0:06:25.246 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up] **************************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:394 Tuesday 27 August 2024 06:56:24 -0400 (0:00:00.130) 0:06:25.377 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify role results] ***************************************************** task path: /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:407 Tuesday 27 August 2024 06:56:24 -0400 (0:00:00.155) 0:06:25.533 ******** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed_node3 : ok=1339 changed=26 unreachable=0 failed=3 skipped=1498 rescued=3 ignored=0 Tuesday 27 August 2024 06:56:24 -0400 (0:00:00.033) 0:06:25.566 ******** =============================================================================== fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 7.31s /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 6.04s /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 5.73s /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 5.41s /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 5.40s /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 5.19s /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 4.70s /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 4.67s /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 4.65s /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 4.61s /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 4.60s /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 4.56s /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 4.27s /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 4.22s /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 4.17s /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Make sure blivet is available ------- 4.13s /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 3.96s /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Gather package facts ---------------------------------------------------- 2.22s /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:318 fedora.linux_system_roles.storage : Update facts ------------------------ 1.99s /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 fedora.linux_system_roles.storage : Update facts ------------------------ 1.72s /tmp/collections-oyK/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222