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_raid_pool_options.yml ****************************************** 1 plays in /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_pool_options.yml PLAY [Test raid pool options] ************************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_pool_options.yml:2 Saturday 14 September 2024 18:26:09 -0400 (0:00:00.034) 0:00:00.034 **** ok: [managed_node1] META: ran handlers TASK [Run the role] ************************************************************ task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_pool_options.yml:18 Saturday 14 September 2024 18:26:10 -0400 (0:00:01.191) 0:00:01.226 **** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 14 September 2024 18:26:10 -0400 (0:00:00.070) 0:00:01.297 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed_node1 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 14 September 2024 18:26:10 -0400 (0:00:00.125) 0:00:01.423 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 14 September 2024 18:26:11 -0400 (0:00:00.077) 0:00:01.500 **** skipping: [managed_node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node1] => (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-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed_node1] => (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-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 14 September 2024 18:26:11 -0400 (0:00:00.112) 0:00:01.613 **** ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 14 September 2024 18:26:11 -0400 (0:00:00.611) 0:00:02.225 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 14 September 2024 18:26:11 -0400 (0:00:00.136) 0:00:02.361 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 14 September 2024 18:26:11 -0400 (0:00:00.060) 0:00:02.422 **** ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 14 September 2024 18:26:12 -0400 (0:00:00.118) 0:00:02.540 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed_node1 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 14 September 2024 18:26:12 -0400 (0:00:00.145) 0:00:02.686 **** ok: [managed_node1] => { "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" ] } lsrpackages: libblockdev libblockdev-crypto libblockdev-dm libblockdev-lvm libblockdev-mdraid libblockdev-swap python-blivet3 python-enum34 TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 14 September 2024 18:26:13 -0400 (0:00:01.632) 0:00:04.318 **** ok: [managed_node1] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 14 September 2024 18:26:13 -0400 (0:00:00.066) 0:00:04.384 **** ok: [managed_node1] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 14 September 2024 18:26:14 -0400 (0:00:00.066) 0:00:04.450 **** ok: [managed_node1] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Saturday 14 September 2024 18:26:14 -0400 (0:00:00.827) 0:00:05.278 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for managed_node1 TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Saturday 14 September 2024 18:26:14 -0400 (0:00:00.134) 0:00:05.413 **** TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Saturday 14 September 2024 18:26:15 -0400 (0:00:00.035) 0:00:05.449 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************ task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Saturday 14 September 2024 18:26:15 -0400 (0:00:00.037) 0:00:05.486 **** TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Saturday 14 September 2024 18:26:15 -0400 (0:00:00.043) 0:00:05.530 **** ok: [managed_node1] => { "changed": false, "rc": 0, "results": [ "kpartx-0.4.9-136.el7_9.x86_64 providing kpartx is already installed" ] } lsrpackages: kpartx TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Saturday 14 September 2024 18:26:15 -0400 (0:00:00.833) 0:00:06.364 **** ok: [managed_node1] => { "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": "stopped", "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" }, "lvm2-pvscan@8:0.service": { "name": "lvm2-pvscan@8:0.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "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-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Saturday 14 September 2024 18:26:17 -0400 (0:00:01.367) 0:00:07.731 **** ok: [managed_node1] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Saturday 14 September 2024 18:26:17 -0400 (0:00:00.096) 0:00:07.828 **** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Saturday 14 September 2024 18:26:17 -0400 (0:00:00.053) 0:00:07.882 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Saturday 14 September 2024 18:26:18 -0400 (0:00:00.628) 0:00:08.510 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Saturday 14 September 2024 18:26:18 -0400 (0:00:00.108) 0:00:08.619 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1726352746.3352008, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "72884e3f126482c2d28276ff7c57744fa95eff91", "ctime": 1726352739.3141942, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 263551, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1726352739.313194, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1229, "uid": 0, "version": "18446744072249990595", "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-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Saturday 14 September 2024 18:26:18 -0400 (0:00:00.589) 0:00:09.208 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Saturday 14 September 2024 18:26:18 -0400 (0:00:00.056) 0:00:09.265 **** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Saturday 14 September 2024 18:26:18 -0400 (0:00:00.050) 0:00:09.315 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Saturday 14 September 2024 18:26:18 -0400 (0:00:00.067) 0:00:09.383 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Saturday 14 September 2024 18:26:19 -0400 (0:00:00.054) 0:00:09.438 **** ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Saturday 14 September 2024 18:26:19 -0400 (0:00:00.101) 0:00:09.539 **** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Saturday 14 September 2024 18:26:19 -0400 (0:00:00.092) 0:00:09.632 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Saturday 14 September 2024 18:26:19 -0400 (0:00:00.058) 0:00:09.690 **** TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Saturday 14 September 2024 18:26:19 -0400 (0:00:00.059) 0:00:09.749 **** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Saturday 14 September 2024 18:26:19 -0400 (0:00:00.099) 0:00:09.848 **** skipping: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Saturday 14 September 2024 18:26:19 -0400 (0:00:00.065) 0:00:09.913 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1726352616.0664194, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1718879272.062, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 131079, "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": 1718879026.308, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "18446744072852913879", "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-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Saturday 14 September 2024 18:26:20 -0400 (0:00:00.677) 0:00:10.591 **** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Saturday 14 September 2024 18:26:20 -0400 (0:00:00.100) 0:00:10.691 **** ok: [managed_node1] TASK [Mark tasks to be skipped] ************************************************ task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_pool_options.yml:22 Saturday 14 September 2024 18:26:21 -0400 (0:00:01.176) 0:00:11.868 **** ok: [managed_node1] => { "ansible_facts": { "storage_skip_checks": [ "blivet_available", "packages_installed", "service_facts" ] }, "changed": false } TASK [Get unused disks] ******************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_pool_options.yml:29 Saturday 14 September 2024 18:26:21 -0400 (0:00:00.063) 0:00:11.931 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml for managed_node1 TASK [Ensure test packages] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:2 Saturday 14 September 2024 18:26:21 -0400 (0:00:00.112) 0:00:12.044 **** ok: [managed_node1] => { "changed": false, "rc": 0, "results": [ "util-linux-2.23.2-65.el7_9.1.x86_64 providing util-linux is already installed" ] } lsrpackages: util-linux TASK [Find unused disks in the system] ***************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:11 Saturday 14 September 2024 18:26:22 -0400 (0:00:01.183) 0:00:13.227 **** ok: [managed_node1] => { "changed": false, "disks": [ "sda", "sdb", "sdc" ], "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:20 Saturday 14 September 2024 18:26:23 -0400 (0:00:00.662) 0:00:13.890 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set unused_disks if necessary] ******************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:29 Saturday 14 September 2024 18:26:23 -0400 (0:00:00.070) 0:00:13.960 **** ok: [managed_node1] => { "ansible_facts": { "unused_disks": [ "sda", "sdb", "sdc" ] }, "changed": false } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:34 Saturday 14 September 2024 18:26:23 -0400 (0:00:00.100) 0:00:14.061 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Print unused disks] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:39 Saturday 14 September 2024 18:26:23 -0400 (0:00:00.062) 0:00:14.123 **** ok: [managed_node1] => { "unused_disks": [ "sda", "sdb", "sdc" ] } TASK [Create a RAID1 device] *************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_pool_options.yml:35 Saturday 14 September 2024 18:26:23 -0400 (0:00:00.105) 0:00:14.229 **** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 14 September 2024 18:26:23 -0400 (0:00:00.172) 0:00:14.402 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed_node1 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 14 September 2024 18:26:24 -0400 (0:00:00.104) 0:00:14.506 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 14 September 2024 18:26:24 -0400 (0:00:00.100) 0:00:14.607 **** skipping: [managed_node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node1] => (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-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed_node1] => (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-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 14 September 2024 18:26:24 -0400 (0:00:00.155) 0:00:14.763 **** skipping: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 14 September 2024 18:26:24 -0400 (0:00:00.114) 0:00:14.877 **** skipping: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 14 September 2024 18:26:24 -0400 (0:00:00.086) 0:00:14.963 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 14 September 2024 18:26:24 -0400 (0:00:00.061) 0:00:15.025 **** ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 14 September 2024 18:26:24 -0400 (0:00:00.051) 0:00:15.076 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed_node1 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 14 September 2024 18:26:24 -0400 (0:00:00.143) 0:00:15.219 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 14 September 2024 18:26:24 -0400 (0:00:00.068) 0:00:15.288 **** ok: [managed_node1] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc" ], "name": "vg1", "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "state": "present", "type": "lvm", "volumes": [ { "mount_point": "/opt/test1", "name": "lv1", "size": "2g" }, { "mount_point": "/opt/test2", "name": "Lv2", "size": "3g" }, { "mount_point": "/opt/test3", "name": "Lv3", "size": "3g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 14 September 2024 18:26:24 -0400 (0:00:00.072) 0:00:15.361 **** ok: [managed_node1] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 14 September 2024 18:26:24 -0400 (0:00:00.056) 0:00:15.417 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Saturday 14 September 2024 18:26:25 -0400 (0:00:00.063) 0:00:15.480 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Saturday 14 September 2024 18:26:25 -0400 (0:00:00.044) 0:00:15.525 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Saturday 14 September 2024 18:26:25 -0400 (0:00:00.050) 0:00:15.575 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Saturday 14 September 2024 18:26:25 -0400 (0:00:00.078) 0:00:15.654 **** ok: [managed_node1] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Saturday 14 September 2024 18:26:25 -0400 (0:00:00.081) 0:00:15.735 **** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Saturday 14 September 2024 18:26:25 -0400 (0:00:00.075) 0:00:15.811 **** changed: [managed_node1] => { "actions": [ { "action": "create format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdc1", "fs_type": null }, { "action": "create format", "device": "/dev/sdc1", "fs_type": "mdmember" }, { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "mdmember" }, { "action": "create format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sda1", "fs_type": null }, { "action": "create format", "device": "/dev/sda1", "fs_type": "mdmember" }, { "action": "create device", "device": "/dev/md/vg1-1", "fs_type": null }, { "action": "create format", "device": "/dev/md/vg1-1", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/vg1", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/vg1-Lv3", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/vg1-Lv3", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/vg1-Lv2", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/vg1-Lv2", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/vg1-lv1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/vg1-lv1", "fs_type": "xfs" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/mapper/vg1-lv1", "/dev/mapper/vg1-Lv2", "/dev/mapper/vg1-Lv3" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/vg1-Lv2", "state": "mounted" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test3", "src": "/dev/mapper/vg1-Lv3", "state": "mounted" } ], "packages": [ "xfsprogs", "mdadm", "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "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": "vg1", "raid_chunk_size": null, "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "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": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv2", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/vg1-Lv2", "_raw_device": "/dev/mapper/vg1-Lv2", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "Lv2", "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": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv3", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/vg1-Lv3", "_raw_device": "/dev/mapper/vg1-Lv3", "_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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "Lv3", "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": "3g", "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-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Saturday 14 September 2024 18:26:47 -0400 (0:00:22.524) 0:00:38.336 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Saturday 14 September 2024 18:26:47 -0400 (0:00:00.051) 0:00:38.388 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1726352746.3352008, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "72884e3f126482c2d28276ff7c57744fa95eff91", "ctime": 1726352739.3141942, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 263551, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1726352739.313194, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1229, "uid": 0, "version": "18446744072249990595", "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-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Saturday 14 September 2024 18:26:48 -0400 (0:00:00.361) 0:00:38.750 **** ok: [managed_node1] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Saturday 14 September 2024 18:26:48 -0400 (0:00:00.519) 0:00:39.270 **** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Saturday 14 September 2024 18:26:48 -0400 (0:00:00.032) 0:00:39.302 **** ok: [managed_node1] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdc1", "fs_type": null }, { "action": "create format", "device": "/dev/sdc1", "fs_type": "mdmember" }, { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "mdmember" }, { "action": "create format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sda1", "fs_type": null }, { "action": "create format", "device": "/dev/sda1", "fs_type": "mdmember" }, { "action": "create device", "device": "/dev/md/vg1-1", "fs_type": null }, { "action": "create format", "device": "/dev/md/vg1-1", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/vg1", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/vg1-Lv3", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/vg1-Lv3", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/vg1-Lv2", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/vg1-Lv2", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/vg1-lv1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/vg1-lv1", "fs_type": "xfs" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/mapper/vg1-lv1", "/dev/mapper/vg1-Lv2", "/dev/mapper/vg1-Lv3" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/vg1-Lv2", "state": "mounted" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test3", "src": "/dev/mapper/vg1-Lv3", "state": "mounted" } ], "packages": [ "xfsprogs", "mdadm", "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "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": "vg1", "raid_chunk_size": null, "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "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": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv2", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/vg1-Lv2", "_raw_device": "/dev/mapper/vg1-Lv2", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "Lv2", "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": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv3", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/vg1-Lv3", "_raw_device": "/dev/mapper/vg1-Lv3", "_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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "Lv3", "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": "3g", "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-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Saturday 14 September 2024 18:26:48 -0400 (0:00:00.061) 0:00:39.364 **** ok: [managed_node1] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc" ], "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": "vg1", "raid_chunk_size": null, "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "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": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv2", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/vg1-Lv2", "_raw_device": "/dev/mapper/vg1-Lv2", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "Lv2", "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": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv3", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/vg1-Lv3", "_raw_device": "/dev/mapper/vg1-Lv3", "_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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "Lv3", "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": "3g", "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-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Saturday 14 September 2024 18:26:49 -0400 (0:00:00.063) 0:00:39.428 **** ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Saturday 14 September 2024 18:26:49 -0400 (0:00:00.039) 0:00:39.468 **** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Saturday 14 September 2024 18:26:49 -0400 (0:00:00.034) 0:00:39.502 **** ok: [managed_node1] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Saturday 14 September 2024 18:26:58 -0400 (0:00:09.334) 0:00:48.836 **** changed: [managed_node1] => (item={u'src': u'/dev/mapper/vg1-lv1', u'group': None, u'dump': 0, u'passno': 0, u'fstype': u'xfs', 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": "xfs", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/vg1-lv1" } changed: [managed_node1] => (item={u'src': u'/dev/mapper/vg1-Lv2', u'group': None, u'dump': 0, u'passno': 0, u'fstype': u'xfs', u'state': u'mounted', u'mode': None, u'owner': None, u'path': u'/opt/test2', u'opts': u'defaults'}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/vg1-Lv2", "state": "mounted" }, "name": "/opt/test2", "opts": "defaults", "passno": "0", "src": "/dev/mapper/vg1-Lv2" } changed: [managed_node1] => (item={u'src': u'/dev/mapper/vg1-Lv3', u'group': None, u'dump': 0, u'passno': 0, u'fstype': u'xfs', u'state': u'mounted', u'mode': None, u'owner': None, u'path': u'/opt/test3', u'opts': u'defaults'}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test3", "src": "/dev/mapper/vg1-Lv3", "state": "mounted" }, "name": "/opt/test3", "opts": "defaults", "passno": "0", "src": "/dev/mapper/vg1-Lv3" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Saturday 14 September 2024 18:27:03 -0400 (0:00:05.347) 0:00:54.184 **** skipping: [managed_node1] => (item={u'src': u'/dev/mapper/vg1-lv1', u'group': None, u'dump': 0, u'passno': 0, u'fstype': u'xfs', 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": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item={u'src': u'/dev/mapper/vg1-Lv2', u'group': None, u'dump': 0, u'passno': 0, u'fstype': u'xfs', u'state': u'mounted', u'mode': None, u'owner': None, u'path': u'/opt/test2', u'opts': u'defaults'}) => { "ansible_loop_var": "mount_info", "changed": false, "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/vg1-Lv2", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item={u'src': u'/dev/mapper/vg1-Lv3', u'group': None, u'dump': 0, u'passno': 0, u'fstype': u'xfs', u'state': u'mounted', u'mode': None, u'owner': None, u'path': u'/opt/test3', u'opts': u'defaults'}) => { "ansible_loop_var": "mount_info", "changed": false, "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test3", "src": "/dev/mapper/vg1-Lv3", "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-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Saturday 14 September 2024 18:27:03 -0400 (0:00:00.145) 0:00:54.329 **** ok: [managed_node1] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Saturday 14 September 2024 18:27:04 -0400 (0:00:00.900) 0:00:55.230 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1726352616.0664194, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1718879272.062, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 131079, "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": 1718879026.308, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "18446744072852913879", "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-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Saturday 14 September 2024 18:27:06 -0400 (0:00:01.562) 0:00:56.792 **** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Saturday 14 September 2024 18:27:06 -0400 (0:00:00.076) 0:00:56.868 **** ok: [managed_node1] TASK [Verify role results] ***************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_pool_options.yml:59 Saturday 14 September 2024 18:27:11 -0400 (0:00:04.737) 0:01:01.606 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed_node1 TASK [Print out pool information] ********************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 14 September 2024 18:27:11 -0400 (0:00:00.119) 0:01:01.725 **** ok: [managed_node1] => { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc" ], "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": "vg1", "raid_chunk_size": null, "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "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": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv2", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/vg1-Lv2", "_raw_device": "/dev/mapper/vg1-Lv2", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "Lv2", "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": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv3", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/vg1-Lv3", "_raw_device": "/dev/mapper/vg1-Lv3", "_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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "Lv3", "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": "3g", "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 14 September 2024 18:27:11 -0400 (0:00:00.097) 0:01:01.823 **** skipping: [managed_node1] => {} TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 14 September 2024 18:27:11 -0400 (0:00:00.040) 0:01:01.863 **** ok: [managed_node1] => { "changed": false, "info": { "/dev/mapper/vg1-Lv2": { "fstype": "xfs", "label": "", "mountpoint": "/opt/test2", "name": "/dev/mapper/vg1-Lv2", "size": "3G", "type": "lvm", "uuid": "cf7df7d5-599d-4fb5-b6b0-289a3b753d0a" }, "/dev/mapper/vg1-Lv3": { "fstype": "xfs", "label": "", "mountpoint": "/opt/test3", "name": "/dev/mapper/vg1-Lv3", "size": "3G", "type": "lvm", "uuid": "26da6f9f-1054-40eb-8aed-6dc196eb3ec4" }, "/dev/mapper/vg1-lv1": { "fstype": "xfs", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/vg1-lv1", "size": "2G", "type": "lvm", "uuid": "285d9bd1-fb94-45d9-b724-2d0a0bddd69f" }, "/dev/md/vg1-1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/md/vg1-1", "size": "10G", "type": "raid1", "uuid": "GWAuUb-ASO3-lrIh-V3HD-MQiA-ptRR-OAAs2c" }, "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "linux_raid_member", "label": "vg1-1", "mountpoint": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "640c68ca-a026-da56-137b-aeaae5553003" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "linux_raid_member", "label": "vg1-1", "mountpoint": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "640c68ca-a026-da56-137b-aeaae5553003" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc1": { "fstype": "linux_raid_member", "label": "vg1-1", "mountpoint": "", "name": "/dev/sdc1", "size": "10G", "type": "partition", "uuid": "640c68ca-a026-da56-137b-aeaae5553003" }, "/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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 14 September 2024 18:27:12 -0400 (0:00:00.705) 0:01:02.569 **** ok: [managed_node1] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.172499", "end": "2024-09-14 18:27:12.824459", "rc": 0, "start": "2024-09-14 18:27:12.651960" } 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/vg1-lv1 /opt/test1 xfs defaults 0 0 /dev/mapper/vg1-Lv2 /opt/test2 xfs defaults 0 0 /dev/mapper/vg1-Lv3 /opt/test3 xfs defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 14 September 2024 18:27:12 -0400 (0:00:00.772) 0:01:03.341 **** ok: [managed_node1] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002955", "end": "2024-09-14 18:27:13.312170", "failed_when_result": false, "rc": 0, "start": "2024-09-14 18:27:13.309215" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 14 September 2024 18:27:13 -0400 (0:00:00.673) 0:01:04.015 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed_node1 TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Saturday 14 September 2024 18:27:13 -0400 (0:00:00.164) 0:01:04.180 **** ok: [managed_node1] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Saturday 14 September 2024 18:27:13 -0400 (0:00:00.127) 0:01:04.307 **** ok: [managed_node1] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "vg1" ], "delta": "0:00:00.020655", "end": "2024-09-14 18:27:14.319853", "rc": 0, "start": "2024-09-14 18:27:14.299198" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Saturday 14 September 2024 18:27:14 -0400 (0:00:00.587) 0:01:04.895 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Saturday 14 September 2024 18:27:14 -0400 (0:00:00.077) 0:01:04.972 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed_node1 TASK [Set test variables] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Saturday 14 September 2024 18:27:14 -0400 (0:00:00.130) 0:01:05.102 **** ok: [managed_node1] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/md127" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Saturday 14 September 2024 18:27:14 -0400 (0:00:00.078) 0:01:05.180 **** ok: [managed_node1] => (item=/dev/md127) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/md/vg1-1", "pv": "/dev/md127" } TASK [Set pvs lvm length] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Saturday 14 September 2024 18:27:15 -0400 (0:00:00.594) 0:01:05.775 **** ok: [managed_node1] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Saturday 14 September 2024 18:27:15 -0400 (0:00:00.043) 0:01:05.818 **** ok: [managed_node1] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/md/vg1-1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Saturday 14 September 2024 18:27:15 -0400 (0:00:00.045) 0:01:05.864 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Saturday 14 September 2024 18:27:15 -0400 (0:00:00.049) 0:01:05.913 **** ok: [managed_node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Saturday 14 September 2024 18:27:15 -0400 (0:00:00.044) 0:01:05.958 **** ok: [managed_node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Saturday 14 September 2024 18:27:15 -0400 (0:00:00.045) 0:01:06.004 **** ok: [managed_node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "raid1" }, "changed": false } TASK [Check the type of each PV] *********************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Saturday 14 September 2024 18:27:15 -0400 (0:00:00.044) 0:01:06.049 **** ok: [managed_node1] => (item=/dev/md/vg1-1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/md/vg1-1" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Saturday 14 September 2024 18:27:15 -0400 (0:00:00.054) 0:01:06.103 **** ok: [managed_node1] => { "changed": false, "rc": 0 } STDOUT: False STDERR: Shared connection to 10.31.47.109 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Saturday 14 September 2024 18:27:15 -0400 (0:00:00.248) 0:01:06.352 **** skipping: [managed_node1] => (item=/dev/md/vg1-1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/md/vg1-1" } TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Saturday 14 September 2024 18:27:15 -0400 (0:00:00.044) 0:01:06.396 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed_node1 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Saturday 14 September 2024 18:27:16 -0400 (0:00:00.081) 0:01:06.478 **** ok: [managed_node1] => { "changed": false, "cmd": [ "mdadm", "--detail", "/dev/md/vg1-1" ], "delta": "0:00:00.213711", "end": "2024-09-14 18:27:16.585870", "rc": 0, "start": "2024-09-14 18:27:16.372159" } STDOUT: /dev/md/vg1-1: Version : 1.0 Creation Time : Sat Sep 14 18:26:31 2024 Raid Level : raid1 Array Size : 10481536 (10.00 GiB 10.73 GB) Used Dev Size : 10481536 (10.00 GiB 10.73 GB) Raid Devices : 2 Total Devices : 3 Persistence : Superblock is persistent Intent Bitmap : Internal Update Time : Sat Sep 14 18:27:15 2024 State : clean, resyncing Active Devices : 2 Working Devices : 3 Failed Devices : 0 Spare Devices : 1 Consistency Policy : bitmap Resync Status : 25% complete Name : vg1-1 UUID : 640c68ca:a026da56:137baeaa:e5553003 Events : 20 Number Major Minor RaidDevice State 0 8 1 0 active sync /dev/sda1 1 8 17 1 active sync /dev/sdb1 2 8 33 - spare /dev/sdc1 TASK [Set active devices regex] ************************************************ task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Saturday 14 September 2024 18:27:16 -0400 (0:00:00.612) 0:01:07.091 **** ok: [managed_node1] => { "ansible_facts": { "storage_test_md_active_devices_re": "Active\\ Devices\\ \\:\\ 2\\\n" }, "changed": false } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Saturday 14 September 2024 18:27:16 -0400 (0:00:00.057) 0:01:07.148 **** ok: [managed_node1] => { "ansible_facts": { "storage_test_md_spare_devices_re": "Spare\\ Devices\\ \\:\\ 1\\\n" }, "changed": false } TASK [Set md version regex] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Saturday 14 September 2024 18:27:16 -0400 (0:00:00.051) 0:01:07.200 **** ok: [managed_node1] => { "ansible_facts": { "storage_test_md_metadata_version_re": "Version\\ \\:\\ 1\\.0\\\n" }, "changed": false } TASK [Set md chunk size regex] ************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Saturday 14 September 2024 18:27:16 -0400 (0:00:00.053) 0:01:07.253 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Saturday 14 September 2024 18:27:16 -0400 (0:00:00.048) 0:01:07.301 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Saturday 14 September 2024 18:27:16 -0400 (0:00:00.047) 0:01:07.349 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Saturday 14 September 2024 18:27:16 -0400 (0:00:00.070) 0:01:07.419 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Saturday 14 September 2024 18:27:17 -0400 (0:00:00.084) 0:01:07.504 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Saturday 14 September 2024 18:27:17 -0400 (0:00:00.084) 0:01:07.588 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Saturday 14 September 2024 18:27:17 -0400 (0:00:00.069) 0:01:07.658 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Saturday 14 September 2024 18:27:17 -0400 (0:00:00.068) 0:01:07.727 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed_node1 TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Saturday 14 September 2024 18:27:17 -0400 (0:00:00.132) 0:01:07.860 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml for managed_node1 TASK [Get information about the LV] ******************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:8 Saturday 14 September 2024 18:27:17 -0400 (0:00:00.158) 0:01:08.018 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:16 Saturday 14 September 2024 18:27:17 -0400 (0:00:00.051) 0:01:08.069 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:20 Saturday 14 September 2024 18:27:17 -0400 (0:00:00.043) 0:01:08.113 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Saturday 14 September 2024 18:27:17 -0400 (0:00:00.079) 0:01:08.192 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Saturday 14 September 2024 18:27:17 -0400 (0:00:00.038) 0:01:08.230 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Saturday 14 September 2024 18:27:17 -0400 (0:00:00.037) 0:01:08.268 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Saturday 14 September 2024 18:27:17 -0400 (0:00:00.037) 0:01:08.306 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:8 Saturday 14 September 2024 18:27:17 -0400 (0:00:00.037) 0:01:08.344 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:16 Saturday 14 September 2024 18:27:17 -0400 (0:00:00.043) 0:01:08.388 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:20 Saturday 14 September 2024 18:27:18 -0400 (0:00:00.060) 0:01:08.449 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Saturday 14 September 2024 18:27:18 -0400 (0:00:00.048) 0:01:08.497 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Saturday 14 September 2024 18:27:18 -0400 (0:00:00.039) 0:01:08.536 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Saturday 14 September 2024 18:27:18 -0400 (0:00:00.064) 0:01:08.600 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Saturday 14 September 2024 18:27:18 -0400 (0:00:00.061) 0:01:08.662 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:8 Saturday 14 September 2024 18:27:18 -0400 (0:00:00.060) 0:01:08.723 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:16 Saturday 14 September 2024 18:27:18 -0400 (0:00:00.083) 0:01:08.806 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:20 Saturday 14 September 2024 18:27:18 -0400 (0:00:00.062) 0:01:08.868 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Saturday 14 September 2024 18:27:18 -0400 (0:00:00.076) 0:01:08.945 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Saturday 14 September 2024 18:27:18 -0400 (0:00:00.055) 0:01:09.001 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Saturday 14 September 2024 18:27:18 -0400 (0:00:00.047) 0:01:09.049 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Saturday 14 September 2024 18:27:18 -0400 (0:00:00.046) 0:01:09.096 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Saturday 14 September 2024 18:27:18 -0400 (0:00:00.047) 0:01:09.143 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml for managed_node1 TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Saturday 14 September 2024 18:27:18 -0400 (0:00:00.082) 0:01:09.225 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml for managed_node1 TASK [Get information about thinpool] ****************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Saturday 14 September 2024 18:27:18 -0400 (0:00:00.170) 0:01:09.396 **** skipping: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Saturday 14 September 2024 18:27:19 -0400 (0:00:00.057) 0:01:09.454 **** skipping: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Saturday 14 September 2024 18:27:19 -0400 (0:00:00.056) 0:01:09.510 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Saturday 14 September 2024 18:27:19 -0400 (0:00:00.058) 0:01:09.569 **** ok: [managed_node1] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Saturday 14 September 2024 18:27:19 -0400 (0:00:00.065) 0:01:09.634 **** skipping: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Saturday 14 September 2024 18:27:19 -0400 (0:00:00.058) 0:01:09.692 **** skipping: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Saturday 14 September 2024 18:27:19 -0400 (0:00:00.075) 0:01:09.767 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Saturday 14 September 2024 18:27:19 -0400 (0:00:00.091) 0:01:09.859 **** ok: [managed_node1] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Saturday 14 September 2024 18:27:19 -0400 (0:00:00.064) 0:01:09.923 **** skipping: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Saturday 14 September 2024 18:27:19 -0400 (0:00:00.086) 0:01:10.010 **** skipping: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Saturday 14 September 2024 18:27:19 -0400 (0:00:00.062) 0:01:10.072 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Saturday 14 September 2024 18:27:19 -0400 (0:00:00.050) 0:01:10.122 **** ok: [managed_node1] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Saturday 14 September 2024 18:27:19 -0400 (0:00:00.061) 0:01:10.184 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed_node1 TASK [Set test variables] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Saturday 14 September 2024 18:27:19 -0400 (0:00:00.144) 0:01:10.328 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Saturday 14 September 2024 18:27:19 -0400 (0:00:00.062) 0:01:10.391 **** skipping: [managed_node1] => (item=/dev/md/vg1-1) => { "_storage_test_pool_member_path": "/dev/md/vg1-1", "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Saturday 14 September 2024 18:27:20 -0400 (0:00:00.057) 0:01:10.448 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node1 TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 14 September 2024 18:27:20 -0400 (0:00:00.074) 0:01:10.523 **** ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 14 September 2024 18:27:20 -0400 (0:00:00.058) 0:01:10.581 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 14 September 2024 18:27:20 -0400 (0:00:00.067) 0:01:10.649 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 14 September 2024 18:27:20 -0400 (0:00:00.067) 0:01:10.717 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 14 September 2024 18:27:20 -0400 (0:00:00.070) 0:01:10.787 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 14 September 2024 18:27:20 -0400 (0:00:00.071) 0:01:10.859 **** ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Saturday 14 September 2024 18:27:20 -0400 (0:00:00.068) 0:01:10.928 **** ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Saturday 14 September 2024 18:27:20 -0400 (0:00:00.053) 0:01:10.982 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml for managed_node1 TASK [Validate pool member VDO settings] *************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Saturday 14 September 2024 18:27:20 -0400 (0:00:00.099) 0:01:11.082 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml for managed_node1 TASK [Get information about VDO deduplication] ********************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Saturday 14 September 2024 18:27:20 -0400 (0:00:00.221) 0:01:11.303 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Saturday 14 September 2024 18:27:20 -0400 (0:00:00.068) 0:01:11.372 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Saturday 14 September 2024 18:27:21 -0400 (0:00:00.110) 0:01:11.482 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Saturday 14 September 2024 18:27:21 -0400 (0:00:00.065) 0:01:11.548 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Saturday 14 September 2024 18:27:21 -0400 (0:00:00.069) 0:01:11.618 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Saturday 14 September 2024 18:27:21 -0400 (0:00:00.068) 0:01:11.687 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:46 Saturday 14 September 2024 18:27:21 -0400 (0:00:00.133) 0:01:11.820 **** ok: [managed_node1] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Saturday 14 September 2024 18:27:21 -0400 (0:00:00.068) 0:01:11.889 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Saturday 14 September 2024 18:27:21 -0400 (0:00:00.069) 0:01:11.959 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Saturday 14 September 2024 18:27:21 -0400 (0:00:00.045) 0:01:12.005 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Saturday 14 September 2024 18:27:21 -0400 (0:00:00.047) 0:01:12.052 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Saturday 14 September 2024 18:27:21 -0400 (0:00:00.048) 0:01:12.101 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Saturday 14 September 2024 18:27:21 -0400 (0:00:00.062) 0:01:12.164 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:46 Saturday 14 September 2024 18:27:21 -0400 (0:00:00.061) 0:01:12.225 **** ok: [managed_node1] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Saturday 14 September 2024 18:27:21 -0400 (0:00:00.066) 0:01:12.291 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Saturday 14 September 2024 18:27:21 -0400 (0:00:00.061) 0:01:12.353 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Saturday 14 September 2024 18:27:21 -0400 (0:00:00.068) 0:01:12.422 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Saturday 14 September 2024 18:27:22 -0400 (0:00:00.057) 0:01:12.480 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Saturday 14 September 2024 18:27:22 -0400 (0:00:00.054) 0:01:12.534 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Saturday 14 September 2024 18:27:22 -0400 (0:00:00.055) 0:01:12.590 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:46 Saturday 14 September 2024 18:27:22 -0400 (0:00:00.074) 0:01:12.664 **** ok: [managed_node1] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Saturday 14 September 2024 18:27:22 -0400 (0:00:00.063) 0:01:12.728 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed_node1 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Saturday 14 September 2024 18:27:22 -0400 (0:00:00.126) 0:01:12.854 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Saturday 14 September 2024 18:27:22 -0400 (0:00:00.055) 0:01:12.909 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Saturday 14 September 2024 18:27:22 -0400 (0:00:00.052) 0:01:12.962 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Saturday 14 September 2024 18:27:22 -0400 (0:00:00.048) 0:01:13.011 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Saturday 14 September 2024 18:27:22 -0400 (0:00:00.039) 0:01:13.050 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Saturday 14 September 2024 18:27:22 -0400 (0:00:00.041) 0:01:13.091 **** ok: [managed_node1] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Saturday 14 September 2024 18:27:22 -0400 (0:00:00.040) 0:01:13.132 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Saturday 14 September 2024 18:27:22 -0400 (0:00:00.048) 0:01:13.180 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed_node1 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 14 September 2024 18:27:22 -0400 (0:00:00.153) 0:01:13.334 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 14 September 2024 18:27:22 -0400 (0:00:00.077) 0:01:13.411 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed_node1 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 14 September 2024 18:27:23 -0400 (0:00:00.413) 0:01:13.825 **** ok: [managed_node1] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-lv1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 14 September 2024 18:27:23 -0400 (0:00:00.070) 0:01:13.896 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 14 September 2024 18:27:23 -0400 (0:00:00.068) 0:01:13.964 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Saturday 14 September 2024 18:27:23 -0400 (0:00:00.058) 0:01:14.022 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Saturday 14 September 2024 18:27:23 -0400 (0:00:00.054) 0:01:14.077 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Saturday 14 September 2024 18:27:23 -0400 (0:00:00.039) 0:01:14.116 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Saturday 14 September 2024 18:27:23 -0400 (0:00:00.045) 0:01:14.162 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Saturday 14 September 2024 18:27:23 -0400 (0:00:00.055) 0:01:14.218 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Saturday 14 September 2024 18:27:23 -0400 (0:00:00.059) 0:01:14.277 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Saturday 14 September 2024 18:27:23 -0400 (0:00:00.070) 0:01:14.347 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Saturday 14 September 2024 18:27:23 -0400 (0:00:00.060) 0:01:14.408 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 14 September 2024 18:27:24 -0400 (0:00:00.108) 0:01:14.516 **** ok: [managed_node1] => { "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/vg1-lv1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 xfs defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 14 September 2024 18:27:24 -0400 (0:00:00.100) 0:01:14.617 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 14 September 2024 18:27:24 -0400 (0:00:00.079) 0:01:14.696 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 14 September 2024 18:27:24 -0400 (0:00:00.071) 0:01:14.767 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 14 September 2024 18:27:24 -0400 (0:00:00.094) 0:01:14.862 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:51 Saturday 14 September 2024 18:27:24 -0400 (0:00:00.061) 0:01:14.923 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 14 September 2024 18:27:24 -0400 (0:00:00.043) 0:01:14.967 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 14 September 2024 18:27:24 -0400 (0:00:00.063) 0:01:15.030 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 14 September 2024 18:27:24 -0400 (0:00:00.078) 0:01:15.109 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1726352807.7332618, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1726352807.7332618, "dev": 5, "device_type": 64770, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 50519, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1726352807.7332618, "nlink": 1, "path": "/dev/mapper/vg1-lv1", "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 14 September 2024 18:27:25 -0400 (0:00:00.520) 0:01:15.630 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 14 September 2024 18:27:25 -0400 (0:00:00.077) 0:01:15.708 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 14 September 2024 18:27:25 -0400 (0:00:00.130) 0:01:15.838 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 14 September 2024 18:27:25 -0400 (0:00:00.068) 0:01:15.907 **** ok: [managed_node1] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 14 September 2024 18:27:25 -0400 (0:00:00.065) 0:01:15.972 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 14 September 2024 18:27:25 -0400 (0:00:00.060) 0:01:16.033 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 14 September 2024 18:27:25 -0400 (0:00:00.068) 0:01:16.101 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 14 September 2024 18:27:25 -0400 (0:00:00.066) 0:01:16.167 **** changed: [managed_node1] => { "changed": true, "changes": { "installed": [ "cryptsetup" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * epel: d2lzkl7pfhq30w.cloudfront.net\n * epel-debuginfo: d2lzkl7pfhq30w.cloudfront.net\n * epel-source: d2lzkl7pfhq30w.cloudfront.net\nResolving Dependencies\n--> Running transaction check\n---> Package cryptsetup.x86_64 0:2.0.3-6.el7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n cryptsetup x86_64 2.0.3-6.el7 base 154 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package\n\nTotal download size: 154 k\nInstalled size: 354 k\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : cryptsetup-2.0.3-6.el7.x86_64 1/1 \n Verifying : cryptsetup-2.0.3-6.el7.x86_64 1/1 \n\nInstalled:\n cryptsetup.x86_64 0:2.0.3-6.el7 \n\nComplete!\n" ] } lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 14 September 2024 18:27:46 -0400 (0:00:21.236) 0:01:37.404 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 14 September 2024 18:27:47 -0400 (0:00:00.042) 0:01:37.446 **** skipping: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 14 September 2024 18:27:47 -0400 (0:00:00.048) 0:01:37.494 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 14 September 2024 18:27:47 -0400 (0:00:00.077) 0:01:37.572 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 14 September 2024 18:27:47 -0400 (0:00:00.048) 0:01:37.621 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 14 September 2024 18:27:47 -0400 (0:00:00.052) 0:01:37.673 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Saturday 14 September 2024 18:27:47 -0400 (0:00:00.046) 0:01:37.720 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Saturday 14 September 2024 18:27:47 -0400 (0:00:00.052) 0:01:37.773 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Saturday 14 September 2024 18:27:47 -0400 (0:00:00.041) 0:01:37.815 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Saturday 14 September 2024 18:27:47 -0400 (0:00:00.058) 0:01:37.873 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Saturday 14 September 2024 18:27:47 -0400 (0:00:00.063) 0:01:37.937 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Saturday 14 September 2024 18:27:47 -0400 (0:00:00.056) 0:01:37.994 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Saturday 14 September 2024 18:27:47 -0400 (0:00:00.044) 0:01:38.038 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Saturday 14 September 2024 18:27:47 -0400 (0:00:00.048) 0:01:38.087 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 14 September 2024 18:27:47 -0400 (0:00:00.056) 0:01:38.144 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 14 September 2024 18:27:47 -0400 (0:00:00.045) 0:01:38.189 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 14 September 2024 18:27:47 -0400 (0:00:00.039) 0:01:38.229 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 14 September 2024 18:27:47 -0400 (0:00:00.041) 0:01:38.270 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 14 September 2024 18:27:47 -0400 (0:00:00.039) 0:01:38.310 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 14 September 2024 18:27:47 -0400 (0:00:00.049) 0:01:38.359 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 14 September 2024 18:27:47 -0400 (0:00:00.058) 0:01:38.418 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 14 September 2024 18:27:48 -0400 (0:00:00.057) 0:01:38.475 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 14 September 2024 18:27:48 -0400 (0:00:00.059) 0:01:38.534 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 14 September 2024 18:27:48 -0400 (0:00:00.046) 0:01:38.581 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 14 September 2024 18:27:48 -0400 (0:00:00.058) 0:01:38.639 **** ok: [managed_node1] => { "bytes": 2147483648, "changed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 14 September 2024 18:27:48 -0400 (0:00:00.744) 0:01:39.384 **** ok: [managed_node1] => { "bytes": 2147483648, "changed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 14 September 2024 18:27:49 -0400 (0:00:00.380) 0:01:39.764 **** ok: [managed_node1] => { "ansible_facts": { "storage_test_expected_size": "2147483648" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 14 September 2024 18:27:49 -0400 (0:00:00.062) 0:01:39.826 **** ok: [managed_node1] => { "storage_test_expected_size": "2147483648" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 14 September 2024 18:27:49 -0400 (0:00:00.076) 0:01:39.903 **** ok: [managed_node1] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 14 September 2024 18:27:49 -0400 (0:00:00.376) 0:01:40.279 **** skipping: [managed_node1] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 14 September 2024 18:27:49 -0400 (0:00:00.069) 0:01:40.349 **** skipping: [managed_node1] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 14 September 2024 18:27:49 -0400 (0:00:00.070) 0:01:40.419 **** skipping: [managed_node1] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 14 September 2024 18:27:50 -0400 (0:00:00.069) 0:01:40.488 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Saturday 14 September 2024 18:27:50 -0400 (0:00:00.067) 0:01:40.556 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Saturday 14 September 2024 18:27:50 -0400 (0:00:00.063) 0:01:40.619 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Saturday 14 September 2024 18:27:50 -0400 (0:00:00.113) 0:01:40.732 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Saturday 14 September 2024 18:27:50 -0400 (0:00:00.083) 0:01:40.816 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Saturday 14 September 2024 18:27:50 -0400 (0:00:00.121) 0:01:40.938 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Saturday 14 September 2024 18:27:50 -0400 (0:00:00.072) 0:01:41.010 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Saturday 14 September 2024 18:27:50 -0400 (0:00:00.073) 0:01:41.084 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Saturday 14 September 2024 18:27:50 -0400 (0:00:00.091) 0:01:41.176 **** skipping: [managed_node1] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Saturday 14 September 2024 18:27:50 -0400 (0:00:00.078) 0:01:41.255 **** skipping: [managed_node1] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Saturday 14 September 2024 18:27:50 -0400 (0:00:00.067) 0:01:41.323 **** skipping: [managed_node1] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Saturday 14 September 2024 18:27:50 -0400 (0:00:00.061) 0:01:41.384 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Saturday 14 September 2024 18:27:51 -0400 (0:00:00.058) 0:01:41.443 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Saturday 14 September 2024 18:27:51 -0400 (0:00:00.078) 0:01:41.522 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Saturday 14 September 2024 18:27:51 -0400 (0:00:00.131) 0:01:41.653 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Saturday 14 September 2024 18:27:51 -0400 (0:00:00.141) 0:01:41.795 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Saturday 14 September 2024 18:27:51 -0400 (0:00:00.228) 0:01:42.024 **** ok: [managed_node1] => { "storage_test_actual_size": { "bytes": 2147483648, "changed": false, "failed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Saturday 14 September 2024 18:27:51 -0400 (0:00:00.099) 0:01:42.124 **** ok: [managed_node1] => { "storage_test_expected_size": "2147483648" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Saturday 14 September 2024 18:27:51 -0400 (0:00:00.064) 0:01:42.188 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 14 September 2024 18:27:51 -0400 (0:00:00.080) 0:01:42.268 **** ok: [managed_node1] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "vg1/lv1" ], "delta": "0:00:00.890955", "end": "2024-09-14 18:27:53.310959", "rc": 0, "start": "2024-09-14 18:27:52.420004" } STDOUT: LVM2_LV_NAME=lv1 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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 14 September 2024 18:27:53 -0400 (0:00:01.563) 0:01:43.832 **** ok: [managed_node1] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 14 September 2024 18:27:53 -0400 (0:00:00.070) 0:01:43.903 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 14 September 2024 18:27:53 -0400 (0:00:00.074) 0:01:43.978 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 14 September 2024 18:27:53 -0400 (0:00:00.063) 0:01:44.041 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 14 September 2024 18:27:53 -0400 (0:00:00.065) 0:01:44.107 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 14 September 2024 18:27:53 -0400 (0:00:00.078) 0:01:44.185 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 14 September 2024 18:27:53 -0400 (0:00:00.070) 0:01:44.256 **** ok: [managed_node1] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 14 September 2024 18:27:53 -0400 (0:00:00.057) 0:01:44.313 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 14 September 2024 18:27:53 -0400 (0:00:00.067) 0:01:44.381 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed_node1 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 14 September 2024 18:27:54 -0400 (0:00:00.280) 0:01:44.661 **** ok: [managed_node1] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-Lv2" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 14 September 2024 18:27:54 -0400 (0:00:00.067) 0:01:44.729 **** ok: [managed_node1] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test2", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 14 September 2024 18:27:54 -0400 (0:00:00.074) 0:01:44.804 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Saturday 14 September 2024 18:27:54 -0400 (0:00:00.062) 0:01:44.866 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Saturday 14 September 2024 18:27:54 -0400 (0:00:00.073) 0:01:44.940 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Saturday 14 September 2024 18:27:54 -0400 (0:00:00.060) 0:01:45.000 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Saturday 14 September 2024 18:27:54 -0400 (0:00:00.062) 0:01:45.063 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Saturday 14 September 2024 18:27:54 -0400 (0:00:00.059) 0:01:45.122 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Saturday 14 September 2024 18:27:54 -0400 (0:00:00.060) 0:01:45.183 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Saturday 14 September 2024 18:27:54 -0400 (0:00:00.072) 0:01:45.255 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Saturday 14 September 2024 18:27:54 -0400 (0:00:00.060) 0:01:45.315 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 14 September 2024 18:27:54 -0400 (0:00:00.058) 0:01:45.373 **** ok: [managed_node1] => { "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/vg1-Lv2 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test2 xfs defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test2 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 14 September 2024 18:27:55 -0400 (0:00:00.102) 0:01:45.476 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 14 September 2024 18:27:55 -0400 (0:00:00.073) 0:01:45.550 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 14 September 2024 18:27:55 -0400 (0:00:00.070) 0:01:45.620 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 14 September 2024 18:27:55 -0400 (0:00:00.061) 0:01:45.681 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:51 Saturday 14 September 2024 18:27:55 -0400 (0:00:00.070) 0:01:45.752 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 14 September 2024 18:27:55 -0400 (0:00:00.063) 0:01:45.815 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 14 September 2024 18:27:55 -0400 (0:00:00.082) 0:01:45.897 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 14 September 2024 18:27:55 -0400 (0:00:00.084) 0:01:45.982 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1726352806.8422606, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1726352806.8422606, "dev": 5, "device_type": 64769, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 49836, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1726352806.8422606, "nlink": 1, "path": "/dev/mapper/vg1-Lv2", "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 14 September 2024 18:27:56 -0400 (0:00:01.182) 0:01:47.164 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 14 September 2024 18:27:56 -0400 (0:00:00.047) 0:01:47.212 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 14 September 2024 18:27:56 -0400 (0:00:00.037) 0:01:47.249 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 14 September 2024 18:27:56 -0400 (0:00:00.060) 0:01:47.310 **** ok: [managed_node1] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 14 September 2024 18:27:56 -0400 (0:00:00.072) 0:01:47.382 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 14 September 2024 18:27:57 -0400 (0:00:00.124) 0:01:47.507 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 14 September 2024 18:27:57 -0400 (0:00:00.070) 0:01:47.578 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 14 September 2024 18:27:57 -0400 (0:00:00.064) 0:01:47.642 **** ok: [managed_node1] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 14 September 2024 18:28:01 -0400 (0:00:04.013) 0:01:51.655 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 14 September 2024 18:28:01 -0400 (0:00:00.060) 0:01:51.716 **** skipping: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 14 September 2024 18:28:01 -0400 (0:00:00.060) 0:01:51.777 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 14 September 2024 18:28:01 -0400 (0:00:00.077) 0:01:51.855 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 14 September 2024 18:28:01 -0400 (0:00:00.062) 0:01:51.917 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 14 September 2024 18:28:01 -0400 (0:00:00.060) 0:01:51.978 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Saturday 14 September 2024 18:28:01 -0400 (0:00:00.067) 0:01:52.045 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Saturday 14 September 2024 18:28:01 -0400 (0:00:00.060) 0:01:52.106 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Saturday 14 September 2024 18:28:01 -0400 (0:00:00.064) 0:01:52.170 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Saturday 14 September 2024 18:28:01 -0400 (0:00:00.068) 0:01:52.239 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Saturday 14 September 2024 18:28:01 -0400 (0:00:00.069) 0:01:52.309 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Saturday 14 September 2024 18:28:01 -0400 (0:00:00.066) 0:01:52.375 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Saturday 14 September 2024 18:28:02 -0400 (0:00:00.072) 0:01:52.448 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Saturday 14 September 2024 18:28:02 -0400 (0:00:00.049) 0:01:52.497 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 14 September 2024 18:28:02 -0400 (0:00:00.048) 0:01:52.546 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 14 September 2024 18:28:02 -0400 (0:00:00.039) 0:01:52.585 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 14 September 2024 18:28:02 -0400 (0:00:00.038) 0:01:52.624 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 14 September 2024 18:28:02 -0400 (0:00:00.051) 0:01:52.675 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 14 September 2024 18:28:02 -0400 (0:00:00.067) 0:01:52.743 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 14 September 2024 18:28:02 -0400 (0:00:00.058) 0:01:52.802 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 14 September 2024 18:28:02 -0400 (0:00:00.058) 0:01:52.861 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 14 September 2024 18:28:02 -0400 (0:00:00.063) 0:01:52.924 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 14 September 2024 18:28:02 -0400 (0:00:00.058) 0:01:52.983 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 14 September 2024 18:28:02 -0400 (0:00:00.061) 0:01:53.045 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 14 September 2024 18:28:02 -0400 (0:00:00.064) 0:01:53.109 **** ok: [managed_node1] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 14 September 2024 18:28:03 -0400 (0:00:00.411) 0:01:53.521 **** ok: [managed_node1] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 14 September 2024 18:28:03 -0400 (0:00:00.349) 0:01:53.870 **** ok: [managed_node1] => { "ansible_facts": { "storage_test_expected_size": "3221225472" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 14 September 2024 18:28:03 -0400 (0:00:00.049) 0:01:53.920 **** ok: [managed_node1] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 14 September 2024 18:28:03 -0400 (0:00:00.041) 0:01:53.961 **** ok: [managed_node1] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 14 September 2024 18:28:03 -0400 (0:00:00.338) 0:01:54.300 **** skipping: [managed_node1] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 14 September 2024 18:28:03 -0400 (0:00:00.043) 0:01:54.344 **** skipping: [managed_node1] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 14 September 2024 18:28:03 -0400 (0:00:00.044) 0:01:54.388 **** skipping: [managed_node1] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 14 September 2024 18:28:04 -0400 (0:00:00.043) 0:01:54.431 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Saturday 14 September 2024 18:28:04 -0400 (0:00:00.043) 0:01:54.474 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Saturday 14 September 2024 18:28:04 -0400 (0:00:00.062) 0:01:54.537 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Saturday 14 September 2024 18:28:04 -0400 (0:00:00.059) 0:01:54.596 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Saturday 14 September 2024 18:28:04 -0400 (0:00:00.057) 0:01:54.654 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Saturday 14 September 2024 18:28:04 -0400 (0:00:00.060) 0:01:54.715 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Saturday 14 September 2024 18:28:04 -0400 (0:00:00.061) 0:01:54.776 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Saturday 14 September 2024 18:28:04 -0400 (0:00:00.047) 0:01:54.823 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Saturday 14 September 2024 18:28:04 -0400 (0:00:00.058) 0:01:54.882 **** skipping: [managed_node1] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Saturday 14 September 2024 18:28:04 -0400 (0:00:00.064) 0:01:54.946 **** skipping: [managed_node1] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Saturday 14 September 2024 18:28:04 -0400 (0:00:00.061) 0:01:55.008 **** skipping: [managed_node1] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Saturday 14 September 2024 18:28:04 -0400 (0:00:00.119) 0:01:55.128 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Saturday 14 September 2024 18:28:04 -0400 (0:00:00.049) 0:01:55.177 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Saturday 14 September 2024 18:28:04 -0400 (0:00:00.039) 0:01:55.217 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Saturday 14 September 2024 18:28:04 -0400 (0:00:00.038) 0:01:55.256 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Saturday 14 September 2024 18:28:04 -0400 (0:00:00.038) 0:01:55.295 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Saturday 14 September 2024 18:28:04 -0400 (0:00:00.039) 0:01:55.334 **** ok: [managed_node1] => { "storage_test_actual_size": { "bytes": 3221225472, "changed": false, "failed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Saturday 14 September 2024 18:28:04 -0400 (0:00:00.046) 0:01:55.381 **** ok: [managed_node1] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Saturday 14 September 2024 18:28:04 -0400 (0:00:00.042) 0:01:55.423 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 14 September 2024 18:28:05 -0400 (0:00:00.064) 0:01:55.487 **** ok: [managed_node1] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "vg1/Lv2" ], "delta": "0:00:00.018390", "end": "2024-09-14 18:28:05.426010", "rc": 0, "start": "2024-09-14 18:28:05.407620" } STDOUT: LVM2_LV_NAME=Lv2 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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 14 September 2024 18:28:05 -0400 (0:00:00.437) 0:01:55.924 **** ok: [managed_node1] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 14 September 2024 18:28:05 -0400 (0:00:00.061) 0:01:55.986 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 14 September 2024 18:28:05 -0400 (0:00:00.055) 0:01:56.042 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 14 September 2024 18:28:05 -0400 (0:00:00.043) 0:01:56.085 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 14 September 2024 18:28:05 -0400 (0:00:00.042) 0:01:56.127 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 14 September 2024 18:28:05 -0400 (0:00:00.042) 0:01:56.170 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 14 September 2024 18:28:05 -0400 (0:00:00.044) 0:01:56.215 **** ok: [managed_node1] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 14 September 2024 18:28:05 -0400 (0:00:00.039) 0:01:56.255 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 14 September 2024 18:28:05 -0400 (0:00:00.048) 0:01:56.303 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed_node1 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 14 September 2024 18:28:06 -0400 (0:00:00.249) 0:01:56.552 **** ok: [managed_node1] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-Lv3" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 14 September 2024 18:28:06 -0400 (0:00:00.092) 0:01:56.645 **** ok: [managed_node1] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test3", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 14 September 2024 18:28:06 -0400 (0:00:00.068) 0:01:56.713 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Saturday 14 September 2024 18:28:06 -0400 (0:00:00.049) 0:01:56.763 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Saturday 14 September 2024 18:28:06 -0400 (0:00:00.052) 0:01:56.816 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Saturday 14 September 2024 18:28:06 -0400 (0:00:00.040) 0:01:56.856 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Saturday 14 September 2024 18:28:06 -0400 (0:00:00.039) 0:01:56.895 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Saturday 14 September 2024 18:28:06 -0400 (0:00:00.039) 0:01:56.934 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Saturday 14 September 2024 18:28:06 -0400 (0:00:00.041) 0:01:56.976 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Saturday 14 September 2024 18:28:06 -0400 (0:00:00.038) 0:01:57.014 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Saturday 14 September 2024 18:28:06 -0400 (0:00:00.038) 0:01:57.053 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 14 September 2024 18:28:06 -0400 (0:00:00.038) 0:01:57.092 **** ok: [managed_node1] => { "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/vg1-Lv3 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test3 xfs defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test3 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 14 September 2024 18:28:06 -0400 (0:00:00.064) 0:01:57.156 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 14 September 2024 18:28:06 -0400 (0:00:00.046) 0:01:57.203 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 14 September 2024 18:28:06 -0400 (0:00:00.047) 0:01:57.251 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 14 September 2024 18:28:06 -0400 (0:00:00.038) 0:01:57.290 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:51 Saturday 14 September 2024 18:28:06 -0400 (0:00:00.043) 0:01:57.334 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 14 September 2024 18:28:06 -0400 (0:00:00.039) 0:01:57.374 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 14 September 2024 18:28:07 -0400 (0:00:00.051) 0:01:57.425 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 14 September 2024 18:28:07 -0400 (0:00:00.056) 0:01:57.482 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1726352806.0782597, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1726352806.0782597, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 49712, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1726352806.0782597, "nlink": 1, "path": "/dev/mapper/vg1-Lv3", "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 14 September 2024 18:28:07 -0400 (0:00:00.422) 0:01:57.904 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 14 September 2024 18:28:07 -0400 (0:00:00.081) 0:01:57.986 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 14 September 2024 18:28:07 -0400 (0:00:00.069) 0:01:58.055 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 14 September 2024 18:28:07 -0400 (0:00:00.071) 0:01:58.127 **** ok: [managed_node1] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 14 September 2024 18:28:07 -0400 (0:00:00.061) 0:01:58.188 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 14 September 2024 18:28:07 -0400 (0:00:00.052) 0:01:58.240 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 14 September 2024 18:28:07 -0400 (0:00:00.050) 0:01:58.291 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 14 September 2024 18:28:07 -0400 (0:00:00.038) 0:01:58.329 **** ok: [managed_node1] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 14 September 2024 18:28:08 -0400 (0:00:00.903) 0:01:59.233 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 14 September 2024 18:28:08 -0400 (0:00:00.047) 0:01:59.281 **** skipping: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 14 September 2024 18:28:08 -0400 (0:00:00.050) 0:01:59.332 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 14 September 2024 18:28:08 -0400 (0:00:00.072) 0:01:59.405 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 14 September 2024 18:28:09 -0400 (0:00:00.039) 0:01:59.444 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 14 September 2024 18:28:09 -0400 (0:00:00.046) 0:01:59.491 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Saturday 14 September 2024 18:28:09 -0400 (0:00:00.054) 0:01:59.545 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Saturday 14 September 2024 18:28:09 -0400 (0:00:00.053) 0:01:59.599 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Saturday 14 September 2024 18:28:09 -0400 (0:00:00.056) 0:01:59.655 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Saturday 14 September 2024 18:28:09 -0400 (0:00:00.058) 0:01:59.713 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Saturday 14 September 2024 18:28:09 -0400 (0:00:00.076) 0:01:59.789 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Saturday 14 September 2024 18:28:09 -0400 (0:00:00.049) 0:01:59.839 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Saturday 14 September 2024 18:28:09 -0400 (0:00:00.038) 0:01:59.878 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Saturday 14 September 2024 18:28:09 -0400 (0:00:00.038) 0:01:59.917 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 14 September 2024 18:28:09 -0400 (0:00:00.039) 0:01:59.956 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 14 September 2024 18:28:09 -0400 (0:00:00.041) 0:01:59.998 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 14 September 2024 18:28:09 -0400 (0:00:00.040) 0:02:00.038 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 14 September 2024 18:28:09 -0400 (0:00:00.044) 0:02:00.083 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 14 September 2024 18:28:09 -0400 (0:00:00.055) 0:02:00.139 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 14 September 2024 18:28:09 -0400 (0:00:00.060) 0:02:00.200 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 14 September 2024 18:28:09 -0400 (0:00:00.063) 0:02:00.263 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 14 September 2024 18:28:09 -0400 (0:00:00.063) 0:02:00.327 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 14 September 2024 18:28:09 -0400 (0:00:00.059) 0:02:00.387 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 14 September 2024 18:28:10 -0400 (0:00:00.058) 0:02:00.445 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 14 September 2024 18:28:10 -0400 (0:00:00.058) 0:02:00.504 **** ok: [managed_node1] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 14 September 2024 18:28:10 -0400 (0:00:00.436) 0:02:00.940 **** ok: [managed_node1] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 14 September 2024 18:28:10 -0400 (0:00:00.429) 0:02:01.370 **** ok: [managed_node1] => { "ansible_facts": { "storage_test_expected_size": "3221225472" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 14 September 2024 18:28:11 -0400 (0:00:00.066) 0:02:01.436 **** ok: [managed_node1] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 14 September 2024 18:28:11 -0400 (0:00:00.064) 0:02:01.501 **** ok: [managed_node1] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 14 September 2024 18:28:11 -0400 (0:00:00.429) 0:02:01.930 **** skipping: [managed_node1] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 14 September 2024 18:28:11 -0400 (0:00:00.073) 0:02:02.004 **** skipping: [managed_node1] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 14 September 2024 18:28:11 -0400 (0:00:00.080) 0:02:02.084 **** skipping: [managed_node1] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 14 September 2024 18:28:11 -0400 (0:00:00.092) 0:02:02.176 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Saturday 14 September 2024 18:28:11 -0400 (0:00:00.067) 0:02:02.244 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Saturday 14 September 2024 18:28:11 -0400 (0:00:00.051) 0:02:02.296 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Saturday 14 September 2024 18:28:11 -0400 (0:00:00.050) 0:02:02.347 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Saturday 14 September 2024 18:28:11 -0400 (0:00:00.047) 0:02:02.394 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Saturday 14 September 2024 18:28:12 -0400 (0:00:00.039) 0:02:02.434 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Saturday 14 September 2024 18:28:12 -0400 (0:00:00.039) 0:02:02.474 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Saturday 14 September 2024 18:28:12 -0400 (0:00:00.038) 0:02:02.512 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Saturday 14 September 2024 18:28:12 -0400 (0:00:00.040) 0:02:02.552 **** skipping: [managed_node1] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Saturday 14 September 2024 18:28:12 -0400 (0:00:00.051) 0:02:02.604 **** skipping: [managed_node1] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Saturday 14 September 2024 18:28:12 -0400 (0:00:00.072) 0:02:02.676 **** skipping: [managed_node1] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Saturday 14 September 2024 18:28:12 -0400 (0:00:00.068) 0:02:02.744 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Saturday 14 September 2024 18:28:12 -0400 (0:00:00.112) 0:02:02.857 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Saturday 14 September 2024 18:28:12 -0400 (0:00:00.092) 0:02:02.950 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Saturday 14 September 2024 18:28:12 -0400 (0:00:00.063) 0:02:03.013 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Saturday 14 September 2024 18:28:12 -0400 (0:00:00.067) 0:02:03.081 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Saturday 14 September 2024 18:28:12 -0400 (0:00:00.060) 0:02:03.142 **** ok: [managed_node1] => { "storage_test_actual_size": { "bytes": 3221225472, "changed": false, "failed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Saturday 14 September 2024 18:28:12 -0400 (0:00:00.050) 0:02:03.192 **** ok: [managed_node1] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Saturday 14 September 2024 18:28:12 -0400 (0:00:00.043) 0:02:03.235 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 14 September 2024 18:28:12 -0400 (0:00:00.051) 0:02:03.287 **** ok: [managed_node1] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "vg1/Lv3" ], "delta": "0:00:00.018950", "end": "2024-09-14 18:28:13.198001", "rc": 0, "start": "2024-09-14 18:28:13.179051" } STDOUT: LVM2_LV_NAME=Lv3 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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 14 September 2024 18:28:13 -0400 (0:00:00.466) 0:02:03.754 **** ok: [managed_node1] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 14 September 2024 18:28:13 -0400 (0:00:00.072) 0:02:03.826 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 14 September 2024 18:28:13 -0400 (0:00:00.081) 0:02:03.908 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 14 September 2024 18:28:13 -0400 (0:00:00.058) 0:02:03.967 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 14 September 2024 18:28:13 -0400 (0:00:00.063) 0:02:04.030 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 14 September 2024 18:28:13 -0400 (0:00:00.066) 0:02:04.096 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 14 September 2024 18:28:13 -0400 (0:00:00.066) 0:02:04.163 **** ok: [managed_node1] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Saturday 14 September 2024 18:28:13 -0400 (0:00:00.060) 0:02:04.224 **** TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Saturday 14 September 2024 18:28:13 -0400 (0:00:00.056) 0:02:04.281 **** ok: [managed_node1] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Repeat the previous invocation minus the pool raid options] ************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_pool_options.yml:62 Saturday 14 September 2024 18:28:13 -0400 (0:00:00.061) 0:02:04.342 **** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 14 September 2024 18:28:14 -0400 (0:00:00.126) 0:02:04.468 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed_node1 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 14 September 2024 18:28:14 -0400 (0:00:00.075) 0:02:04.544 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 14 September 2024 18:28:14 -0400 (0:00:00.057) 0:02:04.602 **** skipping: [managed_node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node1] => (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-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed_node1] => (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-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 14 September 2024 18:28:14 -0400 (0:00:00.097) 0:02:04.699 **** skipping: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 14 September 2024 18:28:14 -0400 (0:00:00.037) 0:02:04.737 **** skipping: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 14 September 2024 18:28:14 -0400 (0:00:00.037) 0:02:04.774 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 14 September 2024 18:28:14 -0400 (0:00:00.037) 0:02:04.812 **** ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 14 September 2024 18:28:14 -0400 (0:00:00.041) 0:02:04.853 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed_node1 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 14 September 2024 18:28:14 -0400 (0:00:00.087) 0:02:04.941 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 14 September 2024 18:28:14 -0400 (0:00:00.047) 0:02:04.989 **** ok: [managed_node1] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc" ], "name": "vg1", "state": "present", "type": "lvm", "volumes": [ { "mount_point": "/opt/test1", "name": "lv1", "size": "2g" }, { "mount_point": "/opt/test2", "name": "Lv2", "size": "3g" }, { "mount_point": "/opt/test3", "name": "Lv3", "size": "3g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 14 September 2024 18:28:14 -0400 (0:00:00.052) 0:02:05.042 **** ok: [managed_node1] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 14 September 2024 18:28:14 -0400 (0:00:00.052) 0:02:05.095 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Saturday 14 September 2024 18:28:14 -0400 (0:00:00.060) 0:02:05.155 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Saturday 14 September 2024 18:28:14 -0400 (0:00:00.061) 0:02:05.216 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Saturday 14 September 2024 18:28:14 -0400 (0:00:00.060) 0:02:05.277 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Saturday 14 September 2024 18:28:14 -0400 (0:00:00.060) 0:02:05.337 **** ok: [managed_node1] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Saturday 14 September 2024 18:28:15 -0400 (0:00:00.091) 0:02:05.429 **** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Saturday 14 September 2024 18:28:15 -0400 (0:00:00.060) 0:02:05.490 **** ok: [managed_node1] => { "actions": [], "changed": false, "crypts": [], "leaves": [ "/dev/mapper/vg1-lv1", "/dev/mapper/vg1-Lv2", "/dev/mapper/vg1-Lv3", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/vg1-Lv2", "state": "mounted" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test3", "src": "/dev/mapper/vg1-Lv3", "state": "mounted" } ], "packages": [ "xfsprogs", "mdadm", "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "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": "vg1", "raid_chunk_size": "0 B", "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "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": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv2", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/vg1-Lv2", "_raw_device": "/dev/mapper/vg1-Lv2", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "Lv2", "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": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv3", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/vg1-Lv3", "_raw_device": "/dev/mapper/vg1-Lv3", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "Lv3", "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": "3g", "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-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Saturday 14 September 2024 18:28:36 -0400 (0:00:21.575) 0:02:27.066 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Saturday 14 September 2024 18:28:36 -0400 (0:00:00.064) 0:02:27.131 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1726352823.5932825, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "f336af277cb75670e7fd49c6e0e56752055caea6", "ctime": 1726352823.5902824, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 263551, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1726352823.5902824, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1373, "uid": 0, "version": "18446744072249990595", "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-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Saturday 14 September 2024 18:28:37 -0400 (0:00:01.240) 0:02:28.371 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Saturday 14 September 2024 18:28:38 -0400 (0:00:00.131) 0:02:28.503 **** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Saturday 14 September 2024 18:28:38 -0400 (0:00:00.071) 0:02:28.574 **** ok: [managed_node1] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/vg1-lv1", "/dev/mapper/vg1-Lv2", "/dev/mapper/vg1-Lv3", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/vg1-Lv2", "state": "mounted" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test3", "src": "/dev/mapper/vg1-Lv3", "state": "mounted" } ], "packages": [ "xfsprogs", "mdadm", "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "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": "vg1", "raid_chunk_size": "0 B", "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "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": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv2", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/vg1-Lv2", "_raw_device": "/dev/mapper/vg1-Lv2", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "Lv2", "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": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv3", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/vg1-Lv3", "_raw_device": "/dev/mapper/vg1-Lv3", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "Lv3", "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": "3g", "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-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Saturday 14 September 2024 18:28:38 -0400 (0:00:00.115) 0:02:28.689 **** ok: [managed_node1] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc" ], "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": "vg1", "raid_chunk_size": "0 B", "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "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": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv2", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/vg1-Lv2", "_raw_device": "/dev/mapper/vg1-Lv2", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "Lv2", "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": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv3", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/vg1-Lv3", "_raw_device": "/dev/mapper/vg1-Lv3", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "Lv3", "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": "3g", "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-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Saturday 14 September 2024 18:28:38 -0400 (0:00:00.086) 0:02:28.776 **** ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Saturday 14 September 2024 18:28:38 -0400 (0:00:00.070) 0:02:28.847 **** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Saturday 14 September 2024 18:28:38 -0400 (0:00:00.047) 0:02:28.894 **** ok: [managed_node1] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Saturday 14 September 2024 18:28:41 -0400 (0:00:02.875) 0:02:31.770 **** ok: [managed_node1] => (item={u'src': u'/dev/mapper/vg1-lv1', u'group': None, u'dump': 0, u'passno': 0, u'fstype': u'xfs', 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, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/vg1-lv1" } ok: [managed_node1] => (item={u'src': u'/dev/mapper/vg1-Lv2', u'group': None, u'dump': 0, u'passno': 0, u'fstype': u'xfs', u'state': u'mounted', u'mode': None, u'owner': None, u'path': u'/opt/test2', u'opts': u'defaults'}) => { "ansible_loop_var": "mount_info", "changed": false, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/vg1-Lv2", "state": "mounted" }, "name": "/opt/test2", "opts": "defaults", "passno": "0", "src": "/dev/mapper/vg1-Lv2" } ok: [managed_node1] => (item={u'src': u'/dev/mapper/vg1-Lv3', u'group': None, u'dump': 0, u'passno': 0, u'fstype': u'xfs', u'state': u'mounted', u'mode': None, u'owner': None, u'path': u'/opt/test3', u'opts': u'defaults'}) => { "ansible_loop_var": "mount_info", "changed": false, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test3", "src": "/dev/mapper/vg1-Lv3", "state": "mounted" }, "name": "/opt/test3", "opts": "defaults", "passno": "0", "src": "/dev/mapper/vg1-Lv3" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Saturday 14 September 2024 18:28:42 -0400 (0:00:01.555) 0:02:33.326 **** skipping: [managed_node1] => (item={u'src': u'/dev/mapper/vg1-lv1', u'group': None, u'dump': 0, u'passno': 0, u'fstype': u'xfs', 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": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item={u'src': u'/dev/mapper/vg1-Lv2', u'group': None, u'dump': 0, u'passno': 0, u'fstype': u'xfs', u'state': u'mounted', u'mode': None, u'owner': None, u'path': u'/opt/test2', u'opts': u'defaults'}) => { "ansible_loop_var": "mount_info", "changed": false, "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/vg1-Lv2", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item={u'src': u'/dev/mapper/vg1-Lv3', u'group': None, u'dump': 0, u'passno': 0, u'fstype': u'xfs', u'state': u'mounted', u'mode': None, u'owner': None, u'path': u'/opt/test3', u'opts': u'defaults'}) => { "ansible_loop_var": "mount_info", "changed": false, "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test3", "src": "/dev/mapper/vg1-Lv3", "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-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Saturday 14 September 2024 18:28:43 -0400 (0:00:00.119) 0:02:33.445 **** ok: [managed_node1] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Saturday 14 September 2024 18:28:43 -0400 (0:00:00.715) 0:02:34.161 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1726352616.0664194, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1718879272.062, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 131079, "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": 1718879026.308, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "18446744072852913879", "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-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Saturday 14 September 2024 18:28:44 -0400 (0:00:00.562) 0:02:34.723 **** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Saturday 14 September 2024 18:28:44 -0400 (0:00:00.094) 0:02:34.818 **** ok: [managed_node1] TASK [Assert to preserve RAID settings for preexisting pool] ******************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_pool_options.yml:82 Saturday 14 September 2024 18:28:50 -0400 (0:00:05.954) 0:02:40.773 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify role results] ***************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_pool_options.yml:87 Saturday 14 September 2024 18:28:50 -0400 (0:00:00.048) 0:02:40.821 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed_node1 TASK [Print out pool information] ********************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 14 September 2024 18:28:50 -0400 (0:00:00.071) 0:02:40.893 **** ok: [managed_node1] => { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc" ], "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": "vg1", "raid_chunk_size": "0 B", "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "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": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv2", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/vg1-Lv2", "_raw_device": "/dev/mapper/vg1-Lv2", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "Lv2", "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": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv3", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/vg1-Lv3", "_raw_device": "/dev/mapper/vg1-Lv3", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "Lv3", "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": "3g", "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 14 September 2024 18:28:50 -0400 (0:00:00.078) 0:02:40.971 **** skipping: [managed_node1] => {} TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 14 September 2024 18:28:50 -0400 (0:00:00.064) 0:02:41.037 **** ok: [managed_node1] => { "changed": false, "info": { "/dev/mapper/vg1-Lv2": { "fstype": "xfs", "label": "", "mountpoint": "/opt/test2", "name": "/dev/mapper/vg1-Lv2", "size": "3G", "type": "lvm", "uuid": "cf7df7d5-599d-4fb5-b6b0-289a3b753d0a" }, "/dev/mapper/vg1-Lv3": { "fstype": "xfs", "label": "", "mountpoint": "/opt/test3", "name": "/dev/mapper/vg1-Lv3", "size": "3G", "type": "lvm", "uuid": "26da6f9f-1054-40eb-8aed-6dc196eb3ec4" }, "/dev/mapper/vg1-lv1": { "fstype": "xfs", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/vg1-lv1", "size": "2G", "type": "lvm", "uuid": "285d9bd1-fb94-45d9-b724-2d0a0bddd69f" }, "/dev/md/vg1-1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/md/vg1-1", "size": "10G", "type": "raid1", "uuid": "GWAuUb-ASO3-lrIh-V3HD-MQiA-ptRR-OAAs2c" }, "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "linux_raid_member", "label": "vg1-1", "mountpoint": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "640c68ca-a026-da56-137b-aeaae5553003" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "linux_raid_member", "label": "vg1-1", "mountpoint": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "640c68ca-a026-da56-137b-aeaae5553003" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc1": { "fstype": "linux_raid_member", "label": "vg1-1", "mountpoint": "", "name": "/dev/sdc1", "size": "10G", "type": "partition", "uuid": "640c68ca-a026-da56-137b-aeaae5553003" }, "/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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 14 September 2024 18:28:51 -0400 (0:00:00.425) 0:02:41.462 **** ok: [managed_node1] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.373431", "end": "2024-09-14 18:28:51.733477", "rc": 0, "start": "2024-09-14 18:28:51.360046" } 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/vg1-lv1 /opt/test1 xfs defaults 0 0 /dev/mapper/vg1-Lv2 /opt/test2 xfs defaults 0 0 /dev/mapper/vg1-Lv3 /opt/test3 xfs defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 14 September 2024 18:28:51 -0400 (0:00:00.790) 0:02:42.253 **** ok: [managed_node1] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002830", "end": "2024-09-14 18:28:52.119507", "failed_when_result": false, "rc": 0, "start": "2024-09-14 18:28:52.116677" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 14 September 2024 18:28:52 -0400 (0:00:00.357) 0:02:42.610 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed_node1 TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Saturday 14 September 2024 18:28:52 -0400 (0:00:00.103) 0:02:42.714 **** ok: [managed_node1] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Saturday 14 September 2024 18:28:52 -0400 (0:00:00.039) 0:02:42.753 **** ok: [managed_node1] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "vg1" ], "delta": "0:00:00.020355", "end": "2024-09-14 18:28:52.623964", "rc": 0, "start": "2024-09-14 18:28:52.603609" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Saturday 14 September 2024 18:28:52 -0400 (0:00:00.359) 0:02:43.112 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Saturday 14 September 2024 18:28:52 -0400 (0:00:00.053) 0:02:43.166 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed_node1 TASK [Set test variables] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Saturday 14 September 2024 18:28:52 -0400 (0:00:00.087) 0:02:43.254 **** ok: [managed_node1] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/md127" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Saturday 14 September 2024 18:28:52 -0400 (0:00:00.052) 0:02:43.306 **** ok: [managed_node1] => (item=/dev/md127) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/md/vg1-1", "pv": "/dev/md127" } TASK [Set pvs lvm length] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Saturday 14 September 2024 18:28:53 -0400 (0:00:00.500) 0:02:43.806 **** ok: [managed_node1] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Saturday 14 September 2024 18:28:53 -0400 (0:00:00.046) 0:02:43.853 **** ok: [managed_node1] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/md/vg1-1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Saturday 14 September 2024 18:28:53 -0400 (0:00:00.047) 0:02:43.900 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Saturday 14 September 2024 18:28:53 -0400 (0:00:00.052) 0:02:43.952 **** ok: [managed_node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Saturday 14 September 2024 18:28:53 -0400 (0:00:00.046) 0:02:43.998 **** ok: [managed_node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Saturday 14 September 2024 18:28:53 -0400 (0:00:00.047) 0:02:44.046 **** ok: [managed_node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "raid1" }, "changed": false } TASK [Check the type of each PV] *********************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Saturday 14 September 2024 18:28:53 -0400 (0:00:00.047) 0:02:44.093 **** ok: [managed_node1] => (item=/dev/md/vg1-1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/md/vg1-1" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Saturday 14 September 2024 18:28:53 -0400 (0:00:00.056) 0:02:44.150 **** ok: [managed_node1] => { "changed": false, "rc": 0 } STDOUT: False STDERR: Shared connection to 10.31.47.109 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Saturday 14 September 2024 18:28:54 -0400 (0:00:00.350) 0:02:44.501 **** skipping: [managed_node1] => (item=/dev/md/vg1-1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/md/vg1-1" } TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Saturday 14 September 2024 18:28:54 -0400 (0:00:00.067) 0:02:44.569 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed_node1 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Saturday 14 September 2024 18:28:54 -0400 (0:00:00.140) 0:02:44.709 **** ok: [managed_node1] => { "changed": false, "cmd": [ "mdadm", "--detail", "/dev/md/vg1-1" ], "delta": "0:00:00.107448", "end": "2024-09-14 18:28:54.713191", "rc": 0, "start": "2024-09-14 18:28:54.605743" } STDOUT: /dev/md/vg1-1: Version : 1.0 Creation Time : Sat Sep 14 18:26:31 2024 Raid Level : raid1 Array Size : 10481536 (10.00 GiB 10.73 GB) Used Dev Size : 10481536 (10.00 GiB 10.73 GB) Raid Devices : 2 Total Devices : 3 Persistence : Superblock is persistent Intent Bitmap : Internal Update Time : Sat Sep 14 18:28:54 2024 State : clean, resyncing Active Devices : 2 Working Devices : 3 Failed Devices : 0 Spare Devices : 1 Consistency Policy : bitmap Resync Status : 81% complete Name : vg1-1 UUID : 640c68ca:a026da56:137baeaa:e5553003 Events : 38 Number Major Minor RaidDevice State 0 8 1 0 active sync /dev/sda1 1 8 17 1 active sync /dev/sdb1 2 8 33 - spare /dev/sdc1 TASK [Set active devices regex] ************************************************ task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Saturday 14 September 2024 18:28:54 -0400 (0:00:00.526) 0:02:45.236 **** ok: [managed_node1] => { "ansible_facts": { "storage_test_md_active_devices_re": "Active\\ Devices\\ \\:\\ 2\\\n" }, "changed": false } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Saturday 14 September 2024 18:28:54 -0400 (0:00:00.081) 0:02:45.317 **** ok: [managed_node1] => { "ansible_facts": { "storage_test_md_spare_devices_re": "Spare\\ Devices\\ \\:\\ 1\\\n" }, "changed": false } TASK [Set md version regex] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Saturday 14 September 2024 18:28:54 -0400 (0:00:00.080) 0:02:45.398 **** ok: [managed_node1] => { "ansible_facts": { "storage_test_md_metadata_version_re": "Version\\ \\:\\ 1\\.0\\\n" }, "changed": false } TASK [Set md chunk size regex] ************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Saturday 14 September 2024 18:28:55 -0400 (0:00:00.079) 0:02:45.477 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Saturday 14 September 2024 18:28:55 -0400 (0:00:00.079) 0:02:45.557 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Saturday 14 September 2024 18:28:55 -0400 (0:00:00.078) 0:02:45.635 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Saturday 14 September 2024 18:28:55 -0400 (0:00:00.110) 0:02:45.745 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Saturday 14 September 2024 18:28:55 -0400 (0:00:00.088) 0:02:45.834 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Saturday 14 September 2024 18:28:55 -0400 (0:00:00.088) 0:02:45.923 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Saturday 14 September 2024 18:28:55 -0400 (0:00:00.078) 0:02:46.001 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Saturday 14 September 2024 18:28:55 -0400 (0:00:00.056) 0:02:46.058 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed_node1 TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Saturday 14 September 2024 18:28:55 -0400 (0:00:00.178) 0:02:46.237 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml for managed_node1 TASK [Get information about the LV] ******************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:8 Saturday 14 September 2024 18:28:56 -0400 (0:00:00.188) 0:02:46.426 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:16 Saturday 14 September 2024 18:28:56 -0400 (0:00:00.060) 0:02:46.486 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:20 Saturday 14 September 2024 18:28:56 -0400 (0:00:00.049) 0:02:46.536 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Saturday 14 September 2024 18:28:56 -0400 (0:00:00.047) 0:02:46.584 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Saturday 14 September 2024 18:28:56 -0400 (0:00:00.050) 0:02:46.634 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Saturday 14 September 2024 18:28:56 -0400 (0:00:00.045) 0:02:46.680 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Saturday 14 September 2024 18:28:56 -0400 (0:00:00.039) 0:02:46.719 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:8 Saturday 14 September 2024 18:28:56 -0400 (0:00:00.045) 0:02:46.764 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:16 Saturday 14 September 2024 18:28:56 -0400 (0:00:00.057) 0:02:46.822 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:20 Saturday 14 September 2024 18:28:56 -0400 (0:00:00.056) 0:02:46.879 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Saturday 14 September 2024 18:28:56 -0400 (0:00:00.059) 0:02:46.938 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Saturday 14 September 2024 18:28:56 -0400 (0:00:00.059) 0:02:46.998 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Saturday 14 September 2024 18:28:56 -0400 (0:00:00.058) 0:02:47.056 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Saturday 14 September 2024 18:28:56 -0400 (0:00:00.064) 0:02:47.121 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:8 Saturday 14 September 2024 18:28:56 -0400 (0:00:00.062) 0:02:47.183 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:16 Saturday 14 September 2024 18:28:56 -0400 (0:00:00.061) 0:02:47.245 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:20 Saturday 14 September 2024 18:28:56 -0400 (0:00:00.059) 0:02:47.305 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Saturday 14 September 2024 18:28:56 -0400 (0:00:00.054) 0:02:47.360 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Saturday 14 September 2024 18:28:56 -0400 (0:00:00.063) 0:02:47.423 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Saturday 14 September 2024 18:28:57 -0400 (0:00:00.068) 0:02:47.492 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Saturday 14 September 2024 18:28:57 -0400 (0:00:00.061) 0:02:47.553 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Saturday 14 September 2024 18:28:57 -0400 (0:00:00.049) 0:02:47.603 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml for managed_node1 TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Saturday 14 September 2024 18:28:57 -0400 (0:00:00.104) 0:02:47.708 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml for managed_node1 TASK [Get information about thinpool] ****************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Saturday 14 September 2024 18:28:57 -0400 (0:00:00.153) 0:02:47.862 **** skipping: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Saturday 14 September 2024 18:28:57 -0400 (0:00:00.038) 0:02:47.900 **** skipping: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Saturday 14 September 2024 18:28:57 -0400 (0:00:00.038) 0:02:47.939 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Saturday 14 September 2024 18:28:57 -0400 (0:00:00.040) 0:02:47.980 **** ok: [managed_node1] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Saturday 14 September 2024 18:28:57 -0400 (0:00:00.040) 0:02:48.020 **** skipping: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Saturday 14 September 2024 18:28:57 -0400 (0:00:00.038) 0:02:48.059 **** skipping: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Saturday 14 September 2024 18:28:57 -0400 (0:00:00.038) 0:02:48.098 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Saturday 14 September 2024 18:28:57 -0400 (0:00:00.039) 0:02:48.138 **** ok: [managed_node1] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Saturday 14 September 2024 18:28:57 -0400 (0:00:00.047) 0:02:48.185 **** skipping: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Saturday 14 September 2024 18:28:57 -0400 (0:00:00.059) 0:02:48.245 **** skipping: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Saturday 14 September 2024 18:28:57 -0400 (0:00:00.061) 0:02:48.306 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Saturday 14 September 2024 18:28:57 -0400 (0:00:00.060) 0:02:48.367 **** ok: [managed_node1] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Saturday 14 September 2024 18:28:58 -0400 (0:00:00.074) 0:02:48.442 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed_node1 TASK [Set test variables] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Saturday 14 September 2024 18:28:58 -0400 (0:00:00.211) 0:02:48.653 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Saturday 14 September 2024 18:28:58 -0400 (0:00:00.075) 0:02:48.729 **** skipping: [managed_node1] => (item=/dev/md/vg1-1) => { "_storage_test_pool_member_path": "/dev/md/vg1-1", "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Saturday 14 September 2024 18:28:58 -0400 (0:00:00.079) 0:02:48.809 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node1 TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 14 September 2024 18:28:58 -0400 (0:00:00.203) 0:02:49.013 **** ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 14 September 2024 18:28:58 -0400 (0:00:00.120) 0:02:49.134 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 14 September 2024 18:28:58 -0400 (0:00:00.104) 0:02:49.238 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 14 September 2024 18:28:58 -0400 (0:00:00.060) 0:02:49.299 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 14 September 2024 18:28:58 -0400 (0:00:00.060) 0:02:49.359 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 14 September 2024 18:28:59 -0400 (0:00:00.075) 0:02:49.435 **** ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Saturday 14 September 2024 18:28:59 -0400 (0:00:00.068) 0:02:49.503 **** ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Saturday 14 September 2024 18:28:59 -0400 (0:00:00.069) 0:02:49.572 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml for managed_node1 TASK [Validate pool member VDO settings] *************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Saturday 14 September 2024 18:28:59 -0400 (0:00:00.155) 0:02:49.727 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml for managed_node1 TASK [Get information about VDO deduplication] ********************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Saturday 14 September 2024 18:28:59 -0400 (0:00:00.295) 0:02:50.022 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Saturday 14 September 2024 18:28:59 -0400 (0:00:00.066) 0:02:50.089 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Saturday 14 September 2024 18:28:59 -0400 (0:00:00.114) 0:02:50.203 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Saturday 14 September 2024 18:28:59 -0400 (0:00:00.076) 0:02:50.280 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Saturday 14 September 2024 18:28:59 -0400 (0:00:00.073) 0:02:50.354 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Saturday 14 September 2024 18:28:59 -0400 (0:00:00.053) 0:02:50.407 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:46 Saturday 14 September 2024 18:29:00 -0400 (0:00:00.051) 0:02:50.459 **** ok: [managed_node1] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Saturday 14 September 2024 18:29:00 -0400 (0:00:00.041) 0:02:50.501 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Saturday 14 September 2024 18:29:00 -0400 (0:00:00.042) 0:02:50.543 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Saturday 14 September 2024 18:29:00 -0400 (0:00:00.047) 0:02:50.590 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Saturday 14 September 2024 18:29:00 -0400 (0:00:00.056) 0:02:50.647 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Saturday 14 September 2024 18:29:00 -0400 (0:00:00.063) 0:02:50.710 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Saturday 14 September 2024 18:29:00 -0400 (0:00:00.048) 0:02:50.758 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:46 Saturday 14 September 2024 18:29:00 -0400 (0:00:00.051) 0:02:50.810 **** ok: [managed_node1] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Saturday 14 September 2024 18:29:00 -0400 (0:00:00.050) 0:02:50.861 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Saturday 14 September 2024 18:29:00 -0400 (0:00:00.044) 0:02:50.905 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Saturday 14 September 2024 18:29:00 -0400 (0:00:00.043) 0:02:50.949 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Saturday 14 September 2024 18:29:00 -0400 (0:00:00.059) 0:02:51.009 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Saturday 14 September 2024 18:29:00 -0400 (0:00:00.058) 0:02:51.068 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Saturday 14 September 2024 18:29:00 -0400 (0:00:00.089) 0:02:51.157 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:46 Saturday 14 September 2024 18:29:00 -0400 (0:00:00.066) 0:02:51.224 **** ok: [managed_node1] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Saturday 14 September 2024 18:29:00 -0400 (0:00:00.065) 0:02:51.289 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed_node1 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Saturday 14 September 2024 18:29:01 -0400 (0:00:00.200) 0:02:51.489 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Saturday 14 September 2024 18:29:01 -0400 (0:00:00.082) 0:02:51.571 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Saturday 14 September 2024 18:29:01 -0400 (0:00:00.071) 0:02:51.643 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Saturday 14 September 2024 18:29:01 -0400 (0:00:00.053) 0:02:51.696 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Saturday 14 September 2024 18:29:01 -0400 (0:00:00.058) 0:02:51.755 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Saturday 14 September 2024 18:29:01 -0400 (0:00:00.062) 0:02:51.817 **** ok: [managed_node1] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Saturday 14 September 2024 18:29:01 -0400 (0:00:00.065) 0:02:51.883 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Saturday 14 September 2024 18:29:01 -0400 (0:00:00.065) 0:02:51.948 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed_node1 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 14 September 2024 18:29:01 -0400 (0:00:00.185) 0:02:52.134 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 14 September 2024 18:29:01 -0400 (0:00:00.068) 0:02:52.202 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed_node1 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 14 September 2024 18:29:02 -0400 (0:00:00.274) 0:02:52.476 **** ok: [managed_node1] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-lv1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 14 September 2024 18:29:02 -0400 (0:00:00.068) 0:02:52.544 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 14 September 2024 18:29:02 -0400 (0:00:00.073) 0:02:52.618 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Saturday 14 September 2024 18:29:02 -0400 (0:00:00.064) 0:02:52.683 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Saturday 14 September 2024 18:29:02 -0400 (0:00:00.075) 0:02:52.759 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Saturday 14 September 2024 18:29:02 -0400 (0:00:00.057) 0:02:52.816 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Saturday 14 September 2024 18:29:02 -0400 (0:00:00.058) 0:02:52.874 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Saturday 14 September 2024 18:29:02 -0400 (0:00:00.065) 0:02:52.939 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Saturday 14 September 2024 18:29:02 -0400 (0:00:00.065) 0:02:53.004 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Saturday 14 September 2024 18:29:02 -0400 (0:00:00.060) 0:02:53.065 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Saturday 14 September 2024 18:29:02 -0400 (0:00:00.059) 0:02:53.125 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 14 September 2024 18:29:02 -0400 (0:00:00.079) 0:02:53.205 **** ok: [managed_node1] => { "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/vg1-lv1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 xfs defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 14 September 2024 18:29:02 -0400 (0:00:00.100) 0:02:53.305 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 14 September 2024 18:29:02 -0400 (0:00:00.074) 0:02:53.379 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 14 September 2024 18:29:03 -0400 (0:00:00.059) 0:02:53.439 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 14 September 2024 18:29:03 -0400 (0:00:00.049) 0:02:53.489 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:51 Saturday 14 September 2024 18:29:03 -0400 (0:00:00.056) 0:02:53.546 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 14 September 2024 18:29:03 -0400 (0:00:00.045) 0:02:53.591 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 14 September 2024 18:29:03 -0400 (0:00:00.053) 0:02:53.645 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 14 September 2024 18:29:03 -0400 (0:00:00.060) 0:02:53.705 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1726352807.7332618, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1726352807.7332618, "dev": 5, "device_type": 64770, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 50519, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1726352807.7332618, "nlink": 1, "path": "/dev/mapper/vg1-lv1", "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 14 September 2024 18:29:03 -0400 (0:00:00.598) 0:02:54.304 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 14 September 2024 18:29:03 -0400 (0:00:00.072) 0:02:54.376 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 14 September 2024 18:29:04 -0400 (0:00:00.067) 0:02:54.444 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 14 September 2024 18:29:04 -0400 (0:00:00.070) 0:02:54.515 **** ok: [managed_node1] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 14 September 2024 18:29:04 -0400 (0:00:00.067) 0:02:54.582 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 14 September 2024 18:29:04 -0400 (0:00:00.059) 0:02:54.641 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 14 September 2024 18:29:04 -0400 (0:00:00.070) 0:02:54.711 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 14 September 2024 18:29:04 -0400 (0:00:00.071) 0:02:54.783 **** ok: [managed_node1] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 14 September 2024 18:29:11 -0400 (0:00:06.939) 0:03:01.722 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 14 September 2024 18:29:11 -0400 (0:00:00.043) 0:03:01.766 **** skipping: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 14 September 2024 18:29:11 -0400 (0:00:00.039) 0:03:01.806 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 14 September 2024 18:29:11 -0400 (0:00:00.053) 0:03:01.860 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 14 September 2024 18:29:11 -0400 (0:00:00.051) 0:03:01.911 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 14 September 2024 18:29:11 -0400 (0:00:00.061) 0:03:01.973 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Saturday 14 September 2024 18:29:11 -0400 (0:00:00.059) 0:03:02.033 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Saturday 14 September 2024 18:29:11 -0400 (0:00:00.064) 0:03:02.098 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Saturday 14 September 2024 18:29:11 -0400 (0:00:00.060) 0:03:02.158 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Saturday 14 September 2024 18:29:11 -0400 (0:00:00.083) 0:03:02.241 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Saturday 14 September 2024 18:29:11 -0400 (0:00:00.065) 0:03:02.307 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Saturday 14 September 2024 18:29:11 -0400 (0:00:00.050) 0:03:02.358 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Saturday 14 September 2024 18:29:11 -0400 (0:00:00.051) 0:03:02.409 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Saturday 14 September 2024 18:29:12 -0400 (0:00:00.055) 0:03:02.464 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 14 September 2024 18:29:12 -0400 (0:00:00.043) 0:03:02.508 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 14 September 2024 18:29:12 -0400 (0:00:00.046) 0:03:02.554 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 14 September 2024 18:29:12 -0400 (0:00:00.051) 0:03:02.606 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 14 September 2024 18:29:12 -0400 (0:00:00.053) 0:03:02.660 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 14 September 2024 18:29:12 -0400 (0:00:00.050) 0:03:02.710 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 14 September 2024 18:29:12 -0400 (0:00:00.048) 0:03:02.759 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 14 September 2024 18:29:12 -0400 (0:00:00.043) 0:03:02.803 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 14 September 2024 18:29:12 -0400 (0:00:00.044) 0:03:02.847 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 14 September 2024 18:29:12 -0400 (0:00:00.040) 0:03:02.888 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 14 September 2024 18:29:12 -0400 (0:00:00.050) 0:03:02.939 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 14 September 2024 18:29:12 -0400 (0:00:00.051) 0:03:02.991 **** ok: [managed_node1] => { "bytes": 2147483648, "changed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 14 September 2024 18:29:12 -0400 (0:00:00.386) 0:03:03.378 **** ok: [managed_node1] => { "bytes": 2147483648, "changed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 14 September 2024 18:29:13 -0400 (0:00:00.442) 0:03:03.821 **** ok: [managed_node1] => { "ansible_facts": { "storage_test_expected_size": "2147483648" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 14 September 2024 18:29:13 -0400 (0:00:00.064) 0:03:03.885 **** ok: [managed_node1] => { "storage_test_expected_size": "2147483648" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 14 September 2024 18:29:13 -0400 (0:00:00.049) 0:03:03.935 **** ok: [managed_node1] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 14 September 2024 18:29:13 -0400 (0:00:00.413) 0:03:04.348 **** skipping: [managed_node1] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 14 September 2024 18:29:14 -0400 (0:00:00.132) 0:03:04.481 **** skipping: [managed_node1] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 14 September 2024 18:29:14 -0400 (0:00:00.075) 0:03:04.556 **** skipping: [managed_node1] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 14 September 2024 18:29:14 -0400 (0:00:00.074) 0:03:04.630 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Saturday 14 September 2024 18:29:14 -0400 (0:00:00.068) 0:03:04.699 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Saturday 14 September 2024 18:29:14 -0400 (0:00:00.058) 0:03:04.757 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Saturday 14 September 2024 18:29:14 -0400 (0:00:00.058) 0:03:04.816 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Saturday 14 September 2024 18:29:14 -0400 (0:00:00.062) 0:03:04.878 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Saturday 14 September 2024 18:29:14 -0400 (0:00:00.059) 0:03:04.938 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Saturday 14 September 2024 18:29:14 -0400 (0:00:00.059) 0:03:04.997 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Saturday 14 September 2024 18:29:14 -0400 (0:00:00.058) 0:03:05.056 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Saturday 14 September 2024 18:29:14 -0400 (0:00:00.059) 0:03:05.116 **** skipping: [managed_node1] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Saturday 14 September 2024 18:29:14 -0400 (0:00:00.060) 0:03:05.177 **** skipping: [managed_node1] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Saturday 14 September 2024 18:29:14 -0400 (0:00:00.065) 0:03:05.243 **** skipping: [managed_node1] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Saturday 14 September 2024 18:29:14 -0400 (0:00:00.063) 0:03:05.306 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Saturday 14 September 2024 18:29:14 -0400 (0:00:00.061) 0:03:05.367 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Saturday 14 September 2024 18:29:15 -0400 (0:00:00.060) 0:03:05.427 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Saturday 14 September 2024 18:29:15 -0400 (0:00:00.058) 0:03:05.486 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Saturday 14 September 2024 18:29:15 -0400 (0:00:00.059) 0:03:05.545 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Saturday 14 September 2024 18:29:15 -0400 (0:00:00.067) 0:03:05.613 **** ok: [managed_node1] => { "storage_test_actual_size": { "bytes": 2147483648, "changed": false, "failed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Saturday 14 September 2024 18:29:15 -0400 (0:00:00.076) 0:03:05.690 **** ok: [managed_node1] => { "storage_test_expected_size": "2147483648" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Saturday 14 September 2024 18:29:15 -0400 (0:00:00.064) 0:03:05.754 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 14 September 2024 18:29:15 -0400 (0:00:00.076) 0:03:05.831 **** ok: [managed_node1] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "vg1/lv1" ], "delta": "0:00:00.022115", "end": "2024-09-14 18:29:15.743083", "rc": 0, "start": "2024-09-14 18:29:15.720968" } STDOUT: LVM2_LV_NAME=lv1 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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 14 September 2024 18:29:15 -0400 (0:00:00.412) 0:03:06.243 **** ok: [managed_node1] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 14 September 2024 18:29:15 -0400 (0:00:00.077) 0:03:06.321 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 14 September 2024 18:29:15 -0400 (0:00:00.081) 0:03:06.403 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 14 September 2024 18:29:16 -0400 (0:00:00.066) 0:03:06.469 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 14 September 2024 18:29:16 -0400 (0:00:00.065) 0:03:06.535 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 14 September 2024 18:29:16 -0400 (0:00:00.067) 0:03:06.603 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 14 September 2024 18:29:16 -0400 (0:00:00.065) 0:03:06.668 **** ok: [managed_node1] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 14 September 2024 18:29:16 -0400 (0:00:00.078) 0:03:06.747 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 14 September 2024 18:29:16 -0400 (0:00:00.073) 0:03:06.820 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed_node1 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 14 September 2024 18:29:16 -0400 (0:00:00.287) 0:03:07.107 **** ok: [managed_node1] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-Lv2" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 14 September 2024 18:29:16 -0400 (0:00:00.068) 0:03:07.176 **** ok: [managed_node1] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test2", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 14 September 2024 18:29:16 -0400 (0:00:00.070) 0:03:07.247 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Saturday 14 September 2024 18:29:16 -0400 (0:00:00.058) 0:03:07.305 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Saturday 14 September 2024 18:29:16 -0400 (0:00:00.070) 0:03:07.376 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Saturday 14 September 2024 18:29:17 -0400 (0:00:00.057) 0:03:07.433 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Saturday 14 September 2024 18:29:17 -0400 (0:00:00.057) 0:03:07.491 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Saturday 14 September 2024 18:29:17 -0400 (0:00:00.061) 0:03:07.552 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Saturday 14 September 2024 18:29:17 -0400 (0:00:00.059) 0:03:07.612 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Saturday 14 September 2024 18:29:17 -0400 (0:00:00.059) 0:03:07.671 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Saturday 14 September 2024 18:29:17 -0400 (0:00:00.058) 0:03:07.729 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 14 September 2024 18:29:17 -0400 (0:00:00.060) 0:03:07.789 **** ok: [managed_node1] => { "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/vg1-Lv2 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test2 xfs defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test2 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 14 September 2024 18:29:17 -0400 (0:00:00.115) 0:03:07.905 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 14 September 2024 18:29:17 -0400 (0:00:00.072) 0:03:07.977 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 14 September 2024 18:29:17 -0400 (0:00:00.069) 0:03:08.047 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 14 September 2024 18:29:17 -0400 (0:00:00.060) 0:03:08.107 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:51 Saturday 14 September 2024 18:29:17 -0400 (0:00:00.069) 0:03:08.177 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 14 September 2024 18:29:17 -0400 (0:00:00.065) 0:03:08.242 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 14 September 2024 18:29:17 -0400 (0:00:00.082) 0:03:08.325 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 14 September 2024 18:29:17 -0400 (0:00:00.090) 0:03:08.415 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1726352806.8422606, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1726352806.8422606, "dev": 5, "device_type": 64769, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 49836, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1726352806.8422606, "nlink": 1, "path": "/dev/mapper/vg1-Lv2", "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 14 September 2024 18:29:18 -0400 (0:00:00.420) 0:03:08.836 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 14 September 2024 18:29:18 -0400 (0:00:00.085) 0:03:08.922 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 14 September 2024 18:29:18 -0400 (0:00:00.132) 0:03:09.054 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 14 September 2024 18:29:18 -0400 (0:00:00.074) 0:03:09.128 **** ok: [managed_node1] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 14 September 2024 18:29:18 -0400 (0:00:00.067) 0:03:09.196 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 14 September 2024 18:29:18 -0400 (0:00:00.064) 0:03:09.260 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 14 September 2024 18:29:18 -0400 (0:00:00.069) 0:03:09.330 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 14 September 2024 18:29:18 -0400 (0:00:00.059) 0:03:09.389 **** ok: [managed_node1] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 14 September 2024 18:29:19 -0400 (0:00:00.856) 0:03:10.246 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 14 September 2024 18:29:19 -0400 (0:00:00.062) 0:03:10.308 **** skipping: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 14 September 2024 18:29:19 -0400 (0:00:00.062) 0:03:10.371 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 14 September 2024 18:29:20 -0400 (0:00:00.080) 0:03:10.451 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 14 September 2024 18:29:20 -0400 (0:00:00.064) 0:03:10.515 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 14 September 2024 18:29:20 -0400 (0:00:00.059) 0:03:10.575 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Saturday 14 September 2024 18:29:20 -0400 (0:00:00.065) 0:03:10.640 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Saturday 14 September 2024 18:29:20 -0400 (0:00:00.057) 0:03:10.698 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Saturday 14 September 2024 18:29:20 -0400 (0:00:00.059) 0:03:10.757 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Saturday 14 September 2024 18:29:20 -0400 (0:00:00.071) 0:03:10.829 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Saturday 14 September 2024 18:29:20 -0400 (0:00:00.068) 0:03:10.898 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Saturday 14 September 2024 18:29:20 -0400 (0:00:00.058) 0:03:10.957 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Saturday 14 September 2024 18:29:20 -0400 (0:00:00.062) 0:03:11.019 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Saturday 14 September 2024 18:29:20 -0400 (0:00:00.067) 0:03:11.087 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 14 September 2024 18:29:20 -0400 (0:00:00.051) 0:03:11.139 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 14 September 2024 18:29:20 -0400 (0:00:00.051) 0:03:11.190 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 14 September 2024 18:29:20 -0400 (0:00:00.048) 0:03:11.238 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 14 September 2024 18:29:20 -0400 (0:00:00.039) 0:03:11.278 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 14 September 2024 18:29:20 -0400 (0:00:00.042) 0:03:11.320 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 14 September 2024 18:29:20 -0400 (0:00:00.046) 0:03:11.367 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 14 September 2024 18:29:20 -0400 (0:00:00.056) 0:03:11.423 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 14 September 2024 18:29:21 -0400 (0:00:00.061) 0:03:11.485 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 14 September 2024 18:29:21 -0400 (0:00:00.058) 0:03:11.543 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 14 September 2024 18:29:21 -0400 (0:00:00.059) 0:03:11.603 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 14 September 2024 18:29:21 -0400 (0:00:00.064) 0:03:11.668 **** ok: [managed_node1] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 14 September 2024 18:29:21 -0400 (0:00:00.415) 0:03:12.083 **** ok: [managed_node1] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 14 September 2024 18:29:22 -0400 (0:00:00.382) 0:03:12.466 **** ok: [managed_node1] => { "ansible_facts": { "storage_test_expected_size": "3221225472" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 14 September 2024 18:29:22 -0400 (0:00:00.052) 0:03:12.518 **** ok: [managed_node1] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 14 September 2024 18:29:22 -0400 (0:00:00.045) 0:03:12.563 **** ok: [managed_node1] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 14 September 2024 18:29:22 -0400 (0:00:00.426) 0:03:12.990 **** skipping: [managed_node1] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 14 September 2024 18:29:22 -0400 (0:00:00.072) 0:03:13.062 **** skipping: [managed_node1] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 14 September 2024 18:29:22 -0400 (0:00:00.065) 0:03:13.128 **** skipping: [managed_node1] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 14 September 2024 18:29:22 -0400 (0:00:00.070) 0:03:13.199 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Saturday 14 September 2024 18:29:22 -0400 (0:00:00.073) 0:03:13.272 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Saturday 14 September 2024 18:29:22 -0400 (0:00:00.061) 0:03:13.334 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Saturday 14 September 2024 18:29:22 -0400 (0:00:00.060) 0:03:13.394 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Saturday 14 September 2024 18:29:23 -0400 (0:00:00.060) 0:03:13.455 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Saturday 14 September 2024 18:29:23 -0400 (0:00:00.064) 0:03:13.520 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Saturday 14 September 2024 18:29:23 -0400 (0:00:00.066) 0:03:13.586 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Saturday 14 September 2024 18:29:23 -0400 (0:00:00.062) 0:03:13.648 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Saturday 14 September 2024 18:29:23 -0400 (0:00:00.062) 0:03:13.711 **** skipping: [managed_node1] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Saturday 14 September 2024 18:29:23 -0400 (0:00:00.059) 0:03:13.771 **** skipping: [managed_node1] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Saturday 14 September 2024 18:29:23 -0400 (0:00:00.061) 0:03:13.833 **** skipping: [managed_node1] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Saturday 14 September 2024 18:29:23 -0400 (0:00:00.062) 0:03:13.896 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Saturday 14 September 2024 18:29:23 -0400 (0:00:00.069) 0:03:13.965 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Saturday 14 September 2024 18:29:23 -0400 (0:00:00.124) 0:03:14.090 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Saturday 14 September 2024 18:29:23 -0400 (0:00:00.051) 0:03:14.142 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Saturday 14 September 2024 18:29:23 -0400 (0:00:00.052) 0:03:14.194 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Saturday 14 September 2024 18:29:23 -0400 (0:00:00.049) 0:03:14.243 **** ok: [managed_node1] => { "storage_test_actual_size": { "bytes": 3221225472, "changed": false, "failed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Saturday 14 September 2024 18:29:23 -0400 (0:00:00.059) 0:03:14.302 **** ok: [managed_node1] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Saturday 14 September 2024 18:29:23 -0400 (0:00:00.045) 0:03:14.348 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 14 September 2024 18:29:23 -0400 (0:00:00.056) 0:03:14.404 **** ok: [managed_node1] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "vg1/Lv2" ], "delta": "0:00:00.017827", "end": "2024-09-14 18:29:24.302867", "rc": 0, "start": "2024-09-14 18:29:24.285040" } STDOUT: LVM2_LV_NAME=Lv2 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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 14 September 2024 18:29:24 -0400 (0:00:00.394) 0:03:14.799 **** ok: [managed_node1] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 14 September 2024 18:29:24 -0400 (0:00:00.064) 0:03:14.863 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 14 September 2024 18:29:24 -0400 (0:00:00.078) 0:03:14.941 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 14 September 2024 18:29:24 -0400 (0:00:00.068) 0:03:15.009 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 14 September 2024 18:29:24 -0400 (0:00:00.059) 0:03:15.068 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 14 September 2024 18:29:24 -0400 (0:00:00.049) 0:03:15.118 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 14 September 2024 18:29:24 -0400 (0:00:00.055) 0:03:15.173 **** ok: [managed_node1] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 14 September 2024 18:29:24 -0400 (0:00:00.051) 0:03:15.224 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 14 September 2024 18:29:24 -0400 (0:00:00.051) 0:03:15.276 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed_node1 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 14 September 2024 18:29:25 -0400 (0:00:00.259) 0:03:15.536 **** ok: [managed_node1] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-Lv3" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 14 September 2024 18:29:25 -0400 (0:00:00.071) 0:03:15.608 **** ok: [managed_node1] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test3", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 14 September 2024 18:29:25 -0400 (0:00:00.078) 0:03:15.686 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Saturday 14 September 2024 18:29:25 -0400 (0:00:00.069) 0:03:15.756 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Saturday 14 September 2024 18:29:25 -0400 (0:00:00.068) 0:03:15.824 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Saturday 14 September 2024 18:29:25 -0400 (0:00:00.051) 0:03:15.876 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Saturday 14 September 2024 18:29:25 -0400 (0:00:00.052) 0:03:15.928 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Saturday 14 September 2024 18:29:25 -0400 (0:00:00.048) 0:03:15.976 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Saturday 14 September 2024 18:29:25 -0400 (0:00:00.040) 0:03:16.016 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Saturday 14 September 2024 18:29:25 -0400 (0:00:00.041) 0:03:16.058 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Saturday 14 September 2024 18:29:25 -0400 (0:00:00.045) 0:03:16.103 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 14 September 2024 18:29:25 -0400 (0:00:00.061) 0:03:16.165 **** ok: [managed_node1] => { "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/vg1-Lv3 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test3 xfs defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test3 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 14 September 2024 18:29:25 -0400 (0:00:00.084) 0:03:16.249 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 14 September 2024 18:29:25 -0400 (0:00:00.063) 0:03:16.313 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 14 September 2024 18:29:25 -0400 (0:00:00.067) 0:03:16.380 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 14 September 2024 18:29:25 -0400 (0:00:00.038) 0:03:16.419 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:51 Saturday 14 September 2024 18:29:26 -0400 (0:00:00.087) 0:03:16.506 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 14 September 2024 18:29:26 -0400 (0:00:00.118) 0:03:16.625 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 14 September 2024 18:29:26 -0400 (0:00:00.110) 0:03:16.736 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 14 September 2024 18:29:26 -0400 (0:00:00.084) 0:03:16.820 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1726352806.0782597, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1726352806.0782597, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 49712, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1726352806.0782597, "nlink": 1, "path": "/dev/mapper/vg1-Lv3", "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 14 September 2024 18:29:26 -0400 (0:00:00.411) 0:03:17.232 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 14 September 2024 18:29:26 -0400 (0:00:00.074) 0:03:17.306 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 14 September 2024 18:29:26 -0400 (0:00:00.063) 0:03:17.369 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 14 September 2024 18:29:27 -0400 (0:00:00.087) 0:03:17.457 **** ok: [managed_node1] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 14 September 2024 18:29:27 -0400 (0:00:00.063) 0:03:17.520 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 14 September 2024 18:29:27 -0400 (0:00:00.065) 0:03:17.586 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 14 September 2024 18:29:27 -0400 (0:00:00.069) 0:03:17.655 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 14 September 2024 18:29:27 -0400 (0:00:00.069) 0:03:17.725 **** ok: [managed_node1] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 14 September 2024 18:29:28 -0400 (0:00:00.951) 0:03:18.677 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 14 September 2024 18:29:28 -0400 (0:00:00.064) 0:03:18.741 **** skipping: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 14 September 2024 18:29:28 -0400 (0:00:00.061) 0:03:18.802 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 14 September 2024 18:29:28 -0400 (0:00:00.147) 0:03:18.950 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 14 September 2024 18:29:28 -0400 (0:00:00.067) 0:03:19.018 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 14 September 2024 18:29:28 -0400 (0:00:00.060) 0:03:19.078 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Saturday 14 September 2024 18:29:28 -0400 (0:00:00.061) 0:03:19.139 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Saturday 14 September 2024 18:29:28 -0400 (0:00:00.063) 0:03:19.203 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Saturday 14 September 2024 18:29:28 -0400 (0:00:00.061) 0:03:19.265 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Saturday 14 September 2024 18:29:28 -0400 (0:00:00.077) 0:03:19.343 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Saturday 14 September 2024 18:29:28 -0400 (0:00:00.077) 0:03:19.420 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Saturday 14 September 2024 18:29:29 -0400 (0:00:00.068) 0:03:19.488 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Saturday 14 September 2024 18:29:29 -0400 (0:00:00.064) 0:03:19.553 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Saturday 14 September 2024 18:29:29 -0400 (0:00:00.061) 0:03:19.615 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 14 September 2024 18:29:29 -0400 (0:00:00.065) 0:03:19.680 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 14 September 2024 18:29:29 -0400 (0:00:00.064) 0:03:19.745 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 14 September 2024 18:29:29 -0400 (0:00:00.065) 0:03:19.811 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 14 September 2024 18:29:29 -0400 (0:00:00.064) 0:03:19.876 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 14 September 2024 18:29:29 -0400 (0:00:00.061) 0:03:19.937 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 14 September 2024 18:29:29 -0400 (0:00:00.061) 0:03:19.998 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 14 September 2024 18:29:29 -0400 (0:00:00.061) 0:03:20.059 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 14 September 2024 18:29:29 -0400 (0:00:00.070) 0:03:20.130 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 14 September 2024 18:29:29 -0400 (0:00:00.064) 0:03:20.195 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 14 September 2024 18:29:29 -0400 (0:00:00.060) 0:03:20.255 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 14 September 2024 18:29:29 -0400 (0:00:00.052) 0:03:20.308 **** ok: [managed_node1] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 14 September 2024 18:29:32 -0400 (0:00:02.557) 0:03:22.866 **** ok: [managed_node1] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 14 September 2024 18:29:32 -0400 (0:00:00.365) 0:03:23.231 **** ok: [managed_node1] => { "ansible_facts": { "storage_test_expected_size": "3221225472" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 14 September 2024 18:29:32 -0400 (0:00:00.055) 0:03:23.287 **** ok: [managed_node1] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 14 September 2024 18:29:32 -0400 (0:00:00.056) 0:03:23.343 **** ok: [managed_node1] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 14 September 2024 18:29:33 -0400 (0:00:00.373) 0:03:23.717 **** skipping: [managed_node1] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 14 September 2024 18:29:33 -0400 (0:00:00.046) 0:03:23.763 **** skipping: [managed_node1] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 14 September 2024 18:29:33 -0400 (0:00:00.045) 0:03:23.808 **** skipping: [managed_node1] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 14 September 2024 18:29:33 -0400 (0:00:00.046) 0:03:23.855 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Saturday 14 September 2024 18:29:33 -0400 (0:00:00.045) 0:03:23.900 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Saturday 14 September 2024 18:29:33 -0400 (0:00:00.039) 0:03:23.940 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Saturday 14 September 2024 18:29:33 -0400 (0:00:00.039) 0:03:23.979 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Saturday 14 September 2024 18:29:33 -0400 (0:00:00.040) 0:03:24.020 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Saturday 14 September 2024 18:29:33 -0400 (0:00:00.040) 0:03:24.060 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Saturday 14 September 2024 18:29:33 -0400 (0:00:00.042) 0:03:24.103 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Saturday 14 September 2024 18:29:33 -0400 (0:00:00.039) 0:03:24.142 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Saturday 14 September 2024 18:29:33 -0400 (0:00:00.039) 0:03:24.182 **** skipping: [managed_node1] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Saturday 14 September 2024 18:29:33 -0400 (0:00:00.040) 0:03:24.222 **** skipping: [managed_node1] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Saturday 14 September 2024 18:29:33 -0400 (0:00:00.039) 0:03:24.261 **** skipping: [managed_node1] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Saturday 14 September 2024 18:29:33 -0400 (0:00:00.038) 0:03:24.300 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Saturday 14 September 2024 18:29:33 -0400 (0:00:00.043) 0:03:24.343 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Saturday 14 September 2024 18:29:33 -0400 (0:00:00.040) 0:03:24.384 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Saturday 14 September 2024 18:29:33 -0400 (0:00:00.038) 0:03:24.423 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Saturday 14 September 2024 18:29:34 -0400 (0:00:00.038) 0:03:24.462 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Saturday 14 September 2024 18:29:34 -0400 (0:00:00.038) 0:03:24.500 **** ok: [managed_node1] => { "storage_test_actual_size": { "bytes": 3221225472, "changed": false, "failed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Saturday 14 September 2024 18:29:34 -0400 (0:00:00.043) 0:03:24.544 **** ok: [managed_node1] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Saturday 14 September 2024 18:29:34 -0400 (0:00:00.045) 0:03:24.589 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 14 September 2024 18:29:34 -0400 (0:00:00.063) 0:03:24.652 **** ok: [managed_node1] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "vg1/Lv3" ], "delta": "0:00:00.020998", "end": "2024-09-14 18:29:34.531930", "rc": 0, "start": "2024-09-14 18:29:34.510932" } STDOUT: LVM2_LV_NAME=Lv3 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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 14 September 2024 18:29:34 -0400 (0:00:00.370) 0:03:25.023 **** ok: [managed_node1] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 14 September 2024 18:29:34 -0400 (0:00:00.048) 0:03:25.072 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 14 September 2024 18:29:34 -0400 (0:00:00.051) 0:03:25.123 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 14 September 2024 18:29:34 -0400 (0:00:00.043) 0:03:25.166 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 14 September 2024 18:29:34 -0400 (0:00:00.045) 0:03:25.212 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 14 September 2024 18:29:34 -0400 (0:00:00.092) 0:03:25.304 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 14 September 2024 18:29:34 -0400 (0:00:00.043) 0:03:25.348 **** ok: [managed_node1] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Saturday 14 September 2024 18:29:34 -0400 (0:00:00.039) 0:03:25.388 **** TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Saturday 14 September 2024 18:29:35 -0400 (0:00:00.036) 0:03:25.425 **** ok: [managed_node1] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Remove the pool created above] ******************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_pool_options.yml:90 Saturday 14 September 2024 18:29:35 -0400 (0:00:00.039) 0:03:25.464 **** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 14 September 2024 18:29:35 -0400 (0:00:00.096) 0:03:25.560 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed_node1 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 14 September 2024 18:29:35 -0400 (0:00:00.061) 0:03:25.622 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 14 September 2024 18:29:35 -0400 (0:00:00.069) 0:03:25.691 **** skipping: [managed_node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node1] => (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-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed_node1] => (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-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 14 September 2024 18:29:35 -0400 (0:00:00.099) 0:03:25.791 **** skipping: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 14 September 2024 18:29:35 -0400 (0:00:00.039) 0:03:25.830 **** skipping: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 14 September 2024 18:29:35 -0400 (0:00:00.038) 0:03:25.869 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 14 September 2024 18:29:35 -0400 (0:00:00.042) 0:03:25.912 **** ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 14 September 2024 18:29:35 -0400 (0:00:00.039) 0:03:25.952 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed_node1 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 14 September 2024 18:29:35 -0400 (0:00:00.087) 0:03:26.039 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 14 September 2024 18:29:35 -0400 (0:00:00.039) 0:03:26.079 **** ok: [managed_node1] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc" ], "name": "vg1", "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "state": "absent", "type": "lvm", "volumes": [ { "mount_point": "/opt/test1", "name": "lv1", "size": "2g" }, { "mount_point": "/opt/test2", "name": "Lv2", "size": "3g" }, { "mount_point": "/opt/test3", "name": "Lv3", "size": "3g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 14 September 2024 18:29:35 -0400 (0:00:00.053) 0:03:26.133 **** ok: [managed_node1] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 14 September 2024 18:29:35 -0400 (0:00:00.042) 0:03:26.176 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Saturday 14 September 2024 18:29:35 -0400 (0:00:00.040) 0:03:26.216 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Saturday 14 September 2024 18:29:35 -0400 (0:00:00.039) 0:03:26.256 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Saturday 14 September 2024 18:29:35 -0400 (0:00:00.039) 0:03:26.296 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Saturday 14 September 2024 18:29:35 -0400 (0:00:00.042) 0:03:26.338 **** ok: [managed_node1] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Saturday 14 September 2024 18:29:35 -0400 (0:00:00.059) 0:03:26.398 **** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Saturday 14 September 2024 18:29:36 -0400 (0:00:00.037) 0:03:26.435 **** changed: [managed_node1] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/vg1-Lv3", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/vg1-Lv3", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/vg1-Lv2", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/vg1-Lv2", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/vg1-lv1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/vg1-lv1", "fs_type": null }, { "action": "destroy device", "device": "/dev/vg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/md/vg1-1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/md/vg1-1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc1", "fs_type": "mdmember" }, { "action": "destroy device", "device": "/dev/sdc1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "mdmember" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sda1", "fs_type": "mdmember" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "xfs", "path": "/opt/test3", "src": "/dev/mapper/vg1-Lv3", "state": "absent" }, { "fstype": "xfs", "path": "/opt/test2", "src": "/dev/mapper/vg1-Lv2", "state": "absent" }, { "fstype": "xfs", "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "absent" } ], "packages": [ "e2fsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "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": "vg1", "raid_chunk_size": "0 B", "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "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": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv2", "_mount_id": "/dev/mapper/vg1-Lv2", "_raw_device": "/dev/mapper/vg1-Lv2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "Lv2", "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": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv3", "_mount_id": "/dev/mapper/vg1-Lv3", "_raw_device": "/dev/mapper/vg1-Lv3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "Lv3", "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": "3g", "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-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Saturday 14 September 2024 18:29:43 -0400 (0:00:07.030) 0:03:33.465 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Saturday 14 September 2024 18:29:43 -0400 (0:00:00.061) 0:03:33.527 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1726352823.5932825, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "f336af277cb75670e7fd49c6e0e56752055caea6", "ctime": 1726352823.5902824, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 263551, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1726352823.5902824, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1373, "uid": 0, "version": "18446744072249990595", "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-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Saturday 14 September 2024 18:29:43 -0400 (0:00:00.452) 0:03:33.979 **** ok: [managed_node1] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Saturday 14 September 2024 18:29:43 -0400 (0:00:00.418) 0:03:34.397 **** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Saturday 14 September 2024 18:29:44 -0400 (0:00:00.068) 0:03:34.466 **** ok: [managed_node1] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/vg1-Lv3", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/vg1-Lv3", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/vg1-Lv2", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/vg1-Lv2", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/vg1-lv1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/vg1-lv1", "fs_type": null }, { "action": "destroy device", "device": "/dev/vg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/md/vg1-1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/md/vg1-1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc1", "fs_type": "mdmember" }, { "action": "destroy device", "device": "/dev/sdc1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "mdmember" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sda1", "fs_type": "mdmember" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "xfs", "path": "/opt/test3", "src": "/dev/mapper/vg1-Lv3", "state": "absent" }, { "fstype": "xfs", "path": "/opt/test2", "src": "/dev/mapper/vg1-Lv2", "state": "absent" }, { "fstype": "xfs", "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "absent" } ], "packages": [ "e2fsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "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": "vg1", "raid_chunk_size": "0 B", "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "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": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv2", "_mount_id": "/dev/mapper/vg1-Lv2", "_raw_device": "/dev/mapper/vg1-Lv2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "Lv2", "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": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv3", "_mount_id": "/dev/mapper/vg1-Lv3", "_raw_device": "/dev/mapper/vg1-Lv3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "Lv3", "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": "3g", "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-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Saturday 14 September 2024 18:29:44 -0400 (0:00:00.113) 0:03:34.579 **** ok: [managed_node1] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc" ], "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": "vg1", "raid_chunk_size": "0 B", "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "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": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv2", "_mount_id": "/dev/mapper/vg1-Lv2", "_raw_device": "/dev/mapper/vg1-Lv2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "Lv2", "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": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv3", "_mount_id": "/dev/mapper/vg1-Lv3", "_raw_device": "/dev/mapper/vg1-Lv3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "Lv3", "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": "3g", "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-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Saturday 14 September 2024 18:29:44 -0400 (0:00:00.139) 0:03:34.719 **** ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Saturday 14 September 2024 18:29:44 -0400 (0:00:00.166) 0:03:34.885 **** changed: [managed_node1] => (item={u'src': u'/dev/mapper/vg1-Lv3', u'state': u'absent', u'fstype': u'xfs', u'path': u'/opt/test3'}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "fstype": "xfs", "path": "/opt/test3", "src": "/dev/mapper/vg1-Lv3", "state": "absent" }, "name": "/opt/test3", "opts": "defaults", "passno": "0", "src": "/dev/mapper/vg1-Lv3" } changed: [managed_node1] => (item={u'src': u'/dev/mapper/vg1-Lv2', u'state': u'absent', u'fstype': u'xfs', u'path': u'/opt/test2'}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "fstype": "xfs", "path": "/opt/test2", "src": "/dev/mapper/vg1-Lv2", "state": "absent" }, "name": "/opt/test2", "opts": "defaults", "passno": "0", "src": "/dev/mapper/vg1-Lv2" } changed: [managed_node1] => (item={u'src': u'/dev/mapper/vg1-lv1', u'state': u'absent', u'fstype': u'xfs', u'path': u'/opt/test1'}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "fstype": "xfs", "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "absent" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/vg1-lv1" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Saturday 14 September 2024 18:29:45 -0400 (0:00:01.473) 0:03:36.359 **** ok: [managed_node1] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Saturday 14 September 2024 18:29:46 -0400 (0:00:00.630) 0:03:36.990 **** TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Saturday 14 September 2024 18:29:46 -0400 (0:00:00.068) 0:03:37.058 **** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Saturday 14 September 2024 18:29:46 -0400 (0:00:00.081) 0:03:37.139 **** ok: [managed_node1] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Saturday 14 September 2024 18:29:47 -0400 (0:00:00.573) 0:03:37.713 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1726352616.0664194, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1718879272.062, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 131079, "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": 1718879026.308, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "18446744072852913879", "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-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Saturday 14 September 2024 18:29:47 -0400 (0:00:00.491) 0:03:38.205 **** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Saturday 14 September 2024 18:29:47 -0400 (0:00:00.092) 0:03:38.298 **** ok: [managed_node1] TASK [Verify role results] ***************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_pool_options.yml:114 Saturday 14 September 2024 18:29:48 -0400 (0:00:00.802) 0:03:39.100 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed_node1 TASK [Print out pool information] ********************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 14 September 2024 18:29:48 -0400 (0:00:00.088) 0:03:39.189 **** ok: [managed_node1] => { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc" ], "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": "vg1", "raid_chunk_size": "0 B", "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "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": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv2", "_mount_id": "/dev/mapper/vg1-Lv2", "_raw_device": "/dev/mapper/vg1-Lv2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "Lv2", "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": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv3", "_mount_id": "/dev/mapper/vg1-Lv3", "_raw_device": "/dev/mapper/vg1-Lv3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "Lv3", "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": "3g", "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 14 September 2024 18:29:48 -0400 (0:00:00.058) 0:03:39.248 **** skipping: [managed_node1] => {} TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 14 September 2024 18:29:48 -0400 (0:00:00.050) 0:03:39.298 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 14 September 2024 18:29:49 -0400 (0:00:00.441) 0:03:39.739 **** ok: [managed_node1] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003493", "end": "2024-09-14 18:29:49.633721", "rc": 0, "start": "2024-09-14 18:29:49.630228" } 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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 14 September 2024 18:29:49 -0400 (0:00:00.412) 0:03:40.151 **** ok: [managed_node1] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002962", "end": "2024-09-14 18:29:50.071573", "failed_when_result": false, "rc": 0, "start": "2024-09-14 18:29:50.068611" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 14 September 2024 18:29:50 -0400 (0:00:00.422) 0:03:40.573 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed_node1 TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Saturday 14 September 2024 18:29:50 -0400 (0:00:00.111) 0:03:40.684 **** ok: [managed_node1] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Saturday 14 September 2024 18:29:50 -0400 (0:00:00.037) 0:03:40.722 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Saturday 14 September 2024 18:29:50 -0400 (0:00:00.037) 0:03:40.760 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Saturday 14 September 2024 18:29:50 -0400 (0:00:00.036) 0:03:40.797 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed_node1 TASK [Set test variables] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Saturday 14 September 2024 18:29:50 -0400 (0:00:00.098) 0:03:40.895 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Saturday 14 September 2024 18:29:50 -0400 (0:00:00.071) 0:03:40.967 **** TASK [Set pvs lvm length] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Saturday 14 September 2024 18:29:50 -0400 (0:00:00.044) 0:03:41.012 **** ok: [managed_node1] => { "ansible_facts": { "__pvs_lvm_len": "0" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Saturday 14 September 2024 18:29:50 -0400 (0:00:00.053) 0:03:41.065 **** ok: [managed_node1] => { "ansible_facts": { "_storage_test_pool_pvs": [] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Saturday 14 September 2024 18:29:50 -0400 (0:00:00.056) 0:03:41.122 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Saturday 14 September 2024 18:29:50 -0400 (0:00:00.053) 0:03:41.175 **** ok: [managed_node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Saturday 14 September 2024 18:29:50 -0400 (0:00:00.047) 0:03:41.223 **** ok: [managed_node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Saturday 14 September 2024 18:29:50 -0400 (0:00:00.051) 0:03:41.275 **** ok: [managed_node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "raid1" }, "changed": false } TASK [Check the type of each PV] *********************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Saturday 14 September 2024 18:29:50 -0400 (0:00:00.061) 0:03:41.337 **** TASK [Check that blivet supports PV grow to fill] ****************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Saturday 14 September 2024 18:29:50 -0400 (0:00:00.052) 0:03:41.390 **** ok: [managed_node1] => { "changed": false, "rc": 0 } STDOUT: False STDERR: Shared connection to 10.31.47.109 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Saturday 14 September 2024 18:29:51 -0400 (0:00:00.351) 0:03:41.742 **** TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Saturday 14 September 2024 18:29:51 -0400 (0:00:00.053) 0:03:41.795 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed_node1 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Saturday 14 September 2024 18:29:51 -0400 (0:00:00.123) 0:03:41.919 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Saturday 14 September 2024 18:29:51 -0400 (0:00:00.056) 0:03:41.975 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Saturday 14 September 2024 18:29:51 -0400 (0:00:00.053) 0:03:42.029 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Saturday 14 September 2024 18:29:51 -0400 (0:00:00.052) 0:03:42.082 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Saturday 14 September 2024 18:29:51 -0400 (0:00:00.049) 0:03:42.131 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Saturday 14 September 2024 18:29:51 -0400 (0:00:00.040) 0:03:42.172 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Saturday 14 September 2024 18:29:51 -0400 (0:00:00.040) 0:03:42.213 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Saturday 14 September 2024 18:29:51 -0400 (0:00:00.040) 0:03:42.253 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Saturday 14 September 2024 18:29:51 -0400 (0:00:00.053) 0:03:42.307 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Saturday 14 September 2024 18:29:51 -0400 (0:00:00.060) 0:03:42.368 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Saturday 14 September 2024 18:29:52 -0400 (0:00:00.062) 0:03:42.430 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Saturday 14 September 2024 18:29:52 -0400 (0:00:00.079) 0:03:42.509 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed_node1 TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Saturday 14 September 2024 18:29:52 -0400 (0:00:00.118) 0:03:42.628 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml for managed_node1 TASK [Get information about the LV] ******************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:8 Saturday 14 September 2024 18:29:52 -0400 (0:00:00.161) 0:03:42.789 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:16 Saturday 14 September 2024 18:29:52 -0400 (0:00:00.048) 0:03:42.837 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:20 Saturday 14 September 2024 18:29:52 -0400 (0:00:00.041) 0:03:42.879 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Saturday 14 September 2024 18:29:52 -0400 (0:00:00.041) 0:03:42.921 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Saturday 14 September 2024 18:29:52 -0400 (0:00:00.039) 0:03:42.960 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Saturday 14 September 2024 18:29:52 -0400 (0:00:00.046) 0:03:43.006 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Saturday 14 September 2024 18:29:52 -0400 (0:00:00.046) 0:03:43.052 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:8 Saturday 14 September 2024 18:29:52 -0400 (0:00:00.042) 0:03:43.095 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:16 Saturday 14 September 2024 18:29:52 -0400 (0:00:00.045) 0:03:43.141 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:20 Saturday 14 September 2024 18:29:52 -0400 (0:00:00.048) 0:03:43.190 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Saturday 14 September 2024 18:29:52 -0400 (0:00:00.039) 0:03:43.230 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Saturday 14 September 2024 18:29:52 -0400 (0:00:00.036) 0:03:43.267 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Saturday 14 September 2024 18:29:52 -0400 (0:00:00.047) 0:03:43.315 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Saturday 14 September 2024 18:29:52 -0400 (0:00:00.078) 0:03:43.393 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:8 Saturday 14 September 2024 18:29:53 -0400 (0:00:00.060) 0:03:43.454 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:16 Saturday 14 September 2024 18:29:53 -0400 (0:00:00.099) 0:03:43.554 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:20 Saturday 14 September 2024 18:29:53 -0400 (0:00:00.070) 0:03:43.624 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Saturday 14 September 2024 18:29:53 -0400 (0:00:00.080) 0:03:43.705 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Saturday 14 September 2024 18:29:53 -0400 (0:00:00.066) 0:03:43.771 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Saturday 14 September 2024 18:29:53 -0400 (0:00:00.063) 0:03:43.834 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Saturday 14 September 2024 18:29:53 -0400 (0:00:00.066) 0:03:43.901 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Saturday 14 September 2024 18:29:53 -0400 (0:00:00.059) 0:03:43.961 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml for managed_node1 TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Saturday 14 September 2024 18:29:53 -0400 (0:00:00.130) 0:03:44.091 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml for managed_node1 TASK [Get information about thinpool] ****************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Saturday 14 September 2024 18:29:53 -0400 (0:00:00.226) 0:03:44.318 **** skipping: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Saturday 14 September 2024 18:29:53 -0400 (0:00:00.065) 0:03:44.384 **** skipping: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Saturday 14 September 2024 18:29:54 -0400 (0:00:00.090) 0:03:44.474 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Saturday 14 September 2024 18:29:54 -0400 (0:00:00.068) 0:03:44.543 **** ok: [managed_node1] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Saturday 14 September 2024 18:29:54 -0400 (0:00:00.086) 0:03:44.629 **** skipping: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Saturday 14 September 2024 18:29:54 -0400 (0:00:00.082) 0:03:44.712 **** skipping: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Saturday 14 September 2024 18:29:54 -0400 (0:00:00.063) 0:03:44.775 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Saturday 14 September 2024 18:29:54 -0400 (0:00:00.106) 0:03:44.881 **** ok: [managed_node1] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Saturday 14 September 2024 18:29:54 -0400 (0:00:00.098) 0:03:44.980 **** skipping: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Saturday 14 September 2024 18:29:54 -0400 (0:00:00.073) 0:03:45.053 **** skipping: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Saturday 14 September 2024 18:29:54 -0400 (0:00:00.059) 0:03:45.112 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Saturday 14 September 2024 18:29:54 -0400 (0:00:00.071) 0:03:45.184 **** ok: [managed_node1] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Saturday 14 September 2024 18:29:54 -0400 (0:00:00.069) 0:03:45.253 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed_node1 TASK [Set test variables] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Saturday 14 September 2024 18:29:54 -0400 (0:00:00.138) 0:03:45.392 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Saturday 14 September 2024 18:29:55 -0400 (0:00:00.099) 0:03:45.491 **** TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Saturday 14 September 2024 18:29:55 -0400 (0:00:00.080) 0:03:45.572 **** TASK [Clear test variables] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Saturday 14 September 2024 18:29:55 -0400 (0:00:00.056) 0:03:45.629 **** ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Saturday 14 September 2024 18:29:55 -0400 (0:00:00.164) 0:03:45.794 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml for managed_node1 TASK [Validate pool member VDO settings] *************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Saturday 14 September 2024 18:29:55 -0400 (0:00:00.150) 0:03:45.944 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml for managed_node1 TASK [Get information about VDO deduplication] ********************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Saturday 14 September 2024 18:29:55 -0400 (0:00:00.199) 0:03:46.144 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Saturday 14 September 2024 18:29:55 -0400 (0:00:00.063) 0:03:46.207 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Saturday 14 September 2024 18:29:55 -0400 (0:00:00.069) 0:03:46.277 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Saturday 14 September 2024 18:29:55 -0400 (0:00:00.069) 0:03:46.347 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Saturday 14 September 2024 18:29:55 -0400 (0:00:00.068) 0:03:46.416 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Saturday 14 September 2024 18:29:56 -0400 (0:00:00.054) 0:03:46.470 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:46 Saturday 14 September 2024 18:29:56 -0400 (0:00:00.066) 0:03:46.537 **** ok: [managed_node1] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Saturday 14 September 2024 18:29:56 -0400 (0:00:00.065) 0:03:46.602 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Saturday 14 September 2024 18:29:56 -0400 (0:00:00.060) 0:03:46.663 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Saturday 14 September 2024 18:29:56 -0400 (0:00:00.061) 0:03:46.724 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Saturday 14 September 2024 18:29:56 -0400 (0:00:00.065) 0:03:46.790 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Saturday 14 September 2024 18:29:56 -0400 (0:00:00.078) 0:03:46.868 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Saturday 14 September 2024 18:29:56 -0400 (0:00:00.060) 0:03:46.929 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:46 Saturday 14 September 2024 18:29:56 -0400 (0:00:00.055) 0:03:46.985 **** ok: [managed_node1] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Saturday 14 September 2024 18:29:56 -0400 (0:00:00.107) 0:03:47.092 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Saturday 14 September 2024 18:29:56 -0400 (0:00:00.062) 0:03:47.155 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Saturday 14 September 2024 18:29:56 -0400 (0:00:00.102) 0:03:47.257 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Saturday 14 September 2024 18:29:56 -0400 (0:00:00.057) 0:03:47.315 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Saturday 14 September 2024 18:29:56 -0400 (0:00:00.054) 0:03:47.369 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Saturday 14 September 2024 18:29:57 -0400 (0:00:00.070) 0:03:47.440 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:46 Saturday 14 September 2024 18:29:57 -0400 (0:00:00.070) 0:03:47.510 **** ok: [managed_node1] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Saturday 14 September 2024 18:29:57 -0400 (0:00:00.055) 0:03:47.565 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed_node1 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Saturday 14 September 2024 18:29:57 -0400 (0:00:00.158) 0:03:47.724 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Saturday 14 September 2024 18:29:57 -0400 (0:00:00.061) 0:03:47.785 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Saturday 14 September 2024 18:29:57 -0400 (0:00:00.055) 0:03:47.840 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Saturday 14 September 2024 18:29:57 -0400 (0:00:00.084) 0:03:47.925 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Saturday 14 September 2024 18:29:57 -0400 (0:00:00.070) 0:03:47.996 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Saturday 14 September 2024 18:29:57 -0400 (0:00:00.060) 0:03:48.056 **** ok: [managed_node1] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Saturday 14 September 2024 18:29:57 -0400 (0:00:00.056) 0:03:48.113 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Saturday 14 September 2024 18:29:57 -0400 (0:00:00.060) 0:03:48.174 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed_node1 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 14 September 2024 18:29:57 -0400 (0:00:00.176) 0:03:48.350 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 14 September 2024 18:29:58 -0400 (0:00:00.078) 0:03:48.429 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed_node1 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 14 September 2024 18:29:58 -0400 (0:00:00.352) 0:03:48.781 **** ok: [managed_node1] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-lv1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 14 September 2024 18:29:58 -0400 (0:00:00.090) 0:03:48.872 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 14 September 2024 18:29:58 -0400 (0:00:00.100) 0:03:48.973 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Saturday 14 September 2024 18:29:58 -0400 (0:00:00.112) 0:03:49.086 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Saturday 14 September 2024 18:29:58 -0400 (0:00:00.111) 0:03:49.197 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Saturday 14 September 2024 18:29:58 -0400 (0:00:00.107) 0:03:49.304 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Saturday 14 September 2024 18:29:59 -0400 (0:00:00.136) 0:03:49.441 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Saturday 14 September 2024 18:29:59 -0400 (0:00:00.115) 0:03:49.557 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Saturday 14 September 2024 18:29:59 -0400 (0:00:00.128) 0:03:49.685 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Saturday 14 September 2024 18:29:59 -0400 (0:00:00.097) 0:03:49.783 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Saturday 14 September 2024 18:29:59 -0400 (0:00:00.067) 0:03:49.850 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 14 September 2024 18:29:59 -0400 (0:00:00.079) 0:03:49.930 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 14 September 2024 18:29:59 -0400 (0:00:00.114) 0:03:50.045 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 14 September 2024 18:29:59 -0400 (0:00:00.089) 0:03:50.134 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 14 September 2024 18:29:59 -0400 (0:00:00.073) 0:03:50.208 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 14 September 2024 18:29:59 -0400 (0:00:00.156) 0:03:50.364 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:51 Saturday 14 September 2024 18:30:00 -0400 (0:00:00.070) 0:03:50.434 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 14 September 2024 18:30:00 -0400 (0:00:00.061) 0:03:50.496 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 14 September 2024 18:30:00 -0400 (0:00:00.112) 0:03:50.609 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 14 September 2024 18:30:00 -0400 (0:00:00.063) 0:03:50.672 **** ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 14 September 2024 18:30:00 -0400 (0:00:00.693) 0:03:51.365 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 14 September 2024 18:30:01 -0400 (0:00:00.133) 0:03:51.499 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 14 September 2024 18:30:01 -0400 (0:00:00.136) 0:03:51.635 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 14 September 2024 18:30:01 -0400 (0:00:00.079) 0:03:51.715 **** ok: [managed_node1] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 14 September 2024 18:30:01 -0400 (0:00:00.096) 0:03:51.812 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 14 September 2024 18:30:01 -0400 (0:00:00.113) 0:03:51.925 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 14 September 2024 18:30:01 -0400 (0:00:00.080) 0:03:52.005 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 14 September 2024 18:30:01 -0400 (0:00:00.095) 0:03:52.100 **** ok: [managed_node1] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 14 September 2024 18:30:02 -0400 (0:00:01.093) 0:03:53.194 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 14 September 2024 18:30:02 -0400 (0:00:00.055) 0:03:53.249 **** skipping: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 14 September 2024 18:30:02 -0400 (0:00:00.092) 0:03:53.342 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 14 September 2024 18:30:02 -0400 (0:00:00.051) 0:03:53.393 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 14 September 2024 18:30:03 -0400 (0:00:00.068) 0:03:53.462 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 14 September 2024 18:30:03 -0400 (0:00:00.082) 0:03:53.545 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Saturday 14 September 2024 18:30:03 -0400 (0:00:00.052) 0:03:53.597 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Saturday 14 September 2024 18:30:03 -0400 (0:00:00.057) 0:03:53.655 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Saturday 14 September 2024 18:30:03 -0400 (0:00:00.056) 0:03:53.711 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Saturday 14 September 2024 18:30:03 -0400 (0:00:00.067) 0:03:53.779 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Saturday 14 September 2024 18:30:03 -0400 (0:00:00.064) 0:03:53.844 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Saturday 14 September 2024 18:30:03 -0400 (0:00:00.053) 0:03:53.898 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Saturday 14 September 2024 18:30:03 -0400 (0:00:00.053) 0:03:53.952 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Saturday 14 September 2024 18:30:03 -0400 (0:00:00.069) 0:03:54.021 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 14 September 2024 18:30:03 -0400 (0:00:00.139) 0:03:54.161 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 14 September 2024 18:30:03 -0400 (0:00:00.064) 0:03:54.225 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 14 September 2024 18:30:03 -0400 (0:00:00.061) 0:03:54.286 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 14 September 2024 18:30:03 -0400 (0:00:00.065) 0:03:54.352 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 14 September 2024 18:30:04 -0400 (0:00:00.089) 0:03:54.442 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 14 September 2024 18:30:04 -0400 (0:00:00.136) 0:03:54.578 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 14 September 2024 18:30:04 -0400 (0:00:00.078) 0:03:54.657 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 14 September 2024 18:30:04 -0400 (0:00:00.095) 0:03:54.752 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 14 September 2024 18:30:04 -0400 (0:00:00.091) 0:03:54.844 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 14 September 2024 18:30:04 -0400 (0:00:00.081) 0:03:54.925 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 14 September 2024 18:30:04 -0400 (0:00:00.115) 0:03:55.040 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 14 September 2024 18:30:04 -0400 (0:00:00.116) 0:03:55.156 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 14 September 2024 18:30:04 -0400 (0:00:00.096) 0:03:55.253 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 14 September 2024 18:30:04 -0400 (0:00:00.056) 0:03:55.309 **** ok: [managed_node1] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 14 September 2024 18:30:04 -0400 (0:00:00.059) 0:03:55.369 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 14 September 2024 18:30:05 -0400 (0:00:00.057) 0:03:55.426 **** skipping: [managed_node1] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 14 September 2024 18:30:05 -0400 (0:00:00.065) 0:03:55.492 **** skipping: [managed_node1] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 14 September 2024 18:30:05 -0400 (0:00:00.037) 0:03:55.529 **** skipping: [managed_node1] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 14 September 2024 18:30:05 -0400 (0:00:00.039) 0:03:55.569 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Saturday 14 September 2024 18:30:05 -0400 (0:00:00.045) 0:03:55.614 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Saturday 14 September 2024 18:30:05 -0400 (0:00:00.059) 0:03:55.673 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Saturday 14 September 2024 18:30:05 -0400 (0:00:00.057) 0:03:55.731 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Saturday 14 September 2024 18:30:05 -0400 (0:00:00.059) 0:03:55.790 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Saturday 14 September 2024 18:30:05 -0400 (0:00:00.057) 0:03:55.848 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Saturday 14 September 2024 18:30:05 -0400 (0:00:00.059) 0:03:55.908 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Saturday 14 September 2024 18:30:05 -0400 (0:00:00.065) 0:03:55.973 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Saturday 14 September 2024 18:30:05 -0400 (0:00:00.056) 0:03:56.029 **** skipping: [managed_node1] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Saturday 14 September 2024 18:30:05 -0400 (0:00:00.054) 0:03:56.084 **** skipping: [managed_node1] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Saturday 14 September 2024 18:30:05 -0400 (0:00:00.066) 0:03:56.150 **** skipping: [managed_node1] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Saturday 14 September 2024 18:30:05 -0400 (0:00:00.061) 0:03:56.212 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Saturday 14 September 2024 18:30:05 -0400 (0:00:00.130) 0:03:56.343 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Saturday 14 September 2024 18:30:06 -0400 (0:00:00.120) 0:03:56.463 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Saturday 14 September 2024 18:30:06 -0400 (0:00:00.064) 0:03:56.528 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Saturday 14 September 2024 18:30:06 -0400 (0:00:00.091) 0:03:56.619 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Saturday 14 September 2024 18:30:06 -0400 (0:00:00.064) 0:03:56.683 **** ok: [managed_node1] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Saturday 14 September 2024 18:30:06 -0400 (0:00:00.080) 0:03:56.764 **** ok: [managed_node1] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Saturday 14 September 2024 18:30:06 -0400 (0:00:00.078) 0:03:56.842 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 14 September 2024 18:30:06 -0400 (0:00:00.119) 0:03:56.961 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 14 September 2024 18:30:06 -0400 (0:00:00.056) 0:03:57.017 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 14 September 2024 18:30:06 -0400 (0:00:00.058) 0:03:57.076 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 14 September 2024 18:30:06 -0400 (0:00:00.060) 0:03:57.137 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 14 September 2024 18:30:06 -0400 (0:00:00.056) 0:03:57.194 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 14 September 2024 18:30:06 -0400 (0:00:00.063) 0:03:57.257 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 14 September 2024 18:30:06 -0400 (0:00:00.058) 0:03:57.316 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 14 September 2024 18:30:06 -0400 (0:00:00.064) 0:03:57.380 **** ok: [managed_node1] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 14 September 2024 18:30:07 -0400 (0:00:00.099) 0:03:57.480 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 14 September 2024 18:30:07 -0400 (0:00:00.144) 0:03:57.625 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed_node1 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 14 September 2024 18:30:07 -0400 (0:00:00.397) 0:03:58.023 **** ok: [managed_node1] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-Lv2" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 14 September 2024 18:30:07 -0400 (0:00:00.071) 0:03:58.094 **** ok: [managed_node1] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test2", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 14 September 2024 18:30:07 -0400 (0:00:00.114) 0:03:58.209 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Saturday 14 September 2024 18:30:07 -0400 (0:00:00.078) 0:03:58.288 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Saturday 14 September 2024 18:30:07 -0400 (0:00:00.057) 0:03:58.346 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Saturday 14 September 2024 18:30:08 -0400 (0:00:00.116) 0:03:58.462 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Saturday 14 September 2024 18:30:08 -0400 (0:00:00.083) 0:03:58.546 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Saturday 14 September 2024 18:30:08 -0400 (0:00:00.064) 0:03:58.610 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Saturday 14 September 2024 18:30:08 -0400 (0:00:00.063) 0:03:58.674 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Saturday 14 September 2024 18:30:08 -0400 (0:00:00.069) 0:03:58.744 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Saturday 14 September 2024 18:30:08 -0400 (0:00:00.064) 0:03:58.808 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 14 September 2024 18:30:08 -0400 (0:00:00.073) 0:03:58.882 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 14 September 2024 18:30:08 -0400 (0:00:00.093) 0:03:58.975 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 14 September 2024 18:30:08 -0400 (0:00:00.087) 0:03:59.062 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 14 September 2024 18:30:08 -0400 (0:00:00.070) 0:03:59.133 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 14 September 2024 18:30:08 -0400 (0:00:00.055) 0:03:59.188 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:51 Saturday 14 September 2024 18:30:08 -0400 (0:00:00.063) 0:03:59.252 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 14 September 2024 18:30:08 -0400 (0:00:00.055) 0:03:59.308 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 14 September 2024 18:30:08 -0400 (0:00:00.062) 0:03:59.371 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 14 September 2024 18:30:09 -0400 (0:00:00.076) 0:03:59.448 **** ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 14 September 2024 18:30:09 -0400 (0:00:00.406) 0:03:59.854 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 14 September 2024 18:30:09 -0400 (0:00:00.103) 0:03:59.958 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 14 September 2024 18:30:09 -0400 (0:00:00.069) 0:04:00.027 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 14 September 2024 18:30:09 -0400 (0:00:00.040) 0:04:00.068 **** ok: [managed_node1] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 14 September 2024 18:30:09 -0400 (0:00:00.061) 0:04:00.130 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 14 September 2024 18:30:09 -0400 (0:00:00.052) 0:04:00.182 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 14 September 2024 18:30:09 -0400 (0:00:00.036) 0:04:00.218 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 14 September 2024 18:30:09 -0400 (0:00:00.036) 0:04:00.255 **** ok: [managed_node1] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 14 September 2024 18:30:10 -0400 (0:00:00.884) 0:04:01.139 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 14 September 2024 18:30:10 -0400 (0:00:00.061) 0:04:01.201 **** skipping: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 14 September 2024 18:30:10 -0400 (0:00:00.089) 0:04:01.290 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 14 September 2024 18:30:10 -0400 (0:00:00.060) 0:04:01.351 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 14 September 2024 18:30:11 -0400 (0:00:00.098) 0:04:01.450 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 14 September 2024 18:30:11 -0400 (0:00:00.093) 0:04:01.543 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Saturday 14 September 2024 18:30:11 -0400 (0:00:00.059) 0:04:01.603 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Saturday 14 September 2024 18:30:11 -0400 (0:00:00.061) 0:04:01.664 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Saturday 14 September 2024 18:30:11 -0400 (0:00:00.060) 0:04:01.725 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Saturday 14 September 2024 18:30:11 -0400 (0:00:00.084) 0:04:01.809 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Saturday 14 September 2024 18:30:11 -0400 (0:00:00.070) 0:04:01.879 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Saturday 14 September 2024 18:30:11 -0400 (0:00:00.068) 0:04:01.948 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Saturday 14 September 2024 18:30:11 -0400 (0:00:00.109) 0:04:02.057 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Saturday 14 September 2024 18:30:11 -0400 (0:00:00.077) 0:04:02.135 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 14 September 2024 18:30:11 -0400 (0:00:00.067) 0:04:02.202 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 14 September 2024 18:30:11 -0400 (0:00:00.059) 0:04:02.262 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 14 September 2024 18:30:11 -0400 (0:00:00.055) 0:04:02.317 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 14 September 2024 18:30:12 -0400 (0:00:00.111) 0:04:02.429 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 14 September 2024 18:30:12 -0400 (0:00:00.036) 0:04:02.465 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 14 September 2024 18:30:12 -0400 (0:00:00.043) 0:04:02.509 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 14 September 2024 18:30:12 -0400 (0:00:00.053) 0:04:02.563 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 14 September 2024 18:30:12 -0400 (0:00:00.053) 0:04:02.617 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 14 September 2024 18:30:12 -0400 (0:00:00.056) 0:04:02.673 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 14 September 2024 18:30:12 -0400 (0:00:00.060) 0:04:02.734 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 14 September 2024 18:30:12 -0400 (0:00:00.056) 0:04:02.790 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 14 September 2024 18:30:12 -0400 (0:00:00.046) 0:04:02.837 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 14 September 2024 18:30:12 -0400 (0:00:00.046) 0:04:02.884 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 14 September 2024 18:30:12 -0400 (0:00:00.044) 0:04:02.928 **** ok: [managed_node1] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 14 September 2024 18:30:12 -0400 (0:00:00.042) 0:04:02.970 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 14 September 2024 18:30:12 -0400 (0:00:00.055) 0:04:03.026 **** skipping: [managed_node1] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 14 September 2024 18:30:12 -0400 (0:00:00.074) 0:04:03.101 **** skipping: [managed_node1] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 14 September 2024 18:30:12 -0400 (0:00:00.058) 0:04:03.160 **** skipping: [managed_node1] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 14 September 2024 18:30:12 -0400 (0:00:00.058) 0:04:03.218 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Saturday 14 September 2024 18:30:12 -0400 (0:00:00.112) 0:04:03.330 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Saturday 14 September 2024 18:30:12 -0400 (0:00:00.092) 0:04:03.422 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Saturday 14 September 2024 18:30:13 -0400 (0:00:00.068) 0:04:03.491 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Saturday 14 September 2024 18:30:13 -0400 (0:00:00.083) 0:04:03.574 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Saturday 14 September 2024 18:30:13 -0400 (0:00:00.055) 0:04:03.630 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Saturday 14 September 2024 18:30:13 -0400 (0:00:00.056) 0:04:03.687 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Saturday 14 September 2024 18:30:13 -0400 (0:00:00.053) 0:04:03.741 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Saturday 14 September 2024 18:30:13 -0400 (0:00:00.060) 0:04:03.801 **** skipping: [managed_node1] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Saturday 14 September 2024 18:30:13 -0400 (0:00:00.057) 0:04:03.859 **** skipping: [managed_node1] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Saturday 14 September 2024 18:30:13 -0400 (0:00:00.108) 0:04:03.967 **** skipping: [managed_node1] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Saturday 14 September 2024 18:30:13 -0400 (0:00:00.066) 0:04:04.034 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Saturday 14 September 2024 18:30:13 -0400 (0:00:00.059) 0:04:04.093 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Saturday 14 September 2024 18:30:13 -0400 (0:00:00.114) 0:04:04.208 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Saturday 14 September 2024 18:30:13 -0400 (0:00:00.100) 0:04:04.308 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Saturday 14 September 2024 18:30:13 -0400 (0:00:00.075) 0:04:04.384 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Saturday 14 September 2024 18:30:14 -0400 (0:00:00.054) 0:04:04.438 **** ok: [managed_node1] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Saturday 14 September 2024 18:30:14 -0400 (0:00:00.077) 0:04:04.515 **** ok: [managed_node1] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Saturday 14 September 2024 18:30:14 -0400 (0:00:00.082) 0:04:04.598 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 14 September 2024 18:30:14 -0400 (0:00:00.088) 0:04:04.687 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 14 September 2024 18:30:14 -0400 (0:00:00.067) 0:04:04.754 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 14 September 2024 18:30:14 -0400 (0:00:00.083) 0:04:04.838 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 14 September 2024 18:30:14 -0400 (0:00:00.073) 0:04:04.911 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 14 September 2024 18:30:14 -0400 (0:00:00.066) 0:04:04.978 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 14 September 2024 18:30:14 -0400 (0:00:00.058) 0:04:05.037 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 14 September 2024 18:30:14 -0400 (0:00:00.072) 0:04:05.109 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 14 September 2024 18:30:14 -0400 (0:00:00.081) 0:04:05.191 **** ok: [managed_node1] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 14 September 2024 18:30:14 -0400 (0:00:00.092) 0:04:05.284 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 14 September 2024 18:30:14 -0400 (0:00:00.067) 0:04:05.351 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed_node1 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 14 September 2024 18:30:15 -0400 (0:00:00.421) 0:04:05.772 **** ok: [managed_node1] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-Lv3" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 14 September 2024 18:30:15 -0400 (0:00:00.082) 0:04:05.855 **** ok: [managed_node1] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test3", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 14 September 2024 18:30:15 -0400 (0:00:00.125) 0:04:05.980 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Saturday 14 September 2024 18:30:15 -0400 (0:00:00.124) 0:04:06.105 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Saturday 14 September 2024 18:30:15 -0400 (0:00:00.051) 0:04:06.156 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Saturday 14 September 2024 18:30:15 -0400 (0:00:00.063) 0:04:06.220 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Saturday 14 September 2024 18:30:15 -0400 (0:00:00.054) 0:04:06.275 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Saturday 14 September 2024 18:30:15 -0400 (0:00:00.087) 0:04:06.362 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Saturday 14 September 2024 18:30:16 -0400 (0:00:00.085) 0:04:06.448 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Saturday 14 September 2024 18:30:16 -0400 (0:00:00.057) 0:04:06.505 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Saturday 14 September 2024 18:30:16 -0400 (0:00:00.060) 0:04:06.565 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 14 September 2024 18:30:16 -0400 (0:00:00.059) 0:04:06.625 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 14 September 2024 18:30:16 -0400 (0:00:00.104) 0:04:06.729 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 14 September 2024 18:30:16 -0400 (0:00:00.067) 0:04:06.797 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 14 September 2024 18:30:16 -0400 (0:00:00.073) 0:04:06.870 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 14 September 2024 18:30:16 -0400 (0:00:00.061) 0:04:06.932 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:51 Saturday 14 September 2024 18:30:16 -0400 (0:00:00.063) 0:04:06.995 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 14 September 2024 18:30:16 -0400 (0:00:00.193) 0:04:07.189 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 14 September 2024 18:30:16 -0400 (0:00:00.078) 0:04:07.267 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 14 September 2024 18:30:16 -0400 (0:00:00.069) 0:04:07.336 **** ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 14 September 2024 18:30:17 -0400 (0:00:00.594) 0:04:07.931 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 14 September 2024 18:30:17 -0400 (0:00:00.047) 0:04:07.978 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 14 September 2024 18:30:17 -0400 (0:00:00.057) 0:04:08.036 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 14 September 2024 18:30:17 -0400 (0:00:00.037) 0:04:08.073 **** ok: [managed_node1] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 14 September 2024 18:30:17 -0400 (0:00:00.045) 0:04:08.118 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 14 September 2024 18:30:17 -0400 (0:00:00.037) 0:04:08.156 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 14 September 2024 18:30:17 -0400 (0:00:00.031) 0:04:08.188 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 14 September 2024 18:30:17 -0400 (0:00:00.042) 0:04:08.230 **** ok: [managed_node1] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 14 September 2024 18:30:18 -0400 (0:00:00.754) 0:04:08.985 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 14 September 2024 18:30:18 -0400 (0:00:00.046) 0:04:09.032 **** skipping: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 14 September 2024 18:30:18 -0400 (0:00:00.048) 0:04:09.080 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 14 September 2024 18:30:18 -0400 (0:00:00.042) 0:04:09.123 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 14 September 2024 18:30:18 -0400 (0:00:00.038) 0:04:09.161 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 14 September 2024 18:30:18 -0400 (0:00:00.038) 0:04:09.199 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Saturday 14 September 2024 18:30:18 -0400 (0:00:00.031) 0:04:09.231 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Saturday 14 September 2024 18:30:18 -0400 (0:00:00.031) 0:04:09.262 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Saturday 14 September 2024 18:30:18 -0400 (0:00:00.032) 0:04:09.294 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Saturday 14 September 2024 18:30:18 -0400 (0:00:00.049) 0:04:09.344 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Saturday 14 September 2024 18:30:18 -0400 (0:00:00.047) 0:04:09.391 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Saturday 14 September 2024 18:30:19 -0400 (0:00:00.037) 0:04:09.429 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Saturday 14 September 2024 18:30:19 -0400 (0:00:00.038) 0:04:09.467 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Saturday 14 September 2024 18:30:19 -0400 (0:00:00.036) 0:04:09.504 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 14 September 2024 18:30:19 -0400 (0:00:00.052) 0:04:09.556 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 14 September 2024 18:30:19 -0400 (0:00:00.040) 0:04:09.596 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 14 September 2024 18:30:19 -0400 (0:00:00.038) 0:04:09.635 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 14 September 2024 18:30:19 -0400 (0:00:00.038) 0:04:09.673 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 14 September 2024 18:30:19 -0400 (0:00:00.037) 0:04:09.711 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 14 September 2024 18:30:19 -0400 (0:00:00.037) 0:04:09.748 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 14 September 2024 18:30:19 -0400 (0:00:00.037) 0:04:09.786 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 14 September 2024 18:30:19 -0400 (0:00:00.038) 0:04:09.825 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 14 September 2024 18:30:19 -0400 (0:00:00.037) 0:04:09.862 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 14 September 2024 18:30:19 -0400 (0:00:00.036) 0:04:09.899 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 14 September 2024 18:30:19 -0400 (0:00:00.037) 0:04:09.936 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 14 September 2024 18:30:19 -0400 (0:00:00.036) 0:04:09.972 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 14 September 2024 18:30:19 -0400 (0:00:00.035) 0:04:10.008 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 14 September 2024 18:30:19 -0400 (0:00:00.038) 0:04:10.047 **** ok: [managed_node1] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 14 September 2024 18:30:19 -0400 (0:00:00.040) 0:04:10.087 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 14 September 2024 18:30:19 -0400 (0:00:00.036) 0:04:10.123 **** skipping: [managed_node1] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 14 September 2024 18:30:19 -0400 (0:00:00.035) 0:04:10.159 **** skipping: [managed_node1] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 14 September 2024 18:30:19 -0400 (0:00:00.035) 0:04:10.195 **** skipping: [managed_node1] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 14 September 2024 18:30:19 -0400 (0:00:00.035) 0:04:10.230 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Saturday 14 September 2024 18:30:19 -0400 (0:00:00.038) 0:04:10.269 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Saturday 14 September 2024 18:30:19 -0400 (0:00:00.036) 0:04:10.306 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Saturday 14 September 2024 18:30:19 -0400 (0:00:00.036) 0:04:10.342 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Saturday 14 September 2024 18:30:19 -0400 (0:00:00.037) 0:04:10.380 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Saturday 14 September 2024 18:30:19 -0400 (0:00:00.035) 0:04:10.415 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Saturday 14 September 2024 18:30:20 -0400 (0:00:00.035) 0:04:10.451 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Saturday 14 September 2024 18:30:20 -0400 (0:00:00.039) 0:04:10.490 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Saturday 14 September 2024 18:30:20 -0400 (0:00:00.037) 0:04:10.527 **** skipping: [managed_node1] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Saturday 14 September 2024 18:30:20 -0400 (0:00:00.045) 0:04:10.573 **** skipping: [managed_node1] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Saturday 14 September 2024 18:30:20 -0400 (0:00:00.042) 0:04:10.615 **** skipping: [managed_node1] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Saturday 14 September 2024 18:30:20 -0400 (0:00:00.037) 0:04:10.653 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Saturday 14 September 2024 18:30:20 -0400 (0:00:00.037) 0:04:10.691 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Saturday 14 September 2024 18:30:20 -0400 (0:00:00.039) 0:04:10.730 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Saturday 14 September 2024 18:30:20 -0400 (0:00:00.036) 0:04:10.767 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Saturday 14 September 2024 18:30:20 -0400 (0:00:00.035) 0:04:10.803 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Saturday 14 September 2024 18:30:20 -0400 (0:00:00.036) 0:04:10.840 **** ok: [managed_node1] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Saturday 14 September 2024 18:30:20 -0400 (0:00:00.040) 0:04:10.880 **** ok: [managed_node1] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Saturday 14 September 2024 18:30:20 -0400 (0:00:00.039) 0:04:10.920 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 14 September 2024 18:30:20 -0400 (0:00:00.038) 0:04:10.959 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 14 September 2024 18:30:20 -0400 (0:00:00.037) 0:04:10.997 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 14 September 2024 18:30:20 -0400 (0:00:00.036) 0:04:11.034 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 14 September 2024 18:30:20 -0400 (0:00:00.037) 0:04:11.071 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 14 September 2024 18:30:20 -0400 (0:00:00.036) 0:04:11.108 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 14 September 2024 18:30:20 -0400 (0:00:00.037) 0:04:11.145 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 14 September 2024 18:30:20 -0400 (0:00:00.039) 0:04:11.184 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 14 September 2024 18:30:20 -0400 (0:00:00.037) 0:04:11.222 **** ok: [managed_node1] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Saturday 14 September 2024 18:30:20 -0400 (0:00:00.036) 0:04:11.258 **** TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Saturday 14 September 2024 18:30:20 -0400 (0:00:00.033) 0:04:11.291 **** ok: [managed_node1] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Create a RAID0 device] *************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_pool_options.yml:117 Saturday 14 September 2024 18:30:20 -0400 (0:00:00.036) 0:04:11.328 **** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 14 September 2024 18:30:21 -0400 (0:00:00.143) 0:04:11.472 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed_node1 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 14 September 2024 18:30:21 -0400 (0:00:00.053) 0:04:11.525 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 14 September 2024 18:30:21 -0400 (0:00:00.044) 0:04:11.570 **** skipping: [managed_node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node1] => (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-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed_node1] => (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-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 14 September 2024 18:30:21 -0400 (0:00:00.105) 0:04:11.676 **** skipping: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 14 September 2024 18:30:21 -0400 (0:00:00.037) 0:04:11.713 **** skipping: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 14 September 2024 18:30:21 -0400 (0:00:00.036) 0:04:11.749 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 14 September 2024 18:30:21 -0400 (0:00:00.037) 0:04:11.787 **** ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 14 September 2024 18:30:21 -0400 (0:00:00.037) 0:04:11.824 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed_node1 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 14 September 2024 18:30:21 -0400 (0:00:00.085) 0:04:11.910 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 14 September 2024 18:30:21 -0400 (0:00:00.036) 0:04:11.947 **** ok: [managed_node1] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc" ], "name": "vg1", "raid_chunk_size": "1024 KiB", "raid_device_count": 3, "raid_level": "raid0", "raid_metadata_version": "1.0", "state": "present", "type": "lvm" } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 14 September 2024 18:30:21 -0400 (0:00:00.044) 0:04:11.991 **** ok: [managed_node1] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 14 September 2024 18:30:21 -0400 (0:00:00.040) 0:04:12.031 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Saturday 14 September 2024 18:30:21 -0400 (0:00:00.039) 0:04:12.071 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Saturday 14 September 2024 18:30:21 -0400 (0:00:00.036) 0:04:12.108 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Saturday 14 September 2024 18:30:21 -0400 (0:00:00.037) 0:04:12.146 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Saturday 14 September 2024 18:30:21 -0400 (0:00:00.037) 0:04:12.183 **** ok: [managed_node1] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Saturday 14 September 2024 18:30:21 -0400 (0:00:00.054) 0:04:12.238 **** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Saturday 14 September 2024 18:30:21 -0400 (0:00:00.034) 0:04:12.272 **** changed: [managed_node1] => { "actions": [ { "action": "create format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdc1", "fs_type": null }, { "action": "create format", "device": "/dev/sdc1", "fs_type": "mdmember" }, { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "mdmember" }, { "action": "create format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sda1", "fs_type": null }, { "action": "create format", "device": "/dev/sda1", "fs_type": "mdmember" }, { "action": "create device", "device": "/dev/md/vg1-1", "fs_type": null }, { "action": "create format", "device": "/dev/md/vg1-1", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/vg1", "fs_type": null } ], "changed": true, "crypts": [], "leaves": [ "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/vg1" ], "mounts": [], "packages": [ "mdadm", "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "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": "vg1", "raid_chunk_size": "1024 KiB", "raid_device_count": 3, "raid_level": "raid0", "raid_metadata_version": "1.0", "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Saturday 14 September 2024 18:30:32 -0400 (0:00:10.379) 0:04:22.651 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Saturday 14 September 2024 18:30:32 -0400 (0:00:00.055) 0:04:22.707 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1726352986.3884323, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "72884e3f126482c2d28276ff7c57744fa95eff91", "ctime": 1726352985.755432, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 263551, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1726352985.755432, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1229, "uid": 0, "version": "18446744072249990595", "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-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Saturday 14 September 2024 18:30:32 -0400 (0:00:00.346) 0:04:23.054 **** ok: [managed_node1] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Saturday 14 September 2024 18:30:32 -0400 (0:00:00.339) 0:04:23.394 **** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Saturday 14 September 2024 18:30:33 -0400 (0:00:00.032) 0:04:23.426 **** ok: [managed_node1] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdc1", "fs_type": null }, { "action": "create format", "device": "/dev/sdc1", "fs_type": "mdmember" }, { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "mdmember" }, { "action": "create format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sda1", "fs_type": null }, { "action": "create format", "device": "/dev/sda1", "fs_type": "mdmember" }, { "action": "create device", "device": "/dev/md/vg1-1", "fs_type": null }, { "action": "create format", "device": "/dev/md/vg1-1", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/vg1", "fs_type": null } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/vg1" ], "mounts": [], "packages": [ "mdadm", "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "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": "vg1", "raid_chunk_size": "1024 KiB", "raid_device_count": 3, "raid_level": "raid0", "raid_metadata_version": "1.0", "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Saturday 14 September 2024 18:30:33 -0400 (0:00:00.051) 0:04:23.478 **** ok: [managed_node1] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc" ], "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": "vg1", "raid_chunk_size": "1024 KiB", "raid_device_count": 3, "raid_level": "raid0", "raid_metadata_version": "1.0", "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Saturday 14 September 2024 18:30:33 -0400 (0:00:00.057) 0:04:23.535 **** ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Saturday 14 September 2024 18:30:33 -0400 (0:00:00.060) 0:04:23.596 **** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Saturday 14 September 2024 18:30:33 -0400 (0:00:00.051) 0:04:23.647 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Saturday 14 September 2024 18:30:33 -0400 (0:00:00.046) 0:04:23.693 **** TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Saturday 14 September 2024 18:30:33 -0400 (0:00:00.043) 0:04:23.737 **** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Saturday 14 September 2024 18:30:33 -0400 (0:00:00.048) 0:04:23.785 **** skipping: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Saturday 14 September 2024 18:30:33 -0400 (0:00:00.042) 0:04:23.828 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1726352616.0664194, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1718879272.062, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 131079, "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": 1718879026.308, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "18446744072852913879", "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-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Saturday 14 September 2024 18:30:33 -0400 (0:00:00.464) 0:04:24.293 **** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Saturday 14 September 2024 18:30:33 -0400 (0:00:00.046) 0:04:24.340 **** ok: [managed_node1] TASK [Verify role results] ***************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_pool_options.yml:131 Saturday 14 September 2024 18:30:34 -0400 (0:00:00.724) 0:04:25.064 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed_node1 TASK [Print out pool information] ********************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 14 September 2024 18:30:34 -0400 (0:00:00.126) 0:04:25.190 **** ok: [managed_node1] => { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc" ], "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": "vg1", "raid_chunk_size": "1024 KiB", "raid_device_count": 3, "raid_level": "raid0", "raid_metadata_version": "1.0", "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ] } TASK [Print out volume information] ******************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 14 September 2024 18:30:34 -0400 (0:00:00.058) 0:04:25.248 **** skipping: [managed_node1] => {} TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 14 September 2024 18:30:34 -0400 (0:00:00.054) 0:04:25.303 **** ok: [managed_node1] => { "changed": false, "info": { "/dev/md/vg1-1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/md/vg1-1", "size": "30G", "type": "raid0", "uuid": "J8mJZy-B0bC-DJpm-1Epp-iJku-YGUP-FCGOOU" }, "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "linux_raid_member", "label": "vg1-1", "mountpoint": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "96fb890c-bbe7-c7c2-b521-6d0966217e37" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "linux_raid_member", "label": "vg1-1", "mountpoint": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "96fb890c-bbe7-c7c2-b521-6d0966217e37" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc1": { "fstype": "linux_raid_member", "label": "vg1-1", "mountpoint": "", "name": "/dev/sdc1", "size": "10G", "type": "partition", "uuid": "96fb890c-bbe7-c7c2-b521-6d0966217e37" }, "/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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 14 September 2024 18:30:35 -0400 (0:00:00.387) 0:04:25.691 **** ok: [managed_node1] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002953", "end": "2024-09-14 18:30:35.544681", "rc": 0, "start": "2024-09-14 18:30:35.541728" } 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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 14 September 2024 18:30:35 -0400 (0:00:00.358) 0:04:26.050 **** ok: [managed_node1] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002885", "end": "2024-09-14 18:30:35.894625", "failed_when_result": false, "rc": 0, "start": "2024-09-14 18:30:35.891740" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 14 September 2024 18:30:35 -0400 (0:00:00.331) 0:04:26.381 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed_node1 TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Saturday 14 September 2024 18:30:36 -0400 (0:00:00.088) 0:04:26.469 **** ok: [managed_node1] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Saturday 14 September 2024 18:30:36 -0400 (0:00:00.047) 0:04:26.517 **** ok: [managed_node1] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "vg1" ], "delta": "0:00:00.020145", "end": "2024-09-14 18:30:36.390947", "rc": 0, "start": "2024-09-14 18:30:36.370802" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Saturday 14 September 2024 18:30:36 -0400 (0:00:00.372) 0:04:26.890 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Saturday 14 September 2024 18:30:36 -0400 (0:00:00.059) 0:04:26.949 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed_node1 TASK [Set test variables] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Saturday 14 September 2024 18:30:36 -0400 (0:00:00.116) 0:04:27.066 **** ok: [managed_node1] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/md127" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Saturday 14 September 2024 18:30:36 -0400 (0:00:00.048) 0:04:27.114 **** ok: [managed_node1] => (item=/dev/md127) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/md/vg1-1", "pv": "/dev/md127" } TASK [Set pvs lvm length] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Saturday 14 September 2024 18:30:37 -0400 (0:00:00.376) 0:04:27.491 **** ok: [managed_node1] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Saturday 14 September 2024 18:30:37 -0400 (0:00:00.065) 0:04:27.556 **** ok: [managed_node1] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/md/vg1-1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Saturday 14 September 2024 18:30:37 -0400 (0:00:00.058) 0:04:27.614 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Saturday 14 September 2024 18:30:37 -0400 (0:00:00.057) 0:04:27.672 **** ok: [managed_node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Saturday 14 September 2024 18:30:37 -0400 (0:00:00.050) 0:04:27.723 **** ok: [managed_node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Saturday 14 September 2024 18:30:37 -0400 (0:00:00.045) 0:04:27.768 **** ok: [managed_node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "raid0" }, "changed": false } TASK [Check the type of each PV] *********************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Saturday 14 September 2024 18:30:37 -0400 (0:00:00.042) 0:04:27.811 **** ok: [managed_node1] => (item=/dev/md/vg1-1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/md/vg1-1" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Saturday 14 September 2024 18:30:37 -0400 (0:00:00.075) 0:04:27.887 **** ok: [managed_node1] => { "changed": false, "rc": 0 } STDOUT: False STDERR: Shared connection to 10.31.47.109 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Saturday 14 September 2024 18:30:37 -0400 (0:00:00.257) 0:04:28.144 **** skipping: [managed_node1] => (item=/dev/md/vg1-1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/md/vg1-1" } TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Saturday 14 September 2024 18:30:37 -0400 (0:00:00.059) 0:04:28.204 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed_node1 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Saturday 14 September 2024 18:30:37 -0400 (0:00:00.099) 0:04:28.304 **** ok: [managed_node1] => { "changed": false, "cmd": [ "mdadm", "--detail", "/dev/md/vg1-1" ], "delta": "0:00:00.005705", "end": "2024-09-14 18:30:38.159220", "rc": 0, "start": "2024-09-14 18:30:38.153515" } STDOUT: /dev/md/vg1-1: Version : 1.0 Creation Time : Sat Sep 14 18:30:26 2024 Raid Level : raid0 Array Size : 31441920 (29.99 GiB 32.20 GB) Raid Devices : 3 Total Devices : 3 Persistence : Superblock is persistent Update Time : Sat Sep 14 18:30:26 2024 State : clean Active Devices : 3 Working Devices : 3 Failed Devices : 0 Spare Devices : 0 Chunk Size : 1024K Consistency Policy : none Name : vg1-1 UUID : 96fb890c:bbe7c7c2:b5216d09:66217e37 Events : 0 Number Major Minor RaidDevice State 0 8 1 0 active sync /dev/sda1 1 8 17 1 active sync /dev/sdb1 2 8 33 2 active sync /dev/sdc1 TASK [Set active devices regex] ************************************************ task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Saturday 14 September 2024 18:30:38 -0400 (0:00:00.370) 0:04:28.674 **** ok: [managed_node1] => { "ansible_facts": { "storage_test_md_active_devices_re": "Active\\ Devices\\ \\:\\ 3\\\n" }, "changed": false } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Saturday 14 September 2024 18:30:38 -0400 (0:00:00.075) 0:04:28.749 **** ok: [managed_node1] => { "ansible_facts": { "storage_test_md_spare_devices_re": "Spare\\ Devices\\ \\:\\ None\\\n" }, "changed": false } TASK [Set md version regex] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Saturday 14 September 2024 18:30:38 -0400 (0:00:00.076) 0:04:28.825 **** ok: [managed_node1] => { "ansible_facts": { "storage_test_md_metadata_version_re": "Version\\ \\:\\ 1\\.0\\\n" }, "changed": false } TASK [Set md chunk size regex] ************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Saturday 14 September 2024 18:30:38 -0400 (0:00:00.073) 0:04:28.899 **** ok: [managed_node1] => { "ansible_facts": { "storage_test_md_chunk_size_re": [ "1024K" ] }, "changed": false } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Saturday 14 September 2024 18:30:38 -0400 (0:00:00.084) 0:04:28.984 **** ok: [managed_node1] => { "bytes": 1048576, "changed": false, "lvm": "1m", "parted": "1MiB", "size": "1 MiB" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Saturday 14 September 2024 18:30:38 -0400 (0:00:00.374) 0:04:29.359 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Saturday 14 September 2024 18:30:39 -0400 (0:00:00.075) 0:04:29.434 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Saturday 14 September 2024 18:30:39 -0400 (0:00:00.064) 0:04:29.499 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Saturday 14 September 2024 18:30:39 -0400 (0:00:00.076) 0:04:29.575 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Reset variables used by tests] ******************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Saturday 14 September 2024 18:30:39 -0400 (0:00:00.141) 0:04:29.716 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Saturday 14 September 2024 18:30:39 -0400 (0:00:00.061) 0:04:29.778 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed_node1 TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Saturday 14 September 2024 18:30:39 -0400 (0:00:00.121) 0:04:29.899 **** TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Saturday 14 September 2024 18:30:39 -0400 (0:00:00.052) 0:04:29.952 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml for managed_node1 TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Saturday 14 September 2024 18:30:39 -0400 (0:00:00.128) 0:04:30.081 **** TASK [Check member encryption] ************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Saturday 14 September 2024 18:30:39 -0400 (0:00:00.060) 0:04:30.142 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed_node1 TASK [Set test variables] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Saturday 14 September 2024 18:30:39 -0400 (0:00:00.154) 0:04:30.296 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Saturday 14 September 2024 18:30:39 -0400 (0:00:00.066) 0:04:30.363 **** skipping: [managed_node1] => (item=/dev/md/vg1-1) => { "_storage_test_pool_member_path": "/dev/md/vg1-1", "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Saturday 14 September 2024 18:30:40 -0400 (0:00:00.063) 0:04:30.426 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node1 TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 14 September 2024 18:30:40 -0400 (0:00:00.110) 0:04:30.537 **** ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 14 September 2024 18:30:40 -0400 (0:00:00.066) 0:04:30.603 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 14 September 2024 18:30:40 -0400 (0:00:00.070) 0:04:30.673 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 14 September 2024 18:30:40 -0400 (0:00:00.055) 0:04:30.729 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 14 September 2024 18:30:40 -0400 (0:00:00.053) 0:04:30.783 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 14 September 2024 18:30:40 -0400 (0:00:00.055) 0:04:30.838 **** ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Saturday 14 September 2024 18:30:40 -0400 (0:00:00.054) 0:04:30.893 **** ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Saturday 14 September 2024 18:30:40 -0400 (0:00:00.055) 0:04:30.949 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml for managed_node1 TASK [Validate pool member VDO settings] *************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Saturday 14 September 2024 18:30:40 -0400 (0:00:00.137) 0:04:31.086 **** TASK [Check Stratis] *********************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Saturday 14 September 2024 18:30:40 -0400 (0:00:00.052) 0:04:31.139 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed_node1 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Saturday 14 September 2024 18:30:40 -0400 (0:00:00.154) 0:04:31.293 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Saturday 14 September 2024 18:30:40 -0400 (0:00:00.050) 0:04:31.343 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Saturday 14 September 2024 18:30:40 -0400 (0:00:00.047) 0:04:31.391 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Saturday 14 September 2024 18:30:41 -0400 (0:00:00.043) 0:04:31.434 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Saturday 14 September 2024 18:30:41 -0400 (0:00:00.040) 0:04:31.474 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Saturday 14 September 2024 18:30:41 -0400 (0:00:00.040) 0:04:31.515 **** ok: [managed_node1] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Saturday 14 September 2024 18:30:41 -0400 (0:00:00.038) 0:04:31.553 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Saturday 14 September 2024 18:30:41 -0400 (0:00:00.044) 0:04:31.598 **** TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Saturday 14 September 2024 18:30:41 -0400 (0:00:00.052) 0:04:31.650 **** TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Saturday 14 September 2024 18:30:41 -0400 (0:00:00.052) 0:04:31.702 **** ok: [managed_node1] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Remove the pool created above] ******************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_pool_options.yml:134 Saturday 14 September 2024 18:30:41 -0400 (0:00:00.057) 0:04:31.759 **** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 14 September 2024 18:30:41 -0400 (0:00:00.175) 0:04:31.934 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed_node1 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 14 September 2024 18:30:41 -0400 (0:00:00.098) 0:04:32.033 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 14 September 2024 18:30:41 -0400 (0:00:00.069) 0:04:32.102 **** skipping: [managed_node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node1] => (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-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed_node1] => (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-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 14 September 2024 18:30:41 -0400 (0:00:00.136) 0:04:32.239 **** skipping: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 14 September 2024 18:30:41 -0400 (0:00:00.072) 0:04:32.311 **** skipping: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 14 September 2024 18:30:41 -0400 (0:00:00.064) 0:04:32.376 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 14 September 2024 18:30:42 -0400 (0:00:00.056) 0:04:32.433 **** ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 14 September 2024 18:30:42 -0400 (0:00:00.070) 0:04:32.503 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed_node1 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 14 September 2024 18:30:42 -0400 (0:00:00.127) 0:04:32.630 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 14 September 2024 18:30:42 -0400 (0:00:00.074) 0:04:32.705 **** ok: [managed_node1] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc" ], "name": "vg1", "raid_chunk_size": "1024 KiB", "raid_device_count": 3, "raid_level": "raid0", "raid_metadata_version": "1.0", "state": "absent", "type": "lvm" } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 14 September 2024 18:30:42 -0400 (0:00:00.068) 0:04:32.773 **** ok: [managed_node1] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 14 September 2024 18:30:42 -0400 (0:00:00.119) 0:04:32.892 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Saturday 14 September 2024 18:30:42 -0400 (0:00:00.070) 0:04:32.963 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Saturday 14 September 2024 18:30:42 -0400 (0:00:00.053) 0:04:33.017 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Saturday 14 September 2024 18:30:42 -0400 (0:00:00.088) 0:04:33.105 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Saturday 14 September 2024 18:30:42 -0400 (0:00:00.081) 0:04:33.187 **** ok: [managed_node1] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Saturday 14 September 2024 18:30:42 -0400 (0:00:00.081) 0:04:33.269 **** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Saturday 14 September 2024 18:30:43 -0400 (0:00:00.163) 0:04:33.432 **** changed: [managed_node1] => { "actions": [ { "action": "destroy device", "device": "/dev/vg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/md/vg1-1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/md/vg1-1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda1", "fs_type": "mdmember" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "mdmember" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdc1", "fs_type": "mdmember" }, { "action": "destroy device", "device": "/dev/sdc1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "disklabel" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [], "packages": [ "e2fsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "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": "vg1", "raid_chunk_size": "1024 KiB", "raid_device_count": 3, "raid_level": "raid0", "raid_metadata_version": "1.0", "raid_spare_count": 0, "shared": false, "state": "absent", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Saturday 14 September 2024 18:30:48 -0400 (0:00:05.291) 0:04:38.723 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Saturday 14 September 2024 18:30:48 -0400 (0:00:00.064) 0:04:38.788 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1726352986.3884323, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "72884e3f126482c2d28276ff7c57744fa95eff91", "ctime": 1726352985.755432, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 263551, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1726352985.755432, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1229, "uid": 0, "version": "18446744072249990595", "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-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Saturday 14 September 2024 18:30:48 -0400 (0:00:00.501) 0:04:39.290 **** ok: [managed_node1] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Saturday 14 September 2024 18:30:49 -0400 (0:00:00.355) 0:04:39.645 **** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Saturday 14 September 2024 18:30:49 -0400 (0:00:00.041) 0:04:39.687 **** ok: [managed_node1] => { "blivet_output": { "actions": [ { "action": "destroy device", "device": "/dev/vg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/md/vg1-1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/md/vg1-1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda1", "fs_type": "mdmember" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "mdmember" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdc1", "fs_type": "mdmember" }, { "action": "destroy device", "device": "/dev/sdc1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "disklabel" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [], "packages": [ "e2fsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "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": "vg1", "raid_chunk_size": "1024 KiB", "raid_device_count": 3, "raid_level": "raid0", "raid_metadata_version": "1.0", "raid_spare_count": 0, "shared": false, "state": "absent", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Saturday 14 September 2024 18:30:49 -0400 (0:00:00.055) 0:04:39.742 **** ok: [managed_node1] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc" ], "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": "vg1", "raid_chunk_size": "1024 KiB", "raid_device_count": 3, "raid_level": "raid0", "raid_metadata_version": "1.0", "raid_spare_count": 0, "shared": false, "state": "absent", "type": "lvm", "volumes": [] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Saturday 14 September 2024 18:30:49 -0400 (0:00:00.043) 0:04:39.786 **** ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Saturday 14 September 2024 18:30:49 -0400 (0:00:00.040) 0:04:39.826 **** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Saturday 14 September 2024 18:30:49 -0400 (0:00:00.045) 0:04:39.872 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Saturday 14 September 2024 18:30:49 -0400 (0:00:00.050) 0:04:39.923 **** TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Saturday 14 September 2024 18:30:49 -0400 (0:00:00.048) 0:04:39.971 **** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Saturday 14 September 2024 18:30:49 -0400 (0:00:00.049) 0:04:40.021 **** skipping: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Saturday 14 September 2024 18:30:49 -0400 (0:00:00.056) 0:04:40.077 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1726352616.0664194, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1718879272.062, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 131079, "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": 1718879026.308, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "18446744072852913879", "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-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Saturday 14 September 2024 18:30:50 -0400 (0:00:00.358) 0:04:40.436 **** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Saturday 14 September 2024 18:30:50 -0400 (0:00:00.051) 0:04:40.487 **** ok: [managed_node1] TASK [Verify role results] ***************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_pool_options.yml:148 Saturday 14 September 2024 18:30:50 -0400 (0:00:00.900) 0:04:41.388 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed_node1 TASK [Print out pool information] ********************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 14 September 2024 18:30:51 -0400 (0:00:00.153) 0:04:41.541 **** ok: [managed_node1] => { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc" ], "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": "vg1", "raid_chunk_size": "1024 KiB", "raid_device_count": 3, "raid_level": "raid0", "raid_metadata_version": "1.0", "raid_spare_count": 0, "shared": false, "state": "absent", "type": "lvm", "volumes": [] } ] } TASK [Print out volume information] ******************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 14 September 2024 18:30:51 -0400 (0:00:00.066) 0:04:41.608 **** skipping: [managed_node1] => {} TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 14 September 2024 18:30:51 -0400 (0:00:00.068) 0:04:41.677 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 14 September 2024 18:30:51 -0400 (0:00:00.468) 0:04:42.145 **** ok: [managed_node1] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002917", "end": "2024-09-14 18:30:52.056446", "rc": 0, "start": "2024-09-14 18:30:52.053529" } 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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 14 September 2024 18:30:52 -0400 (0:00:00.489) 0:04:42.635 **** ok: [managed_node1] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002892", "end": "2024-09-14 18:30:52.642029", "failed_when_result": false, "rc": 0, "start": "2024-09-14 18:30:52.639137" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 14 September 2024 18:30:52 -0400 (0:00:00.538) 0:04:43.174 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed_node1 TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Saturday 14 September 2024 18:30:52 -0400 (0:00:00.139) 0:04:43.314 **** ok: [managed_node1] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Saturday 14 September 2024 18:30:52 -0400 (0:00:00.102) 0:04:43.417 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Saturday 14 September 2024 18:30:53 -0400 (0:00:00.114) 0:04:43.531 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Saturday 14 September 2024 18:30:53 -0400 (0:00:00.067) 0:04:43.599 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed_node1 included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed_node1 TASK [Set test variables] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Saturday 14 September 2024 18:30:53 -0400 (0:00:00.177) 0:04:43.777 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Saturday 14 September 2024 18:30:53 -0400 (0:00:00.078) 0:04:43.855 **** TASK [Set pvs lvm length] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Saturday 14 September 2024 18:30:53 -0400 (0:00:00.066) 0:04:43.921 **** ok: [managed_node1] => { "ansible_facts": { "__pvs_lvm_len": "0" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Saturday 14 September 2024 18:30:53 -0400 (0:00:00.064) 0:04:43.986 **** ok: [managed_node1] => { "ansible_facts": { "_storage_test_pool_pvs": [] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Saturday 14 September 2024 18:30:53 -0400 (0:00:00.069) 0:04:44.055 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Saturday 14 September 2024 18:30:53 -0400 (0:00:00.086) 0:04:44.142 **** ok: [managed_node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Saturday 14 September 2024 18:30:53 -0400 (0:00:00.061) 0:04:44.204 **** ok: [managed_node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Saturday 14 September 2024 18:30:53 -0400 (0:00:00.074) 0:04:44.278 **** ok: [managed_node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "raid0" }, "changed": false } TASK [Check the type of each PV] *********************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Saturday 14 September 2024 18:30:53 -0400 (0:00:00.082) 0:04:44.361 **** TASK [Check that blivet supports PV grow to fill] ****************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Saturday 14 September 2024 18:30:54 -0400 (0:00:00.070) 0:04:44.431 **** ok: [managed_node1] => { "changed": false, "rc": 0 } STDOUT: False STDERR: Shared connection to 10.31.47.109 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Saturday 14 September 2024 18:30:54 -0400 (0:00:00.563) 0:04:44.994 **** TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Saturday 14 September 2024 18:30:54 -0400 (0:00:00.119) 0:04:45.113 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed_node1 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Saturday 14 September 2024 18:30:54 -0400 (0:00:00.229) 0:04:45.343 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Saturday 14 September 2024 18:30:55 -0400 (0:00:00.083) 0:04:45.426 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Saturday 14 September 2024 18:30:55 -0400 (0:00:00.123) 0:04:45.550 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Saturday 14 September 2024 18:30:55 -0400 (0:00:00.103) 0:04:45.653 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Saturday 14 September 2024 18:30:55 -0400 (0:00:00.064) 0:04:45.718 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Saturday 14 September 2024 18:30:55 -0400 (0:00:00.103) 0:04:45.822 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Saturday 14 September 2024 18:30:55 -0400 (0:00:00.063) 0:04:45.886 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Saturday 14 September 2024 18:30:55 -0400 (0:00:00.123) 0:04:46.009 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Saturday 14 September 2024 18:30:55 -0400 (0:00:00.082) 0:04:46.092 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Saturday 14 September 2024 18:30:55 -0400 (0:00:00.107) 0:04:46.200 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Saturday 14 September 2024 18:30:55 -0400 (0:00:00.112) 0:04:46.312 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Saturday 14 September 2024 18:30:56 -0400 (0:00:00.133) 0:04:46.445 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed_node1 TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Saturday 14 September 2024 18:30:56 -0400 (0:00:00.249) 0:04:46.695 **** TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Saturday 14 September 2024 18:30:56 -0400 (0:00:00.101) 0:04:46.796 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml for managed_node1 TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Saturday 14 September 2024 18:30:56 -0400 (0:00:00.140) 0:04:46.936 **** TASK [Check member encryption] ************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Saturday 14 September 2024 18:30:56 -0400 (0:00:00.053) 0:04:46.990 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed_node1 TASK [Set test variables] ****************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Saturday 14 September 2024 18:30:56 -0400 (0:00:00.168) 0:04:47.159 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Saturday 14 September 2024 18:30:56 -0400 (0:00:00.063) 0:04:47.223 **** TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Saturday 14 September 2024 18:30:56 -0400 (0:00:00.051) 0:04:47.274 **** TASK [Clear test variables] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Saturday 14 September 2024 18:30:56 -0400 (0:00:00.050) 0:04:47.324 **** ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Saturday 14 September 2024 18:30:56 -0400 (0:00:00.057) 0:04:47.381 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml for managed_node1 TASK [Validate pool member VDO settings] *************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Saturday 14 September 2024 18:30:57 -0400 (0:00:00.126) 0:04:47.508 **** TASK [Check Stratis] *********************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Saturday 14 September 2024 18:30:57 -0400 (0:00:00.049) 0:04:47.558 **** included: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed_node1 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Saturday 14 September 2024 18:30:57 -0400 (0:00:00.142) 0:04:47.700 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Saturday 14 September 2024 18:30:57 -0400 (0:00:00.061) 0:04:47.762 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Saturday 14 September 2024 18:30:57 -0400 (0:00:00.054) 0:04:47.816 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Saturday 14 September 2024 18:30:57 -0400 (0:00:00.055) 0:04:47.872 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Saturday 14 September 2024 18:30:57 -0400 (0:00:00.054) 0:04:47.926 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Saturday 14 September 2024 18:30:57 -0400 (0:00:00.059) 0:04:47.985 **** ok: [managed_node1] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Saturday 14 September 2024 18:30:57 -0400 (0:00:00.088) 0:04:48.074 **** ok: [managed_node1] => { "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-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Saturday 14 September 2024 18:30:57 -0400 (0:00:00.109) 0:04:48.184 **** TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Saturday 14 September 2024 18:30:57 -0400 (0:00:00.108) 0:04:48.292 **** TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Saturday 14 September 2024 18:30:57 -0400 (0:00:00.059) 0:04:48.352 **** ok: [managed_node1] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed_node1 : ok=697 changed=7 unreachable=0 failed=0 skipped=867 rescued=0 ignored=0 Saturday 14 September 2024 18:30:57 -0400 (0:00:00.029) 0:04:48.381 **** =============================================================================== fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state -- 22.52s /tmp/collections-lxL/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 -- 21.58s /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Ensure cryptsetup is present ------------------------------------------- 21.24s /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state -- 10.38s /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab --- 9.33s /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 7.03s /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Ensure cryptsetup is present -------------------------------------------- 6.94s /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 fedora.linux_system_roles.storage : Update facts ------------------------ 5.95s /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 fedora.linux_system_roles.storage : Set up new/current mounts ----------- 5.35s /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 5.29s /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Update facts ------------------------ 4.74s /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Ensure cryptsetup is present -------------------------------------------- 4.01s /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab --- 2.88s /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Parse the actual size of the volume ------------------------------------- 2.56s /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 fedora.linux_system_roles.storage : Make sure blivet is available ------- 1.63s /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Get information about the LV -------------------------------------------- 1.56s /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file --- 1.56s /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 fedora.linux_system_roles.storage : Set up new/current mounts ----------- 1.56s /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 fedora.linux_system_roles.storage : Remove obsolete mounts -------------- 1.47s /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 fedora.linux_system_roles.storage : Get service facts ------------------- 1.37s /tmp/collections-lxL/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51