[DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ansible-playbook [core 2.17.3] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-HMs executable location = /usr/local/bin/ansible-playbook python version = 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] (/usr/bin/python3.12) jinja version = 3.1.4 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_raid_pool_options.yml ****************************************** 1 plays in /tmp/collections-HMs/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-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_pool_options.yml:2 Thursday 29 August 2024 06:18:01 -0400 (0:00:00.007) 0:00:00.007 ******* [WARNING]: Platform linux on host managed_node3 is using the discovered Python interpreter at /usr/bin/python3.9, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed_node3] TASK [Run the role] ************************************************************ task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_pool_options.yml:18 Thursday 29 August 2024 06:18:02 -0400 (0:00:01.478) 0:00:01.486 ******* included: fedora.linux_system_roles.storage for managed_node3 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 29 August 2024 06:18:02 -0400 (0:00:00.091) 0:00:01.577 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed_node3 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 29 August 2024 06:18:03 -0400 (0:00:00.069) 0:00:01.646 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 29 August 2024 06:18:03 -0400 (0:00:00.093) 0:00:01.740 ******* skipping: [managed_node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node3] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [managed_node3] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 29 August 2024 06:18:03 -0400 (0:00:00.075) 0:00:01.815 ******* ok: [managed_node3] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 29 August 2024 06:18:03 -0400 (0:00:00.492) 0:00:02.308 ******* ok: [managed_node3] => { "ansible_facts": { "__storage_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 29 August 2024 06:18:03 -0400 (0:00:00.046) 0:00:02.354 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 29 August 2024 06:18:03 -0400 (0:00:00.029) 0:00:02.383 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 29 August 2024 06:18:03 -0400 (0:00:00.022) 0:00:02.406 ******* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed_node3 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 29 August 2024 06:18:03 -0400 (0:00:00.071) 0:00:02.478 ******* ok: [managed_node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 29 August 2024 06:18:05 -0400 (0:00:01.723) 0:00:04.201 ******* ok: [managed_node3] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 29 August 2024 06:18:05 -0400 (0:00:00.019) 0:00:04.221 ******* ok: [managed_node3] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 29 August 2024 06:18:05 -0400 (0:00:00.018) 0:00:04.239 ******* ok: [managed_node3] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 29 August 2024 06:18:06 -0400 (0:00:00.673) 0:00:04.912 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for managed_node3 TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Thursday 29 August 2024 06:18:06 -0400 (0:00:00.030) 0:00:04.943 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Thursday 29 August 2024 06:18:06 -0400 (0:00:00.030) 0:00:04.973 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "install_copr | d(false) | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************ task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Thursday 29 August 2024 06:18:06 -0400 (0:00:00.032) 0:00:05.006 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 29 August 2024 06:18:06 -0400 (0:00:00.031) 0:00:05.038 ******* ok: [managed_node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 29 August 2024 06:18:07 -0400 (0:00:01.500) 0:00:06.538 ******* ok: [managed_node3] => { "ansible_facts": { "services": { "NetworkManager-dispatcher.service": { "name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "NetworkManager-wait-online.service": { "name": "NetworkManager-wait-online.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "NetworkManager.service": { "name": "NetworkManager.service", "source": "systemd", "state": "running", "status": "enabled" }, "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" }, "autofs.service": { "name": "autofs.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "alias" }, "blivet.service": { "name": "blivet.service", "source": "systemd", "state": "inactive", "status": "static" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd-restricted.service": { "name": "chronyd-restricted.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-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "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" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cpupower.service": { "name": "cpupower.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-broker.service": { "name": "dbus-broker.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "active", "status": "alias" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "display-manager.service": { "name": "display-manager.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "running", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "fcoe.service": { "name": "fcoe.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "active" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "grub2-systemd-integration.service": { "name": "grub2-systemd-integration.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "hv_kvp_daemon.service": { "name": "hv_kvp_daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "iscsi-shutdown.service": { "name": "iscsi-shutdown.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsi.service": { "name": "iscsi.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsid.service": { "name": "iscsid.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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" }, "kvm_stat.service": { "name": "kvm_stat.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "logrotate.service": { "name": "logrotate.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm-devices-import.service": { "name": "lvm-devices-import.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "lvm2-activation-early.service": { "name": "lvm2-activation-early.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-lvmpolld.service": { "name": "lvm2-lvmpolld.service", "source": "systemd", "state": "running", "status": "static" }, "lvm2-monitor.service": { "name": "lvm2-monitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@.service": { "name": "modprobe@.service", "source": "systemd", "state": "unknown", "status": "static" }, "modprobe@configfs.service": { "name": "modprobe@configfs.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ndctl-monitor.service": { "name": "ndctl-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "network.service": { "name": "network.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "nm-priv-helper.service": { "name": "nm-priv-helper.service", "source": "systemd", "state": "inactive", "status": "static" }, "ntpd.service": { "name": "ntpd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ntpdate.service": { "name": "ntpdate.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "oddjobd.service": { "name": "oddjobd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "pam_namespace.service": { "name": "pam_namespace.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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" }, "raid-check.service": { "name": "raid-check.service", "source": "systemd", "state": "inactive", "status": "static" }, "rbdmap.service": { "name": "rbdmap.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rhcd.service": { "name": "rhcd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rhsm-facts.service": { "name": "rhsm-facts.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rhsm.service": { "name": "rhsm.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rhsmcertd.service": { "name": "rhsmcertd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-svcgssd.service": { "name": "rpc-svcgssd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpmdb-rebuild.service": { "name": "rpmdb-rebuild.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "running", "status": "enabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "selinux-check-proper-disable.service": { "name": "selinux-check-proper-disable.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "indirect" }, "serial-getty@ttyS0.service": { "name": "serial-getty@ttyS0.service", "source": "systemd", "state": "running", "status": "active" }, "snapd.seeded.service": { "name": "snapd.seeded.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen.service": { "name": "sshd-keygen.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "stratis-fstab-setup@.service": { "name": "stratis-fstab-setup@.service", "source": "systemd", "state": "unknown", "status": "static" }, "stratisd-min-postinitrd.service": { "name": "stratisd-min-postinitrd.service", "source": "systemd", "state": "inactive", "status": "static" }, "stratisd.service": { "name": "stratisd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "syslog.service": { "name": "syslog.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-bless-boot.service": { "name": "systemd-bless-boot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-boot-check-no-failures.service": { "name": "systemd-boot-check-no-failures.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-boot-random-seed.service": { "name": "systemd-boot-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-boot-update.service": { "name": "systemd-boot-update.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-growfs-root.service": { "name": "systemd-growfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-growfs@.service": { "name": "systemd-growfs@.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-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-journald@.service": { "name": "systemd-journald@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-network-generator.service": { "name": "systemd-network-generator.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-networkd-wait-online.service": { "name": "systemd-networkd-wait-online.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-pcrfs-root.service": { "name": "systemd-pcrfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pcrfs@.service": { "name": "systemd-pcrfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrmachine.service": { "name": "systemd-pcrmachine.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-initrd.service": { "name": "systemd-pcrphase-initrd.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-sysinit.service": { "name": "systemd-pcrphase-sysinit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase.service": { "name": "systemd-pcrphase.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-repart.service": { "name": "systemd-repart.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysext.service": { "name": "systemd-sysext.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-sysupdate-reboot.service": { "name": "systemd-sysupdate-reboot.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysupdate.service": { "name": "systemd-sysupdate.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-timesyncd.service": { "name": "systemd-timesyncd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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-tmpfiles.service": { "name": "systemd-tmpfiles.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "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" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "active" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "active" }, "ypbind.service": { "name": "ypbind.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "yppasswdd.service": { "name": "yppasswdd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypserv.service": { "name": "ypserv.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypxfrd.service": { "name": "ypxfrd.service", "source": "systemd", "state": "stopped", "status": "not-found" } } }, "changed": false } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 29 August 2024 06:18:10 -0400 (0:00:02.213) 0:00:08.752 ******* ok: [managed_node3] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 29 August 2024 06:18:10 -0400 (0:00:00.125) 0:00:08.878 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 29 August 2024 06:18:10 -0400 (0:00:00.033) 0:00:08.911 ******* ok: [managed_node3] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 29 August 2024 06:18:10 -0400 (0:00:00.613) 0:00:09.525 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Thursday 29 August 2024 06:18:10 -0400 (0:00:00.036) 0:00:09.561 ******* ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724926147.6577241, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5e994b5075b74d9fbe0d97aa59508a0749562ec1", "ctime": 1724926147.0387132, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 134218058, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724926147.0387132, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "997904812", "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-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 29 August 2024 06:18:11 -0400 (0:00:00.385) 0:00:09.947 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "blivet_output is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Thursday 29 August 2024 06:18:11 -0400 (0:00:00.021) 0:00:09.968 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Thursday 29 August 2024 06:18:11 -0400 (0:00:00.015) 0:00:09.983 ******* ok: [managed_node3] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Thursday 29 August 2024 06:18:11 -0400 (0:00:00.020) 0:00:10.004 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Thursday 29 August 2024 06:18:11 -0400 (0:00:00.022) 0:00:10.026 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Thursday 29 August 2024 06:18:11 -0400 (0:00:00.021) 0:00:10.048 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Thursday 29 August 2024 06:18:11 -0400 (0:00:00.036) 0:00:10.084 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Thursday 29 August 2024 06:18:11 -0400 (0:00:00.017) 0:00:10.102 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Thursday 29 August 2024 06:18:11 -0400 (0:00:00.036) 0:00:10.139 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Thursday 29 August 2024 06:18:11 -0400 (0:00:00.044) 0:00:10.183 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Thursday 29 August 2024 06:18:11 -0400 (0:00:00.024) 0:00:10.208 ******* ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724926605.4288287, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1724926601.1467528, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 513802384, "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": 1724667309.5248373, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "2827844164", "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-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Thursday 29 August 2024 06:18:11 -0400 (0:00:00.412) 0:00:10.620 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Thursday 29 August 2024 06:18:12 -0400 (0:00:00.025) 0:00:10.646 ******* ok: [managed_node3] TASK [Mark tasks to be skipped] ************************************************ task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_pool_options.yml:22 Thursday 29 August 2024 06:18:13 -0400 (0:00:01.000) 0:00:11.646 ******* ok: [managed_node3] => { "ansible_facts": { "storage_skip_checks": [ "blivet_available", "packages_installed", "service_facts" ] }, "changed": false } TASK [Get unused disks] ******************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_pool_options.yml:29 Thursday 29 August 2024 06:18:13 -0400 (0:00:00.045) 0:00:11.692 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml for managed_node3 TASK [Ensure test packages] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:2 Thursday 29 August 2024 06:18:13 -0400 (0:00:00.030) 0:00:11.722 ******* ok: [managed_node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Find unused disks in the system] ***************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:11 Thursday 29 August 2024 06:18:14 -0400 (0:00:01.507) 0:00:13.230 ******* ok: [managed_node3] => { "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=\"xfs\" LOG_SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"268434390528\" FSTYPE=\"xfs\" LOG_SEC=\"512\"", "filename [xvda1] is a partition", "Disk [/dev/xvda] attrs [{'type': 'disk', 'size': '268435456000', 'fstype': '', 'ssize': '512'}] has partitions" ] } TASK [Debug why there are no unused disks] ************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:20 Thursday 29 August 2024 06:18:19 -0400 (0:00:04.529) 0:00:17.759 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "'Unable to find unused disk' in unused_disks_return.disks", "skip_reason": "Conditional result was False" } TASK [Set unused_disks if necessary] ******************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:29 Thursday 29 August 2024 06:18:19 -0400 (0:00:00.026) 0:00:17.786 ******* ok: [managed_node3] => { "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-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:34 Thursday 29 August 2024 06:18:19 -0400 (0:00:00.034) 0:00:17.821 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)", "skip_reason": "Conditional result was False" } TASK [Print unused disks] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:39 Thursday 29 August 2024 06:18:19 -0400 (0:00:00.059) 0:00:17.881 ******* ok: [managed_node3] => { "unused_disks": [ "sda", "sdb", "sdc" ] } TASK [Create a RAID1 device] *************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_pool_options.yml:35 Thursday 29 August 2024 06:18:19 -0400 (0:00:00.030) 0:00:17.911 ******* included: fedora.linux_system_roles.storage for managed_node3 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 29 August 2024 06:18:19 -0400 (0:00:00.057) 0:00:17.968 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed_node3 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 29 August 2024 06:18:19 -0400 (0:00:00.042) 0:00:18.011 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 29 August 2024 06:18:19 -0400 (0:00:00.046) 0:00:18.058 ******* skipping: [managed_node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node3] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [managed_node3] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 29 August 2024 06:18:19 -0400 (0:00:00.093) 0:00:18.151 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 29 August 2024 06:18:19 -0400 (0:00:00.041) 0:00:18.193 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "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-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 29 August 2024 06:18:19 -0400 (0:00:00.034) 0:00:18.228 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 29 August 2024 06:18:19 -0400 (0:00:00.032) 0:00:18.261 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 29 August 2024 06:18:19 -0400 (0:00:00.031) 0:00:18.292 ******* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed_node3 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 29 August 2024 06:18:19 -0400 (0:00:00.073) 0:00:18.366 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 29 August 2024 06:18:19 -0400 (0:00:00.038) 0:00:18.404 ******* ok: [managed_node3] => { "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-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 29 August 2024 06:18:19 -0400 (0:00:00.067) 0:00:18.472 ******* ok: [managed_node3] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 29 August 2024 06:18:19 -0400 (0:00:00.034) 0:00:18.507 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 29 August 2024 06:18:19 -0400 (0:00:00.035) 0:00:18.542 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 29 August 2024 06:18:19 -0400 (0:00:00.033) 0:00:18.576 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 29 August 2024 06:18:19 -0400 (0:00:00.033) 0:00:18.610 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 29 August 2024 06:18:20 -0400 (0:00:00.034) 0:00:18.645 ******* ok: [managed_node3] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 29 August 2024 06:18:20 -0400 (0:00:00.088) 0:00:18.733 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 29 August 2024 06:18:20 -0400 (0:00:00.027) 0:00:18.761 ******* changed: [managed_node3] => { "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": [ "mdadm", "lvm2", "xfsprogs" ], "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-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 29 August 2024 06:19:05 -0400 (0:00:45.729) 0:01:04.491 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Thursday 29 August 2024 06:19:05 -0400 (0:00:00.037) 0:01:04.528 ******* ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724926147.6577241, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5e994b5075b74d9fbe0d97aa59508a0749562ec1", "ctime": 1724926147.0387132, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 134218058, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724926147.0387132, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "997904812", "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-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 29 August 2024 06:19:06 -0400 (0:00:00.709) 0:01:05.238 ******* ok: [managed_node3] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Thursday 29 August 2024 06:19:07 -0400 (0:00:00.538) 0:01:05.776 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Thursday 29 August 2024 06:19:07 -0400 (0:00:00.017) 0:01:05.794 ******* ok: [managed_node3] => { "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": [ "mdadm", "lvm2", "xfsprogs" ], "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-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Thursday 29 August 2024 06:19:07 -0400 (0:00:00.030) 0:01:05.825 ******* ok: [managed_node3] => { "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-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Thursday 29 August 2024 06:19:07 -0400 (0:00:00.026) 0:01:05.851 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Thursday 29 August 2024 06:19:07 -0400 (0:00:00.022) 0:01:05.873 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Thursday 29 August 2024 06:19:07 -0400 (0:00:00.044) 0:01:05.918 ******* ok: [managed_node3] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Thursday 29 August 2024 06:19:08 -0400 (0:00:01.263) 0:01:07.181 ******* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [managed_node3] => (item={'src': '/dev/mapper/vg1-lv1', 'path': '/opt/test1', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "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" } redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [managed_node3] => (item={'src': '/dev/mapper/vg1-Lv2', 'path': '/opt/test2', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "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" } redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [managed_node3] => (item={'src': '/dev/mapper/vg1-Lv3', 'path': '/opt/test3', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "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-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Thursday 29 August 2024 06:19:22 -0400 (0:00:14.222) 0:01:21.404 ******* skipping: [managed_node3] => (item={'src': '/dev/mapper/vg1-lv1', 'path': '/opt/test1', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "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_node3] => (item={'src': '/dev/mapper/vg1-Lv2', 'path': '/opt/test2', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "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_node3] => (item={'src': '/dev/mapper/vg1-Lv3', 'path': '/opt/test3', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "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" } skipping: [managed_node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Thursday 29 August 2024 06:19:22 -0400 (0:00:00.068) 0:01:21.473 ******* ok: [managed_node3] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Thursday 29 August 2024 06:19:23 -0400 (0:00:00.896) 0:01:22.369 ******* ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724926605.4288287, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1724926601.1467528, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 513802384, "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": 1724667309.5248373, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "2827844164", "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-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Thursday 29 August 2024 06:19:24 -0400 (0:00:00.494) 0:01:22.864 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Thursday 29 August 2024 06:19:24 -0400 (0:00:00.019) 0:01:22.883 ******* ok: [managed_node3] TASK [Verify role results] ***************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_pool_options.yml:59 Thursday 29 August 2024 06:19:25 -0400 (0:00:01.535) 0:01:24.419 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed_node3 TASK [Print out pool information] ********************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Thursday 29 August 2024 06:19:25 -0400 (0:00:00.048) 0:01:24.467 ******* ok: [managed_node3] => { "_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-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Thursday 29 August 2024 06:19:25 -0400 (0:00:00.058) 0:01:24.525 ******* skipping: [managed_node3] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Thursday 29 August 2024 06:19:25 -0400 (0:00:00.038) 0:01:24.564 ******* ok: [managed_node3] => { "changed": false, "info": { "/dev/mapper/vg1-Lv2": { "fstype": "xfs", "label": "", "mountpoint": "/opt/test2", "name": "/dev/mapper/vg1-Lv2", "size": "3G", "type": "lvm", "uuid": "7d03580d-36af-420e-a03e-f8aebd19b1dd" }, "/dev/mapper/vg1-Lv3": { "fstype": "xfs", "label": "", "mountpoint": "/opt/test3", "name": "/dev/mapper/vg1-Lv3", "size": "3G", "type": "lvm", "uuid": "b05298d9-4f28-4c15-b215-e2be8de75774" }, "/dev/mapper/vg1-lv1": { "fstype": "xfs", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/vg1-lv1", "size": "2G", "type": "lvm", "uuid": "3e3f1d38-75eb-4e91-accd-21535bbfac1d" }, "/dev/md/vg1-1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/md/vg1-1", "size": "10G", "type": "raid1", "uuid": "TnXMEK-Xxjl-4RAH-RFQw-5aFy-xbzU-U1OYVi" }, "/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": "2a3584ed-77cf-18e4-523f-3db6f12a0bb6" }, "/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": "2a3584ed-77cf-18e4-523f-3db6f12a0bb6" }, "/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": "2a3584ed-77cf-18e4-523f-3db6f12a0bb6" }, "/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": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "0377b77c-e1ba-4db6-9c34-ee60ecb61302" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Thursday 29 August 2024 06:19:26 -0400 (0:00:00.572) 0:01:25.137 ******* ok: [managed_node3] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:01.004156", "end": "2024-08-29 06:19:27.990701", "rc": 0, "start": "2024-08-29 06:19:26.986545" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Mon Aug 26 10:15:09 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. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=0377b77c-e1ba-4db6-9c34-ee60ecb61302 / xfs defaults 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/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-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_devops_brew_scratch_nfs_sm/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-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Thursday 29 August 2024 06:19:28 -0400 (0:00:01.543) 0:01:26.680 ******* ok: [managed_node3] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:01.004132", "end": "2024-08-29 06:19:29.438100", "failed_when_result": false, "rc": 0, "start": "2024-08-29 06:19:28.433968" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Thursday 29 August 2024 06:19:29 -0400 (0:00:01.440) 0:01:28.121 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed_node3 => (item={'disks': ['sda', 'sdb', 'sdc'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'grow_to_fill': False, 'name': 'vg1', 'raid_level': 'raid1', 'raid_device_count': 2, 'raid_spare_count': 1, 'raid_metadata_version': '1.0', 'raid_chunk_size': None, 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': None, 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1', '_kernel_device': '/dev/dm-2', '_raw_kernel_device': '/dev/dm-2'}, {'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test2', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv2', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv2', '_raw_device': '/dev/mapper/vg1-Lv2', '_mount_id': '/dev/mapper/vg1-Lv2', '_kernel_device': '/dev/dm-1', '_raw_kernel_device': '/dev/dm-1'}, {'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test3', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv3', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv3', '_raw_device': '/dev/mapper/vg1-Lv3', '_mount_id': '/dev/mapper/vg1-Lv3', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}]}) TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Thursday 29 August 2024 06:19:29 -0400 (0:00:00.065) 0:01:28.186 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Thursday 29 August 2024 06:19:29 -0400 (0:00:00.020) 0:01:28.207 ******* ok: [managed_node3] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "vg1" ], "delta": "0:00:00.025834", "end": "2024-08-29 06:19:30.051180", "rc": 0, "start": "2024-08-29 06:19:30.025346" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Thursday 29 August 2024 06:19:30 -0400 (0:00:00.564) 0:01:28.771 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Thursday 29 August 2024 06:19:30 -0400 (0:00:00.056) 0:01:28.828 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed_node3 => (item=members) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed_node3 => (item=volumes) TASK [Set test variables] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Thursday 29 August 2024 06:19:30 -0400 (0:00:00.110) 0:01:28.939 ******* ok: [managed_node3] => { "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-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Thursday 29 August 2024 06:19:30 -0400 (0:00:00.067) 0:01:29.006 ******* ok: [managed_node3] => (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-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Thursday 29 August 2024 06:19:31 -0400 (0:00:00.660) 0:01:29.666 ******* ok: [managed_node3] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Thursday 29 August 2024 06:19:31 -0400 (0:00:00.065) 0:01:29.732 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/md/vg1-1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Thursday 29 August 2024 06:19:31 -0400 (0:00:00.074) 0:01:29.806 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Thursday 29 August 2024 06:19:31 -0400 (0:00:00.073) 0:01:29.879 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Thursday 29 August 2024 06:19:31 -0400 (0:00:00.036) 0:01:29.915 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Thursday 29 August 2024 06:19:31 -0400 (0:00:00.050) 0:01:29.966 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_type": "raid1" }, "changed": false } TASK [Check the type of each PV] *********************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Thursday 29 August 2024 06:19:31 -0400 (0:00:00.030) 0:01:29.996 ******* ok: [managed_node3] => (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-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Thursday 29 August 2024 06:19:31 -0400 (0:00:00.032) 0:01:30.029 ******* ok: [managed_node3] => { "changed": false, "rc": 0 } STDOUT: ** (process:280063): WARNING **: 06:19:31.813: failed to load module nvme: libbd_nvme.so.2: cannot open shared object file: No such file or directory True STDERR: OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.115 originally 10.31.14.115 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.115 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.115 originally 10.31.14.115 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.115 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Thursday 29 August 2024 06:19:32 -0400 (0:00:00.666) 0:01:30.695 ******* skipping: [managed_node3] => (item=/dev/md/vg1-1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/md/vg1-1" } skipping: [managed_node3] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Thursday 29 August 2024 06:19:32 -0400 (0:00:00.041) 0:01:30.737 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed_node3 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Thursday 29 August 2024 06:19:32 -0400 (0:00:00.045) 0:01:30.783 ******* ok: [managed_node3] => { "changed": false, "cmd": [ "mdadm", "--detail", "/dev/md/vg1-1" ], "delta": "0:00:00.006286", "end": "2024-08-29 06:19:32.575781", "rc": 0, "start": "2024-08-29 06:19:32.569495" } STDOUT: /dev/md/vg1-1: Version : 1.0 Creation Time : Thu Aug 29 06:18:22 2024 Raid Level : raid1 Array Size : 10477440 (9.99 GiB 10.73 GB) Used Dev Size : 10477440 (9.99 GiB 10.73 GB) Raid Devices : 2 Total Devices : 3 Persistence : Superblock is persistent Intent Bitmap : Internal Update Time : Thu Aug 29 06:19:25 2024 State : clean, resyncing Active Devices : 2 Working Devices : 3 Failed Devices : 0 Spare Devices : 1 Consistency Policy : bitmap Resync Status : 36% complete Name : vg1-1 UUID : 2a3584ed:77cf18e4:523f3db6:f12a0bb6 Events : 25 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-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Thursday 29 August 2024 06:19:32 -0400 (0:00:00.508) 0:01:31.291 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_md_active_devices_re": "Active\\ Devices\\ :\\ 2\\\n" }, "changed": false } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Thursday 29 August 2024 06:19:32 -0400 (0:00:00.154) 0:01:31.445 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_md_spare_devices_re": "Spare\\ Devices\\ :\\ 1\\\n" }, "changed": false } TASK [Set md version regex] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Thursday 29 August 2024 06:19:32 -0400 (0:00:00.156) 0:01:31.602 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_md_metadata_version_re": "Version\\ :\\ 1\\.0\\\n" }, "changed": false } TASK [Set md chunk size regex] ************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Thursday 29 August 2024 06:19:33 -0400 (0:00:00.159) 0:01:31.761 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.raid_chunk_size is not none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Thursday 29 August 2024 06:19:33 -0400 (0:00:00.091) 0:01:31.853 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.raid_chunk_size is not none", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Thursday 29 August 2024 06:19:33 -0400 (0:00:00.055) 0:01:31.909 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Thursday 29 August 2024 06:19:33 -0400 (0:00:00.069) 0:01:31.979 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Thursday 29 August 2024 06:19:33 -0400 (0:00:00.052) 0:01:32.031 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Thursday 29 August 2024 06:19:33 -0400 (0:00:00.087) 0:01:32.119 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.raid_chunk_size is not none", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Thursday 29 August 2024 06:19:33 -0400 (0:00:00.049) 0:01:32.168 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Thursday 29 August 2024 06:19:33 -0400 (0:00:00.038) 0:01:32.206 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed_node3 TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Thursday 29 August 2024 06:19:33 -0400 (0:00:00.074) 0:01:32.281 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml for managed_node3 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': None, 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1', '_kernel_device': '/dev/dm-2', '_raw_kernel_device': '/dev/dm-2'}) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml for managed_node3 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test2', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv2', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv2', '_raw_device': '/dev/mapper/vg1-Lv2', '_mount_id': '/dev/mapper/vg1-Lv2', '_kernel_device': '/dev/dm-1', '_raw_kernel_device': '/dev/dm-1'}) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml for managed_node3 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test3', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv3', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv3', '_raw_device': '/dev/mapper/vg1-Lv3', '_mount_id': '/dev/mapper/vg1-Lv3', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about the LV] ******************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:8 Thursday 29 August 2024 06:19:33 -0400 (0:00:00.105) 0:01:32.387 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:16 Thursday 29 August 2024 06:19:33 -0400 (0:00:00.048) 0:01:32.436 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:20 Thursday 29 August 2024 06:19:33 -0400 (0:00:00.039) 0:01:32.475 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Thursday 29 August 2024 06:19:33 -0400 (0:00:00.037) 0:01:32.512 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Thursday 29 August 2024 06:19:33 -0400 (0:00:00.039) 0:01:32.552 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Thursday 29 August 2024 06:19:33 -0400 (0:00:00.040) 0:01:32.592 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Thursday 29 August 2024 06:19:34 -0400 (0:00:00.036) 0:01:32.629 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:8 Thursday 29 August 2024 06:19:34 -0400 (0:00:00.045) 0:01:32.675 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:16 Thursday 29 August 2024 06:19:34 -0400 (0:00:00.053) 0:01:32.729 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:20 Thursday 29 August 2024 06:19:34 -0400 (0:00:00.050) 0:01:32.779 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Thursday 29 August 2024 06:19:34 -0400 (0:00:00.044) 0:01:32.824 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Thursday 29 August 2024 06:19:34 -0400 (0:00:00.041) 0:01:32.866 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Thursday 29 August 2024 06:19:34 -0400 (0:00:00.040) 0:01:32.906 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Thursday 29 August 2024 06:19:34 -0400 (0:00:00.050) 0:01:32.956 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:8 Thursday 29 August 2024 06:19:34 -0400 (0:00:00.057) 0:01:33.014 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:16 Thursday 29 August 2024 06:19:34 -0400 (0:00:00.070) 0:01:33.084 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:20 Thursday 29 August 2024 06:19:34 -0400 (0:00:00.096) 0:01:33.180 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Thursday 29 August 2024 06:19:34 -0400 (0:00:00.095) 0:01:33.276 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Thursday 29 August 2024 06:19:34 -0400 (0:00:00.074) 0:01:33.350 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Thursday 29 August 2024 06:19:34 -0400 (0:00:00.075) 0:01:33.425 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Thursday 29 August 2024 06:19:34 -0400 (0:00:00.055) 0:01:33.481 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Thursday 29 August 2024 06:19:34 -0400 (0:00:00.071) 0:01:33.552 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml for managed_node3 TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Thursday 29 August 2024 06:19:35 -0400 (0:00:00.119) 0:01:33.672 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml for managed_node3 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': None, 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1', '_kernel_device': '/dev/dm-2', '_raw_kernel_device': '/dev/dm-2'}) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml for managed_node3 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test2', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv2', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv2', '_raw_device': '/dev/mapper/vg1-Lv2', '_mount_id': '/dev/mapper/vg1-Lv2', '_kernel_device': '/dev/dm-1', '_raw_kernel_device': '/dev/dm-1'}) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml for managed_node3 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test3', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv3', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv3', '_raw_device': '/dev/mapper/vg1-Lv3', '_mount_id': '/dev/mapper/vg1-Lv3', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about thinpool] ****************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Thursday 29 August 2024 06:19:35 -0400 (0:00:00.171) 0:01:33.844 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Thursday 29 August 2024 06:19:35 -0400 (0:00:00.047) 0:01:33.891 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Thursday 29 August 2024 06:19:35 -0400 (0:00:00.038) 0:01:33.930 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Thursday 29 August 2024 06:19:35 -0400 (0:00:00.032) 0:01:33.963 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Thursday 29 August 2024 06:19:35 -0400 (0:00:00.034) 0:01:33.998 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Thursday 29 August 2024 06:19:35 -0400 (0:00:00.030) 0:01:34.028 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Thursday 29 August 2024 06:19:35 -0400 (0:00:00.030) 0:01:34.059 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Thursday 29 August 2024 06:19:35 -0400 (0:00:00.029) 0:01:34.088 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Thursday 29 August 2024 06:19:35 -0400 (0:00:00.035) 0:01:34.124 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Thursday 29 August 2024 06:19:35 -0400 (0:00:00.056) 0:01:34.181 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Thursday 29 August 2024 06:19:35 -0400 (0:00:00.044) 0:01:34.225 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Thursday 29 August 2024 06:19:35 -0400 (0:00:00.047) 0:01:34.272 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Thursday 29 August 2024 06:19:35 -0400 (0:00:00.043) 0:01:34.316 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed_node3 TASK [Set test variables] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Thursday 29 August 2024 06:19:35 -0400 (0:00:00.084) 0:01:34.401 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Thursday 29 August 2024 06:19:35 -0400 (0:00:00.069) 0:01:34.470 ******* skipping: [managed_node3] => (item=/dev/md/vg1-1) => { "_storage_test_pool_member_path": "/dev/md/vg1-1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [managed_node3] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Thursday 29 August 2024 06:19:35 -0400 (0:00:00.035) 0:01:34.505 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node3 => (item=/dev/md/vg1-1) TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 29 August 2024 06:19:35 -0400 (0:00:00.062) 0:01:34.568 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 29 August 2024 06:19:36 -0400 (0:00:00.073) 0:01:34.641 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 29 August 2024 06:19:36 -0400 (0:00:00.069) 0:01:34.711 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 29 August 2024 06:19:36 -0400 (0:00:00.085) 0:01:34.797 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 29 August 2024 06:19:36 -0400 (0:00:00.131) 0:01:34.930 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 29 August 2024 06:19:36 -0400 (0:00:00.119) 0:01:35.050 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Thursday 29 August 2024 06:19:36 -0400 (0:00:00.063) 0:01:35.114 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Thursday 29 August 2024 06:19:36 -0400 (0:00:00.071) 0:01:35.186 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml for managed_node3 TASK [Validate pool member VDO settings] *************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Thursday 29 August 2024 06:19:36 -0400 (0:00:00.099) 0:01:35.285 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml for managed_node3 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': None, 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1', '_kernel_device': '/dev/dm-2', '_raw_kernel_device': '/dev/dm-2'}) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml for managed_node3 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test2', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv2', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv2', '_raw_device': '/dev/mapper/vg1-Lv2', '_mount_id': '/dev/mapper/vg1-Lv2', '_kernel_device': '/dev/dm-1', '_raw_kernel_device': '/dev/dm-1'}) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml for managed_node3 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test3', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv3', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv3', '_raw_device': '/dev/mapper/vg1-Lv3', '_mount_id': '/dev/mapper/vg1-Lv3', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about VDO deduplication] ********************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Thursday 29 August 2024 06:19:36 -0400 (0:00:00.128) 0:01:35.413 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Thursday 29 August 2024 06:19:36 -0400 (0:00:00.040) 0:01:35.454 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Thursday 29 August 2024 06:19:36 -0400 (0:00:00.054) 0:01:35.509 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Thursday 29 August 2024 06:19:36 -0400 (0:00:00.076) 0:01:35.585 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Thursday 29 August 2024 06:19:37 -0400 (0:00:00.061) 0:01:35.646 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Thursday 29 August 2024 06:19:37 -0400 (0:00:00.049) 0:01:35.696 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:46 Thursday 29 August 2024 06:19:37 -0400 (0:00:00.051) 0:01:35.748 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Thursday 29 August 2024 06:19:37 -0400 (0:00:00.051) 0:01:35.799 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Thursday 29 August 2024 06:19:37 -0400 (0:00:00.071) 0:01:35.871 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Thursday 29 August 2024 06:19:37 -0400 (0:00:00.050) 0:01:35.921 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Thursday 29 August 2024 06:19:37 -0400 (0:00:00.078) 0:01:36.000 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Thursday 29 August 2024 06:19:37 -0400 (0:00:00.056) 0:01:36.057 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Thursday 29 August 2024 06:19:37 -0400 (0:00:00.050) 0:01:36.108 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:46 Thursday 29 August 2024 06:19:37 -0400 (0:00:00.040) 0:01:36.148 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Thursday 29 August 2024 06:19:37 -0400 (0:00:00.068) 0:01:36.217 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Thursday 29 August 2024 06:19:37 -0400 (0:00:00.040) 0:01:36.257 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Thursday 29 August 2024 06:19:37 -0400 (0:00:00.063) 0:01:36.320 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Thursday 29 August 2024 06:19:37 -0400 (0:00:00.058) 0:01:36.379 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Thursday 29 August 2024 06:19:37 -0400 (0:00:00.056) 0:01:36.435 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Thursday 29 August 2024 06:19:37 -0400 (0:00:00.067) 0:01:36.502 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:46 Thursday 29 August 2024 06:19:37 -0400 (0:00:00.045) 0:01:36.548 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Thursday 29 August 2024 06:19:37 -0400 (0:00:00.058) 0:01:36.607 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed_node3 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Thursday 29 August 2024 06:19:38 -0400 (0:00:00.136) 0:01:36.743 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Thursday 29 August 2024 06:19:38 -0400 (0:00:00.053) 0:01:36.797 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Thursday 29 August 2024 06:19:38 -0400 (0:00:00.037) 0:01:36.834 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Thursday 29 August 2024 06:19:38 -0400 (0:00:00.055) 0:01:36.890 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Thursday 29 August 2024 06:19:38 -0400 (0:00:00.059) 0:01:36.949 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Thursday 29 August 2024 06:19:38 -0400 (0:00:00.069) 0:01:37.018 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Thursday 29 August 2024 06:19:38 -0400 (0:00:00.072) 0:01:37.090 ******* ok: [managed_node3] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Thursday 29 August 2024 06:19:38 -0400 (0:00:00.058) 0:01:37.149 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed_node3 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': None, 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1', '_kernel_device': '/dev/dm-2', '_raw_kernel_device': '/dev/dm-2'}) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed_node3 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test2', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv2', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv2', '_raw_device': '/dev/mapper/vg1-Lv2', '_mount_id': '/dev/mapper/vg1-Lv2', '_kernel_device': '/dev/dm-1', '_raw_kernel_device': '/dev/dm-1'}) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed_node3 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test3', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv3', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv3', '_raw_device': '/dev/mapper/vg1-Lv3', '_mount_id': '/dev/mapper/vg1-Lv3', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Thursday 29 August 2024 06:19:38 -0400 (0:00:00.154) 0:01:37.304 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Thursday 29 August 2024 06:19:38 -0400 (0:00:00.107) 0:01:37.411 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed_node3 => (item=mount) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed_node3 => (item=fstab) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed_node3 => (item=fs) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed_node3 => (item=device) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed_node3 => (item=encryption) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed_node3 => (item=md) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed_node3 => (item=size) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed_node3 => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Thursday 29 August 2024 06:19:39 -0400 (0:00:00.330) 0:01:37.742 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-lv1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Thursday 29 August 2024 06:19:39 -0400 (0:00:00.102) 0:01:37.845 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Thursday 29 August 2024 06:19:39 -0400 (0:00:00.092) 0:01:37.938 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Thursday 29 August 2024 06:19:39 -0400 (0:00:00.061) 0:01:37.999 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Thursday 29 August 2024 06:19:39 -0400 (0:00:00.059) 0:01:38.059 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Thursday 29 August 2024 06:19:39 -0400 (0:00:00.061) 0:01:38.121 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Thursday 29 August 2024 06:19:39 -0400 (0:00:00.057) 0:01:38.178 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Thursday 29 August 2024 06:19:39 -0400 (0:00:00.069) 0:01:38.247 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Thursday 29 August 2024 06:19:39 -0400 (0:00:00.057) 0:01:38.305 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Thursday 29 August 2024 06:19:39 -0400 (0:00:00.071) 0:01:38.377 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Thursday 29 August 2024 06:19:39 -0400 (0:00:00.046) 0:01:38.423 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Thursday 29 August 2024 06:19:39 -0400 (0:00:00.043) 0:01:38.467 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/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-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Thursday 29 August 2024 06:19:39 -0400 (0:00:00.108) 0:01:38.576 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Thursday 29 August 2024 06:19:40 -0400 (0:00:00.079) 0:01:38.655 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Thursday 29 August 2024 06:19:40 -0400 (0:00:00.108) 0:01:38.764 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Thursday 29 August 2024 06:19:40 -0400 (0:00:00.100) 0:01:38.865 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:51 Thursday 29 August 2024 06:19:40 -0400 (0:00:00.025) 0:01:38.890 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Thursday 29 August 2024 06:19:40 -0400 (0:00:00.021) 0:01:38.911 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Thursday 29 August 2024 06:19:40 -0400 (0:00:00.053) 0:01:38.965 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Thursday 29 August 2024 06:19:40 -0400 (0:00:00.053) 0:01:39.019 ******* ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724926745.6913116, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1724926745.6913116, "dev": 5, "device_type": 64770, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 14732, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1724926745.6913116, "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-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Thursday 29 August 2024 06:19:40 -0400 (0:00:00.467) 0:01:39.487 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Thursday 29 August 2024 06:19:40 -0400 (0:00:00.044) 0:01:39.531 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Thursday 29 August 2024 06:19:40 -0400 (0:00:00.034) 0:01:39.566 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Thursday 29 August 2024 06:19:40 -0400 (0:00:00.043) 0:01:39.609 ******* ok: [managed_node3] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Thursday 29 August 2024 06:19:41 -0400 (0:00:00.038) 0:01:39.647 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Thursday 29 August 2024 06:19:41 -0400 (0:00:00.020) 0:01:39.668 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Thursday 29 August 2024 06:19:41 -0400 (0:00:00.028) 0:01:39.697 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Thursday 29 August 2024 06:19:41 -0400 (0:00:00.018) 0:01:39.715 ******* ok: [managed_node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Thursday 29 August 2024 06:19:43 -0400 (0:00:02.095) 0:01:41.811 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Thursday 29 August 2024 06:19:43 -0400 (0:00:00.035) 0:01:41.846 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "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-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Thursday 29 August 2024 06:19:43 -0400 (0:00:00.032) 0:01:41.878 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Thursday 29 August 2024 06:19:43 -0400 (0:00:00.075) 0:01:41.954 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Thursday 29 August 2024 06:19:43 -0400 (0:00:00.035) 0:01:41.989 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Thursday 29 August 2024 06:19:43 -0400 (0:00:00.032) 0:01:42.022 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Thursday 29 August 2024 06:19:43 -0400 (0:00:00.033) 0:01:42.055 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Thursday 29 August 2024 06:19:43 -0400 (0:00:00.031) 0:01:42.087 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Thursday 29 August 2024 06:19:43 -0400 (0:00:00.031) 0:01:42.118 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Thursday 29 August 2024 06:19:43 -0400 (0:00:00.086) 0:01:42.205 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Thursday 29 August 2024 06:19:43 -0400 (0:00:00.098) 0:01:42.303 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Thursday 29 August 2024 06:19:43 -0400 (0:00:00.064) 0:01:42.367 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Thursday 29 August 2024 06:19:43 -0400 (0:00:00.063) 0:01:42.431 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Thursday 29 August 2024 06:19:43 -0400 (0:00:00.062) 0:01:42.493 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Thursday 29 August 2024 06:19:43 -0400 (0:00:00.035) 0:01:42.528 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Thursday 29 August 2024 06:19:43 -0400 (0:00:00.032) 0:01:42.561 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Thursday 29 August 2024 06:19:43 -0400 (0:00:00.035) 0:01:42.597 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Thursday 29 August 2024 06:19:44 -0400 (0:00:00.031) 0:01:42.628 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Thursday 29 August 2024 06:19:44 -0400 (0:00:00.031) 0:01:42.660 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Thursday 29 August 2024 06:19:44 -0400 (0:00:00.032) 0:01:42.693 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Thursday 29 August 2024 06:19:44 -0400 (0:00:00.033) 0:01:42.726 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Thursday 29 August 2024 06:19:44 -0400 (0:00:00.032) 0:01:42.759 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Thursday 29 August 2024 06:19:44 -0400 (0:00:00.036) 0:01:42.796 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Thursday 29 August 2024 06:19:44 -0400 (0:00:00.033) 0:01:42.829 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Thursday 29 August 2024 06:19:44 -0400 (0:00:00.032) 0:01:42.862 ******* ok: [managed_node3] => { "bytes": 2147483648, "changed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Thursday 29 August 2024 06:19:44 -0400 (0:00:00.653) 0:01:43.516 ******* ok: [managed_node3] => { "bytes": 2147483648, "changed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Thursday 29 August 2024 06:19:45 -0400 (0:00:00.601) 0:01:44.118 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_expected_size": "2147483648" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Thursday 29 August 2024 06:19:45 -0400 (0:00:00.075) 0:01:44.194 ******* ok: [managed_node3] => { "storage_test_expected_size": "2147483648" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Thursday 29 August 2024 06:19:45 -0400 (0:00:00.041) 0:01:44.236 ******* ok: [managed_node3] => { "bytes": 10715943403, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Thursday 29 August 2024 06:19:46 -0400 (0:00:00.589) 0:01:44.825 ******* skipping: [managed_node3] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Thursday 29 August 2024 06:19:46 -0400 (0:00:00.066) 0:01:44.891 ******* skipping: [managed_node3] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test pool size] ***************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Thursday 29 August 2024 06:19:46 -0400 (0:00:00.065) 0:01:44.957 ******* skipping: [managed_node3] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Thursday 29 August 2024 06:19:46 -0400 (0:00:00.064) 0:01:45.022 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "'%' in storage_test_volume.size | string", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Thursday 29 August 2024 06:19:46 -0400 (0:00:00.072) 0:01:45.094 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Thursday 29 August 2024 06:19:46 -0400 (0:00:00.038) 0:01:45.132 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Thursday 29 August 2024 06:19:46 -0400 (0:00:00.032) 0:01:45.165 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Thursday 29 August 2024 06:19:46 -0400 (0:00:00.032) 0:01:45.198 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Thursday 29 August 2024 06:19:46 -0400 (0:00:00.032) 0:01:45.230 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Thursday 29 August 2024 06:19:46 -0400 (0:00:00.031) 0:01:45.262 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Thursday 29 August 2024 06:19:46 -0400 (0:00:00.032) 0:01:45.294 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Thursday 29 August 2024 06:19:46 -0400 (0:00:00.038) 0:01:45.332 ******* skipping: [managed_node3] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Thursday 29 August 2024 06:19:46 -0400 (0:00:00.038) 0:01:45.371 ******* skipping: [managed_node3] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Thursday 29 August 2024 06:19:46 -0400 (0:00:00.033) 0:01:45.404 ******* skipping: [managed_node3] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Thursday 29 August 2024 06:19:46 -0400 (0:00:00.032) 0:01:45.437 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Thursday 29 August 2024 06:19:46 -0400 (0:00:00.032) 0:01:45.469 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Thursday 29 August 2024 06:19:46 -0400 (0:00:00.033) 0:01:45.502 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Thursday 29 August 2024 06:19:46 -0400 (0:00:00.037) 0:01:45.540 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Thursday 29 August 2024 06:19:46 -0400 (0:00:00.032) 0:01:45.573 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Thursday 29 August 2024 06:19:46 -0400 (0:00:00.032) 0:01:45.605 ******* ok: [managed_node3] => { "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-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Thursday 29 August 2024 06:19:47 -0400 (0:00:00.039) 0:01:45.644 ******* ok: [managed_node3] => { "storage_test_expected_size": "2147483648" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Thursday 29 August 2024 06:19:47 -0400 (0:00:00.038) 0:01:45.683 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Thursday 29 August 2024 06:19:47 -0400 (0:00:00.083) 0:01:45.766 ******* ok: [managed_node3] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "vg1/lv1" ], "delta": "0:00:07.542777", "end": "2024-08-29 06:19:55.063129", "rc": 0, "start": "2024-08-29 06:19:47.520352" } 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-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Thursday 29 August 2024 06:19:55 -0400 (0:00:08.007) 0:01:53.774 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Thursday 29 August 2024 06:19:55 -0400 (0:00:00.134) 0:01:53.909 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Thursday 29 August 2024 06:19:55 -0400 (0:00:00.048) 0:01:53.957 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Thursday 29 August 2024 06:19:55 -0400 (0:00:00.048) 0:01:54.006 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Thursday 29 August 2024 06:19:55 -0400 (0:00:00.042) 0:01:54.048 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Thursday 29 August 2024 06:19:55 -0400 (0:00:00.042) 0:01:54.091 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Thursday 29 August 2024 06:19:55 -0400 (0:00:00.042) 0:01:54.133 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Thursday 29 August 2024 06:19:55 -0400 (0:00:00.023) 0:01:54.157 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Thursday 29 August 2024 06:19:55 -0400 (0:00:00.044) 0:01:54.201 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed_node3 => (item=mount) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed_node3 => (item=fstab) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed_node3 => (item=fs) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed_node3 => (item=device) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed_node3 => (item=encryption) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed_node3 => (item=md) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed_node3 => (item=size) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed_node3 => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Thursday 29 August 2024 06:19:55 -0400 (0:00:00.109) 0:01:54.311 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-Lv2" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Thursday 29 August 2024 06:19:55 -0400 (0:00:00.030) 0:01:54.341 ******* ok: [managed_node3] => { "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-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Thursday 29 August 2024 06:19:55 -0400 (0:00:00.045) 0:01:54.387 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Thursday 29 August 2024 06:19:55 -0400 (0:00:00.020) 0:01:54.408 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Thursday 29 August 2024 06:19:55 -0400 (0:00:00.027) 0:01:54.435 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Thursday 29 August 2024 06:19:55 -0400 (0:00:00.020) 0:01:54.455 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Thursday 29 August 2024 06:19:55 -0400 (0:00:00.019) 0:01:54.475 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Thursday 29 August 2024 06:19:55 -0400 (0:00:00.020) 0:01:54.495 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Thursday 29 August 2024 06:19:55 -0400 (0:00:00.019) 0:01:54.514 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Thursday 29 August 2024 06:19:55 -0400 (0:00:00.019) 0:01:54.534 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Thursday 29 August 2024 06:19:55 -0400 (0:00:00.022) 0:01:54.556 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Thursday 29 August 2024 06:19:55 -0400 (0:00:00.030) 0:01:54.587 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/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-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Thursday 29 August 2024 06:19:56 -0400 (0:00:00.065) 0:01:54.652 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Thursday 29 August 2024 06:19:56 -0400 (0:00:00.044) 0:01:54.697 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Thursday 29 August 2024 06:19:56 -0400 (0:00:00.044) 0:01:54.742 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Thursday 29 August 2024 06:19:56 -0400 (0:00:00.038) 0:01:54.780 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:51 Thursday 29 August 2024 06:19:56 -0400 (0:00:00.026) 0:01:54.806 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Thursday 29 August 2024 06:19:56 -0400 (0:00:00.020) 0:01:54.827 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Thursday 29 August 2024 06:19:56 -0400 (0:00:00.044) 0:01:54.872 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Thursday 29 August 2024 06:19:56 -0400 (0:00:00.044) 0:01:54.916 ******* ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724926738.866191, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1724926738.866191, "dev": 5, "device_type": 64769, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 14692, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1724926738.866191, "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-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Thursday 29 August 2024 06:19:56 -0400 (0:00:00.527) 0:01:55.444 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Thursday 29 August 2024 06:19:56 -0400 (0:00:00.026) 0:01:55.471 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Thursday 29 August 2024 06:19:56 -0400 (0:00:00.021) 0:01:55.493 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Thursday 29 August 2024 06:19:56 -0400 (0:00:00.025) 0:01:55.518 ******* ok: [managed_node3] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Thursday 29 August 2024 06:19:56 -0400 (0:00:00.022) 0:01:55.540 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Thursday 29 August 2024 06:19:56 -0400 (0:00:00.019) 0:01:55.560 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Thursday 29 August 2024 06:19:56 -0400 (0:00:00.024) 0:01:55.584 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Thursday 29 August 2024 06:19:56 -0400 (0:00:00.023) 0:01:55.608 ******* ok: [managed_node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Thursday 29 August 2024 06:19:58 -0400 (0:00:01.903) 0:01:57.511 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Thursday 29 August 2024 06:19:58 -0400 (0:00:00.026) 0:01:57.537 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "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-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Thursday 29 August 2024 06:19:58 -0400 (0:00:00.029) 0:01:57.566 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Thursday 29 August 2024 06:19:58 -0400 (0:00:00.051) 0:01:57.618 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Thursday 29 August 2024 06:19:59 -0400 (0:00:00.020) 0:01:57.639 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Thursday 29 August 2024 06:19:59 -0400 (0:00:00.027) 0:01:57.666 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Thursday 29 August 2024 06:19:59 -0400 (0:00:00.028) 0:01:57.695 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Thursday 29 August 2024 06:19:59 -0400 (0:00:00.021) 0:01:57.716 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Thursday 29 August 2024 06:19:59 -0400 (0:00:00.019) 0:01:57.736 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Thursday 29 August 2024 06:19:59 -0400 (0:00:00.047) 0:01:57.783 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Thursday 29 August 2024 06:19:59 -0400 (0:00:00.048) 0:01:57.832 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Thursday 29 August 2024 06:19:59 -0400 (0:00:00.064) 0:01:57.896 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Thursday 29 August 2024 06:19:59 -0400 (0:00:00.071) 0:01:57.968 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Thursday 29 August 2024 06:19:59 -0400 (0:00:00.065) 0:01:58.034 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Thursday 29 August 2024 06:19:59 -0400 (0:00:00.036) 0:01:58.070 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Thursday 29 August 2024 06:19:59 -0400 (0:00:00.033) 0:01:58.104 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Thursday 29 August 2024 06:19:59 -0400 (0:00:00.032) 0:01:58.136 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Thursday 29 August 2024 06:19:59 -0400 (0:00:00.033) 0:01:58.170 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Thursday 29 August 2024 06:19:59 -0400 (0:00:00.036) 0:01:58.206 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Thursday 29 August 2024 06:19:59 -0400 (0:00:00.034) 0:01:58.241 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Thursday 29 August 2024 06:19:59 -0400 (0:00:00.034) 0:01:58.275 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Thursday 29 August 2024 06:19:59 -0400 (0:00:00.034) 0:01:58.310 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Thursday 29 August 2024 06:19:59 -0400 (0:00:00.034) 0:01:58.344 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Thursday 29 August 2024 06:19:59 -0400 (0:00:00.032) 0:01:58.377 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Thursday 29 August 2024 06:19:59 -0400 (0:00:00.036) 0:01:58.413 ******* ok: [managed_node3] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Thursday 29 August 2024 06:20:00 -0400 (0:00:00.648) 0:01:59.062 ******* ok: [managed_node3] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Thursday 29 August 2024 06:20:00 -0400 (0:00:00.456) 0:01:59.518 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_expected_size": "3221225472" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Thursday 29 August 2024 06:20:00 -0400 (0:00:00.045) 0:01:59.564 ******* ok: [managed_node3] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Thursday 29 August 2024 06:20:00 -0400 (0:00:00.023) 0:01:59.587 ******* ok: [managed_node3] => { "bytes": 10715943403, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Thursday 29 August 2024 06:20:01 -0400 (0:00:00.495) 0:02:00.082 ******* skipping: [managed_node3] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Thursday 29 August 2024 06:20:01 -0400 (0:00:00.045) 0:02:00.128 ******* skipping: [managed_node3] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test pool size] ***************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Thursday 29 August 2024 06:20:01 -0400 (0:00:00.047) 0:02:00.176 ******* skipping: [managed_node3] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Thursday 29 August 2024 06:20:01 -0400 (0:00:00.042) 0:02:00.218 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "'%' in storage_test_volume.size | string", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Thursday 29 August 2024 06:20:01 -0400 (0:00:00.041) 0:02:00.260 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Thursday 29 August 2024 06:20:01 -0400 (0:00:00.019) 0:02:00.279 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Thursday 29 August 2024 06:20:01 -0400 (0:00:00.019) 0:02:00.299 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Thursday 29 August 2024 06:20:01 -0400 (0:00:00.017) 0:02:00.317 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Thursday 29 August 2024 06:20:01 -0400 (0:00:00.020) 0:02:00.337 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Thursday 29 August 2024 06:20:01 -0400 (0:00:00.019) 0:02:00.356 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Thursday 29 August 2024 06:20:01 -0400 (0:00:00.018) 0:02:00.375 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Thursday 29 August 2024 06:20:01 -0400 (0:00:00.018) 0:02:00.394 ******* skipping: [managed_node3] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Thursday 29 August 2024 06:20:01 -0400 (0:00:00.018) 0:02:00.412 ******* skipping: [managed_node3] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Thursday 29 August 2024 06:20:01 -0400 (0:00:00.018) 0:02:00.431 ******* skipping: [managed_node3] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Thursday 29 August 2024 06:20:01 -0400 (0:00:00.020) 0:02:00.451 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Thursday 29 August 2024 06:20:01 -0400 (0:00:00.018) 0:02:00.469 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Thursday 29 August 2024 06:20:01 -0400 (0:00:00.019) 0:02:00.489 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Thursday 29 August 2024 06:20:01 -0400 (0:00:00.018) 0:02:00.507 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Thursday 29 August 2024 06:20:01 -0400 (0:00:00.017) 0:02:00.525 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Thursday 29 August 2024 06:20:01 -0400 (0:00:00.018) 0:02:00.544 ******* ok: [managed_node3] => { "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-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Thursday 29 August 2024 06:20:01 -0400 (0:00:00.026) 0:02:00.570 ******* ok: [managed_node3] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Thursday 29 August 2024 06:20:01 -0400 (0:00:00.023) 0:02:00.593 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Thursday 29 August 2024 06:20:02 -0400 (0:00:00.048) 0:02:00.641 ******* ok: [managed_node3] => { "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.027520", "end": "2024-08-29 06:20:02.415380", "rc": 0, "start": "2024-08-29 06:20:02.387860" } 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-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Thursday 29 August 2024 06:20:02 -0400 (0:00:00.458) 0:02:01.100 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Thursday 29 August 2024 06:20:02 -0400 (0:00:00.044) 0:02:01.144 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Thursday 29 August 2024 06:20:02 -0400 (0:00:00.049) 0:02:01.193 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Thursday 29 August 2024 06:20:02 -0400 (0:00:00.046) 0:02:01.240 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Thursday 29 August 2024 06:20:02 -0400 (0:00:00.041) 0:02:01.281 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Thursday 29 August 2024 06:20:02 -0400 (0:00:00.040) 0:02:01.322 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Thursday 29 August 2024 06:20:02 -0400 (0:00:00.040) 0:02:01.362 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Thursday 29 August 2024 06:20:02 -0400 (0:00:00.021) 0:02:01.384 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Thursday 29 August 2024 06:20:02 -0400 (0:00:00.047) 0:02:01.431 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed_node3 => (item=mount) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed_node3 => (item=fstab) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed_node3 => (item=fs) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed_node3 => (item=device) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed_node3 => (item=encryption) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed_node3 => (item=md) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed_node3 => (item=size) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed_node3 => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Thursday 29 August 2024 06:20:02 -0400 (0:00:00.113) 0:02:01.545 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-Lv3" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Thursday 29 August 2024 06:20:02 -0400 (0:00:00.031) 0:02:01.576 ******* ok: [managed_node3] => { "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-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Thursday 29 August 2024 06:20:02 -0400 (0:00:00.047) 0:02:01.624 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Thursday 29 August 2024 06:20:03 -0400 (0:00:00.022) 0:02:01.647 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Thursday 29 August 2024 06:20:03 -0400 (0:00:00.026) 0:02:01.673 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Thursday 29 August 2024 06:20:03 -0400 (0:00:00.019) 0:02:01.693 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Thursday 29 August 2024 06:20:03 -0400 (0:00:00.023) 0:02:01.717 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Thursday 29 August 2024 06:20:03 -0400 (0:00:00.021) 0:02:01.738 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Thursday 29 August 2024 06:20:03 -0400 (0:00:00.021) 0:02:01.760 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Thursday 29 August 2024 06:20:03 -0400 (0:00:00.025) 0:02:01.785 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Thursday 29 August 2024 06:20:03 -0400 (0:00:00.028) 0:02:01.814 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Thursday 29 August 2024 06:20:03 -0400 (0:00:00.022) 0:02:01.836 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/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-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Thursday 29 August 2024 06:20:03 -0400 (0:00:00.071) 0:02:01.907 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Thursday 29 August 2024 06:20:03 -0400 (0:00:00.046) 0:02:01.954 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Thursday 29 August 2024 06:20:03 -0400 (0:00:00.046) 0:02:02.001 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Thursday 29 August 2024 06:20:03 -0400 (0:00:00.040) 0:02:02.041 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:51 Thursday 29 August 2024 06:20:03 -0400 (0:00:00.024) 0:02:02.066 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Thursday 29 August 2024 06:20:03 -0400 (0:00:00.022) 0:02:02.088 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Thursday 29 August 2024 06:20:03 -0400 (0:00:00.054) 0:02:02.142 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Thursday 29 August 2024 06:20:03 -0400 (0:00:00.048) 0:02:02.191 ******* ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724926729.3640227, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1724926729.3640227, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 14651, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1724926729.3640227, "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-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Thursday 29 August 2024 06:20:04 -0400 (0:00:00.520) 0:02:02.712 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Thursday 29 August 2024 06:20:04 -0400 (0:00:00.034) 0:02:02.746 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Thursday 29 August 2024 06:20:04 -0400 (0:00:00.029) 0:02:02.776 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Thursday 29 August 2024 06:20:04 -0400 (0:00:00.033) 0:02:02.810 ******* ok: [managed_node3] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Thursday 29 August 2024 06:20:04 -0400 (0:00:00.037) 0:02:02.848 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Thursday 29 August 2024 06:20:04 -0400 (0:00:00.050) 0:02:02.898 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Thursday 29 August 2024 06:20:04 -0400 (0:00:00.026) 0:02:02.925 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Thursday 29 August 2024 06:20:04 -0400 (0:00:00.020) 0:02:02.945 ******* ok: [managed_node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Thursday 29 August 2024 06:20:06 -0400 (0:00:01.948) 0:02:04.894 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Thursday 29 August 2024 06:20:06 -0400 (0:00:00.021) 0:02:04.915 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "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-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Thursday 29 August 2024 06:20:06 -0400 (0:00:00.026) 0:02:04.941 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Thursday 29 August 2024 06:20:06 -0400 (0:00:00.059) 0:02:05.000 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Thursday 29 August 2024 06:20:06 -0400 (0:00:00.034) 0:02:05.035 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Thursday 29 August 2024 06:20:06 -0400 (0:00:00.034) 0:02:05.069 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Thursday 29 August 2024 06:20:06 -0400 (0:00:00.037) 0:02:05.107 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Thursday 29 August 2024 06:20:06 -0400 (0:00:00.035) 0:02:05.142 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Thursday 29 August 2024 06:20:06 -0400 (0:00:00.039) 0:02:05.182 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Thursday 29 August 2024 06:20:06 -0400 (0:00:00.077) 0:02:05.259 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Thursday 29 August 2024 06:20:06 -0400 (0:00:00.088) 0:02:05.347 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Thursday 29 August 2024 06:20:06 -0400 (0:00:00.076) 0:02:05.424 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Thursday 29 August 2024 06:20:06 -0400 (0:00:00.070) 0:02:05.494 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Thursday 29 August 2024 06:20:06 -0400 (0:00:00.096) 0:02:05.591 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Thursday 29 August 2024 06:20:07 -0400 (0:00:00.038) 0:02:05.629 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Thursday 29 August 2024 06:20:07 -0400 (0:00:00.030) 0:02:05.660 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Thursday 29 August 2024 06:20:07 -0400 (0:00:00.030) 0:02:05.690 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Thursday 29 August 2024 06:20:07 -0400 (0:00:00.030) 0:02:05.720 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Thursday 29 August 2024 06:20:07 -0400 (0:00:00.030) 0:02:05.751 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Thursday 29 August 2024 06:20:07 -0400 (0:00:00.038) 0:02:05.789 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Thursday 29 August 2024 06:20:07 -0400 (0:00:00.039) 0:02:05.828 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Thursday 29 August 2024 06:20:07 -0400 (0:00:00.030) 0:02:05.859 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Thursday 29 August 2024 06:20:07 -0400 (0:00:00.065) 0:02:05.924 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Thursday 29 August 2024 06:20:07 -0400 (0:00:00.054) 0:02:05.979 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Thursday 29 August 2024 06:20:07 -0400 (0:00:00.034) 0:02:06.014 ******* ok: [managed_node3] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Thursday 29 August 2024 06:20:07 -0400 (0:00:00.575) 0:02:06.589 ******* ok: [managed_node3] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Thursday 29 August 2024 06:20:08 -0400 (0:00:00.588) 0:02:07.177 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_expected_size": "3221225472" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Thursday 29 August 2024 06:20:08 -0400 (0:00:00.152) 0:02:07.330 ******* ok: [managed_node3] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Thursday 29 August 2024 06:20:08 -0400 (0:00:00.058) 0:02:07.389 ******* ok: [managed_node3] => { "bytes": 10715943403, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Thursday 29 August 2024 06:20:09 -0400 (0:00:00.588) 0:02:07.977 ******* skipping: [managed_node3] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Thursday 29 August 2024 06:20:09 -0400 (0:00:00.040) 0:02:08.017 ******* skipping: [managed_node3] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test pool size] ***************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Thursday 29 August 2024 06:20:09 -0400 (0:00:00.043) 0:02:08.061 ******* skipping: [managed_node3] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Thursday 29 August 2024 06:20:09 -0400 (0:00:00.051) 0:02:08.112 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "'%' in storage_test_volume.size | string", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Thursday 29 August 2024 06:20:09 -0400 (0:00:00.044) 0:02:08.157 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Thursday 29 August 2024 06:20:09 -0400 (0:00:00.019) 0:02:08.176 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Thursday 29 August 2024 06:20:09 -0400 (0:00:00.020) 0:02:08.196 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Thursday 29 August 2024 06:20:09 -0400 (0:00:00.024) 0:02:08.221 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Thursday 29 August 2024 06:20:09 -0400 (0:00:00.019) 0:02:08.240 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Thursday 29 August 2024 06:20:09 -0400 (0:00:00.021) 0:02:08.261 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Thursday 29 August 2024 06:20:09 -0400 (0:00:00.019) 0:02:08.280 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Thursday 29 August 2024 06:20:09 -0400 (0:00:00.019) 0:02:08.300 ******* skipping: [managed_node3] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Thursday 29 August 2024 06:20:09 -0400 (0:00:00.018) 0:02:08.318 ******* skipping: [managed_node3] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Thursday 29 August 2024 06:20:09 -0400 (0:00:00.018) 0:02:08.337 ******* skipping: [managed_node3] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Thursday 29 August 2024 06:20:09 -0400 (0:00:00.018) 0:02:08.355 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Thursday 29 August 2024 06:20:09 -0400 (0:00:00.026) 0:02:08.381 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Thursday 29 August 2024 06:20:09 -0400 (0:00:00.018) 0:02:08.400 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Thursday 29 August 2024 06:20:09 -0400 (0:00:00.018) 0:02:08.419 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Thursday 29 August 2024 06:20:09 -0400 (0:00:00.018) 0:02:08.437 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Thursday 29 August 2024 06:20:09 -0400 (0:00:00.018) 0:02:08.456 ******* ok: [managed_node3] => { "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-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Thursday 29 August 2024 06:20:09 -0400 (0:00:00.022) 0:02:08.479 ******* ok: [managed_node3] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Thursday 29 August 2024 06:20:09 -0400 (0:00:00.024) 0:02:08.504 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Thursday 29 August 2024 06:20:09 -0400 (0:00:00.046) 0:02:08.551 ******* ok: [managed_node3] => { "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.033410", "end": "2024-08-29 06:20:10.369029", "rc": 0, "start": "2024-08-29 06:20:10.335619" } 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-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Thursday 29 August 2024 06:20:10 -0400 (0:00:00.514) 0:02:09.066 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Thursday 29 August 2024 06:20:10 -0400 (0:00:00.072) 0:02:09.138 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Thursday 29 August 2024 06:20:10 -0400 (0:00:00.069) 0:02:09.208 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Thursday 29 August 2024 06:20:10 -0400 (0:00:00.067) 0:02:09.275 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Thursday 29 August 2024 06:20:10 -0400 (0:00:00.073) 0:02:09.348 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Thursday 29 August 2024 06:20:10 -0400 (0:00:00.064) 0:02:09.413 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Thursday 29 August 2024 06:20:10 -0400 (0:00:00.064) 0:02:09.477 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Thursday 29 August 2024 06:20:10 -0400 (0:00:00.035) 0:02:09.512 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Thursday 29 August 2024 06:20:10 -0400 (0:00:00.029) 0:02:09.542 ******* ok: [managed_node3] => { "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-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_pool_options.yml:62 Thursday 29 August 2024 06:20:10 -0400 (0:00:00.034) 0:02:09.576 ******* included: fedora.linux_system_roles.storage for managed_node3 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 29 August 2024 06:20:11 -0400 (0:00:00.163) 0:02:09.740 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed_node3 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 29 August 2024 06:20:11 -0400 (0:00:00.097) 0:02:09.837 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 29 August 2024 06:20:11 -0400 (0:00:00.115) 0:02:09.952 ******* skipping: [managed_node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node3] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [managed_node3] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 29 August 2024 06:20:11 -0400 (0:00:00.157) 0:02:10.110 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 29 August 2024 06:20:11 -0400 (0:00:00.074) 0:02:10.185 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "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-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 29 August 2024 06:20:11 -0400 (0:00:00.063) 0:02:10.248 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 29 August 2024 06:20:11 -0400 (0:00:00.036) 0:02:10.284 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 29 August 2024 06:20:11 -0400 (0:00:00.036) 0:02:10.321 ******* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed_node3 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 29 August 2024 06:20:11 -0400 (0:00:00.093) 0:02:10.414 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 29 August 2024 06:20:11 -0400 (0:00:00.055) 0:02:10.470 ******* ok: [managed_node3] => { "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-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 29 August 2024 06:20:11 -0400 (0:00:00.049) 0:02:10.520 ******* ok: [managed_node3] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 29 August 2024 06:20:11 -0400 (0:00:00.039) 0:02:10.559 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 29 August 2024 06:20:11 -0400 (0:00:00.044) 0:02:10.604 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 29 August 2024 06:20:12 -0400 (0:00:00.040) 0:02:10.645 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 29 August 2024 06:20:12 -0400 (0:00:00.041) 0:02:10.686 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 29 August 2024 06:20:12 -0400 (0:00:00.039) 0:02:10.725 ******* ok: [managed_node3] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 29 August 2024 06:20:12 -0400 (0:00:00.093) 0:02:10.819 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 29 August 2024 06:20:12 -0400 (0:00:00.029) 0:02:10.849 ******* ok: [managed_node3] => { "actions": [], "changed": false, "crypts": [], "leaves": [ "/dev/mapper/vg1-Lv2", "/dev/mapper/vg1-Lv3", "/dev/mapper/vg1-lv1", "/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": [ "lvm2", "xfsprogs", "mdadm" ], "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-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 29 August 2024 06:20:24 -0400 (0:00:12.775) 0:02:23.625 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Thursday 29 August 2024 06:20:25 -0400 (0:00:00.040) 0:02:23.665 ******* ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724926760.2675698, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "9d13dbdfcb8294a6f1240944f7519d5dc34a1461", "ctime": 1724926760.222569, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 134218058, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724926760.222569, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1510, "uid": 0, "version": "997904812", "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-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 29 August 2024 06:20:25 -0400 (0:00:00.583) 0:02:24.248 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "blivet_output is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Thursday 29 August 2024 06:20:25 -0400 (0:00:00.025) 0:02:24.274 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Thursday 29 August 2024 06:20:25 -0400 (0:00:00.018) 0:02:24.292 ******* ok: [managed_node3] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/vg1-Lv2", "/dev/mapper/vg1-Lv3", "/dev/mapper/vg1-lv1", "/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": [ "lvm2", "xfsprogs", "mdadm" ], "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-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Thursday 29 August 2024 06:20:25 -0400 (0:00:00.039) 0:02:24.331 ******* ok: [managed_node3] => { "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-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Thursday 29 August 2024 06:20:25 -0400 (0:00:00.037) 0:02:24.369 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Thursday 29 August 2024 06:20:25 -0400 (0:00:00.023) 0:02:24.393 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Thursday 29 August 2024 06:20:25 -0400 (0:00:00.042) 0:02:24.435 ******* ok: [managed_node3] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Thursday 29 August 2024 06:20:26 -0400 (0:00:00.856) 0:02:25.291 ******* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount ok: [managed_node3] => (item={'src': '/dev/mapper/vg1-lv1', 'path': '/opt/test1', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "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" } redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount ok: [managed_node3] => (item={'src': '/dev/mapper/vg1-Lv2', 'path': '/opt/test2', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "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" } redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount ok: [managed_node3] => (item={'src': '/dev/mapper/vg1-Lv3', 'path': '/opt/test3', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "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-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Thursday 29 August 2024 06:20:28 -0400 (0:00:01.535) 0:02:26.827 ******* skipping: [managed_node3] => (item={'src': '/dev/mapper/vg1-lv1', 'path': '/opt/test1', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "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_node3] => (item={'src': '/dev/mapper/vg1-Lv2', 'path': '/opt/test2', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "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_node3] => (item={'src': '/dev/mapper/vg1-Lv3', 'path': '/opt/test3', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "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" } skipping: [managed_node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Thursday 29 August 2024 06:20:28 -0400 (0:00:00.056) 0:02:26.883 ******* ok: [managed_node3] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Thursday 29 August 2024 06:20:29 -0400 (0:00:00.818) 0:02:27.702 ******* ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724926605.4288287, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1724926601.1467528, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 513802384, "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": 1724667309.5248373, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "2827844164", "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-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Thursday 29 August 2024 06:20:29 -0400 (0:00:00.453) 0:02:28.155 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Thursday 29 August 2024 06:20:29 -0400 (0:00:00.019) 0:02:28.174 ******* ok: [managed_node3] TASK [Assert to preserve RAID settings for preexisting pool] ******************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_pool_options.yml:82 Thursday 29 August 2024 06:20:34 -0400 (0:00:04.808) 0:02:32.983 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify role results] ***************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_pool_options.yml:87 Thursday 29 August 2024 06:20:34 -0400 (0:00:00.027) 0:02:33.011 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed_node3 TASK [Print out pool information] ********************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Thursday 29 August 2024 06:20:34 -0400 (0:00:00.041) 0:02:33.052 ******* ok: [managed_node3] => { "_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-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Thursday 29 August 2024 06:20:34 -0400 (0:00:00.049) 0:02:33.102 ******* skipping: [managed_node3] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Thursday 29 August 2024 06:20:34 -0400 (0:00:00.040) 0:02:33.142 ******* ok: [managed_node3] => { "changed": false, "info": { "/dev/mapper/vg1-Lv2": { "fstype": "xfs", "label": "", "mountpoint": "/opt/test2", "name": "/dev/mapper/vg1-Lv2", "size": "3G", "type": "lvm", "uuid": "7d03580d-36af-420e-a03e-f8aebd19b1dd" }, "/dev/mapper/vg1-Lv3": { "fstype": "xfs", "label": "", "mountpoint": "/opt/test3", "name": "/dev/mapper/vg1-Lv3", "size": "3G", "type": "lvm", "uuid": "b05298d9-4f28-4c15-b215-e2be8de75774" }, "/dev/mapper/vg1-lv1": { "fstype": "xfs", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/vg1-lv1", "size": "2G", "type": "lvm", "uuid": "3e3f1d38-75eb-4e91-accd-21535bbfac1d" }, "/dev/md/vg1-1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/md/vg1-1", "size": "10G", "type": "raid1", "uuid": "TnXMEK-Xxjl-4RAH-RFQw-5aFy-xbzU-U1OYVi" }, "/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": "2a3584ed-77cf-18e4-523f-3db6f12a0bb6" }, "/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": "2a3584ed-77cf-18e4-523f-3db6f12a0bb6" }, "/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": "2a3584ed-77cf-18e4-523f-3db6f12a0bb6" }, "/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": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "0377b77c-e1ba-4db6-9c34-ee60ecb61302" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Thursday 29 August 2024 06:20:35 -0400 (0:00:00.576) 0:02:33.719 ******* ok: [managed_node3] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003056", "end": "2024-08-29 06:20:35.570509", "rc": 0, "start": "2024-08-29 06:20:35.567453" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Mon Aug 26 10:15:09 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. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=0377b77c-e1ba-4db6-9c34-ee60ecb61302 / xfs defaults 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/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-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_devops_brew_scratch_nfs_sm/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-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Thursday 29 August 2024 06:20:35 -0400 (0:00:00.534) 0:02:34.253 ******* ok: [managed_node3] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:01.003565", "end": "2024-08-29 06:20:37.019177", "failed_when_result": false, "rc": 0, "start": "2024-08-29 06:20:36.015612" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Thursday 29 August 2024 06:20:37 -0400 (0:00:01.450) 0:02:35.703 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed_node3 => (item={'disks': ['sda', 'sdb', 'sdc'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'grow_to_fill': False, 'name': 'vg1', 'raid_level': 'raid1', 'raid_device_count': 2, 'raid_spare_count': 1, 'raid_metadata_version': '1.0', 'raid_chunk_size': '0 B', 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': None, 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1', '_kernel_device': '/dev/dm-2', '_raw_kernel_device': '/dev/dm-2'}, {'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test2', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv2', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv2', '_raw_device': '/dev/mapper/vg1-Lv2', '_mount_id': '/dev/mapper/vg1-Lv2', '_kernel_device': '/dev/dm-1', '_raw_kernel_device': '/dev/dm-1'}, {'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test3', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv3', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv3', '_raw_device': '/dev/mapper/vg1-Lv3', '_mount_id': '/dev/mapper/vg1-Lv3', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}]}) TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Thursday 29 August 2024 06:20:37 -0400 (0:00:00.068) 0:02:35.772 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Thursday 29 August 2024 06:20:37 -0400 (0:00:00.022) 0:02:35.795 ******* ok: [managed_node3] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "vg1" ], "delta": "0:00:00.028470", "end": "2024-08-29 06:20:37.622002", "rc": 0, "start": "2024-08-29 06:20:37.593532" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Thursday 29 August 2024 06:20:37 -0400 (0:00:00.514) 0:02:36.309 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Thursday 29 August 2024 06:20:37 -0400 (0:00:00.039) 0:02:36.348 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed_node3 => (item=members) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed_node3 => (item=volumes) TASK [Set test variables] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Thursday 29 August 2024 06:20:37 -0400 (0:00:00.060) 0:02:36.409 ******* ok: [managed_node3] => { "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-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Thursday 29 August 2024 06:20:37 -0400 (0:00:00.058) 0:02:36.468 ******* ok: [managed_node3] => (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-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Thursday 29 August 2024 06:20:38 -0400 (0:00:00.486) 0:02:36.954 ******* ok: [managed_node3] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Thursday 29 August 2024 06:20:38 -0400 (0:00:00.122) 0:02:37.077 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/md/vg1-1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Thursday 29 August 2024 06:20:38 -0400 (0:00:00.060) 0:02:37.137 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Thursday 29 August 2024 06:20:38 -0400 (0:00:00.067) 0:02:37.205 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Thursday 29 August 2024 06:20:38 -0400 (0:00:00.043) 0:02:37.249 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Thursday 29 August 2024 06:20:38 -0400 (0:00:00.070) 0:02:37.319 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_type": "raid1" }, "changed": false } TASK [Check the type of each PV] *********************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Thursday 29 August 2024 06:20:38 -0400 (0:00:00.040) 0:02:37.360 ******* ok: [managed_node3] => (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-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Thursday 29 August 2024 06:20:38 -0400 (0:00:00.049) 0:02:37.410 ******* ok: [managed_node3] => { "changed": false, "rc": 0 } STDOUT: ** (process:283972): WARNING **: 06:20:39.192: failed to load module nvme: libbd_nvme.so.2: cannot open shared object file: No such file or directory True STDERR: OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.115 originally 10.31.14.115 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.115 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.115 originally 10.31.14.115 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.115 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Thursday 29 August 2024 06:20:39 -0400 (0:00:00.563) 0:02:37.973 ******* skipping: [managed_node3] => (item=/dev/md/vg1-1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/md/vg1-1" } skipping: [managed_node3] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Thursday 29 August 2024 06:20:39 -0400 (0:00:00.097) 0:02:38.071 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed_node3 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Thursday 29 August 2024 06:20:39 -0400 (0:00:00.086) 0:02:38.158 ******* ok: [managed_node3] => { "changed": false, "cmd": [ "mdadm", "--detail", "/dev/md/vg1-1" ], "delta": "0:00:00.006335", "end": "2024-08-29 06:20:39.934797", "rc": 0, "start": "2024-08-29 06:20:39.928462" } STDOUT: /dev/md/vg1-1: Version : 1.0 Creation Time : Thu Aug 29 06:18:22 2024 Raid Level : raid1 Array Size : 10477440 (9.99 GiB 10.73 GB) Used Dev Size : 10477440 (9.99 GiB 10.73 GB) Raid Devices : 2 Total Devices : 3 Persistence : Superblock is persistent Intent Bitmap : Internal Update Time : Thu Aug 29 06:20:35 2024 State : clean, resyncing Active Devices : 2 Working Devices : 3 Failed Devices : 0 Spare Devices : 1 Consistency Policy : bitmap Resync Status : 78% complete Name : vg1-1 UUID : 2a3584ed:77cf18e4:523f3db6:f12a0bb6 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-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Thursday 29 August 2024 06:20:40 -0400 (0:00:00.475) 0:02:38.633 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_md_active_devices_re": "Active\\ Devices\\ :\\ 2\\\n" }, "changed": false } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Thursday 29 August 2024 06:20:40 -0400 (0:00:00.073) 0:02:38.707 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_md_spare_devices_re": "Spare\\ Devices\\ :\\ 1\\\n" }, "changed": false } TASK [Set md version regex] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Thursday 29 August 2024 06:20:40 -0400 (0:00:00.058) 0:02:38.766 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_md_metadata_version_re": "Version\\ :\\ 1\\.0\\\n" }, "changed": false } TASK [Set md chunk size regex] ************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Thursday 29 August 2024 06:20:40 -0400 (0:00:00.052) 0:02:38.818 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.raid_chunk_size | string != \"0 B\"", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Thursday 29 August 2024 06:20:40 -0400 (0:00:00.056) 0:02:38.875 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.raid_chunk_size | string != \"0 B\"", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Thursday 29 August 2024 06:20:40 -0400 (0:00:00.055) 0:02:38.931 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Thursday 29 August 2024 06:20:40 -0400 (0:00:00.039) 0:02:38.970 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Thursday 29 August 2024 06:20:40 -0400 (0:00:00.034) 0:02:39.005 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Thursday 29 August 2024 06:20:40 -0400 (0:00:00.034) 0:02:39.039 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.raid_chunk_size | string != \"0 B\"", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Thursday 29 August 2024 06:20:40 -0400 (0:00:00.050) 0:02:39.089 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Thursday 29 August 2024 06:20:40 -0400 (0:00:00.022) 0:02:39.111 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed_node3 TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Thursday 29 August 2024 06:20:40 -0400 (0:00:00.057) 0:02:39.169 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml for managed_node3 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': None, 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1', '_kernel_device': '/dev/dm-2', '_raw_kernel_device': '/dev/dm-2'}) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml for managed_node3 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test2', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv2', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv2', '_raw_device': '/dev/mapper/vg1-Lv2', '_mount_id': '/dev/mapper/vg1-Lv2', '_kernel_device': '/dev/dm-1', '_raw_kernel_device': '/dev/dm-1'}) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml for managed_node3 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test3', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv3', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv3', '_raw_device': '/dev/mapper/vg1-Lv3', '_mount_id': '/dev/mapper/vg1-Lv3', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about the LV] ******************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:8 Thursday 29 August 2024 06:20:40 -0400 (0:00:00.096) 0:02:39.266 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:16 Thursday 29 August 2024 06:20:40 -0400 (0:00:00.040) 0:02:39.307 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:20 Thursday 29 August 2024 06:20:40 -0400 (0:00:00.038) 0:02:39.345 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Thursday 29 August 2024 06:20:40 -0400 (0:00:00.026) 0:02:39.372 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Thursday 29 August 2024 06:20:40 -0400 (0:00:00.026) 0:02:39.398 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Thursday 29 August 2024 06:20:40 -0400 (0:00:00.023) 0:02:39.422 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Thursday 29 August 2024 06:20:40 -0400 (0:00:00.023) 0:02:39.446 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:8 Thursday 29 August 2024 06:20:40 -0400 (0:00:00.025) 0:02:39.472 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:16 Thursday 29 August 2024 06:20:40 -0400 (0:00:00.023) 0:02:39.495 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:20 Thursday 29 August 2024 06:20:40 -0400 (0:00:00.030) 0:02:39.526 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Thursday 29 August 2024 06:20:40 -0400 (0:00:00.029) 0:02:39.556 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Thursday 29 August 2024 06:20:40 -0400 (0:00:00.027) 0:02:39.583 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Thursday 29 August 2024 06:20:40 -0400 (0:00:00.023) 0:02:39.606 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Thursday 29 August 2024 06:20:41 -0400 (0:00:00.031) 0:02:39.637 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:8 Thursday 29 August 2024 06:20:41 -0400 (0:00:00.024) 0:02:39.662 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:16 Thursday 29 August 2024 06:20:41 -0400 (0:00:00.025) 0:02:39.687 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:20 Thursday 29 August 2024 06:20:41 -0400 (0:00:00.023) 0:02:39.711 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Thursday 29 August 2024 06:20:41 -0400 (0:00:00.024) 0:02:39.735 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Thursday 29 August 2024 06:20:41 -0400 (0:00:00.023) 0:02:39.758 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Thursday 29 August 2024 06:20:41 -0400 (0:00:00.029) 0:02:39.788 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Thursday 29 August 2024 06:20:41 -0400 (0:00:00.034) 0:02:39.822 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Thursday 29 August 2024 06:20:41 -0400 (0:00:00.028) 0:02:39.851 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml for managed_node3 TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Thursday 29 August 2024 06:20:41 -0400 (0:00:00.069) 0:02:39.920 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml for managed_node3 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': None, 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1', '_kernel_device': '/dev/dm-2', '_raw_kernel_device': '/dev/dm-2'}) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml for managed_node3 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test2', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv2', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv2', '_raw_device': '/dev/mapper/vg1-Lv2', '_mount_id': '/dev/mapper/vg1-Lv2', '_kernel_device': '/dev/dm-1', '_raw_kernel_device': '/dev/dm-1'}) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml for managed_node3 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test3', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv3', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv3', '_raw_device': '/dev/mapper/vg1-Lv3', '_mount_id': '/dev/mapper/vg1-Lv3', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about thinpool] ****************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Thursday 29 August 2024 06:20:41 -0400 (0:00:00.097) 0:02:40.017 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Thursday 29 August 2024 06:20:41 -0400 (0:00:00.036) 0:02:40.054 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Thursday 29 August 2024 06:20:41 -0400 (0:00:00.033) 0:02:40.088 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Thursday 29 August 2024 06:20:41 -0400 (0:00:00.032) 0:02:40.120 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Thursday 29 August 2024 06:20:41 -0400 (0:00:00.038) 0:02:40.159 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Thursday 29 August 2024 06:20:41 -0400 (0:00:00.034) 0:02:40.194 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Thursday 29 August 2024 06:20:41 -0400 (0:00:00.033) 0:02:40.227 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Thursday 29 August 2024 06:20:41 -0400 (0:00:00.031) 0:02:40.259 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Thursday 29 August 2024 06:20:41 -0400 (0:00:00.036) 0:02:40.296 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Thursday 29 August 2024 06:20:41 -0400 (0:00:00.033) 0:02:40.330 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Thursday 29 August 2024 06:20:41 -0400 (0:00:00.085) 0:02:40.415 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Thursday 29 August 2024 06:20:41 -0400 (0:00:00.036) 0:02:40.451 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Thursday 29 August 2024 06:20:41 -0400 (0:00:00.037) 0:02:40.489 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed_node3 TASK [Set test variables] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Thursday 29 August 2024 06:20:41 -0400 (0:00:00.084) 0:02:40.574 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Thursday 29 August 2024 06:20:42 -0400 (0:00:00.077) 0:02:40.651 ******* skipping: [managed_node3] => (item=/dev/md/vg1-1) => { "_storage_test_pool_member_path": "/dev/md/vg1-1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [managed_node3] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Thursday 29 August 2024 06:20:42 -0400 (0:00:00.035) 0:02:40.687 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node3 => (item=/dev/md/vg1-1) TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 29 August 2024 06:20:42 -0400 (0:00:00.060) 0:02:40.748 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 29 August 2024 06:20:42 -0400 (0:00:00.074) 0:02:40.822 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 29 August 2024 06:20:42 -0400 (0:00:00.093) 0:02:40.916 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 29 August 2024 06:20:42 -0400 (0:00:00.069) 0:02:40.985 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 29 August 2024 06:20:42 -0400 (0:00:00.063) 0:02:41.049 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 29 August 2024 06:20:42 -0400 (0:00:00.064) 0:02:41.113 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Thursday 29 August 2024 06:20:42 -0400 (0:00:00.035) 0:02:41.149 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Thursday 29 August 2024 06:20:42 -0400 (0:00:00.034) 0:02:41.184 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml for managed_node3 TASK [Validate pool member VDO settings] *************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Thursday 29 August 2024 06:20:42 -0400 (0:00:00.080) 0:02:41.265 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml for managed_node3 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': None, 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1', '_kernel_device': '/dev/dm-2', '_raw_kernel_device': '/dev/dm-2'}) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml for managed_node3 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test2', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv2', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv2', '_raw_device': '/dev/mapper/vg1-Lv2', '_mount_id': '/dev/mapper/vg1-Lv2', '_kernel_device': '/dev/dm-1', '_raw_kernel_device': '/dev/dm-1'}) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml for managed_node3 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test3', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv3', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv3', '_raw_device': '/dev/mapper/vg1-Lv3', '_mount_id': '/dev/mapper/vg1-Lv3', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about VDO deduplication] ********************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Thursday 29 August 2024 06:20:42 -0400 (0:00:00.103) 0:02:41.368 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Thursday 29 August 2024 06:20:42 -0400 (0:00:00.035) 0:02:41.403 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Thursday 29 August 2024 06:20:42 -0400 (0:00:00.033) 0:02:41.437 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Thursday 29 August 2024 06:20:42 -0400 (0:00:00.033) 0:02:41.470 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Thursday 29 August 2024 06:20:42 -0400 (0:00:00.035) 0:02:41.506 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Thursday 29 August 2024 06:20:42 -0400 (0:00:00.034) 0:02:41.541 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:46 Thursday 29 August 2024 06:20:42 -0400 (0:00:00.034) 0:02:41.576 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Thursday 29 August 2024 06:20:42 -0400 (0:00:00.041) 0:02:41.617 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Thursday 29 August 2024 06:20:43 -0400 (0:00:00.034) 0:02:41.652 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Thursday 29 August 2024 06:20:43 -0400 (0:00:00.035) 0:02:41.687 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Thursday 29 August 2024 06:20:43 -0400 (0:00:00.035) 0:02:41.723 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Thursday 29 August 2024 06:20:43 -0400 (0:00:00.034) 0:02:41.757 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Thursday 29 August 2024 06:20:43 -0400 (0:00:00.034) 0:02:41.792 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:46 Thursday 29 August 2024 06:20:43 -0400 (0:00:00.039) 0:02:41.832 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Thursday 29 August 2024 06:20:43 -0400 (0:00:00.039) 0:02:41.871 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Thursday 29 August 2024 06:20:43 -0400 (0:00:00.038) 0:02:41.910 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Thursday 29 August 2024 06:20:43 -0400 (0:00:00.044) 0:02:41.955 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Thursday 29 August 2024 06:20:43 -0400 (0:00:00.034) 0:02:41.989 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Thursday 29 August 2024 06:20:43 -0400 (0:00:00.033) 0:02:42.023 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Thursday 29 August 2024 06:20:43 -0400 (0:00:00.038) 0:02:42.061 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:46 Thursday 29 August 2024 06:20:43 -0400 (0:00:00.036) 0:02:42.098 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Thursday 29 August 2024 06:20:43 -0400 (0:00:00.040) 0:02:42.138 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed_node3 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Thursday 29 August 2024 06:20:43 -0400 (0:00:00.093) 0:02:42.231 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Thursday 29 August 2024 06:20:43 -0400 (0:00:00.038) 0:02:42.270 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Thursday 29 August 2024 06:20:43 -0400 (0:00:00.035) 0:02:42.305 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Thursday 29 August 2024 06:20:43 -0400 (0:00:00.036) 0:02:42.341 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Thursday 29 August 2024 06:20:43 -0400 (0:00:00.034) 0:02:42.376 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Thursday 29 August 2024 06:20:43 -0400 (0:00:00.034) 0:02:42.410 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Thursday 29 August 2024 06:20:43 -0400 (0:00:00.037) 0:02:42.448 ******* ok: [managed_node3] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Thursday 29 August 2024 06:20:43 -0400 (0:00:00.038) 0:02:42.487 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed_node3 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': None, 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1', '_kernel_device': '/dev/dm-2', '_raw_kernel_device': '/dev/dm-2'}) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed_node3 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test2', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv2', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv2', '_raw_device': '/dev/mapper/vg1-Lv2', '_mount_id': '/dev/mapper/vg1-Lv2', '_kernel_device': '/dev/dm-1', '_raw_kernel_device': '/dev/dm-1'}) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed_node3 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test3', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv3', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv3', '_raw_device': '/dev/mapper/vg1-Lv3', '_mount_id': '/dev/mapper/vg1-Lv3', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Thursday 29 August 2024 06:20:43 -0400 (0:00:00.084) 0:02:42.572 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Thursday 29 August 2024 06:20:44 -0400 (0:00:00.072) 0:02:42.644 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed_node3 => (item=mount) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed_node3 => (item=fstab) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed_node3 => (item=fs) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed_node3 => (item=device) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed_node3 => (item=encryption) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed_node3 => (item=md) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed_node3 => (item=size) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed_node3 => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Thursday 29 August 2024 06:20:44 -0400 (0:00:00.192) 0:02:42.837 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-lv1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Thursday 29 August 2024 06:20:44 -0400 (0:00:00.106) 0:02:42.943 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Thursday 29 August 2024 06:20:44 -0400 (0:00:00.086) 0:02:43.030 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Thursday 29 August 2024 06:20:44 -0400 (0:00:00.037) 0:02:43.067 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Thursday 29 August 2024 06:20:44 -0400 (0:00:00.044) 0:02:43.112 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Thursday 29 August 2024 06:20:44 -0400 (0:00:00.036) 0:02:43.148 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Thursday 29 August 2024 06:20:44 -0400 (0:00:00.035) 0:02:43.184 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Thursday 29 August 2024 06:20:44 -0400 (0:00:00.039) 0:02:43.224 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Thursday 29 August 2024 06:20:44 -0400 (0:00:00.035) 0:02:43.259 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Thursday 29 August 2024 06:20:44 -0400 (0:00:00.036) 0:02:43.296 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Thursday 29 August 2024 06:20:44 -0400 (0:00:00.035) 0:02:43.332 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Thursday 29 August 2024 06:20:44 -0400 (0:00:00.040) 0:02:43.372 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/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-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Thursday 29 August 2024 06:20:44 -0400 (0:00:00.113) 0:02:43.485 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Thursday 29 August 2024 06:20:44 -0400 (0:00:00.087) 0:02:43.573 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Thursday 29 August 2024 06:20:45 -0400 (0:00:00.075) 0:02:43.648 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Thursday 29 August 2024 06:20:45 -0400 (0:00:00.066) 0:02:43.715 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:51 Thursday 29 August 2024 06:20:45 -0400 (0:00:00.043) 0:02:43.758 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Thursday 29 August 2024 06:20:45 -0400 (0:00:00.042) 0:02:43.800 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Thursday 29 August 2024 06:20:45 -0400 (0:00:00.085) 0:02:43.886 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Thursday 29 August 2024 06:20:45 -0400 (0:00:00.085) 0:02:43.972 ******* ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724926745.6913116, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1724926745.6913116, "dev": 5, "device_type": 64770, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 14732, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1724926745.6913116, "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-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Thursday 29 August 2024 06:20:45 -0400 (0:00:00.625) 0:02:44.597 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Thursday 29 August 2024 06:20:46 -0400 (0:00:00.049) 0:02:44.646 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Thursday 29 August 2024 06:20:46 -0400 (0:00:00.037) 0:02:44.684 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Thursday 29 August 2024 06:20:46 -0400 (0:00:00.044) 0:02:44.728 ******* ok: [managed_node3] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Thursday 29 August 2024 06:20:46 -0400 (0:00:00.043) 0:02:44.772 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Thursday 29 August 2024 06:20:46 -0400 (0:00:00.036) 0:02:44.809 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Thursday 29 August 2024 06:20:46 -0400 (0:00:00.044) 0:02:44.854 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Thursday 29 August 2024 06:20:46 -0400 (0:00:00.034) 0:02:44.889 ******* ok: [managed_node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Thursday 29 August 2024 06:20:48 -0400 (0:00:02.220) 0:02:47.109 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Thursday 29 August 2024 06:20:48 -0400 (0:00:00.027) 0:02:47.137 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "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-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Thursday 29 August 2024 06:20:48 -0400 (0:00:00.026) 0:02:47.163 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Thursday 29 August 2024 06:20:48 -0400 (0:00:00.046) 0:02:47.210 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Thursday 29 August 2024 06:20:48 -0400 (0:00:00.020) 0:02:47.231 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Thursday 29 August 2024 06:20:48 -0400 (0:00:00.018) 0:02:47.250 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Thursday 29 August 2024 06:20:48 -0400 (0:00:00.019) 0:02:47.269 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Thursday 29 August 2024 06:20:48 -0400 (0:00:00.019) 0:02:47.289 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Thursday 29 August 2024 06:20:48 -0400 (0:00:00.022) 0:02:47.312 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Thursday 29 August 2024 06:20:48 -0400 (0:00:00.048) 0:02:47.360 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Thursday 29 August 2024 06:20:48 -0400 (0:00:00.046) 0:02:47.407 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Thursday 29 August 2024 06:20:48 -0400 (0:00:00.042) 0:02:47.450 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Thursday 29 August 2024 06:20:48 -0400 (0:00:00.040) 0:02:47.491 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Thursday 29 August 2024 06:20:48 -0400 (0:00:00.043) 0:02:47.534 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Thursday 29 August 2024 06:20:48 -0400 (0:00:00.024) 0:02:47.559 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Thursday 29 August 2024 06:20:48 -0400 (0:00:00.020) 0:02:47.580 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Thursday 29 August 2024 06:20:48 -0400 (0:00:00.019) 0:02:47.600 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Thursday 29 August 2024 06:20:48 -0400 (0:00:00.019) 0:02:47.619 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Thursday 29 August 2024 06:20:49 -0400 (0:00:00.024) 0:02:47.643 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Thursday 29 August 2024 06:20:49 -0400 (0:00:00.019) 0:02:47.663 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Thursday 29 August 2024 06:20:49 -0400 (0:00:00.034) 0:02:47.697 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Thursday 29 August 2024 06:20:49 -0400 (0:00:00.031) 0:02:47.729 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Thursday 29 August 2024 06:20:49 -0400 (0:00:00.031) 0:02:47.760 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Thursday 29 August 2024 06:20:49 -0400 (0:00:00.032) 0:02:47.793 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Thursday 29 August 2024 06:20:49 -0400 (0:00:00.032) 0:02:47.825 ******* ok: [managed_node3] => { "bytes": 2147483648, "changed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Thursday 29 August 2024 06:20:49 -0400 (0:00:00.511) 0:02:48.337 ******* ok: [managed_node3] => { "bytes": 2147483648, "changed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Thursday 29 August 2024 06:20:50 -0400 (0:00:00.499) 0:02:48.836 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_expected_size": "2147483648" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Thursday 29 August 2024 06:20:50 -0400 (0:00:00.053) 0:02:48.890 ******* ok: [managed_node3] => { "storage_test_expected_size": "2147483648" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Thursday 29 August 2024 06:20:50 -0400 (0:00:00.025) 0:02:48.915 ******* ok: [managed_node3] => { "bytes": 10715943403, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Thursday 29 August 2024 06:20:50 -0400 (0:00:00.483) 0:02:49.399 ******* skipping: [managed_node3] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Thursday 29 August 2024 06:20:50 -0400 (0:00:00.048) 0:02:49.448 ******* skipping: [managed_node3] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test pool size] ***************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Thursday 29 August 2024 06:20:50 -0400 (0:00:00.046) 0:02:49.494 ******* skipping: [managed_node3] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Thursday 29 August 2024 06:20:50 -0400 (0:00:00.048) 0:02:49.542 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "'%' in storage_test_volume.size | string", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Thursday 29 August 2024 06:20:50 -0400 (0:00:00.041) 0:02:49.584 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Thursday 29 August 2024 06:20:50 -0400 (0:00:00.019) 0:02:49.603 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Thursday 29 August 2024 06:20:50 -0400 (0:00:00.018) 0:02:49.622 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Thursday 29 August 2024 06:20:51 -0400 (0:00:00.019) 0:02:49.641 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Thursday 29 August 2024 06:20:51 -0400 (0:00:00.018) 0:02:49.660 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Thursday 29 August 2024 06:20:51 -0400 (0:00:00.020) 0:02:49.681 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Thursday 29 August 2024 06:20:51 -0400 (0:00:00.052) 0:02:49.733 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Thursday 29 August 2024 06:20:51 -0400 (0:00:00.026) 0:02:49.760 ******* skipping: [managed_node3] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Thursday 29 August 2024 06:20:51 -0400 (0:00:00.029) 0:02:49.789 ******* skipping: [managed_node3] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Thursday 29 August 2024 06:20:51 -0400 (0:00:00.034) 0:02:49.824 ******* skipping: [managed_node3] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Thursday 29 August 2024 06:20:51 -0400 (0:00:00.032) 0:02:49.857 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Thursday 29 August 2024 06:20:51 -0400 (0:00:00.032) 0:02:49.889 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Thursday 29 August 2024 06:20:51 -0400 (0:00:00.036) 0:02:49.926 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Thursday 29 August 2024 06:20:51 -0400 (0:00:00.033) 0:02:49.960 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Thursday 29 August 2024 06:20:51 -0400 (0:00:00.030) 0:02:49.991 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Thursday 29 August 2024 06:20:51 -0400 (0:00:00.023) 0:02:50.014 ******* ok: [managed_node3] => { "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-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Thursday 29 August 2024 06:20:51 -0400 (0:00:00.026) 0:02:50.041 ******* ok: [managed_node3] => { "storage_test_expected_size": "2147483648" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Thursday 29 August 2024 06:20:51 -0400 (0:00:00.023) 0:02:50.064 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Thursday 29 August 2024 06:20:51 -0400 (0:00:00.055) 0:02:50.120 ******* ok: [managed_node3] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "vg1/lv1" ], "delta": "0:00:03.476317", "end": "2024-08-29 06:20:55.478201", "rc": 0, "start": "2024-08-29 06:20:52.001884" } 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-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Thursday 29 August 2024 06:20:55 -0400 (0:00:04.053) 0:02:54.173 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Thursday 29 August 2024 06:20:55 -0400 (0:00:00.045) 0:02:54.219 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Thursday 29 August 2024 06:20:55 -0400 (0:00:00.045) 0:02:54.265 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Thursday 29 August 2024 06:20:55 -0400 (0:00:00.040) 0:02:54.306 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Thursday 29 August 2024 06:20:55 -0400 (0:00:00.054) 0:02:54.360 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Thursday 29 August 2024 06:20:55 -0400 (0:00:00.047) 0:02:54.407 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Thursday 29 August 2024 06:20:55 -0400 (0:00:00.039) 0:02:54.446 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Thursday 29 August 2024 06:20:55 -0400 (0:00:00.021) 0:02:54.468 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Thursday 29 August 2024 06:20:55 -0400 (0:00:00.045) 0:02:54.513 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed_node3 => (item=mount) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed_node3 => (item=fstab) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed_node3 => (item=fs) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed_node3 => (item=device) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed_node3 => (item=encryption) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed_node3 => (item=md) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed_node3 => (item=size) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed_node3 => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Thursday 29 August 2024 06:20:56 -0400 (0:00:00.113) 0:02:54.627 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-Lv2" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Thursday 29 August 2024 06:20:56 -0400 (0:00:00.030) 0:02:54.658 ******* ok: [managed_node3] => { "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-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Thursday 29 August 2024 06:20:56 -0400 (0:00:00.051) 0:02:54.710 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Thursday 29 August 2024 06:20:56 -0400 (0:00:00.021) 0:02:54.731 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Thursday 29 August 2024 06:20:56 -0400 (0:00:00.025) 0:02:54.757 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Thursday 29 August 2024 06:20:56 -0400 (0:00:00.020) 0:02:54.778 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Thursday 29 August 2024 06:20:56 -0400 (0:00:00.019) 0:02:54.797 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Thursday 29 August 2024 06:20:56 -0400 (0:00:00.019) 0:02:54.817 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Thursday 29 August 2024 06:20:56 -0400 (0:00:00.021) 0:02:54.839 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Thursday 29 August 2024 06:20:56 -0400 (0:00:00.019) 0:02:54.858 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Thursday 29 August 2024 06:20:56 -0400 (0:00:00.019) 0:02:54.878 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Thursday 29 August 2024 06:20:56 -0400 (0:00:00.021) 0:02:54.899 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/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-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Thursday 29 August 2024 06:20:56 -0400 (0:00:00.061) 0:02:54.961 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Thursday 29 August 2024 06:20:56 -0400 (0:00:00.044) 0:02:55.006 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Thursday 29 August 2024 06:20:56 -0400 (0:00:00.050) 0:02:55.057 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Thursday 29 August 2024 06:20:56 -0400 (0:00:00.039) 0:02:55.096 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:51 Thursday 29 August 2024 06:20:56 -0400 (0:00:00.023) 0:02:55.120 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Thursday 29 August 2024 06:20:56 -0400 (0:00:00.022) 0:02:55.142 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Thursday 29 August 2024 06:20:56 -0400 (0:00:00.045) 0:02:55.188 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Thursday 29 August 2024 06:20:56 -0400 (0:00:00.045) 0:02:55.233 ******* ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724926738.866191, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1724926738.866191, "dev": 5, "device_type": 64769, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 14692, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1724926738.866191, "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-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Thursday 29 August 2024 06:20:57 -0400 (0:00:00.555) 0:02:55.789 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Thursday 29 August 2024 06:20:57 -0400 (0:00:00.043) 0:02:55.833 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Thursday 29 August 2024 06:20:57 -0400 (0:00:00.035) 0:02:55.868 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Thursday 29 August 2024 06:20:57 -0400 (0:00:00.042) 0:02:55.911 ******* ok: [managed_node3] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Thursday 29 August 2024 06:20:57 -0400 (0:00:00.037) 0:02:55.948 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Thursday 29 August 2024 06:20:57 -0400 (0:00:00.033) 0:02:55.982 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Thursday 29 August 2024 06:20:57 -0400 (0:00:00.045) 0:02:56.028 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Thursday 29 August 2024 06:20:57 -0400 (0:00:00.035) 0:02:56.063 ******* ok: [managed_node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Thursday 29 August 2024 06:20:59 -0400 (0:00:01.956) 0:02:58.020 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Thursday 29 August 2024 06:20:59 -0400 (0:00:00.020) 0:02:58.041 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "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-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Thursday 29 August 2024 06:20:59 -0400 (0:00:00.020) 0:02:58.061 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Thursday 29 August 2024 06:20:59 -0400 (0:00:00.047) 0:02:58.108 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Thursday 29 August 2024 06:20:59 -0400 (0:00:00.028) 0:02:58.136 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Thursday 29 August 2024 06:20:59 -0400 (0:00:00.023) 0:02:58.160 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Thursday 29 August 2024 06:20:59 -0400 (0:00:00.033) 0:02:58.193 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Thursday 29 August 2024 06:20:59 -0400 (0:00:00.033) 0:02:58.227 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Thursday 29 August 2024 06:20:59 -0400 (0:00:00.032) 0:02:58.259 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Thursday 29 August 2024 06:20:59 -0400 (0:00:00.073) 0:02:58.332 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Thursday 29 August 2024 06:20:59 -0400 (0:00:00.153) 0:02:58.485 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Thursday 29 August 2024 06:21:00 -0400 (0:00:00.172) 0:02:58.657 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Thursday 29 August 2024 06:21:00 -0400 (0:00:00.066) 0:02:58.723 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Thursday 29 August 2024 06:21:00 -0400 (0:00:00.065) 0:02:58.789 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Thursday 29 August 2024 06:21:00 -0400 (0:00:00.035) 0:02:58.825 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Thursday 29 August 2024 06:21:00 -0400 (0:00:00.032) 0:02:58.857 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Thursday 29 August 2024 06:21:00 -0400 (0:00:00.032) 0:02:58.890 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Thursday 29 August 2024 06:21:00 -0400 (0:00:00.035) 0:02:58.925 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Thursday 29 August 2024 06:21:00 -0400 (0:00:00.033) 0:02:58.959 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Thursday 29 August 2024 06:21:00 -0400 (0:00:00.033) 0:02:58.993 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Thursday 29 August 2024 06:21:00 -0400 (0:00:00.033) 0:02:59.027 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Thursday 29 August 2024 06:21:00 -0400 (0:00:00.032) 0:02:59.059 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Thursday 29 August 2024 06:21:00 -0400 (0:00:00.032) 0:02:59.091 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Thursday 29 August 2024 06:21:00 -0400 (0:00:00.036) 0:02:59.128 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Thursday 29 August 2024 06:21:00 -0400 (0:00:00.033) 0:02:59.161 ******* ok: [managed_node3] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Thursday 29 August 2024 06:21:01 -0400 (0:00:00.537) 0:02:59.698 ******* ok: [managed_node3] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Thursday 29 August 2024 06:21:01 -0400 (0:00:00.525) 0:03:00.224 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_expected_size": "3221225472" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Thursday 29 August 2024 06:21:01 -0400 (0:00:00.079) 0:03:00.304 ******* ok: [managed_node3] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Thursday 29 August 2024 06:21:01 -0400 (0:00:00.042) 0:03:00.347 ******* ok: [managed_node3] => { "bytes": 10715943403, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Thursday 29 August 2024 06:21:02 -0400 (0:00:00.560) 0:03:00.908 ******* skipping: [managed_node3] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Thursday 29 August 2024 06:21:02 -0400 (0:00:00.071) 0:03:00.979 ******* skipping: [managed_node3] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test pool size] ***************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Thursday 29 August 2024 06:21:02 -0400 (0:00:00.069) 0:03:01.049 ******* skipping: [managed_node3] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Thursday 29 August 2024 06:21:02 -0400 (0:00:00.060) 0:03:01.110 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "'%' in storage_test_volume.size | string", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Thursday 29 August 2024 06:21:02 -0400 (0:00:00.058) 0:03:01.169 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Thursday 29 August 2024 06:21:02 -0400 (0:00:00.037) 0:03:01.206 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Thursday 29 August 2024 06:21:02 -0400 (0:00:00.048) 0:03:01.255 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Thursday 29 August 2024 06:21:02 -0400 (0:00:00.038) 0:03:01.293 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Thursday 29 August 2024 06:21:02 -0400 (0:00:00.026) 0:03:01.320 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Thursday 29 August 2024 06:21:02 -0400 (0:00:00.023) 0:03:01.344 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Thursday 29 August 2024 06:21:02 -0400 (0:00:00.020) 0:03:01.364 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Thursday 29 August 2024 06:21:02 -0400 (0:00:00.019) 0:03:01.384 ******* skipping: [managed_node3] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Thursday 29 August 2024 06:21:02 -0400 (0:00:00.030) 0:03:01.414 ******* skipping: [managed_node3] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Thursday 29 August 2024 06:21:02 -0400 (0:00:00.025) 0:03:01.439 ******* skipping: [managed_node3] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Thursday 29 August 2024 06:21:02 -0400 (0:00:00.025) 0:03:01.465 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Thursday 29 August 2024 06:21:02 -0400 (0:00:00.025) 0:03:01.490 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Thursday 29 August 2024 06:21:02 -0400 (0:00:00.022) 0:03:01.512 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Thursday 29 August 2024 06:21:02 -0400 (0:00:00.020) 0:03:01.533 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Thursday 29 August 2024 06:21:02 -0400 (0:00:00.024) 0:03:01.558 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Thursday 29 August 2024 06:21:02 -0400 (0:00:00.036) 0:03:01.594 ******* ok: [managed_node3] => { "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-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Thursday 29 August 2024 06:21:03 -0400 (0:00:00.041) 0:03:01.635 ******* ok: [managed_node3] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Thursday 29 August 2024 06:21:03 -0400 (0:00:00.038) 0:03:01.674 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Thursday 29 August 2024 06:21:03 -0400 (0:00:00.078) 0:03:01.752 ******* ok: [managed_node3] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "vg1/Lv2" ], "delta": "0:00:02.736545", "end": "2024-08-29 06:21:06.275315", "rc": 0, "start": "2024-08-29 06:21:03.538770" } 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-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Thursday 29 August 2024 06:21:06 -0400 (0:00:03.217) 0:03:04.970 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Thursday 29 August 2024 06:21:06 -0400 (0:00:00.061) 0:03:05.032 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Thursday 29 August 2024 06:21:06 -0400 (0:00:00.075) 0:03:05.107 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Thursday 29 August 2024 06:21:06 -0400 (0:00:00.046) 0:03:05.154 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Thursday 29 August 2024 06:21:06 -0400 (0:00:00.040) 0:03:05.194 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Thursday 29 August 2024 06:21:06 -0400 (0:00:00.046) 0:03:05.240 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Thursday 29 August 2024 06:21:06 -0400 (0:00:00.055) 0:03:05.295 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Thursday 29 August 2024 06:21:06 -0400 (0:00:00.025) 0:03:05.321 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Thursday 29 August 2024 06:21:06 -0400 (0:00:00.045) 0:03:05.366 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed_node3 => (item=mount) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed_node3 => (item=fstab) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed_node3 => (item=fs) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed_node3 => (item=device) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed_node3 => (item=encryption) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed_node3 => (item=md) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed_node3 => (item=size) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed_node3 => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Thursday 29 August 2024 06:21:06 -0400 (0:00:00.111) 0:03:05.478 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-Lv3" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Thursday 29 August 2024 06:21:06 -0400 (0:00:00.031) 0:03:05.510 ******* ok: [managed_node3] => { "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-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Thursday 29 August 2024 06:21:06 -0400 (0:00:00.055) 0:03:05.565 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Thursday 29 August 2024 06:21:06 -0400 (0:00:00.034) 0:03:05.600 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Thursday 29 August 2024 06:21:07 -0400 (0:00:00.044) 0:03:05.644 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Thursday 29 August 2024 06:21:07 -0400 (0:00:00.034) 0:03:05.679 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Thursday 29 August 2024 06:21:07 -0400 (0:00:00.054) 0:03:05.733 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Thursday 29 August 2024 06:21:07 -0400 (0:00:00.034) 0:03:05.768 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Thursday 29 August 2024 06:21:07 -0400 (0:00:00.025) 0:03:05.793 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Thursday 29 August 2024 06:21:07 -0400 (0:00:00.020) 0:03:05.813 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Thursday 29 August 2024 06:21:07 -0400 (0:00:00.021) 0:03:05.835 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Thursday 29 August 2024 06:21:07 -0400 (0:00:00.054) 0:03:05.889 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/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-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Thursday 29 August 2024 06:21:07 -0400 (0:00:00.076) 0:03:05.966 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Thursday 29 August 2024 06:21:07 -0400 (0:00:00.052) 0:03:06.019 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Thursday 29 August 2024 06:21:07 -0400 (0:00:00.045) 0:03:06.064 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Thursday 29 August 2024 06:21:07 -0400 (0:00:00.040) 0:03:06.105 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:51 Thursday 29 August 2024 06:21:07 -0400 (0:00:00.023) 0:03:06.128 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Thursday 29 August 2024 06:21:07 -0400 (0:00:00.023) 0:03:06.151 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Thursday 29 August 2024 06:21:07 -0400 (0:00:00.046) 0:03:06.198 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Thursday 29 August 2024 06:21:07 -0400 (0:00:00.051) 0:03:06.250 ******* ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724926729.3640227, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1724926729.3640227, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 14651, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1724926729.3640227, "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-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Thursday 29 August 2024 06:21:08 -0400 (0:00:00.540) 0:03:06.791 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Thursday 29 August 2024 06:21:08 -0400 (0:00:00.045) 0:03:06.836 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Thursday 29 August 2024 06:21:08 -0400 (0:00:00.038) 0:03:06.874 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Thursday 29 August 2024 06:21:08 -0400 (0:00:00.043) 0:03:06.918 ******* ok: [managed_node3] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Thursday 29 August 2024 06:21:08 -0400 (0:00:00.040) 0:03:06.958 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Thursday 29 August 2024 06:21:08 -0400 (0:00:00.033) 0:03:06.992 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Thursday 29 August 2024 06:21:08 -0400 (0:00:00.040) 0:03:07.033 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Thursday 29 August 2024 06:21:08 -0400 (0:00:00.031) 0:03:07.065 ******* ok: [managed_node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Thursday 29 August 2024 06:21:10 -0400 (0:00:01.941) 0:03:09.007 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Thursday 29 August 2024 06:21:10 -0400 (0:00:00.021) 0:03:09.028 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "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-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Thursday 29 August 2024 06:21:10 -0400 (0:00:00.020) 0:03:09.049 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Thursday 29 August 2024 06:21:10 -0400 (0:00:00.048) 0:03:09.098 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Thursday 29 August 2024 06:21:10 -0400 (0:00:00.021) 0:03:09.119 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Thursday 29 August 2024 06:21:10 -0400 (0:00:00.019) 0:03:09.139 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Thursday 29 August 2024 06:21:10 -0400 (0:00:00.023) 0:03:09.163 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Thursday 29 August 2024 06:21:10 -0400 (0:00:00.021) 0:03:09.184 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Thursday 29 August 2024 06:21:10 -0400 (0:00:00.019) 0:03:09.204 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Thursday 29 August 2024 06:21:10 -0400 (0:00:00.048) 0:03:09.252 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Thursday 29 August 2024 06:21:10 -0400 (0:00:00.045) 0:03:09.298 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Thursday 29 August 2024 06:21:10 -0400 (0:00:00.045) 0:03:09.343 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Thursday 29 August 2024 06:21:10 -0400 (0:00:00.046) 0:03:09.390 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Thursday 29 August 2024 06:21:10 -0400 (0:00:00.042) 0:03:09.432 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Thursday 29 August 2024 06:21:10 -0400 (0:00:00.023) 0:03:09.455 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Thursday 29 August 2024 06:21:10 -0400 (0:00:00.020) 0:03:09.476 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Thursday 29 August 2024 06:21:10 -0400 (0:00:00.019) 0:03:09.495 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Thursday 29 August 2024 06:21:10 -0400 (0:00:00.019) 0:03:09.515 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Thursday 29 August 2024 06:21:10 -0400 (0:00:00.022) 0:03:09.538 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Thursday 29 August 2024 06:21:10 -0400 (0:00:00.020) 0:03:09.558 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Thursday 29 August 2024 06:21:10 -0400 (0:00:00.020) 0:03:09.578 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Thursday 29 August 2024 06:21:10 -0400 (0:00:00.019) 0:03:09.598 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Thursday 29 August 2024 06:21:10 -0400 (0:00:00.018) 0:03:09.617 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Thursday 29 August 2024 06:21:11 -0400 (0:00:00.019) 0:03:09.636 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Thursday 29 August 2024 06:21:11 -0400 (0:00:00.021) 0:03:09.658 ******* ok: [managed_node3] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Thursday 29 August 2024 06:21:11 -0400 (0:00:00.422) 0:03:10.081 ******* ok: [managed_node3] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Thursday 29 August 2024 06:21:11 -0400 (0:00:00.457) 0:03:10.538 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_expected_size": "3221225472" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Thursday 29 August 2024 06:21:11 -0400 (0:00:00.046) 0:03:10.585 ******* ok: [managed_node3] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Thursday 29 August 2024 06:21:11 -0400 (0:00:00.024) 0:03:10.609 ******* ok: [managed_node3] => { "bytes": 10715943403, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Thursday 29 August 2024 06:21:12 -0400 (0:00:00.439) 0:03:11.049 ******* skipping: [managed_node3] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Thursday 29 August 2024 06:21:12 -0400 (0:00:00.051) 0:03:11.100 ******* skipping: [managed_node3] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test pool size] ***************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Thursday 29 August 2024 06:21:12 -0400 (0:00:00.044) 0:03:11.145 ******* skipping: [managed_node3] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Thursday 29 August 2024 06:21:12 -0400 (0:00:00.042) 0:03:11.187 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "'%' in storage_test_volume.size | string", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Thursday 29 August 2024 06:21:12 -0400 (0:00:00.041) 0:03:11.229 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Thursday 29 August 2024 06:21:12 -0400 (0:00:00.020) 0:03:11.249 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Thursday 29 August 2024 06:21:12 -0400 (0:00:00.019) 0:03:11.269 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Thursday 29 August 2024 06:21:12 -0400 (0:00:00.022) 0:03:11.291 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Thursday 29 August 2024 06:21:12 -0400 (0:00:00.019) 0:03:11.310 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Thursday 29 August 2024 06:21:12 -0400 (0:00:00.020) 0:03:11.331 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Thursday 29 August 2024 06:21:12 -0400 (0:00:00.019) 0:03:11.350 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Thursday 29 August 2024 06:21:12 -0400 (0:00:00.018) 0:03:11.368 ******* skipping: [managed_node3] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Thursday 29 August 2024 06:21:12 -0400 (0:00:00.017) 0:03:11.386 ******* skipping: [managed_node3] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Thursday 29 August 2024 06:21:12 -0400 (0:00:00.020) 0:03:11.406 ******* skipping: [managed_node3] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Thursday 29 August 2024 06:21:12 -0400 (0:00:00.019) 0:03:11.426 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Thursday 29 August 2024 06:21:12 -0400 (0:00:00.018) 0:03:11.445 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Thursday 29 August 2024 06:21:12 -0400 (0:00:00.018) 0:03:11.463 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Thursday 29 August 2024 06:21:12 -0400 (0:00:00.019) 0:03:11.483 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Thursday 29 August 2024 06:21:12 -0400 (0:00:00.019) 0:03:11.503 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Thursday 29 August 2024 06:21:12 -0400 (0:00:00.022) 0:03:11.525 ******* ok: [managed_node3] => { "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-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Thursday 29 August 2024 06:21:12 -0400 (0:00:00.054) 0:03:11.579 ******* ok: [managed_node3] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Thursday 29 August 2024 06:21:12 -0400 (0:00:00.024) 0:03:11.603 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Thursday 29 August 2024 06:21:13 -0400 (0:00:00.047) 0:03:11.651 ******* ok: [managed_node3] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "vg1/Lv3" ], "delta": "0:00:03.619087", "end": "2024-08-29 06:21:17.051484", "rc": 0, "start": "2024-08-29 06:21:13.432397" } 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-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Thursday 29 August 2024 06:21:17 -0400 (0:00:04.095) 0:03:15.746 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Thursday 29 August 2024 06:21:17 -0400 (0:00:00.053) 0:03:15.800 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Thursday 29 August 2024 06:21:17 -0400 (0:00:00.063) 0:03:15.864 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Thursday 29 August 2024 06:21:17 -0400 (0:00:00.052) 0:03:15.917 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Thursday 29 August 2024 06:21:17 -0400 (0:00:00.040) 0:03:15.958 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Thursday 29 August 2024 06:21:17 -0400 (0:00:00.051) 0:03:16.009 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Thursday 29 August 2024 06:21:17 -0400 (0:00:00.040) 0:03:16.049 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Thursday 29 August 2024 06:21:17 -0400 (0:00:00.022) 0:03:16.072 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Thursday 29 August 2024 06:21:17 -0400 (0:00:00.018) 0:03:16.091 ******* ok: [managed_node3] => { "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-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_pool_options.yml:90 Thursday 29 August 2024 06:21:17 -0400 (0:00:00.023) 0:03:16.114 ******* included: fedora.linux_system_roles.storage for managed_node3 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 29 August 2024 06:21:17 -0400 (0:00:00.053) 0:03:16.167 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed_node3 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 29 August 2024 06:21:17 -0400 (0:00:00.032) 0:03:16.200 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 29 August 2024 06:21:17 -0400 (0:00:00.045) 0:03:16.245 ******* skipping: [managed_node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node3] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [managed_node3] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 29 August 2024 06:21:17 -0400 (0:00:00.052) 0:03:16.298 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 29 August 2024 06:21:17 -0400 (0:00:00.024) 0:03:16.322 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "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-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 29 August 2024 06:21:17 -0400 (0:00:00.026) 0:03:16.348 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 29 August 2024 06:21:17 -0400 (0:00:00.021) 0:03:16.370 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 29 August 2024 06:21:17 -0400 (0:00:00.021) 0:03:16.392 ******* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed_node3 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 29 August 2024 06:21:17 -0400 (0:00:00.048) 0:03:16.440 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 29 August 2024 06:21:17 -0400 (0:00:00.027) 0:03:16.468 ******* ok: [managed_node3] => { "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-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 29 August 2024 06:21:17 -0400 (0:00:00.027) 0:03:16.495 ******* ok: [managed_node3] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 29 August 2024 06:21:17 -0400 (0:00:00.022) 0:03:16.518 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 29 August 2024 06:21:17 -0400 (0:00:00.023) 0:03:16.542 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 29 August 2024 06:21:17 -0400 (0:00:00.023) 0:03:16.565 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 29 August 2024 06:21:17 -0400 (0:00:00.023) 0:03:16.589 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 29 August 2024 06:21:17 -0400 (0:00:00.026) 0:03:16.615 ******* ok: [managed_node3] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 29 August 2024 06:21:18 -0400 (0:00:00.055) 0:03:16.671 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 29 August 2024 06:21:18 -0400 (0:00:00.019) 0:03:16.690 ******* changed: [managed_node3] => { "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/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": [ { "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": [ "xfsprogs" ], "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-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 29 August 2024 06:21:25 -0400 (0:00:07.306) 0:03:23.996 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Thursday 29 August 2024 06:21:25 -0400 (0:00:00.045) 0:03:24.042 ******* ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724926760.2675698, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "9d13dbdfcb8294a6f1240944f7519d5dc34a1461", "ctime": 1724926760.222569, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 134218058, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724926760.222569, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1510, "uid": 0, "version": "997904812", "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-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 29 August 2024 06:21:25 -0400 (0:00:00.400) 0:03:24.442 ******* ok: [managed_node3] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Thursday 29 August 2024 06:21:26 -0400 (0:00:00.393) 0:03:24.836 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Thursday 29 August 2024 06:21:26 -0400 (0:00:00.019) 0:03:24.855 ******* ok: [managed_node3] => { "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/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": [ { "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": [ "xfsprogs" ], "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-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Thursday 29 August 2024 06:21:26 -0400 (0:00:00.032) 0:03:24.887 ******* ok: [managed_node3] => { "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-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Thursday 29 August 2024 06:21:26 -0400 (0:00:00.028) 0:03:24.916 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Thursday 29 August 2024 06:21:26 -0400 (0:00:00.027) 0:03:24.943 ******* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [managed_node3] => (item={'src': '/dev/mapper/vg1-Lv3', 'path': '/opt/test3', 'state': 'absent', 'fstype': 'xfs'}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "fstype": "xfs", "path": "/opt/test3", "src": "/dev/mapper/vg1-Lv3", "state": "absent" }, "name": "/opt/test3", "opts": "defaults", "passno": "0", "src": "/dev/mapper/vg1-Lv3" } redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [managed_node3] => (item={'src': '/dev/mapper/vg1-Lv2', 'path': '/opt/test2', 'state': 'absent', 'fstype': 'xfs'}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "fstype": "xfs", "path": "/opt/test2", "src": "/dev/mapper/vg1-Lv2", "state": "absent" }, "name": "/opt/test2", "opts": "defaults", "passno": "0", "src": "/dev/mapper/vg1-Lv2" } redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [managed_node3] => (item={'src': '/dev/mapper/vg1-lv1', 'path': '/opt/test1', 'state': 'absent', 'fstype': 'xfs'}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "fstype": "xfs", "path": "/opt/test1", "src": "/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-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Thursday 29 August 2024 06:21:27 -0400 (0:00:01.178) 0:03:26.121 ******* ok: [managed_node3] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Thursday 29 August 2024 06:21:28 -0400 (0:00:00.800) 0:03:26.922 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Thursday 29 August 2024 06:21:28 -0400 (0:00:00.058) 0:03:26.981 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Thursday 29 August 2024 06:21:28 -0400 (0:00:00.044) 0:03:27.026 ******* ok: [managed_node3] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Thursday 29 August 2024 06:21:29 -0400 (0:00:00.780) 0:03:27.806 ******* ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724926605.4288287, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1724926601.1467528, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 513802384, "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": 1724667309.5248373, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "2827844164", "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-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Thursday 29 August 2024 06:21:29 -0400 (0:00:00.433) 0:03:28.239 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Thursday 29 August 2024 06:21:29 -0400 (0:00:00.054) 0:03:28.294 ******* ok: [managed_node3] TASK [Verify role results] ***************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_pool_options.yml:114 Thursday 29 August 2024 06:21:30 -0400 (0:00:01.010) 0:03:29.305 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed_node3 TASK [Print out pool information] ********************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Thursday 29 August 2024 06:21:30 -0400 (0:00:00.079) 0:03:29.384 ******* ok: [managed_node3] => { "_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-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Thursday 29 August 2024 06:21:30 -0400 (0:00:00.081) 0:03:29.466 ******* skipping: [managed_node3] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Thursday 29 August 2024 06:21:30 -0400 (0:00:00.064) 0:03:29.530 ******* ok: [managed_node3] => { "changed": false, "info": { "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "0377b77c-e1ba-4db6-9c34-ee60ecb61302" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Thursday 29 August 2024 06:21:31 -0400 (0:00:00.401) 0:03:29.932 ******* ok: [managed_node3] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003063", "end": "2024-08-29 06:21:31.628351", "rc": 0, "start": "2024-08-29 06:21:31.625288" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Mon Aug 26 10:15:09 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. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=0377b77c-e1ba-4db6-9c34-ee60ecb61302 / xfs defaults 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/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-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_devops_brew_scratch_nfs_sm/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-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Thursday 29 August 2024 06:21:31 -0400 (0:00:00.377) 0:03:30.309 ******* ok: [managed_node3] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:01.004146", "end": "2024-08-29 06:21:33.013898", "failed_when_result": false, "rc": 0, "start": "2024-08-29 06:21:32.009752" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Thursday 29 August 2024 06:21:33 -0400 (0:00:01.458) 0:03:31.768 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed_node3 => (item={'disks': ['sda', 'sdb', 'sdc'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'grow_to_fill': False, 'name': 'vg1', 'raid_level': 'raid1', 'raid_device_count': 2, 'raid_spare_count': 1, 'raid_metadata_version': '1.0', 'raid_chunk_size': '0 B', 'shared': False, 'state': 'absent', 'type': 'lvm', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': None, 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1'}, {'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test2', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv2', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv2', '_raw_device': '/dev/mapper/vg1-Lv2', '_mount_id': '/dev/mapper/vg1-Lv2'}, {'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test3', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv3', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv3', '_raw_device': '/dev/mapper/vg1-Lv3', '_mount_id': '/dev/mapper/vg1-Lv3'}]}) TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Thursday 29 August 2024 06:21:33 -0400 (0:00:00.115) 0:03:31.883 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Thursday 29 August 2024 06:21:33 -0400 (0:00:00.037) 0:03:31.921 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.state == 'present'", "skip_reason": "Conditional result was False" } TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Thursday 29 August 2024 06:21:33 -0400 (0:00:00.034) 0:03:31.955 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.state == 'present'", "skip_reason": "Conditional result was False" } TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Thursday 29 August 2024 06:21:33 -0400 (0:00:00.036) 0:03:31.992 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed_node3 => (item=members) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed_node3 => (item=volumes) TASK [Set test variables] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Thursday 29 August 2024 06:21:33 -0400 (0:00:00.068) 0:03:32.060 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_count": "0", "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Thursday 29 August 2024 06:21:33 -0400 (0:00:00.051) 0:03:32.111 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Set pvs lvm length] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Thursday 29 August 2024 06:21:33 -0400 (0:00:00.016) 0:03:32.128 ******* ok: [managed_node3] => { "ansible_facts": { "__pvs_lvm_len": "0" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Thursday 29 August 2024 06:21:33 -0400 (0:00:00.046) 0:03:32.174 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_pool_pvs": [] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Thursday 29 August 2024 06:21:33 -0400 (0:00:00.051) 0:03:32.226 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Thursday 29 August 2024 06:21:33 -0400 (0:00:00.052) 0:03:32.279 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Thursday 29 August 2024 06:21:33 -0400 (0:00:00.028) 0:03:32.307 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Thursday 29 August 2024 06:21:33 -0400 (0:00:00.043) 0:03:32.351 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_type": "raid1" }, "changed": false } TASK [Check the type of each PV] *********************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Thursday 29 August 2024 06:21:33 -0400 (0:00:00.024) 0:03:32.375 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check that blivet supports PV grow to fill] ****************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Thursday 29 August 2024 06:21:33 -0400 (0:00:00.026) 0:03:32.401 ******* ok: [managed_node3] => { "changed": false, "rc": 0 } STDOUT: ** (process:287927): WARNING **: 06:21:34.048: failed to load module nvme: libbd_nvme.so.2: cannot open shared object file: No such file or directory True STDERR: OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.115 originally 10.31.14.115 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.115 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.115 originally 10.31.14.115 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.115 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Thursday 29 August 2024 06:21:34 -0400 (0:00:00.427) 0:03:32.828 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Thursday 29 August 2024 06:21:34 -0400 (0:00:00.058) 0:03:32.887 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed_node3 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Thursday 29 August 2024 06:21:34 -0400 (0:00:00.073) 0:03:32.960 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Thursday 29 August 2024 06:21:34 -0400 (0:00:00.035) 0:03:32.996 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Thursday 29 August 2024 06:21:34 -0400 (0:00:00.035) 0:03:33.032 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Thursday 29 August 2024 06:21:34 -0400 (0:00:00.034) 0:03:33.066 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Thursday 29 August 2024 06:21:34 -0400 (0:00:00.033) 0:03:33.100 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Thursday 29 August 2024 06:21:34 -0400 (0:00:00.033) 0:03:33.133 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Thursday 29 August 2024 06:21:34 -0400 (0:00:00.022) 0:03:33.156 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Thursday 29 August 2024 06:21:34 -0400 (0:00:00.023) 0:03:33.180 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Thursday 29 August 2024 06:21:34 -0400 (0:00:00.022) 0:03:33.202 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Thursday 29 August 2024 06:21:34 -0400 (0:00:00.020) 0:03:33.222 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Thursday 29 August 2024 06:21:34 -0400 (0:00:00.019) 0:03:33.242 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Thursday 29 August 2024 06:21:34 -0400 (0:00:00.020) 0:03:33.263 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed_node3 TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Thursday 29 August 2024 06:21:34 -0400 (0:00:00.042) 0:03:33.306 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml for managed_node3 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': None, 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1'}) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml for managed_node3 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test2', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv2', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv2', '_raw_device': '/dev/mapper/vg1-Lv2', '_mount_id': '/dev/mapper/vg1-Lv2'}) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml for managed_node3 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test3', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv3', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv3', '_raw_device': '/dev/mapper/vg1-Lv3', '_mount_id': '/dev/mapper/vg1-Lv3'}) TASK [Get information about the LV] ******************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:8 Thursday 29 August 2024 06:21:34 -0400 (0:00:00.097) 0:03:33.404 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:16 Thursday 29 August 2024 06:21:34 -0400 (0:00:00.057) 0:03:33.461 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:20 Thursday 29 August 2024 06:21:34 -0400 (0:00:00.033) 0:03:33.494 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Thursday 29 August 2024 06:21:34 -0400 (0:00:00.032) 0:03:33.527 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Thursday 29 August 2024 06:21:34 -0400 (0:00:00.029) 0:03:33.556 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Thursday 29 August 2024 06:21:34 -0400 (0:00:00.023) 0:03:33.579 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Thursday 29 August 2024 06:21:34 -0400 (0:00:00.022) 0:03:33.602 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:8 Thursday 29 August 2024 06:21:35 -0400 (0:00:00.024) 0:03:33.626 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:16 Thursday 29 August 2024 06:21:35 -0400 (0:00:00.023) 0:03:33.650 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:20 Thursday 29 August 2024 06:21:35 -0400 (0:00:00.024) 0:03:33.675 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Thursday 29 August 2024 06:21:35 -0400 (0:00:00.023) 0:03:33.698 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Thursday 29 August 2024 06:21:35 -0400 (0:00:00.023) 0:03:33.722 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Thursday 29 August 2024 06:21:35 -0400 (0:00:00.022) 0:03:33.744 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Thursday 29 August 2024 06:21:35 -0400 (0:00:00.024) 0:03:33.768 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:8 Thursday 29 August 2024 06:21:35 -0400 (0:00:00.024) 0:03:33.793 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:16 Thursday 29 August 2024 06:21:35 -0400 (0:00:00.030) 0:03:33.823 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:20 Thursday 29 August 2024 06:21:35 -0400 (0:00:00.036) 0:03:33.860 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Thursday 29 August 2024 06:21:35 -0400 (0:00:00.041) 0:03:33.901 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Thursday 29 August 2024 06:21:35 -0400 (0:00:00.040) 0:03:33.942 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Thursday 29 August 2024 06:21:35 -0400 (0:00:00.039) 0:03:33.981 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Thursday 29 August 2024 06:21:35 -0400 (0:00:00.040) 0:03:34.022 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Thursday 29 August 2024 06:21:35 -0400 (0:00:00.042) 0:03:34.065 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml for managed_node3 TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Thursday 29 August 2024 06:21:35 -0400 (0:00:00.071) 0:03:34.137 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml for managed_node3 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': None, 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1'}) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml for managed_node3 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test2', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv2', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv2', '_raw_device': '/dev/mapper/vg1-Lv2', '_mount_id': '/dev/mapper/vg1-Lv2'}) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml for managed_node3 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test3', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv3', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv3', '_raw_device': '/dev/mapper/vg1-Lv3', '_mount_id': '/dev/mapper/vg1-Lv3'}) TASK [Get information about thinpool] ****************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Thursday 29 August 2024 06:21:35 -0400 (0:00:00.093) 0:03:34.230 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Thursday 29 August 2024 06:21:35 -0400 (0:00:00.090) 0:03:34.321 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Thursday 29 August 2024 06:21:35 -0400 (0:00:00.038) 0:03:34.359 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Thursday 29 August 2024 06:21:35 -0400 (0:00:00.034) 0:03:34.394 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Thursday 29 August 2024 06:21:35 -0400 (0:00:00.035) 0:03:34.429 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Thursday 29 August 2024 06:21:35 -0400 (0:00:00.032) 0:03:34.461 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Thursday 29 August 2024 06:21:35 -0400 (0:00:00.034) 0:03:34.496 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Thursday 29 August 2024 06:21:35 -0400 (0:00:00.043) 0:03:34.540 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Thursday 29 August 2024 06:21:35 -0400 (0:00:00.035) 0:03:34.575 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Thursday 29 August 2024 06:21:35 -0400 (0:00:00.032) 0:03:34.608 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Thursday 29 August 2024 06:21:36 -0400 (0:00:00.032) 0:03:34.640 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Thursday 29 August 2024 06:21:36 -0400 (0:00:00.033) 0:03:34.673 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Thursday 29 August 2024 06:21:36 -0400 (0:00:00.035) 0:03:34.708 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed_node3 TASK [Set test variables] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Thursday 29 August 2024 06:21:36 -0400 (0:00:00.079) 0:03:34.788 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Thursday 29 August 2024 06:21:36 -0400 (0:00:00.071) 0:03:34.860 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Thursday 29 August 2024 06:21:36 -0400 (0:00:00.030) 0:03:34.891 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Thursday 29 August 2024 06:21:36 -0400 (0:00:00.029) 0:03:34.921 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Thursday 29 August 2024 06:21:36 -0400 (0:00:00.038) 0:03:34.959 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml for managed_node3 TASK [Validate pool member VDO settings] *************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Thursday 29 August 2024 06:21:36 -0400 (0:00:00.078) 0:03:35.038 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml for managed_node3 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': None, 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1'}) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml for managed_node3 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test2', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv2', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv2', '_raw_device': '/dev/mapper/vg1-Lv2', '_mount_id': '/dev/mapper/vg1-Lv2'}) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml for managed_node3 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test3', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv3', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv3', '_raw_device': '/dev/mapper/vg1-Lv3', '_mount_id': '/dev/mapper/vg1-Lv3'}) TASK [Get information about VDO deduplication] ********************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Thursday 29 August 2024 06:21:36 -0400 (0:00:00.107) 0:03:35.145 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Thursday 29 August 2024 06:21:36 -0400 (0:00:00.034) 0:03:35.180 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Thursday 29 August 2024 06:21:36 -0400 (0:00:00.032) 0:03:35.212 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Thursday 29 August 2024 06:21:36 -0400 (0:00:00.031) 0:03:35.244 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Thursday 29 August 2024 06:21:36 -0400 (0:00:00.033) 0:03:35.277 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Thursday 29 August 2024 06:21:36 -0400 (0:00:00.032) 0:03:35.309 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:46 Thursday 29 August 2024 06:21:36 -0400 (0:00:00.034) 0:03:35.344 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Thursday 29 August 2024 06:21:36 -0400 (0:00:00.034) 0:03:35.379 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Thursday 29 August 2024 06:21:36 -0400 (0:00:00.033) 0:03:35.412 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Thursday 29 August 2024 06:21:36 -0400 (0:00:00.032) 0:03:35.445 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Thursday 29 August 2024 06:21:36 -0400 (0:00:00.032) 0:03:35.477 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Thursday 29 August 2024 06:21:36 -0400 (0:00:00.031) 0:03:35.509 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Thursday 29 August 2024 06:21:36 -0400 (0:00:00.035) 0:03:35.544 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:46 Thursday 29 August 2024 06:21:36 -0400 (0:00:00.042) 0:03:35.587 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Thursday 29 August 2024 06:21:37 -0400 (0:00:00.043) 0:03:35.630 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Thursday 29 August 2024 06:21:37 -0400 (0:00:00.031) 0:03:35.662 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Thursday 29 August 2024 06:21:37 -0400 (0:00:00.028) 0:03:35.691 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Thursday 29 August 2024 06:21:37 -0400 (0:00:00.031) 0:03:35.722 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Thursday 29 August 2024 06:21:37 -0400 (0:00:00.034) 0:03:35.757 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Thursday 29 August 2024 06:21:37 -0400 (0:00:00.032) 0:03:35.789 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:46 Thursday 29 August 2024 06:21:37 -0400 (0:00:00.031) 0:03:35.820 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Thursday 29 August 2024 06:21:37 -0400 (0:00:00.033) 0:03:35.854 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed_node3 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Thursday 29 August 2024 06:21:37 -0400 (0:00:00.081) 0:03:35.936 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Thursday 29 August 2024 06:21:37 -0400 (0:00:00.035) 0:03:35.971 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Thursday 29 August 2024 06:21:37 -0400 (0:00:00.032) 0:03:36.004 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Thursday 29 August 2024 06:21:37 -0400 (0:00:00.032) 0:03:36.037 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Thursday 29 August 2024 06:21:37 -0400 (0:00:00.032) 0:03:36.069 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Thursday 29 August 2024 06:21:37 -0400 (0:00:00.030) 0:03:36.099 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Thursday 29 August 2024 06:21:37 -0400 (0:00:00.029) 0:03:36.128 ******* ok: [managed_node3] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Thursday 29 August 2024 06:21:37 -0400 (0:00:00.036) 0:03:36.164 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed_node3 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': None, 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1'}) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed_node3 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test2', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv2', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv2', '_raw_device': '/dev/mapper/vg1-Lv2', '_mount_id': '/dev/mapper/vg1-Lv2'}) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed_node3 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test3', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv3', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv3', '_raw_device': '/dev/mapper/vg1-Lv3', '_mount_id': '/dev/mapper/vg1-Lv3'}) TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Thursday 29 August 2024 06:21:37 -0400 (0:00:00.079) 0:03:36.243 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_volume_present": false, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Thursday 29 August 2024 06:21:37 -0400 (0:00:00.070) 0:03:36.314 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed_node3 => (item=mount) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed_node3 => (item=fstab) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed_node3 => (item=fs) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed_node3 => (item=device) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed_node3 => (item=encryption) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed_node3 => (item=md) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed_node3 => (item=size) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed_node3 => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Thursday 29 August 2024 06:21:37 -0400 (0:00:00.115) 0:03:36.429 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-lv1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Thursday 29 August 2024 06:21:37 -0400 (0:00:00.031) 0:03:36.461 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Thursday 29 August 2024 06:21:37 -0400 (0:00:00.142) 0:03:36.604 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Thursday 29 August 2024 06:21:38 -0400 (0:00:00.033) 0:03:36.638 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Thursday 29 August 2024 06:21:38 -0400 (0:00:00.022) 0:03:36.661 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Thursday 29 August 2024 06:21:38 -0400 (0:00:00.020) 0:03:36.681 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Thursday 29 August 2024 06:21:38 -0400 (0:00:00.020) 0:03:36.702 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Thursday 29 August 2024 06:21:38 -0400 (0:00:00.019) 0:03:36.721 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Thursday 29 August 2024 06:21:38 -0400 (0:00:00.020) 0:03:36.742 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Thursday 29 August 2024 06:21:38 -0400 (0:00:00.019) 0:03:36.761 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Thursday 29 August 2024 06:21:38 -0400 (0:00:00.018) 0:03:36.780 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Thursday 29 August 2024 06:21:38 -0400 (0:00:00.020) 0:03:36.800 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "0", "storage_test_fstab_expected_mount_options_matches": "0", "storage_test_fstab_expected_mount_point_matches": "0", "storage_test_fstab_id_matches": [], "storage_test_fstab_mount_options_matches": [], "storage_test_fstab_mount_point_matches": [] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Thursday 29 August 2024 06:21:38 -0400 (0:00:00.065) 0:03:36.866 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Thursday 29 August 2024 06:21:38 -0400 (0:00:00.042) 0:03:36.908 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Thursday 29 August 2024 06:21:38 -0400 (0:00:00.050) 0:03:36.959 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Thursday 29 August 2024 06:21:38 -0400 (0:00:00.039) 0:03:36.998 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:51 Thursday 29 August 2024 06:21:38 -0400 (0:00:00.024) 0:03:37.023 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Thursday 29 August 2024 06:21:38 -0400 (0:00:00.020) 0:03:37.044 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Thursday 29 August 2024 06:21:38 -0400 (0:00:00.021) 0:03:37.065 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Thursday 29 August 2024 06:21:38 -0400 (0:00:00.041) 0:03:37.106 ******* ok: [managed_node3] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Thursday 29 August 2024 06:21:38 -0400 (0:00:00.380) 0:03:37.487 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present or storage_test_volume.type == 'disk'", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Thursday 29 August 2024 06:21:38 -0400 (0:00:00.021) 0:03:37.509 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Thursday 29 August 2024 06:21:38 -0400 (0:00:00.026) 0:03:37.535 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Thursday 29 August 2024 06:21:38 -0400 (0:00:00.019) 0:03:37.554 ******* ok: [managed_node3] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Thursday 29 August 2024 06:21:38 -0400 (0:00:00.023) 0:03:37.578 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Thursday 29 August 2024 06:21:38 -0400 (0:00:00.018) 0:03:37.596 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Thursday 29 August 2024 06:21:38 -0400 (0:00:00.021) 0:03:37.617 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Thursday 29 August 2024 06:21:39 -0400 (0:00:00.018) 0:03:37.636 ******* ok: [managed_node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Thursday 29 August 2024 06:21:40 -0400 (0:00:01.548) 0:03:39.185 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Thursday 29 August 2024 06:21:40 -0400 (0:00:00.020) 0:03:39.206 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "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-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Thursday 29 August 2024 06:21:40 -0400 (0:00:00.018) 0:03:39.224 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Thursday 29 August 2024 06:21:40 -0400 (0:00:00.018) 0:03:39.243 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Thursday 29 August 2024 06:21:40 -0400 (0:00:00.020) 0:03:39.264 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Thursday 29 August 2024 06:21:40 -0400 (0:00:00.018) 0:03:39.283 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Thursday 29 August 2024 06:21:40 -0400 (0:00:00.018) 0:03:39.301 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Thursday 29 August 2024 06:21:40 -0400 (0:00:00.018) 0:03:39.320 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Thursday 29 August 2024 06:21:40 -0400 (0:00:00.017) 0:03:39.337 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Thursday 29 August 2024 06:21:40 -0400 (0:00:00.051) 0:03:39.388 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Thursday 29 August 2024 06:21:40 -0400 (0:00:00.050) 0:03:39.439 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Thursday 29 August 2024 06:21:40 -0400 (0:00:00.039) 0:03:39.479 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Thursday 29 August 2024 06:21:40 -0400 (0:00:00.040) 0:03:39.519 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Thursday 29 August 2024 06:21:40 -0400 (0:00:00.040) 0:03:39.560 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Thursday 29 August 2024 06:21:40 -0400 (0:00:00.021) 0:03:39.581 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Thursday 29 August 2024 06:21:40 -0400 (0:00:00.018) 0:03:39.600 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Thursday 29 August 2024 06:21:40 -0400 (0:00:00.020) 0:03:39.621 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Thursday 29 August 2024 06:21:41 -0400 (0:00:00.018) 0:03:39.639 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Thursday 29 August 2024 06:21:41 -0400 (0:00:00.019) 0:03:39.658 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Thursday 29 August 2024 06:21:41 -0400 (0:00:00.019) 0:03:39.677 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Thursday 29 August 2024 06:21:41 -0400 (0:00:00.018) 0:03:39.696 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Thursday 29 August 2024 06:21:41 -0400 (0:00:00.024) 0:03:39.720 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Thursday 29 August 2024 06:21:41 -0400 (0:00:00.025) 0:03:39.746 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Thursday 29 August 2024 06:21:41 -0400 (0:00:00.019) 0:03:39.765 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Thursday 29 August 2024 06:21:41 -0400 (0:00:00.018) 0:03:39.784 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Thursday 29 August 2024 06:21:41 -0400 (0:00:00.036) 0:03:39.820 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Thursday 29 August 2024 06:21:41 -0400 (0:00:00.036) 0:03:39.857 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Thursday 29 August 2024 06:21:41 -0400 (0:00:00.041) 0:03:39.899 ******* ok: [managed_node3] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Thursday 29 August 2024 06:21:41 -0400 (0:00:00.025) 0:03:39.924 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Thursday 29 August 2024 06:21:41 -0400 (0:00:00.036) 0:03:39.961 ******* skipping: [managed_node3] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Thursday 29 August 2024 06:21:41 -0400 (0:00:00.036) 0:03:39.997 ******* skipping: [managed_node3] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Show test pool size] ***************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Thursday 29 August 2024 06:21:41 -0400 (0:00:00.036) 0:03:40.033 ******* skipping: [managed_node3] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Thursday 29 August 2024 06:21:41 -0400 (0:00:00.036) 0:03:40.070 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Thursday 29 August 2024 06:21:41 -0400 (0:00:00.040) 0:03:40.111 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Thursday 29 August 2024 06:21:41 -0400 (0:00:00.021) 0:03:40.132 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Thursday 29 August 2024 06:21:41 -0400 (0:00:00.019) 0:03:40.151 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Thursday 29 August 2024 06:21:41 -0400 (0:00:00.018) 0:03:40.169 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Thursday 29 August 2024 06:21:41 -0400 (0:00:00.018) 0:03:40.188 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Thursday 29 August 2024 06:21:41 -0400 (0:00:00.018) 0:03:40.207 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Thursday 29 August 2024 06:21:41 -0400 (0:00:00.019) 0:03:40.227 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Thursday 29 August 2024 06:21:41 -0400 (0:00:00.021) 0:03:40.248 ******* skipping: [managed_node3] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Thursday 29 August 2024 06:21:41 -0400 (0:00:00.020) 0:03:40.268 ******* skipping: [managed_node3] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Thursday 29 August 2024 06:21:41 -0400 (0:00:00.019) 0:03:40.288 ******* skipping: [managed_node3] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Thursday 29 August 2024 06:21:41 -0400 (0:00:00.018) 0:03:40.307 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Thursday 29 August 2024 06:21:41 -0400 (0:00:00.019) 0:03:40.326 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Thursday 29 August 2024 06:21:41 -0400 (0:00:00.019) 0:03:40.346 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Thursday 29 August 2024 06:21:41 -0400 (0:00:00.021) 0:03:40.367 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Thursday 29 August 2024 06:21:41 -0400 (0:00:00.019) 0:03:40.387 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Thursday 29 August 2024 06:21:41 -0400 (0:00:00.019) 0:03:40.407 ******* ok: [managed_node3] => { "storage_test_actual_size": { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Thursday 29 August 2024 06:21:41 -0400 (0:00:00.023) 0:03:40.431 ******* ok: [managed_node3] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Thursday 29 August 2024 06:21:41 -0400 (0:00:00.023) 0:03:40.455 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Thursday 29 August 2024 06:21:41 -0400 (0:00:00.082) 0:03:40.537 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Thursday 29 August 2024 06:21:41 -0400 (0:00:00.063) 0:03:40.600 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Thursday 29 August 2024 06:21:41 -0400 (0:00:00.021) 0:03:40.622 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Thursday 29 August 2024 06:21:42 -0400 (0:00:00.020) 0:03:40.642 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Thursday 29 August 2024 06:21:42 -0400 (0:00:00.019) 0:03:40.661 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Thursday 29 August 2024 06:21:42 -0400 (0:00:00.019) 0:03:40.681 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Thursday 29 August 2024 06:21:42 -0400 (0:00:00.018) 0:03:40.699 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Thursday 29 August 2024 06:21:42 -0400 (0:00:00.022) 0:03:40.721 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Thursday 29 August 2024 06:21:42 -0400 (0:00:00.024) 0:03:40.746 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_volume_present": false, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Thursday 29 August 2024 06:21:42 -0400 (0:00:00.052) 0:03:40.798 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed_node3 => (item=mount) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed_node3 => (item=fstab) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed_node3 => (item=fs) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed_node3 => (item=device) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed_node3 => (item=encryption) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed_node3 => (item=md) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed_node3 => (item=size) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed_node3 => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Thursday 29 August 2024 06:21:42 -0400 (0:00:00.111) 0:03:40.910 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-Lv2" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Thursday 29 August 2024 06:21:42 -0400 (0:00:00.031) 0:03:40.941 ******* ok: [managed_node3] => { "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-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Thursday 29 August 2024 06:21:42 -0400 (0:00:00.045) 0:03:40.986 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Thursday 29 August 2024 06:21:42 -0400 (0:00:00.020) 0:03:41.007 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Thursday 29 August 2024 06:21:42 -0400 (0:00:00.020) 0:03:41.027 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Thursday 29 August 2024 06:21:42 -0400 (0:00:00.018) 0:03:41.046 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Thursday 29 August 2024 06:21:42 -0400 (0:00:00.019) 0:03:41.066 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Thursday 29 August 2024 06:21:42 -0400 (0:00:00.020) 0:03:41.086 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Thursday 29 August 2024 06:21:42 -0400 (0:00:00.019) 0:03:41.105 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Thursday 29 August 2024 06:21:42 -0400 (0:00:00.018) 0:03:41.123 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Thursday 29 August 2024 06:21:42 -0400 (0:00:00.021) 0:03:41.145 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Thursday 29 August 2024 06:21:42 -0400 (0:00:00.021) 0:03:41.167 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "0", "storage_test_fstab_expected_mount_options_matches": "0", "storage_test_fstab_expected_mount_point_matches": "0", "storage_test_fstab_id_matches": [], "storage_test_fstab_mount_options_matches": [], "storage_test_fstab_mount_point_matches": [] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Thursday 29 August 2024 06:21:42 -0400 (0:00:00.062) 0:03:41.229 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Thursday 29 August 2024 06:21:42 -0400 (0:00:00.038) 0:03:41.268 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Thursday 29 August 2024 06:21:42 -0400 (0:00:00.045) 0:03:41.313 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Thursday 29 August 2024 06:21:42 -0400 (0:00:00.040) 0:03:41.354 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:51 Thursday 29 August 2024 06:21:42 -0400 (0:00:00.023) 0:03:41.378 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Thursday 29 August 2024 06:21:42 -0400 (0:00:00.020) 0:03:41.399 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Thursday 29 August 2024 06:21:42 -0400 (0:00:00.020) 0:03:41.419 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Thursday 29 August 2024 06:21:42 -0400 (0:00:00.039) 0:03:41.459 ******* ok: [managed_node3] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Thursday 29 August 2024 06:21:43 -0400 (0:00:00.379) 0:03:41.839 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present or storage_test_volume.type == 'disk'", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Thursday 29 August 2024 06:21:43 -0400 (0:00:00.019) 0:03:41.858 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Thursday 29 August 2024 06:21:43 -0400 (0:00:00.027) 0:03:41.886 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Thursday 29 August 2024 06:21:43 -0400 (0:00:00.018) 0:03:41.904 ******* ok: [managed_node3] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Thursday 29 August 2024 06:21:43 -0400 (0:00:00.023) 0:03:41.928 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Thursday 29 August 2024 06:21:43 -0400 (0:00:00.018) 0:03:41.946 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Thursday 29 August 2024 06:21:43 -0400 (0:00:00.018) 0:03:41.965 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Thursday 29 August 2024 06:21:43 -0400 (0:00:00.018) 0:03:41.983 ******* ok: [managed_node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Thursday 29 August 2024 06:21:44 -0400 (0:00:01.499) 0:03:43.483 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Thursday 29 August 2024 06:21:44 -0400 (0:00:00.021) 0:03:43.504 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "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-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Thursday 29 August 2024 06:21:44 -0400 (0:00:00.018) 0:03:43.523 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Thursday 29 August 2024 06:21:44 -0400 (0:00:00.018) 0:03:43.542 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Thursday 29 August 2024 06:21:44 -0400 (0:00:00.018) 0:03:43.561 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Thursday 29 August 2024 06:21:44 -0400 (0:00:00.018) 0:03:43.579 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Thursday 29 August 2024 06:21:44 -0400 (0:00:00.020) 0:03:43.600 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Thursday 29 August 2024 06:21:44 -0400 (0:00:00.019) 0:03:43.619 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Thursday 29 August 2024 06:21:45 -0400 (0:00:00.018) 0:03:43.637 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Thursday 29 August 2024 06:21:45 -0400 (0:00:00.045) 0:03:43.683 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Thursday 29 August 2024 06:21:45 -0400 (0:00:00.044) 0:03:43.727 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Thursday 29 August 2024 06:21:45 -0400 (0:00:00.043) 0:03:43.771 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Thursday 29 August 2024 06:21:45 -0400 (0:00:00.049) 0:03:43.820 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Thursday 29 August 2024 06:21:45 -0400 (0:00:00.048) 0:03:43.869 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Thursday 29 August 2024 06:21:45 -0400 (0:00:00.023) 0:03:43.892 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Thursday 29 August 2024 06:21:45 -0400 (0:00:00.019) 0:03:43.911 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Thursday 29 August 2024 06:21:45 -0400 (0:00:00.019) 0:03:43.931 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Thursday 29 August 2024 06:21:45 -0400 (0:00:00.019) 0:03:43.951 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Thursday 29 August 2024 06:21:45 -0400 (0:00:00.021) 0:03:43.972 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Thursday 29 August 2024 06:21:45 -0400 (0:00:00.019) 0:03:43.991 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Thursday 29 August 2024 06:21:45 -0400 (0:00:00.018) 0:03:44.010 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Thursday 29 August 2024 06:21:45 -0400 (0:00:00.019) 0:03:44.029 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Thursday 29 August 2024 06:21:45 -0400 (0:00:00.018) 0:03:44.047 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Thursday 29 August 2024 06:21:45 -0400 (0:00:00.019) 0:03:44.066 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Thursday 29 August 2024 06:21:45 -0400 (0:00:00.020) 0:03:44.087 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Thursday 29 August 2024 06:21:45 -0400 (0:00:00.036) 0:03:44.124 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Thursday 29 August 2024 06:21:45 -0400 (0:00:00.037) 0:03:44.162 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Thursday 29 August 2024 06:21:45 -0400 (0:00:00.035) 0:03:44.197 ******* ok: [managed_node3] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Thursday 29 August 2024 06:21:45 -0400 (0:00:00.022) 0:03:44.220 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Thursday 29 August 2024 06:21:45 -0400 (0:00:00.039) 0:03:44.259 ******* skipping: [managed_node3] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Thursday 29 August 2024 06:21:45 -0400 (0:00:00.041) 0:03:44.300 ******* skipping: [managed_node3] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Show test pool size] ***************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Thursday 29 August 2024 06:21:45 -0400 (0:00:00.037) 0:03:44.337 ******* skipping: [managed_node3] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Thursday 29 August 2024 06:21:45 -0400 (0:00:00.036) 0:03:44.373 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Thursday 29 August 2024 06:21:45 -0400 (0:00:00.036) 0:03:44.410 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Thursday 29 August 2024 06:21:45 -0400 (0:00:00.019) 0:03:44.429 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Thursday 29 August 2024 06:21:45 -0400 (0:00:00.018) 0:03:44.448 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Thursday 29 August 2024 06:21:45 -0400 (0:00:00.058) 0:03:44.506 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Thursday 29 August 2024 06:21:45 -0400 (0:00:00.020) 0:03:44.526 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Thursday 29 August 2024 06:21:45 -0400 (0:00:00.019) 0:03:44.546 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Thursday 29 August 2024 06:21:45 -0400 (0:00:00.020) 0:03:44.567 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Thursday 29 August 2024 06:21:45 -0400 (0:00:00.019) 0:03:44.586 ******* skipping: [managed_node3] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Thursday 29 August 2024 06:21:45 -0400 (0:00:00.018) 0:03:44.604 ******* skipping: [managed_node3] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Thursday 29 August 2024 06:21:46 -0400 (0:00:00.022) 0:03:44.627 ******* skipping: [managed_node3] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Thursday 29 August 2024 06:21:46 -0400 (0:00:00.018) 0:03:44.645 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Thursday 29 August 2024 06:21:46 -0400 (0:00:00.019) 0:03:44.665 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Thursday 29 August 2024 06:21:46 -0400 (0:00:00.019) 0:03:44.684 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Thursday 29 August 2024 06:21:46 -0400 (0:00:00.018) 0:03:44.702 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Thursday 29 August 2024 06:21:46 -0400 (0:00:00.019) 0:03:44.722 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Thursday 29 August 2024 06:21:46 -0400 (0:00:00.021) 0:03:44.743 ******* ok: [managed_node3] => { "storage_test_actual_size": { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Thursday 29 August 2024 06:21:46 -0400 (0:00:00.023) 0:03:44.767 ******* ok: [managed_node3] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Thursday 29 August 2024 06:21:46 -0400 (0:00:00.022) 0:03:44.789 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Thursday 29 August 2024 06:21:46 -0400 (0:00:00.037) 0:03:44.827 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Thursday 29 August 2024 06:21:46 -0400 (0:00:00.022) 0:03:44.849 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Thursday 29 August 2024 06:21:46 -0400 (0:00:00.030) 0:03:44.880 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Thursday 29 August 2024 06:21:46 -0400 (0:00:00.022) 0:03:44.902 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Thursday 29 August 2024 06:21:46 -0400 (0:00:00.020) 0:03:44.923 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Thursday 29 August 2024 06:21:46 -0400 (0:00:00.019) 0:03:44.943 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Thursday 29 August 2024 06:21:46 -0400 (0:00:00.018) 0:03:44.962 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Thursday 29 August 2024 06:21:46 -0400 (0:00:00.019) 0:03:44.981 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Thursday 29 August 2024 06:21:46 -0400 (0:00:00.020) 0:03:45.001 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_volume_present": false, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Thursday 29 August 2024 06:21:46 -0400 (0:00:00.051) 0:03:45.053 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed_node3 => (item=mount) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed_node3 => (item=fstab) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed_node3 => (item=fs) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed_node3 => (item=device) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed_node3 => (item=encryption) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed_node3 => (item=md) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed_node3 => (item=size) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed_node3 => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Thursday 29 August 2024 06:21:46 -0400 (0:00:00.112) 0:03:45.165 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-Lv3" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Thursday 29 August 2024 06:21:46 -0400 (0:00:00.030) 0:03:45.196 ******* ok: [managed_node3] => { "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-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Thursday 29 August 2024 06:21:46 -0400 (0:00:00.046) 0:03:45.243 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Thursday 29 August 2024 06:21:46 -0400 (0:00:00.019) 0:03:45.263 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Thursday 29 August 2024 06:21:46 -0400 (0:00:00.020) 0:03:45.283 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Thursday 29 August 2024 06:21:46 -0400 (0:00:00.019) 0:03:45.303 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Thursday 29 August 2024 06:21:46 -0400 (0:00:00.021) 0:03:45.324 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Thursday 29 August 2024 06:21:46 -0400 (0:00:00.020) 0:03:45.345 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Thursday 29 August 2024 06:21:46 -0400 (0:00:00.019) 0:03:45.364 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Thursday 29 August 2024 06:21:46 -0400 (0:00:00.018) 0:03:45.382 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Thursday 29 August 2024 06:21:46 -0400 (0:00:00.019) 0:03:45.402 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Thursday 29 August 2024 06:21:46 -0400 (0:00:00.020) 0:03:45.423 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "0", "storage_test_fstab_expected_mount_options_matches": "0", "storage_test_fstab_expected_mount_point_matches": "0", "storage_test_fstab_id_matches": [], "storage_test_fstab_mount_options_matches": [], "storage_test_fstab_mount_point_matches": [] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Thursday 29 August 2024 06:21:46 -0400 (0:00:00.068) 0:03:45.491 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Thursday 29 August 2024 06:21:46 -0400 (0:00:00.038) 0:03:45.530 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Thursday 29 August 2024 06:21:46 -0400 (0:00:00.045) 0:03:45.575 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Thursday 29 August 2024 06:21:46 -0400 (0:00:00.039) 0:03:45.614 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:51 Thursday 29 August 2024 06:21:47 -0400 (0:00:00.024) 0:03:45.639 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Thursday 29 August 2024 06:21:47 -0400 (0:00:00.021) 0:03:45.660 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Thursday 29 August 2024 06:21:47 -0400 (0:00:00.023) 0:03:45.683 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Thursday 29 August 2024 06:21:47 -0400 (0:00:00.039) 0:03:45.723 ******* ok: [managed_node3] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Thursday 29 August 2024 06:21:47 -0400 (0:00:00.384) 0:03:46.108 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present or storage_test_volume.type == 'disk'", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Thursday 29 August 2024 06:21:47 -0400 (0:00:00.020) 0:03:46.128 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Thursday 29 August 2024 06:21:47 -0400 (0:00:00.025) 0:03:46.154 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Thursday 29 August 2024 06:21:47 -0400 (0:00:00.018) 0:03:46.173 ******* ok: [managed_node3] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Thursday 29 August 2024 06:21:47 -0400 (0:00:00.025) 0:03:46.198 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Thursday 29 August 2024 06:21:47 -0400 (0:00:00.019) 0:03:46.217 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Thursday 29 August 2024 06:21:47 -0400 (0:00:00.019) 0:03:46.236 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Thursday 29 August 2024 06:21:47 -0400 (0:00:00.019) 0:03:46.256 ******* ok: [managed_node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Thursday 29 August 2024 06:21:49 -0400 (0:00:01.532) 0:03:47.788 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Thursday 29 August 2024 06:21:49 -0400 (0:00:00.020) 0:03:47.809 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "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-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Thursday 29 August 2024 06:21:49 -0400 (0:00:00.021) 0:03:47.831 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Thursday 29 August 2024 06:21:49 -0400 (0:00:00.019) 0:03:47.850 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Thursday 29 August 2024 06:21:49 -0400 (0:00:00.019) 0:03:47.870 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Thursday 29 August 2024 06:21:49 -0400 (0:00:00.018) 0:03:47.888 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Thursday 29 August 2024 06:21:49 -0400 (0:00:00.018) 0:03:47.907 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Thursday 29 August 2024 06:21:49 -0400 (0:00:00.022) 0:03:47.929 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Thursday 29 August 2024 06:21:49 -0400 (0:00:00.028) 0:03:47.958 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Thursday 29 August 2024 06:21:49 -0400 (0:00:00.047) 0:03:48.006 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Thursday 29 August 2024 06:21:49 -0400 (0:00:00.045) 0:03:48.051 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Thursday 29 August 2024 06:21:49 -0400 (0:00:00.046) 0:03:48.098 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Thursday 29 August 2024 06:21:49 -0400 (0:00:00.059) 0:03:48.157 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Thursday 29 August 2024 06:21:49 -0400 (0:00:00.068) 0:03:48.225 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Thursday 29 August 2024 06:21:49 -0400 (0:00:00.072) 0:03:48.298 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Thursday 29 August 2024 06:21:49 -0400 (0:00:00.025) 0:03:48.324 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Thursday 29 August 2024 06:21:49 -0400 (0:00:00.024) 0:03:48.348 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Thursday 29 August 2024 06:21:49 -0400 (0:00:00.025) 0:03:48.373 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Thursday 29 August 2024 06:21:49 -0400 (0:00:00.019) 0:03:48.393 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Thursday 29 August 2024 06:21:49 -0400 (0:00:00.018) 0:03:48.412 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Thursday 29 August 2024 06:21:49 -0400 (0:00:00.021) 0:03:48.434 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Thursday 29 August 2024 06:21:49 -0400 (0:00:00.019) 0:03:48.453 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Thursday 29 August 2024 06:21:49 -0400 (0:00:00.019) 0:03:48.473 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Thursday 29 August 2024 06:21:49 -0400 (0:00:00.019) 0:03:48.492 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Thursday 29 August 2024 06:21:49 -0400 (0:00:00.018) 0:03:48.511 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Thursday 29 August 2024 06:21:49 -0400 (0:00:00.046) 0:03:48.558 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Thursday 29 August 2024 06:21:49 -0400 (0:00:00.061) 0:03:48.619 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Thursday 29 August 2024 06:21:50 -0400 (0:00:00.049) 0:03:48.668 ******* ok: [managed_node3] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Thursday 29 August 2024 06:21:50 -0400 (0:00:00.023) 0:03:48.692 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Thursday 29 August 2024 06:21:50 -0400 (0:00:00.048) 0:03:48.740 ******* skipping: [managed_node3] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Thursday 29 August 2024 06:21:50 -0400 (0:00:00.045) 0:03:48.785 ******* skipping: [managed_node3] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Show test pool size] ***************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Thursday 29 August 2024 06:21:50 -0400 (0:00:00.042) 0:03:48.828 ******* skipping: [managed_node3] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Thursday 29 August 2024 06:21:50 -0400 (0:00:00.043) 0:03:48.871 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Thursday 29 August 2024 06:21:50 -0400 (0:00:00.037) 0:03:48.908 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Thursday 29 August 2024 06:21:50 -0400 (0:00:00.020) 0:03:48.928 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Thursday 29 August 2024 06:21:50 -0400 (0:00:00.020) 0:03:48.949 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Thursday 29 August 2024 06:21:50 -0400 (0:00:00.044) 0:03:48.994 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Thursday 29 August 2024 06:21:50 -0400 (0:00:00.032) 0:03:49.027 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Thursday 29 August 2024 06:21:50 -0400 (0:00:00.037) 0:03:49.064 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Thursday 29 August 2024 06:21:50 -0400 (0:00:00.033) 0:03:49.098 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Thursday 29 August 2024 06:21:50 -0400 (0:00:00.032) 0:03:49.131 ******* skipping: [managed_node3] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Thursday 29 August 2024 06:21:50 -0400 (0:00:00.032) 0:03:49.163 ******* skipping: [managed_node3] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Thursday 29 August 2024 06:21:50 -0400 (0:00:00.032) 0:03:49.196 ******* skipping: [managed_node3] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Thursday 29 August 2024 06:21:50 -0400 (0:00:00.031) 0:03:49.227 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Thursday 29 August 2024 06:21:50 -0400 (0:00:00.024) 0:03:49.251 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Thursday 29 August 2024 06:21:50 -0400 (0:00:00.021) 0:03:49.272 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Thursday 29 August 2024 06:21:50 -0400 (0:00:00.026) 0:03:49.298 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Thursday 29 August 2024 06:21:50 -0400 (0:00:00.020) 0:03:49.319 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Thursday 29 August 2024 06:21:50 -0400 (0:00:00.025) 0:03:49.345 ******* ok: [managed_node3] => { "storage_test_actual_size": { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Thursday 29 August 2024 06:21:50 -0400 (0:00:00.028) 0:03:49.373 ******* ok: [managed_node3] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Thursday 29 August 2024 06:21:50 -0400 (0:00:00.024) 0:03:49.398 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Thursday 29 August 2024 06:21:50 -0400 (0:00:00.039) 0:03:49.438 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Thursday 29 August 2024 06:21:50 -0400 (0:00:00.020) 0:03:49.458 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Thursday 29 August 2024 06:21:50 -0400 (0:00:00.019) 0:03:49.477 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Thursday 29 August 2024 06:21:50 -0400 (0:00:00.019) 0:03:49.497 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Thursday 29 August 2024 06:21:50 -0400 (0:00:00.019) 0:03:49.517 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Thursday 29 August 2024 06:21:50 -0400 (0:00:00.022) 0:03:49.539 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Thursday 29 August 2024 06:21:50 -0400 (0:00:00.023) 0:03:49.563 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Thursday 29 August 2024 06:21:50 -0400 (0:00:00.030) 0:03:49.593 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Thursday 29 August 2024 06:21:51 -0400 (0:00:00.032) 0:03:49.626 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Thursday 29 August 2024 06:21:51 -0400 (0:00:00.020) 0:03:49.646 ******* ok: [managed_node3] => { "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-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_pool_options.yml:117 Thursday 29 August 2024 06:21:51 -0400 (0:00:00.021) 0:03:49.668 ******* included: fedora.linux_system_roles.storage for managed_node3 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 29 August 2024 06:21:51 -0400 (0:00:00.081) 0:03:49.749 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed_node3 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 29 August 2024 06:21:51 -0400 (0:00:00.032) 0:03:49.781 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 29 August 2024 06:21:51 -0400 (0:00:00.045) 0:03:49.827 ******* skipping: [managed_node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node3] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [managed_node3] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 29 August 2024 06:21:51 -0400 (0:00:00.049) 0:03:49.876 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 29 August 2024 06:21:51 -0400 (0:00:00.025) 0:03:49.902 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "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-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 29 August 2024 06:21:51 -0400 (0:00:00.024) 0:03:49.926 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 29 August 2024 06:21:51 -0400 (0:00:00.020) 0:03:49.947 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 29 August 2024 06:21:51 -0400 (0:00:00.020) 0:03:49.967 ******* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed_node3 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 29 August 2024 06:21:51 -0400 (0:00:00.062) 0:03:50.030 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 29 August 2024 06:21:51 -0400 (0:00:00.025) 0:03:50.056 ******* ok: [managed_node3] => { "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-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 29 August 2024 06:21:51 -0400 (0:00:00.025) 0:03:50.082 ******* ok: [managed_node3] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 29 August 2024 06:21:51 -0400 (0:00:00.024) 0:03:50.106 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 29 August 2024 06:21:51 -0400 (0:00:00.068) 0:03:50.174 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 29 August 2024 06:21:51 -0400 (0:00:00.027) 0:03:50.202 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 29 August 2024 06:21:51 -0400 (0:00:00.026) 0:03:50.229 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 29 August 2024 06:21:51 -0400 (0:00:00.025) 0:03:50.254 ******* ok: [managed_node3] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 29 August 2024 06:21:51 -0400 (0:00:00.075) 0:03:50.330 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 29 August 2024 06:21:51 -0400 (0:00:00.033) 0:03:50.364 ******* changed: [managed_node3] => { "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": [ "xfsprogs", "lvm2", "mdadm" ], "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-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 29 August 2024 06:22:00 -0400 (0:00:08.291) 0:03:58.655 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Thursday 29 August 2024 06:22:00 -0400 (0:00:00.047) 0:03:58.703 ******* ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724926888.0888326, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5e994b5075b74d9fbe0d97aa59508a0749562ec1", "ctime": 1724926887.436821, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 134218058, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724926887.436821, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "997904812", "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-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 29 August 2024 06:22:00 -0400 (0:00:00.415) 0:03:59.119 ******* ok: [managed_node3] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Thursday 29 August 2024 06:22:00 -0400 (0:00:00.436) 0:03:59.556 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Thursday 29 August 2024 06:22:00 -0400 (0:00:00.018) 0:03:59.575 ******* ok: [managed_node3] => { "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": [ "xfsprogs", "lvm2", "mdadm" ], "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-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Thursday 29 August 2024 06:22:00 -0400 (0:00:00.025) 0:03:59.600 ******* ok: [managed_node3] => { "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-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Thursday 29 August 2024 06:22:01 -0400 (0:00:00.025) 0:03:59.626 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Thursday 29 August 2024 06:22:01 -0400 (0:00:00.023) 0:03:59.650 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Thursday 29 August 2024 06:22:01 -0400 (0:00:00.039) 0:03:59.690 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Thursday 29 August 2024 06:22:01 -0400 (0:00:00.019) 0:03:59.709 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Thursday 29 August 2024 06:22:01 -0400 (0:00:00.039) 0:03:59.749 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Thursday 29 August 2024 06:22:01 -0400 (0:00:00.042) 0:03:59.792 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Thursday 29 August 2024 06:22:01 -0400 (0:00:00.022) 0:03:59.814 ******* ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724926605.4288287, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1724926601.1467528, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 513802384, "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": 1724667309.5248373, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "2827844164", "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-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Thursday 29 August 2024 06:22:01 -0400 (0:00:00.427) 0:04:00.242 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Thursday 29 August 2024 06:22:01 -0400 (0:00:00.023) 0:04:00.265 ******* ok: [managed_node3] TASK [Verify role results] ***************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_pool_options.yml:131 Thursday 29 August 2024 06:22:02 -0400 (0:00:01.083) 0:04:01.349 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed_node3 TASK [Print out pool information] ********************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Thursday 29 August 2024 06:22:02 -0400 (0:00:00.080) 0:04:01.430 ******* ok: [managed_node3] => { "_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-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Thursday 29 August 2024 06:22:02 -0400 (0:00:00.077) 0:04:01.507 ******* skipping: [managed_node3] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Thursday 29 August 2024 06:22:02 -0400 (0:00:00.090) 0:04:01.598 ******* ok: [managed_node3] => { "changed": false, "info": { "/dev/md/vg1-1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/md/vg1-1", "size": "30G", "type": "raid0", "uuid": "bMIKox-c13E-OYYV-Vmbg-YkGW-nG58-jlK3vR" }, "/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": "8c01a858-c21e-c0c1-e454-055185cb0f40" }, "/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": "8c01a858-c21e-c0c1-e454-055185cb0f40" }, "/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": "8c01a858-c21e-c0c1-e454-055185cb0f40" }, "/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": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "0377b77c-e1ba-4db6-9c34-ee60ecb61302" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Thursday 29 August 2024 06:22:03 -0400 (0:00:00.472) 0:04:02.070 ******* ok: [managed_node3] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003093", "end": "2024-08-29 06:22:03.814114", "rc": 0, "start": "2024-08-29 06:22:03.811021" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Mon Aug 26 10:15:09 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. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=0377b77c-e1ba-4db6-9c34-ee60ecb61302 / xfs defaults 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/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-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_devops_brew_scratch_nfs_sm/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-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Thursday 29 August 2024 06:22:03 -0400 (0:00:00.452) 0:04:02.523 ******* ok: [managed_node3] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:01.004196", "end": "2024-08-29 06:22:05.262349", "failed_when_result": false, "rc": 0, "start": "2024-08-29 06:22:04.258153" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Thursday 29 August 2024 06:22:05 -0400 (0:00:01.450) 0:04:03.974 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed_node3 => (item={'disks': ['sda', 'sdb', 'sdc'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'grow_to_fill': False, 'name': 'vg1', 'raid_level': 'raid0', 'raid_device_count': 3, 'raid_spare_count': None, 'raid_metadata_version': '1.0', 'raid_chunk_size': '1024 KiB', 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': []}) TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Thursday 29 August 2024 06:22:05 -0400 (0:00:00.111) 0:04:04.085 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Thursday 29 August 2024 06:22:05 -0400 (0:00:00.044) 0:04:04.131 ******* ok: [managed_node3] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "vg1" ], "delta": "0:00:00.033913", "end": "2024-08-29 06:22:05.906179", "rc": 0, "start": "2024-08-29 06:22:05.872266" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Thursday 29 August 2024 06:22:05 -0400 (0:00:00.475) 0:04:04.606 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Thursday 29 August 2024 06:22:06 -0400 (0:00:00.047) 0:04:04.654 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed_node3 => (item=members) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed_node3 => (item=volumes) TASK [Set test variables] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Thursday 29 August 2024 06:22:06 -0400 (0:00:00.074) 0:04:04.728 ******* ok: [managed_node3] => { "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-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Thursday 29 August 2024 06:22:06 -0400 (0:00:00.086) 0:04:04.815 ******* ok: [managed_node3] => (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-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Thursday 29 August 2024 06:22:06 -0400 (0:00:00.437) 0:04:05.253 ******* ok: [managed_node3] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Thursday 29 August 2024 06:22:06 -0400 (0:00:00.071) 0:04:05.324 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/md/vg1-1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Thursday 29 August 2024 06:22:06 -0400 (0:00:00.113) 0:04:05.438 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Thursday 29 August 2024 06:22:06 -0400 (0:00:00.105) 0:04:05.544 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Thursday 29 August 2024 06:22:06 -0400 (0:00:00.072) 0:04:05.616 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Thursday 29 August 2024 06:22:07 -0400 (0:00:00.121) 0:04:05.738 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_type": "raid0" }, "changed": false } TASK [Check the type of each PV] *********************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Thursday 29 August 2024 06:22:07 -0400 (0:00:00.059) 0:04:05.797 ******* ok: [managed_node3] => (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-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Thursday 29 August 2024 06:22:07 -0400 (0:00:00.052) 0:04:05.850 ******* ok: [managed_node3] => { "changed": false, "rc": 0 } STDOUT: ** (process:290085): WARNING **: 06:22:07.520: failed to load module nvme: libbd_nvme.so.2: cannot open shared object file: No such file or directory True STDERR: OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.115 originally 10.31.14.115 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.115 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.115 originally 10.31.14.115 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.115 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Thursday 29 August 2024 06:22:07 -0400 (0:00:00.443) 0:04:06.293 ******* skipping: [managed_node3] => (item=/dev/md/vg1-1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/md/vg1-1" } skipping: [managed_node3] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Thursday 29 August 2024 06:22:07 -0400 (0:00:00.047) 0:04:06.341 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed_node3 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Thursday 29 August 2024 06:22:07 -0400 (0:00:00.057) 0:04:06.399 ******* ok: [managed_node3] => { "changed": false, "cmd": [ "mdadm", "--detail", "/dev/md/vg1-1" ], "delta": "0:00:00.006305", "end": "2024-08-29 06:22:08.118875", "rc": 0, "start": "2024-08-29 06:22:08.112570" } STDOUT: /dev/md/vg1-1: Version : 1.0 Creation Time : Thu Aug 29 06:21:54 2024 Raid Level : raid0 Array Size : 31429632 (29.97 GiB 32.18 GB) Raid Devices : 3 Total Devices : 3 Persistence : Superblock is persistent Update Time : Thu Aug 29 06:21:54 2024 State : clean Active Devices : 3 Working Devices : 3 Failed Devices : 0 Spare Devices : 0 Layout : original Chunk Size : 1024K Consistency Policy : none Name : vg1-1 UUID : 8c01a858:c21ec0c1:e4540551:85cb0f40 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-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Thursday 29 August 2024 06:22:08 -0400 (0:00:00.418) 0:04:06.818 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_md_active_devices_re": "Active\\ Devices\\ :\\ 3\\\n" }, "changed": false } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Thursday 29 August 2024 06:22:08 -0400 (0:00:00.059) 0:04:06.877 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_md_spare_devices_re": "Spare\\ Devices\\ :\\ None\\\n" }, "changed": false } TASK [Set md version regex] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Thursday 29 August 2024 06:22:08 -0400 (0:00:00.056) 0:04:06.934 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_md_metadata_version_re": "Version\\ :\\ 1\\.0\\\n" }, "changed": false } TASK [Set md chunk size regex] ************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Thursday 29 August 2024 06:22:08 -0400 (0:00:00.057) 0:04:06.991 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_md_chunk_size_re": [ "1024K" ] }, "changed": false } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Thursday 29 August 2024 06:22:08 -0400 (0:00:00.056) 0:04:07.047 ******* ok: [managed_node3] => { "bytes": 1048576, "changed": false, "lvm": "1m", "parted": "1MiB", "size": "1 MiB" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Thursday 29 August 2024 06:22:08 -0400 (0:00:00.459) 0:04:07.507 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Thursday 29 August 2024 06:22:08 -0400 (0:00:00.072) 0:04:07.580 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.raid_spare_count is not none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Thursday 29 August 2024 06:22:09 -0400 (0:00:00.047) 0:04:07.627 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Thursday 29 August 2024 06:22:09 -0400 (0:00:00.056) 0:04:07.684 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Reset variables used by tests] ******************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Thursday 29 August 2024 06:22:09 -0400 (0:00:00.087) 0:04:07.772 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Thursday 29 August 2024 06:22:09 -0400 (0:00:00.036) 0:04:07.808 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed_node3 TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Thursday 29 August 2024 06:22:09 -0400 (0:00:00.134) 0:04:07.943 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Thursday 29 August 2024 06:22:09 -0400 (0:00:00.032) 0:04:07.976 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml for managed_node3 TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Thursday 29 August 2024 06:22:09 -0400 (0:00:00.073) 0:04:08.049 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check member encryption] ************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Thursday 29 August 2024 06:22:09 -0400 (0:00:00.032) 0:04:08.081 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed_node3 TASK [Set test variables] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Thursday 29 August 2024 06:22:09 -0400 (0:00:00.055) 0:04:08.137 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Thursday 29 August 2024 06:22:09 -0400 (0:00:00.054) 0:04:08.192 ******* skipping: [managed_node3] => (item=/dev/md/vg1-1) => { "_storage_test_pool_member_path": "/dev/md/vg1-1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [managed_node3] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Thursday 29 August 2024 06:22:09 -0400 (0:00:00.034) 0:04:08.227 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node3 => (item=/dev/md/vg1-1) TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 29 August 2024 06:22:09 -0400 (0:00:00.067) 0:04:08.294 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 29 August 2024 06:22:09 -0400 (0:00:00.074) 0:04:08.368 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 29 August 2024 06:22:09 -0400 (0:00:00.069) 0:04:08.438 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 29 August 2024 06:22:09 -0400 (0:00:00.065) 0:04:08.503 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 29 August 2024 06:22:09 -0400 (0:00:00.064) 0:04:08.568 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 29 August 2024 06:22:10 -0400 (0:00:00.091) 0:04:08.659 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Thursday 29 August 2024 06:22:10 -0400 (0:00:00.039) 0:04:08.698 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Thursday 29 August 2024 06:22:10 -0400 (0:00:00.035) 0:04:08.734 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml for managed_node3 TASK [Validate pool member VDO settings] *************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Thursday 29 August 2024 06:22:10 -0400 (0:00:00.077) 0:04:08.812 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Thursday 29 August 2024 06:22:10 -0400 (0:00:00.032) 0:04:08.844 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed_node3 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Thursday 29 August 2024 06:22:10 -0400 (0:00:00.088) 0:04:08.933 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Thursday 29 August 2024 06:22:10 -0400 (0:00:00.034) 0:04:08.968 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Thursday 29 August 2024 06:22:10 -0400 (0:00:00.033) 0:04:09.001 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Thursday 29 August 2024 06:22:10 -0400 (0:00:00.034) 0:04:09.035 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Thursday 29 August 2024 06:22:10 -0400 (0:00:00.037) 0:04:09.073 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Thursday 29 August 2024 06:22:10 -0400 (0:00:00.033) 0:04:09.107 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Thursday 29 August 2024 06:22:10 -0400 (0:00:00.036) 0:04:09.143 ******* ok: [managed_node3] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Thursday 29 August 2024 06:22:10 -0400 (0:00:00.035) 0:04:09.179 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Thursday 29 August 2024 06:22:10 -0400 (0:00:00.029) 0:04:09.208 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Thursday 29 August 2024 06:22:10 -0400 (0:00:00.028) 0:04:09.237 ******* ok: [managed_node3] => { "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-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_pool_options.yml:134 Thursday 29 August 2024 06:22:10 -0400 (0:00:00.037) 0:04:09.275 ******* included: fedora.linux_system_roles.storage for managed_node3 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 29 August 2024 06:22:10 -0400 (0:00:00.103) 0:04:09.378 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed_node3 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 29 August 2024 06:22:10 -0400 (0:00:00.054) 0:04:09.433 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 29 August 2024 06:22:10 -0400 (0:00:00.067) 0:04:09.501 ******* skipping: [managed_node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node3] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [managed_node3] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 29 August 2024 06:22:10 -0400 (0:00:00.082) 0:04:09.584 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 29 August 2024 06:22:10 -0400 (0:00:00.038) 0:04:09.623 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "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-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 29 August 2024 06:22:11 -0400 (0:00:00.039) 0:04:09.662 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 29 August 2024 06:22:11 -0400 (0:00:00.042) 0:04:09.704 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 29 August 2024 06:22:11 -0400 (0:00:00.041) 0:04:09.746 ******* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed_node3 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 29 August 2024 06:22:11 -0400 (0:00:00.084) 0:04:09.831 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 29 August 2024 06:22:11 -0400 (0:00:00.043) 0:04:09.874 ******* ok: [managed_node3] => { "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-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 29 August 2024 06:22:11 -0400 (0:00:00.047) 0:04:09.921 ******* ok: [managed_node3] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 29 August 2024 06:22:11 -0400 (0:00:00.038) 0:04:09.960 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 29 August 2024 06:22:11 -0400 (0:00:00.043) 0:04:10.004 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 29 August 2024 06:22:11 -0400 (0:00:00.040) 0:04:10.044 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 29 August 2024 06:22:11 -0400 (0:00:00.041) 0:04:10.085 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 29 August 2024 06:22:11 -0400 (0:00:00.040) 0:04:10.126 ******* ok: [managed_node3] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 29 August 2024 06:22:11 -0400 (0:00:00.103) 0:04:10.230 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 29 August 2024 06:22:11 -0400 (0:00:00.031) 0:04:10.261 ******* changed: [managed_node3] => { "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/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" }, { "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": [ "xfsprogs" ], "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-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 29 August 2024 06:22:14 -0400 (0:00:02.715) 0:04:12.977 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Thursday 29 August 2024 06:22:14 -0400 (0:00:00.039) 0:04:13.017 ******* ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724926888.0888326, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5e994b5075b74d9fbe0d97aa59508a0749562ec1", "ctime": 1724926887.436821, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 134218058, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724926887.436821, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "997904812", "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-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 29 August 2024 06:22:14 -0400 (0:00:00.409) 0:04:13.426 ******* ok: [managed_node3] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Thursday 29 August 2024 06:22:15 -0400 (0:00:00.461) 0:04:13.888 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Thursday 29 August 2024 06:22:15 -0400 (0:00:00.102) 0:04:13.991 ******* ok: [managed_node3] => { "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/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" }, { "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": [ "xfsprogs" ], "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-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Thursday 29 August 2024 06:22:15 -0400 (0:00:00.048) 0:04:14.039 ******* ok: [managed_node3] => { "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-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Thursday 29 August 2024 06:22:15 -0400 (0:00:00.042) 0:04:14.081 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Thursday 29 August 2024 06:22:15 -0400 (0:00:00.040) 0:04:14.122 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Thursday 29 August 2024 06:22:15 -0400 (0:00:00.072) 0:04:14.195 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Thursday 29 August 2024 06:22:15 -0400 (0:00:00.038) 0:04:14.233 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Thursday 29 August 2024 06:22:15 -0400 (0:00:00.068) 0:04:14.302 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Thursday 29 August 2024 06:22:15 -0400 (0:00:00.067) 0:04:14.369 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Thursday 29 August 2024 06:22:15 -0400 (0:00:00.035) 0:04:14.405 ******* ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724926605.4288287, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1724926601.1467528, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 513802384, "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": 1724667309.5248373, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "2827844164", "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-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Thursday 29 August 2024 06:22:16 -0400 (0:00:00.442) 0:04:14.847 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Thursday 29 August 2024 06:22:16 -0400 (0:00:00.034) 0:04:14.881 ******* ok: [managed_node3] TASK [Verify role results] ***************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_pool_options.yml:148 Thursday 29 August 2024 06:22:17 -0400 (0:00:01.089) 0:04:15.971 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed_node3 TASK [Print out pool information] ********************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Thursday 29 August 2024 06:22:17 -0400 (0:00:00.084) 0:04:16.055 ******* ok: [managed_node3] => { "_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-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Thursday 29 August 2024 06:22:17 -0400 (0:00:00.073) 0:04:16.129 ******* skipping: [managed_node3] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Thursday 29 August 2024 06:22:17 -0400 (0:00:00.062) 0:04:16.191 ******* ok: [managed_node3] => { "changed": false, "info": { "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "0377b77c-e1ba-4db6-9c34-ee60ecb61302" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Thursday 29 August 2024 06:22:17 -0400 (0:00:00.420) 0:04:16.611 ******* ok: [managed_node3] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003072", "end": "2024-08-29 06:22:18.352832", "rc": 0, "start": "2024-08-29 06:22:18.349760" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Mon Aug 26 10:15:09 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. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=0377b77c-e1ba-4db6-9c34-ee60ecb61302 / xfs defaults 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/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-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_devops_brew_scratch_nfs_sm/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-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Thursday 29 August 2024 06:22:18 -0400 (0:00:00.421) 0:04:17.033 ******* ok: [managed_node3] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:01.004178", "end": "2024-08-29 06:22:19.745853", "failed_when_result": false, "rc": 0, "start": "2024-08-29 06:22:18.741675" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Thursday 29 August 2024 06:22:19 -0400 (0:00:01.407) 0:04:18.441 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed_node3 => (item={'disks': ['sda', 'sdb', 'sdc'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'grow_to_fill': False, 'name': 'vg1', 'raid_level': 'raid0', 'raid_device_count': 3, 'raid_spare_count': 0, 'raid_metadata_version': '1.0', 'raid_chunk_size': '1024 KiB', 'shared': False, 'state': 'absent', 'type': 'lvm', 'volumes': []}) TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Thursday 29 August 2024 06:22:19 -0400 (0:00:00.105) 0:04:18.547 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Thursday 29 August 2024 06:22:19 -0400 (0:00:00.035) 0:04:18.582 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.state == 'present'", "skip_reason": "Conditional result was False" } TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Thursday 29 August 2024 06:22:19 -0400 (0:00:00.032) 0:04:18.615 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.state == 'present'", "skip_reason": "Conditional result was False" } TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Thursday 29 August 2024 06:22:20 -0400 (0:00:00.031) 0:04:18.646 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed_node3 => (item=members) included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed_node3 => (item=volumes) TASK [Set test variables] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Thursday 29 August 2024 06:22:20 -0400 (0:00:00.073) 0:04:18.720 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_count": "0", "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Thursday 29 August 2024 06:22:20 -0400 (0:00:00.079) 0:04:18.800 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Set pvs lvm length] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Thursday 29 August 2024 06:22:20 -0400 (0:00:00.029) 0:04:18.829 ******* ok: [managed_node3] => { "ansible_facts": { "__pvs_lvm_len": "0" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Thursday 29 August 2024 06:22:20 -0400 (0:00:00.069) 0:04:18.899 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_pool_pvs": [] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Thursday 29 August 2024 06:22:20 -0400 (0:00:00.074) 0:04:18.974 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Thursday 29 August 2024 06:22:20 -0400 (0:00:00.098) 0:04:19.072 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Thursday 29 August 2024 06:22:20 -0400 (0:00:00.038) 0:04:19.111 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Thursday 29 August 2024 06:22:20 -0400 (0:00:00.067) 0:04:19.178 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_type": "raid0" }, "changed": false } TASK [Check the type of each PV] *********************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Thursday 29 August 2024 06:22:20 -0400 (0:00:00.038) 0:04:19.217 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check that blivet supports PV grow to fill] ****************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Thursday 29 August 2024 06:22:20 -0400 (0:00:00.027) 0:04:19.244 ******* ok: [managed_node3] => { "changed": false, "rc": 0 } STDOUT: ** (process:291495): WARNING **: 06:22:20.907: failed to load module nvme: libbd_nvme.so.2: cannot open shared object file: No such file or directory True STDERR: OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.115 originally 10.31.14.115 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.115 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.115 originally 10.31.14.115 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.115 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Thursday 29 August 2024 06:22:21 -0400 (0:00:00.448) 0:04:19.692 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Thursday 29 August 2024 06:22:21 -0400 (0:00:00.075) 0:04:19.768 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed_node3 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Thursday 29 August 2024 06:22:21 -0400 (0:00:00.076) 0:04:19.845 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Thursday 29 August 2024 06:22:21 -0400 (0:00:00.035) 0:04:19.880 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Thursday 29 August 2024 06:22:21 -0400 (0:00:00.037) 0:04:19.918 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Thursday 29 August 2024 06:22:21 -0400 (0:00:00.036) 0:04:19.955 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Thursday 29 August 2024 06:22:21 -0400 (0:00:00.037) 0:04:19.993 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Thursday 29 August 2024 06:22:21 -0400 (0:00:00.035) 0:04:20.028 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Thursday 29 August 2024 06:22:21 -0400 (0:00:00.034) 0:04:20.063 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Thursday 29 August 2024 06:22:21 -0400 (0:00:00.039) 0:04:20.103 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Thursday 29 August 2024 06:22:21 -0400 (0:00:00.039) 0:04:20.143 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Thursday 29 August 2024 06:22:21 -0400 (0:00:00.035) 0:04:20.179 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Thursday 29 August 2024 06:22:21 -0400 (0:00:00.040) 0:04:20.220 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Thursday 29 August 2024 06:22:21 -0400 (0:00:00.038) 0:04:20.258 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed_node3 TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Thursday 29 August 2024 06:22:21 -0400 (0:00:00.073) 0:04:20.332 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Thursday 29 August 2024 06:22:21 -0400 (0:00:00.032) 0:04:20.364 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml for managed_node3 TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Thursday 29 August 2024 06:22:21 -0400 (0:00:00.076) 0:04:20.441 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check member encryption] ************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Thursday 29 August 2024 06:22:21 -0400 (0:00:00.034) 0:04:20.475 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed_node3 TASK [Set test variables] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Thursday 29 August 2024 06:22:21 -0400 (0:00:00.077) 0:04:20.552 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Thursday 29 August 2024 06:22:22 -0400 (0:00:00.151) 0:04:20.704 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Thursday 29 August 2024 06:22:22 -0400 (0:00:00.108) 0:04:20.813 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Thursday 29 August 2024 06:22:22 -0400 (0:00:00.032) 0:04:20.846 ******* ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Thursday 29 August 2024 06:22:22 -0400 (0:00:00.037) 0:04:20.884 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml for managed_node3 TASK [Validate pool member VDO settings] *************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Thursday 29 August 2024 06:22:22 -0400 (0:00:00.080) 0:04:20.965 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Thursday 29 August 2024 06:22:22 -0400 (0:00:00.035) 0:04:21.000 ******* included: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed_node3 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Thursday 29 August 2024 06:22:22 -0400 (0:00:00.088) 0:04:21.088 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Thursday 29 August 2024 06:22:22 -0400 (0:00:00.034) 0:04:21.123 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Thursday 29 August 2024 06:22:22 -0400 (0:00:00.043) 0:04:21.166 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Thursday 29 August 2024 06:22:22 -0400 (0:00:00.037) 0:04:21.204 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Thursday 29 August 2024 06:22:22 -0400 (0:00:00.036) 0:04:21.240 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Thursday 29 August 2024 06:22:22 -0400 (0:00:00.034) 0:04:21.274 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Thursday 29 August 2024 06:22:22 -0400 (0:00:00.036) 0:04:21.311 ******* ok: [managed_node3] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Thursday 29 August 2024 06:22:22 -0400 (0:00:00.035) 0:04:21.346 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Thursday 29 August 2024 06:22:22 -0400 (0:00:00.031) 0:04:21.377 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Thursday 29 August 2024 06:22:22 -0400 (0:00:00.025) 0:04:21.403 ******* ok: [managed_node3] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } PLAY RECAP ********************************************************************* managed_node3 : ok=703 changed=6 unreachable=0 failed=0 skipped=867 rescued=0 ignored=0 Thursday 29 August 2024 06:22:22 -0400 (0:00:00.058) 0:04:21.462 ******* =============================================================================== fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state -- 45.73s /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Set up new/current mounts ---------- 14.22s /tmp/collections-HMs/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 -- 12.78s /tmp/collections-HMs/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 --- 8.29s /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Get information about the LV -------------------------------------------- 8.01s /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 7.31s /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Update facts ------------------------ 4.81s /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Find unused disks in the system ----------------------------------------- 4.53s /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:11 Get information about the LV -------------------------------------------- 4.10s /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Get information about the LV -------------------------------------------- 4.05s /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Get information about the LV -------------------------------------------- 3.22s /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 2.72s /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Ensure cryptsetup is present -------------------------------------------- 2.22s /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 fedora.linux_system_roles.storage : Get service facts ------------------- 2.21s /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Ensure cryptsetup is present -------------------------------------------- 2.10s /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Ensure cryptsetup is present -------------------------------------------- 1.96s /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Ensure cryptsetup is present -------------------------------------------- 1.95s /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Ensure cryptsetup is present -------------------------------------------- 1.94s /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Ensure cryptsetup is present -------------------------------------------- 1.90s /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 fedora.linux_system_roles.storage : Make sure blivet is available ------- 1.72s /tmp/collections-HMs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2