[WARNING]: running playbook inside collection redhat.rhel_system_roles ansible-playbook [core 2.14.17] config file = /etc/ansible/ansible.cfg configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python3.9/site-packages/ansible ansible collection location = /root/.ansible/collections:/usr/share/ansible/collections executable location = /usr/bin/ansible-playbook python version = 3.9.19 (main, Aug 23 2024, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] (/usr/bin/python3) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file 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_change_fs.yml ************************************************** 1 plays in /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_change_fs.yml PLAY [Test change fs] ********************************************************** TASK [Gathering Facts] ********************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_change_fs.yml:2 Monday 21 October 2024 17:54:28 -0400 (0:00:00.010) 0:00:00.010 ******** ok: [managed-node3] TASK [Run the role] ************************************************************ task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_change_fs.yml:14 Monday 21 October 2024 17:54:29 -0400 (0:00:01.346) 0:00:01.357 ******** TASK [redhat.rhel_system_roles.storage : Set platform/version specific variables] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main.yml:2 Monday 21 October 2024 17:54:30 -0400 (0:00:00.042) 0:00:01.399 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml for managed-node3 TASK [redhat.rhel_system_roles.storage : Ensure ansible_facts used by role] **** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml:2 Monday 21 October 2024 17:54:30 -0400 (0:00:00.045) 0:00:01.445 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Set platform/version specific variables] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml:7 Monday 21 October 2024 17:54:30 -0400 (0:00:00.055) 0:00:01.501 ******** skipping: [managed-node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } ok: [managed-node3] => (item=RedHat_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": [ "/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/vars/RedHat_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.yml" } skipping: [managed-node3] => (item=RedHat_9.5.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.5.yml", "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Check if system is ostree] ************ task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml:25 Monday 21 October 2024 17:54:30 -0400 (0:00:00.073) 0:00:01.575 ******** ok: [managed-node3] => { "changed": false, "stat": { "exists": false } } TASK [redhat.rhel_system_roles.storage : Set flag to indicate system is ostree] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml:30 Monday 21 October 2024 17:54:30 -0400 (0:00:00.646) 0:00:02.221 ******** ok: [managed-node3] => { "ansible_facts": { "__storage_is_ostree": false }, "changed": false } TASK [redhat.rhel_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main.yml:5 Monday 21 October 2024 17:54:30 -0400 (0:00:00.048) 0:00:02.269 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [redhat.rhel_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main.yml:9 Monday 21 October 2024 17:54:30 -0400 (0:00:00.035) 0:00:02.305 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [redhat.rhel_system_roles.storage : Include the appropriate provider tasks] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main.yml:13 Monday 21 October 2024 17:54:30 -0400 (0:00:00.037) 0:00:02.343 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml for managed-node3 TASK [redhat.rhel_system_roles.storage : Make sure blivet is available] ******** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:2 Monday 21 October 2024 17:54:31 -0400 (0:00:00.095) 0:00:02.438 ******** ok: [managed-node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [redhat.rhel_system_roles.storage : Show storage_pools] ******************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:9 Monday 21 October 2024 17:54:32 -0400 (0:00:01.113) 0:00:03.551 ******** ok: [managed-node3] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined. 'storage_pools' is undefined" } TASK [redhat.rhel_system_roles.storage : Show storage_volumes] ***************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:14 Monday 21 October 2024 17:54:32 -0400 (0:00:00.037) 0:00:03.588 ******** ok: [managed-node3] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [redhat.rhel_system_roles.storage : Get required packages] **************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:19 Monday 21 October 2024 17:54:32 -0400 (0:00:00.036) 0:00:03.625 ******** ok: [managed-node3] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [redhat.rhel_system_roles.storage : Enable copr repositories if needed] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:31 Monday 21 October 2024 17:54:32 -0400 (0:00:00.701) 0:00:04.327 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/enable_coprs.yml for managed-node3 TASK [redhat.rhel_system_roles.storage : Check if the COPR support packages should be installed] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/enable_coprs.yml:2 Monday 21 October 2024 17:54:32 -0400 (0:00:00.036) 0:00:04.363 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [redhat.rhel_system_roles.storage : Make sure COPR support packages are present] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/enable_coprs.yml:13 Monday 21 October 2024 17:54:33 -0400 (0:00:00.028) 0:00:04.392 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Enable COPRs] ************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/enable_coprs.yml:19 Monday 21 October 2024 17:54:33 -0400 (0:00:00.063) 0:00:04.455 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [redhat.rhel_system_roles.storage : Make sure required packages are installed] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:37 Monday 21 October 2024 17:54:33 -0400 (0:00:00.047) 0:00:04.502 ******** ok: [managed-node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [redhat.rhel_system_roles.storage : Get service facts] ******************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:51 Monday 21 October 2024 17:54:34 -0400 (0:00:00.904) 0:00:05.407 ******** 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": "stopped", "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" }, "fwupd-offline-update.service": { "name": "fwupd-offline-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "fwupd-refresh.service": { "name": "fwupd-refresh.service", "source": "systemd", "state": "inactive", "status": "static" }, "fwupd.service": { "name": "fwupd.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "active" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "grub2-systemd-integration.service": { "name": "grub2-systemd-integration.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "hv_kvp_daemon.service": { "name": "hv_kvp_daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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": "stopped", "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" }, "polkit.service": { "name": "polkit.service", "source": "systemd", "state": "running", "status": "static" }, "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-fsck@dev-disk-by\\x2duuid-7B77\\x2d95E7.service": { "name": "systemd-fsck@dev-disk-by\\x2duuid-7B77\\x2d95E7.service", "source": "systemd", "state": "stopped", "status": "active" }, "systemd-fsck@dev-xvda2.service": { "name": "systemd-fsck@dev-xvda2.service", "source": "systemd", "state": "stopped", "status": "active" }, "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": "stopped", "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" }, "udisks2.service": { "name": "udisks2.service", "source": "systemd", "state": "running", "status": "enabled" }, "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 [redhat.rhel_system_roles.storage : Set storage_cryptsetup_services] ****** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:57 Monday 21 October 2024 17:54:36 -0400 (0:00:02.080) 0:00:07.487 ******** ok: [managed-node3] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [redhat.rhel_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:63 Monday 21 October 2024 17:54:36 -0400 (0:00:00.055) 0:00:07.543 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [redhat.rhel_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:69 Monday 21 October 2024 17:54:36 -0400 (0:00:00.018) 0:00:07.562 ******** ok: [managed-node3] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [redhat.rhel_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:83 Monday 21 October 2024 17:54:36 -0400 (0:00:00.530) 0:00:08.092 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Check if /etc/fstab is present] ******* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:90 Monday 21 October 2024 17:54:36 -0400 (0:00:00.047) 0:00:08.140 ******** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1729547656.9505434, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d505df7dbf933786a776627e11e33976edc30b5a", "ctime": 1729547656.9495435, "dev": 51716, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 838860937, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1729547656.9495435, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1123, "uid": 0, "version": "2657591077", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [redhat.rhel_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:95 Monday 21 October 2024 17:54:37 -0400 (0:00:00.395) 0:00:08.535 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:113 Monday 21 October 2024 17:54:37 -0400 (0:00:00.027) 0:00:08.562 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [redhat.rhel_system_roles.storage : Show blivet_output] ******************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:119 Monday 21 October 2024 17:54:37 -0400 (0:00:00.026) 0:00:08.589 ******** ok: [managed-node3] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } } TASK [redhat.rhel_system_roles.storage : Set the list of pools for test verification] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:128 Monday 21 October 2024 17:54:37 -0400 (0:00:00.032) 0:00:08.621 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [redhat.rhel_system_roles.storage : Set the list of volumes for test verification] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:132 Monday 21 October 2024 17:54:37 -0400 (0:00:00.039) 0:00:08.661 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [redhat.rhel_system_roles.storage : Remove obsolete mounts] *************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:148 Monday 21 October 2024 17:54:37 -0400 (0:00:00.038) 0:00:08.700 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [redhat.rhel_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:159 Monday 21 October 2024 17:54:37 -0400 (0:00:00.049) 0:00:08.749 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Set up new/current mounts] ************ task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:164 Monday 21 October 2024 17:54:37 -0400 (0:00:00.026) 0:00:08.775 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [redhat.rhel_system_roles.storage : Manage mount ownership/permissions] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:175 Monday 21 October 2024 17:54:37 -0400 (0:00:00.043) 0:00:08.819 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [redhat.rhel_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:187 Monday 21 October 2024 17:54:37 -0400 (0:00:00.044) 0:00:08.863 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:195 Monday 21 October 2024 17:54:37 -0400 (0:00:00.029) 0:00:08.892 ******** ok: [managed-node3] => { "changed": false, "stat": { "exists": false } } TASK [redhat.rhel_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:200 Monday 21 October 2024 17:54:37 -0400 (0:00:00.383) 0:00:09.276 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [redhat.rhel_system_roles.storage : Update facts] ************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:222 Monday 21 October 2024 17:54:37 -0400 (0:00:00.049) 0:00:09.326 ******** ok: [managed-node3] TASK [Mark tasks to be skipped] ************************************************ task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_change_fs.yml:18 Monday 21 October 2024 17:54:39 -0400 (0:00:01.042) 0:00:10.369 ******** ok: [managed-node3] => { "ansible_facts": { "storage_skip_checks": [ "blivet_available", "packages_installed", "service_facts" ] }, "changed": false } TASK [Get unused disks] ******************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_change_fs.yml:25 Monday 21 October 2024 17:54:39 -0400 (0:00:00.100) 0:00:10.470 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/get_unused_disk.yml for managed-node3 TASK [Ensure test packages] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/get_unused_disk.yml:2 Monday 21 October 2024 17:54:39 -0400 (0:00:00.107) 0:00:10.577 ******** ok: [managed-node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Find unused disks in the system] ***************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/get_unused_disk.yml:11 Monday 21 October 2024 17:54:40 -0400 (0:00:00.888) 0:00:11.465 ******** ok: [managed-node3] => { "changed": false, "disks": [ "sda" ], "info": [ "Line: NAME=\"/dev/sda\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/sdb\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/sdc\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/sdd\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/sde\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/sdf\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/sdg\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/sdh\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/sdi\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/xvda\" TYPE=\"disk\" SIZE=\"268435456000\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"1048576\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"1048576\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/xvda2\" TYPE=\"part\" SIZE=\"209715200\" FSTYPE=\"vfat\" LOG_SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda2\" TYPE=\"part\" SIZE=\"209715200\" FSTYPE=\"vfat\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/xvda3\" TYPE=\"part\" SIZE=\"1073741824\" FSTYPE=\"xfs\" LOG_SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda3\" TYPE=\"part\" SIZE=\"1073741824\" FSTYPE=\"xfs\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/xvda4\" TYPE=\"part\" SIZE=\"267149884928\" FSTYPE=\"xfs\" LOG_SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda4\" TYPE=\"part\" SIZE=\"267149884928\" FSTYPE=\"xfs\" LOG_SEC=\"512\"", "filename [xvda4] is a partition", "filename [xvda2] is a partition", "filename [xvda3] is a partition", "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: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/get_unused_disk.yml:20 Monday 21 October 2024 17:54:40 -0400 (0:00:00.676) 0:00:12.142 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set unused_disks if necessary] ******************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/get_unused_disk.yml:29 Monday 21 October 2024 17:54:40 -0400 (0:00:00.037) 0:00:12.179 ******** ok: [managed-node3] => { "ansible_facts": { "unused_disks": [ "sda" ] }, "changed": false } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/get_unused_disk.yml:34 Monday 21 October 2024 17:54:40 -0400 (0:00:00.041) 0:00:12.221 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Print unused disks] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/get_unused_disk.yml:39 Monday 21 October 2024 17:54:40 -0400 (0:00:00.056) 0:00:12.277 ******** ok: [managed-node3] => { "unused_disks": [ "sda" ] } TASK [Create a LVM logical volume with default fs_type] ************************ task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_change_fs.yml:31 Monday 21 October 2024 17:54:40 -0400 (0:00:00.040) 0:00:12.318 ******** TASK [redhat.rhel_system_roles.storage : Set platform/version specific variables] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main.yml:2 Monday 21 October 2024 17:54:41 -0400 (0:00:00.079) 0:00:12.397 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml for managed-node3 TASK [redhat.rhel_system_roles.storage : Ensure ansible_facts used by role] **** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml:2 Monday 21 October 2024 17:54:41 -0400 (0:00:00.059) 0:00:12.457 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Set platform/version specific variables] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml:7 Monday 21 October 2024 17:54:41 -0400 (0:00:00.075) 0:00:12.532 ******** skipping: [managed-node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } ok: [managed-node3] => (item=RedHat_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": [ "/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/vars/RedHat_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.yml" } skipping: [managed-node3] => (item=RedHat_9.5.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.5.yml", "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Check if system is ostree] ************ task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml:25 Monday 21 October 2024 17:54:41 -0400 (0:00:00.097) 0:00:12.630 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Set flag to indicate system is ostree] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml:30 Monday 21 October 2024 17:54:41 -0400 (0:00:00.044) 0:00:12.675 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main.yml:5 Monday 21 October 2024 17:54:41 -0400 (0:00:00.039) 0:00:12.714 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [redhat.rhel_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main.yml:9 Monday 21 October 2024 17:54:41 -0400 (0:00:00.023) 0:00:12.737 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [redhat.rhel_system_roles.storage : Include the appropriate provider tasks] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main.yml:13 Monday 21 October 2024 17:54:41 -0400 (0:00:00.022) 0:00:12.760 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml for managed-node3 TASK [redhat.rhel_system_roles.storage : Make sure blivet is available] ******** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:2 Monday 21 October 2024 17:54:41 -0400 (0:00:00.054) 0:00:12.814 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Show storage_pools] ******************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:9 Monday 21 October 2024 17:54:41 -0400 (0:00:00.034) 0:00:12.849 ******** ok: [managed-node3] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "volumes": [ { "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [redhat.rhel_system_roles.storage : Show storage_volumes] ***************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:14 Monday 21 October 2024 17:54:41 -0400 (0:00:00.036) 0:00:12.885 ******** ok: [managed-node3] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [redhat.rhel_system_roles.storage : Get required packages] **************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:19 Monday 21 October 2024 17:54:41 -0400 (0:00:00.040) 0:00:12.926 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Enable copr repositories if needed] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:31 Monday 21 October 2024 17:54:41 -0400 (0:00:00.039) 0:00:12.965 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Make sure required packages are installed] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:37 Monday 21 October 2024 17:54:41 -0400 (0:00:00.033) 0:00:12.999 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Get service facts] ******************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:51 Monday 21 October 2024 17:54:41 -0400 (0:00:00.036) 0:00:13.035 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Set storage_cryptsetup_services] ****** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:57 Monday 21 October 2024 17:54:41 -0400 (0:00:00.034) 0:00:13.069 ******** ok: [managed-node3] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [redhat.rhel_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:63 Monday 21 October 2024 17:54:41 -0400 (0:00:00.100) 0:00:13.170 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [redhat.rhel_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:69 Monday 21 October 2024 17:54:41 -0400 (0:00:00.019) 0:00:13.190 ******** changed: [managed-node3] => { "actions": [ { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test1", "fs_type": "xfs" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/xvda3", "/dev/xvda4", "/dev/mapper/foo-test1" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "lvm2", "dosfstools", "xfsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "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": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [redhat.rhel_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:83 Monday 21 October 2024 17:54:43 -0400 (0:00:01.941) 0:00:15.131 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Check if /etc/fstab is present] ******* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:90 Monday 21 October 2024 17:54:43 -0400 (0:00:00.035) 0:00:15.167 ******** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1729547656.9505434, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d505df7dbf933786a776627e11e33976edc30b5a", "ctime": 1729547656.9495435, "dev": 51716, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 838860937, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1729547656.9495435, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1123, "uid": 0, "version": "2657591077", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [redhat.rhel_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:95 Monday 21 October 2024 17:54:44 -0400 (0:00:00.413) 0:00:15.581 ******** ok: [managed-node3] => { "backup": "", "changed": false } TASK [redhat.rhel_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:113 Monday 21 October 2024 17:54:44 -0400 (0:00:00.601) 0:00:16.182 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [redhat.rhel_system_roles.storage : Show blivet_output] ******************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:119 Monday 21 October 2024 17:54:44 -0400 (0:00:00.041) 0:00:16.223 ******** ok: [managed-node3] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test1", "fs_type": "xfs" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/xvda3", "/dev/xvda4", "/dev/mapper/foo-test1" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "lvm2", "dosfstools", "xfsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "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": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [redhat.rhel_system_roles.storage : Set the list of pools for test verification] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:128 Monday 21 October 2024 17:54:44 -0400 (0:00:00.068) 0:00:16.292 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "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": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [redhat.rhel_system_roles.storage : Set the list of volumes for test verification] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:132 Monday 21 October 2024 17:54:44 -0400 (0:00:00.050) 0:00:16.342 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [redhat.rhel_system_roles.storage : Remove obsolete mounts] *************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:148 Monday 21 October 2024 17:54:45 -0400 (0:00:00.046) 0:00:16.389 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [redhat.rhel_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:159 Monday 21 October 2024 17:54:45 -0400 (0:00:00.074) 0:00:16.463 ******** ok: [managed-node3] => { "changed": false, "name": null, "status": {} } TASK [redhat.rhel_system_roles.storage : Set up new/current mounts] ************ task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:164 Monday 21 October 2024 17:54:46 -0400 (0:00:01.370) 0:00:17.834 ******** changed: [managed-node3] => (item={'src': '/dev/mapper/foo-test1', '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/foo-test1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } TASK [redhat.rhel_system_roles.storage : Manage mount ownership/permissions] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:175 Monday 21 October 2024 17:54:47 -0400 (0:00:00.762) 0:00:18.597 ******** skipping: [managed-node3] => (item={'src': '/dev/mapper/foo-test1', '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, "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [redhat.rhel_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:187 Monday 21 October 2024 17:54:47 -0400 (0:00:00.083) 0:00:18.680 ******** ok: [managed-node3] => { "changed": false, "name": null, "status": {} } TASK [redhat.rhel_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:195 Monday 21 October 2024 17:54:48 -0400 (0:00:00.830) 0:00:19.510 ******** ok: [managed-node3] => { "changed": false, "stat": { "exists": false } } TASK [redhat.rhel_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:200 Monday 21 October 2024 17:54:48 -0400 (0:00:00.445) 0:00:19.956 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [redhat.rhel_system_roles.storage : Update facts] ************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:222 Monday 21 October 2024 17:54:48 -0400 (0:00:00.065) 0:00:20.021 ******** ok: [managed-node3] TASK [Verify role results] ***************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_change_fs.yml:43 Monday 21 October 2024 17:54:49 -0400 (0:00:01.075) 0:00:21.097 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-role-results.yml for managed-node3 TASK [Print out pool information] ********************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-role-results.yml:2 Monday 21 October 2024 17:54:49 -0400 (0:00:00.117) 0:00:21.214 ******** ok: [managed-node3] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "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": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-role-results.yml:7 Monday 21 October 2024 17:54:49 -0400 (0:00:00.066) 0:00:21.281 ******** skipping: [managed-node3] => {} TASK [Collect info about the volumes.] ***************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-role-results.yml:15 Monday 21 October 2024 17:54:49 -0400 (0:00:00.067) 0:00:21.348 ******** ok: [managed-node3] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "xfs", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/foo-test1", "size": "5G", "type": "lvm", "uuid": "4a594f6c-e236-4265-be35-9388ba3b0704" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "hndWOE-Qems-IxEY-aYHG-P3ze-CVVH-vidOwH" }, "/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": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "vfat", "label": "", "mountpoint": "/boot/efi", "name": "/dev/xvda2", "size": "200M", "type": "partition", "uuid": "7B77-95E7" }, "/dev/xvda3": { "fstype": "xfs", "label": "boot", "mountpoint": "/boot", "name": "/dev/xvda3", "size": "1G", "type": "partition", "uuid": "a8cc2a47-4cf2-4d6f-8916-f69641ec5919" }, "/dev/xvda4": { "fstype": "xfs", "label": "root", "mountpoint": "/", "name": "/dev/xvda4", "size": "248.8G", "type": "partition", "uuid": "1b4086e3-4d44-4b6e-99dc-43b96b9fea96" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-role-results.yml:20 Monday 21 October 2024 17:54:50 -0400 (0:00:00.627) 0:00:21.976 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002982", "end": "2024-10-21 17:54:51.010433", "rc": 0, "start": "2024-10-21 17:54:51.007451" } STDOUT: UUID=1b4086e3-4d44-4b6e-99dc-43b96b9fea96 / xfs defaults 0 0 UUID=a8cc2a47-4cf2-4d6f-8916-f69641ec5919 /boot xfs defaults 0 0 UUID=7B77-95E7 /boot/efi vfat defaults,uid=0,gid=0,umask=077,shortname=winnt 0 2 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 # system_role:storage /dev/mapper/foo-test1 /opt/test1 xfs defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-role-results.yml:25 Monday 21 October 2024 17:54:51 -0400 (0:00:00.458) 0:00:22.435 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002925", "end": "2024-10-21 17:54:51.374285", "failed_when_result": false, "rc": 1, "start": "2024-10-21 17:54:51.371360" } STDERR: cat: /etc/crypttab: No such file or directory MSG: non-zero return code TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-role-results.yml:34 Monday 21 October 2024 17:54:51 -0400 (0:00:00.378) 0:00:22.814 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool.yml for managed-node3 => (item={'disks': ['sda'], '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': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, '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': 'test1', 'raid_level': None, 'size': '5g', '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/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}]}) TASK [Set _storage_pool_tests] ************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool.yml:5 Monday 21 October 2024 17:54:51 -0400 (0:00:00.095) 0:00:22.909 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool.yml:18 Monday 21 October 2024 17:54:51 -0400 (0:00:00.038) 0:00:22.948 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.031508", "end": "2024-10-21 17:54:51.959224", "rc": 0, "start": "2024-10-21 17:54:51.927716" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool.yml:24 Monday 21 October 2024 17:54:52 -0400 (0:00:00.448) 0:00:23.396 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool.yml:34 Monday 21 October 2024 17:54:52 -0400 (0:00:00.053) 0:00:23.450 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml for managed-node3 => (item=members) included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-volumes.yml for managed-node3 => (item=volumes) TASK [Set test variables] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:2 Monday 21 October 2024 17:54:52 -0400 (0:00:00.088) 0:00:23.539 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:8 Monday 21 October 2024 17:54:52 -0400 (0:00:00.099) 0:00:23.638 ******** ok: [managed-node3] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } TASK [Set pvs lvm length] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:17 Monday 21 October 2024 17:54:53 -0400 (0:00:00.743) 0:00:24.381 ******** ok: [managed-node3] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:22 Monday 21 October 2024 17:54:53 -0400 (0:00:00.083) 0:00:24.465 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:27 Monday 21 October 2024 17:54:53 -0400 (0:00:00.150) 0:00:24.615 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:36 Monday 21 October 2024 17:54:53 -0400 (0:00:00.166) 0:00:24.782 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:41 Monday 21 October 2024 17:54:53 -0400 (0:00:00.071) 0:00:24.853 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:46 Monday 21 October 2024 17:54:53 -0400 (0:00:00.098) 0:00:24.952 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:51 Monday 21 October 2024 17:54:53 -0400 (0:00:00.044) 0:00:24.996 ******** ok: [managed-node3] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:64 Monday 21 October 2024 17:54:53 -0400 (0:00:00.063) 0:00:25.060 ******** ok: [managed-node3] => { "changed": false, "rc": 0 } STDOUT: ** (process:30051): WARNING **: 17:54:53.989: failed to load module nvme: libbd_nvme.so.2: cannot open shared object file: No such file or directory True STDERR: Shared connection to 10.31.10.173 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:73 Monday 21 October 2024 17:54:54 -0400 (0:00:00.477) 0:00:25.537 ******** skipping: [managed-node3] => (item=/dev/sda) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:83 Monday 21 October 2024 17:54:54 -0400 (0:00:00.120) 0:00:25.658 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml for managed-node3 TASK [Get information about RAID] ********************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml:8 Monday 21 October 2024 17:54:54 -0400 (0:00:00.106) 0:00:25.765 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml:14 Monday 21 October 2024 17:54:54 -0400 (0:00:00.052) 0:00:25.818 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml:19 Monday 21 October 2024 17:54:54 -0400 (0:00:00.040) 0:00:25.859 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml:24 Monday 21 October 2024 17:54:54 -0400 (0:00:00.041) 0:00:25.900 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml:29 Monday 21 October 2024 17:54:54 -0400 (0:00:00.039) 0:00:25.940 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml:37 Monday 21 October 2024 17:54:54 -0400 (0:00:00.038) 0:00:25.978 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml:46 Monday 21 October 2024 17:54:54 -0400 (0:00:00.039) 0:00:26.018 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml:55 Monday 21 October 2024 17:54:54 -0400 (0:00:00.040) 0:00:26.058 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml:64 Monday 21 October 2024 17:54:54 -0400 (0:00:00.040) 0:00:26.099 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml:74 Monday 21 October 2024 17:54:54 -0400 (0:00:00.033) 0:00:26.132 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml:83 Monday 21 October 2024 17:54:54 -0400 (0:00:00.064) 0:00:26.196 ******** 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: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:86 Monday 21 October 2024 17:54:54 -0400 (0:00:00.042) 0:00:26.239 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed-node3 TASK [Validate pool member LVM RAID settings] ********************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Monday 21 October 2024 17:54:54 -0400 (0:00:00.080) 0:00:26.320 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_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': 'test1', 'raid_level': None, 'size': '5g', '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/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about the LV] ******************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-lvmraid.yml:8 Monday 21 October 2024 17:54:55 -0400 (0:00:00.089) 0:00:26.410 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-lvmraid.yml:16 Monday 21 October 2024 17:54:55 -0400 (0:00:00.042) 0:00:26.453 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-lvmraid.yml:20 Monday 21 October 2024 17:54:55 -0400 (0:00:00.044) 0:00:26.498 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Monday 21 October 2024 17:54:55 -0400 (0:00:00.043) 0:00:26.541 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Monday 21 October 2024 17:54:55 -0400 (0:00:00.042) 0:00:26.583 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Monday 21 October 2024 17:54:55 -0400 (0:00:00.041) 0:00:26.625 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Monday 21 October 2024 17:54:55 -0400 (0:00:00.043) 0:00:26.668 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:89 Monday 21 October 2024 17:54:55 -0400 (0:00:00.042) 0:00:26.711 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-members-thin.yml for managed-node3 TASK [Validate pool member thinpool settings] ********************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-members-thin.yml:2 Monday 21 October 2024 17:54:55 -0400 (0:00:00.080) 0:00:26.791 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_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': 'test1', 'raid_level': None, 'size': '5g', '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/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about thinpool] ****************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-thin.yml:8 Monday 21 October 2024 17:54:55 -0400 (0:00:00.099) 0:00:26.891 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-thin.yml:16 Monday 21 October 2024 17:54:55 -0400 (0:00:00.058) 0:00:26.949 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-thin.yml:22 Monday 21 October 2024 17:54:55 -0400 (0:00:00.072) 0:00:27.022 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-thin.yml:26 Monday 21 October 2024 17:54:55 -0400 (0:00:00.053) 0:00:27.076 ******** ok: [managed-node3] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:92 Monday 21 October 2024 17:54:55 -0400 (0:00:00.075) 0:00:27.151 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-members-encryption.yml for managed-node3 TASK [Set test variables] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Monday 21 October 2024 17:54:55 -0400 (0:00:00.144) 0:00:27.296 ******** 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: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Monday 21 October 2024 17:54:56 -0400 (0:00:00.067) 0:00:27.364 ******** skipping: [managed-node3] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Monday 21 October 2024 17:54:56 -0400 (0:00:00.085) 0:00:27.449 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node3 => (item=/dev/sda) TASK [Set variables used by tests] ********************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Monday 21 October 2024 17:54:56 -0400 (0:00:00.048) 0:00:27.497 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Monday 21 October 2024 17:54:56 -0400 (0:00:00.044) 0:00:27.542 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Monday 21 October 2024 17:54:56 -0400 (0:00:00.041) 0:00:27.583 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Monday 21 October 2024 17:54:56 -0400 (0:00:00.034) 0:00:27.618 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Monday 21 October 2024 17:54:56 -0400 (0:00:00.041) 0:00:27.660 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Monday 21 October 2024 17:54:56 -0400 (0:00:00.054) 0:00:27.715 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Monday 21 October 2024 17:54:56 -0400 (0:00:00.044) 0:00:27.759 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:95 Monday 21 October 2024 17:54:56 -0400 (0:00:00.041) 0:00:27.801 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-members-vdo.yml for managed-node3 TASK [Validate pool member VDO settings] *************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Monday 21 October 2024 17:54:56 -0400 (0:00:00.062) 0:00:27.863 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_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': 'test1', 'raid_level': None, 'size': '5g', '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/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about VDO deduplication] ********************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Monday 21 October 2024 17:54:56 -0400 (0:00:00.063) 0:00:27.927 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Monday 21 October 2024 17:54:56 -0400 (0:00:00.029) 0:00:27.956 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Monday 21 October 2024 17:54:56 -0400 (0:00:00.029) 0:00:27.986 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Monday 21 October 2024 17:54:56 -0400 (0:00:00.022) 0:00:28.008 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Monday 21 October 2024 17:54:56 -0400 (0:00:00.021) 0:00:28.030 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Monday 21 October 2024 17:54:56 -0400 (0:00:00.021) 0:00:28.052 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-vdo.yml:46 Monday 21 October 2024 17:54:56 -0400 (0:00:00.022) 0:00:28.075 ******** ok: [managed-node3] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:98 Monday 21 October 2024 17:54:56 -0400 (0:00:00.030) 0:00:28.106 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-stratis.yml for managed-node3 TASK [Run 'stratis report'] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-stratis.yml:6 Monday 21 October 2024 17:54:56 -0400 (0:00:00.097) 0:00:28.204 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-stratis.yml:11 Monday 21 October 2024 17:54:56 -0400 (0:00:00.040) 0:00:28.245 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-stratis.yml:15 Monday 21 October 2024 17:54:56 -0400 (0:00:00.038) 0:00:28.283 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-stratis.yml:25 Monday 21 October 2024 17:54:56 -0400 (0:00:00.034) 0:00:28.317 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-stratis.yml:34 Monday 21 October 2024 17:54:56 -0400 (0:00:00.028) 0:00:28.346 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-stratis.yml:44 Monday 21 October 2024 17:54:57 -0400 (0:00:00.026) 0:00:28.372 ******** ok: [managed-node3] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:101 Monday 21 October 2024 17:54:57 -0400 (0:00:00.029) 0:00:28.401 ******** 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: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Monday 21 October 2024 17:54:57 -0400 (0:00:00.030) 0:00:28.432 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_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': 'test1', 'raid_level': None, 'size': '5g', '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/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Set storage volume test variables] *************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume.yml:2 Monday 21 October 2024 17:54:57 -0400 (0:00:00.072) 0:00:28.504 ******** 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: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume.yml:19 Monday 21 October 2024 17:54:57 -0400 (0:00:00.055) 0:00:28.560 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node3 => (item=mount) included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node3 => (item=fstab) included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node3 => (item=fs) included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-device.yml for managed-node3 => (item=device) included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node3 => (item=encryption) included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-md.yml for managed-node3 => (item=md) included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml for managed-node3 => (item=size) included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_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: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml:7 Monday 21 October 2024 17:54:57 -0400 (0:00:00.154) 0:00:28.714 ******** ok: [managed-node3] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml:11 Monday 21 October 2024 17:54:57 -0400 (0:00:00.062) 0:00:28.777 ******** 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: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml:19 Monday 21 October 2024 17:54:57 -0400 (0:00:00.042) 0:00:28.820 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml:28 Monday 21 October 2024 17:54:57 -0400 (0:00:00.023) 0:00:28.843 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml:36 Monday 21 October 2024 17:54:57 -0400 (0:00:00.029) 0:00:28.872 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml:42 Monday 21 October 2024 17:54:57 -0400 (0:00:00.029) 0:00:28.902 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml:48 Monday 21 October 2024 17:54:57 -0400 (0:00:00.031) 0:00:28.934 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml:57 Monday 21 October 2024 17:54:57 -0400 (0:00:00.036) 0:00:28.970 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml:63 Monday 21 October 2024 17:54:57 -0400 (0:00:00.035) 0:00:29.006 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml:69 Monday 21 October 2024 17:54:57 -0400 (0:00:00.027) 0:00:29.033 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml:79 Monday 21 October 2024 17:54:57 -0400 (0:00:00.026) 0:00:29.059 ******** 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: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Monday 21 October 2024 17:54:57 -0400 (0:00:00.032) 0:00:29.092 ******** ok: [managed-node3] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/foo-test1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 xfs defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Monday 21 October 2024 17:54:57 -0400 (0:00:00.080) 0:00:29.172 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Monday 21 October 2024 17:54:57 -0400 (0:00:00.046) 0:00:29.219 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Monday 21 October 2024 17:54:57 -0400 (0:00:00.042) 0:00:29.261 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Monday 21 October 2024 17:54:57 -0400 (0:00:00.034) 0:00:29.296 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-fstab.yml:51 Monday 21 October 2024 17:54:57 -0400 (0:00:00.027) 0:00:29.323 ******** 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: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-fs.yml:6 Monday 21 October 2024 17:54:57 -0400 (0:00:00.025) 0:00:29.348 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-fs.yml:14 Monday 21 October 2024 17:54:58 -0400 (0:00:00.044) 0:00:29.393 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-device.yml:3 Monday 21 October 2024 17:54:58 -0400 (0:00:00.044) 0:00:29.437 ******** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1729547687.1916375, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1729547683.6486278, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 977, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1729547683.6486278, "nlink": 1, "path": "/dev/mapper/foo-test1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-device.yml:9 Monday 21 October 2024 17:54:58 -0400 (0:00:00.385) 0:00:29.823 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-device.yml:16 Monday 21 October 2024 17:54:58 -0400 (0:00:00.036) 0:00:29.860 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-device.yml:23 Monday 21 October 2024 17:54:58 -0400 (0:00:00.034) 0:00:29.894 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-device.yml:29 Monday 21 October 2024 17:54:58 -0400 (0:00:00.038) 0:00:29.933 ******** ok: [managed-node3] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-device.yml:33 Monday 21 October 2024 17:54:58 -0400 (0:00:00.030) 0:00:29.963 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-device.yml:38 Monday 21 October 2024 17:54:58 -0400 (0:00:00.027) 0:00:29.991 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Monday 21 October 2024 17:54:58 -0400 (0:00:00.030) 0:00:30.022 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Monday 21 October 2024 17:54:58 -0400 (0:00:00.021) 0:00:30.043 ******** ok: [managed-node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Monday 21 October 2024 17:54:59 -0400 (0:00:00.828) 0:00:30.872 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Monday 21 October 2024 17:54:59 -0400 (0:00:00.031) 0:00:30.904 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Monday 21 October 2024 17:54:59 -0400 (0:00:00.038) 0:00:30.942 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Monday 21 October 2024 17:54:59 -0400 (0:00:00.076) 0:00:31.018 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Monday 21 October 2024 17:54:59 -0400 (0:00:00.041) 0:00:31.060 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Monday 21 October 2024 17:54:59 -0400 (0:00:00.085) 0:00:31.145 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Monday 21 October 2024 17:54:59 -0400 (0:00:00.039) 0:00:31.185 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Monday 21 October 2024 17:54:59 -0400 (0:00:00.029) 0:00:31.214 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Monday 21 October 2024 17:54:59 -0400 (0:00:00.028) 0:00:31.243 ******** 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: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Monday 21 October 2024 17:54:59 -0400 (0:00:00.073) 0:00:31.317 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Monday 21 October 2024 17:55:00 -0400 (0:00:00.068) 0:00:31.385 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Monday 21 October 2024 17:55:00 -0400 (0:00:00.056) 0:00:31.441 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Monday 21 October 2024 17:55:00 -0400 (0:00:00.053) 0:00:31.495 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Monday 21 October 2024 17:55:00 -0400 (0:00:00.053) 0:00:31.548 ******** 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: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-md.yml:8 Monday 21 October 2024 17:55:00 -0400 (0:00:00.045) 0:00:31.594 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-md.yml:14 Monday 21 October 2024 17:55:00 -0400 (0:00:00.023) 0:00:31.618 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-md.yml:19 Monday 21 October 2024 17:55:00 -0400 (0:00:00.021) 0:00:31.640 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-md.yml:24 Monday 21 October 2024 17:55:00 -0400 (0:00:00.023) 0:00:31.663 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-md.yml:29 Monday 21 October 2024 17:55:00 -0400 (0:00:00.022) 0:00:31.685 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-md.yml:37 Monday 21 October 2024 17:55:00 -0400 (0:00:00.022) 0:00:31.707 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-md.yml:46 Monday 21 October 2024 17:55:00 -0400 (0:00:00.021) 0:00:31.729 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-md.yml:54 Monday 21 October 2024 17:55:00 -0400 (0:00:00.023) 0:00:31.753 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-md.yml:62 Monday 21 October 2024 17:55:00 -0400 (0:00:00.028) 0:00:31.781 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-md.yml:70 Monday 21 October 2024 17:55:00 -0400 (0:00:00.028) 0:00:31.809 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:3 Monday 21 October 2024 17:55:00 -0400 (0:00:00.033) 0:00:31.843 ******** ok: [managed-node3] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:11 Monday 21 October 2024 17:55:01 -0400 (0:00:00.610) 0:00:32.454 ******** ok: [managed-node3] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Establish base value for expected size] ********************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:20 Monday 21 October 2024 17:55:01 -0400 (0:00:00.462) 0:00:32.917 ******** ok: [managed-node3] => { "ansible_facts": { "storage_test_expected_size": "5368709120" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:28 Monday 21 October 2024 17:55:01 -0400 (0:00:00.069) 0:00:32.986 ******** ok: [managed-node3] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:32 Monday 21 October 2024 17:55:01 -0400 (0:00:00.032) 0:00:33.019 ******** ok: [managed-node3] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:46 Monday 21 October 2024 17:55:02 -0400 (0:00:00.389) 0:00:33.409 ******** skipping: [managed-node3] => {} TASK [Show test blockinfo] ***************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:50 Monday 21 October 2024 17:55:02 -0400 (0:00:00.108) 0:00:33.517 ******** skipping: [managed-node3] => {} TASK [Show test pool size] ***************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:54 Monday 21 October 2024 17:55:02 -0400 (0:00:00.085) 0:00:33.603 ******** skipping: [managed-node3] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:58 Monday 21 October 2024 17:55:02 -0400 (0:00:00.119) 0:00:33.723 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:67 Monday 21 October 2024 17:55:02 -0400 (0:00:00.076) 0:00:33.799 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:71 Monday 21 October 2024 17:55:02 -0400 (0:00:00.044) 0:00:33.844 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:76 Monday 21 October 2024 17:55:02 -0400 (0:00:00.043) 0:00:33.888 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:82 Monday 21 October 2024 17:55:02 -0400 (0:00:00.040) 0:00:33.929 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:86 Monday 21 October 2024 17:55:02 -0400 (0:00:00.028) 0:00:33.957 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:91 Monday 21 October 2024 17:55:02 -0400 (0:00:00.063) 0:00:34.021 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:96 Monday 21 October 2024 17:55:02 -0400 (0:00:00.023) 0:00:34.044 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:101 Monday 21 October 2024 17:55:02 -0400 (0:00:00.022) 0:00:34.066 ******** skipping: [managed-node3] => {} TASK [Show volume thin pool size] ********************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:105 Monday 21 October 2024 17:55:02 -0400 (0:00:00.022) 0:00:34.089 ******** skipping: [managed-node3] => {} TASK [Show test volume size] *************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:109 Monday 21 October 2024 17:55:02 -0400 (0:00:00.022) 0:00:34.112 ******** skipping: [managed-node3] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:113 Monday 21 October 2024 17:55:02 -0400 (0:00:00.022) 0:00:34.134 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:120 Monday 21 October 2024 17:55:02 -0400 (0:00:00.021) 0:00:34.155 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:127 Monday 21 October 2024 17:55:02 -0400 (0:00:00.022) 0:00:34.178 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:131 Monday 21 October 2024 17:55:02 -0400 (0:00:00.027) 0:00:34.205 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:137 Monday 21 October 2024 17:55:02 -0400 (0:00:00.033) 0:00:34.239 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:143 Monday 21 October 2024 17:55:02 -0400 (0:00:00.036) 0:00:34.275 ******** ok: [managed-node3] => { "storage_test_actual_size": { "bytes": 5368709120, "changed": false, "failed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } } TASK [Show expected size] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:147 Monday 21 October 2024 17:55:02 -0400 (0:00:00.042) 0:00:34.318 ******** ok: [managed-node3] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:151 Monday 21 October 2024 17:55:02 -0400 (0:00:00.041) 0:00:34.359 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-cache.yml:5 Monday 21 October 2024 17:55:03 -0400 (0:00:00.072) 0:00:34.432 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.028872", "end": "2024-10-21 17:55:03.434158", "rc": 0, "start": "2024-10-21 17:55:03.405286" } STDOUT: LVM2_LV_NAME=test1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-cache.yml:13 Monday 21 October 2024 17:55:03 -0400 (0:00:00.423) 0:00:34.856 ******** ok: [managed-node3] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-cache.yml:17 Monday 21 October 2024 17:55:03 -0400 (0:00:00.041) 0:00:34.897 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-cache.yml:24 Monday 21 October 2024 17:55:03 -0400 (0:00:00.043) 0:00:34.940 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-cache.yml:31 Monday 21 October 2024 17:55:03 -0400 (0:00:00.054) 0:00:34.995 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-cache.yml:37 Monday 21 October 2024 17:55:03 -0400 (0:00:00.055) 0:00:35.051 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-cache.yml:42 Monday 21 October 2024 17:55:03 -0400 (0:00:00.101) 0:00:35.153 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume.yml:25 Monday 21 October 2024 17:55:03 -0400 (0:00:00.069) 0:00:35.222 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-role-results.yml:44 Monday 21 October 2024 17:55:03 -0400 (0:00:00.050) 0:00:35.273 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-role-results.yml:54 Monday 21 October 2024 17:55:03 -0400 (0:00:00.037) 0:00:35.310 ******** ok: [managed-node3] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Change the file system signature on the logical volume created above] **** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_change_fs.yml:46 Monday 21 October 2024 17:55:04 -0400 (0:00:00.054) 0:00:35.365 ******** TASK [redhat.rhel_system_roles.storage : Set platform/version specific variables] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main.yml:2 Monday 21 October 2024 17:55:04 -0400 (0:00:00.085) 0:00:35.450 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml for managed-node3 TASK [redhat.rhel_system_roles.storage : Ensure ansible_facts used by role] **** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml:2 Monday 21 October 2024 17:55:04 -0400 (0:00:00.055) 0:00:35.506 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Set platform/version specific variables] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml:7 Monday 21 October 2024 17:55:04 -0400 (0:00:00.063) 0:00:35.569 ******** skipping: [managed-node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } ok: [managed-node3] => (item=RedHat_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": [ "/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/vars/RedHat_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.yml" } skipping: [managed-node3] => (item=RedHat_9.5.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.5.yml", "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Check if system is ostree] ************ task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml:25 Monday 21 October 2024 17:55:04 -0400 (0:00:00.087) 0:00:35.657 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Set flag to indicate system is ostree] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml:30 Monday 21 October 2024 17:55:04 -0400 (0:00:00.046) 0:00:35.703 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main.yml:5 Monday 21 October 2024 17:55:04 -0400 (0:00:00.044) 0:00:35.748 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [redhat.rhel_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main.yml:9 Monday 21 October 2024 17:55:04 -0400 (0:00:00.057) 0:00:35.806 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [redhat.rhel_system_roles.storage : Include the appropriate provider tasks] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main.yml:13 Monday 21 October 2024 17:55:04 -0400 (0:00:00.037) 0:00:35.843 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml for managed-node3 TASK [redhat.rhel_system_roles.storage : Make sure blivet is available] ******** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:2 Monday 21 October 2024 17:55:04 -0400 (0:00:00.118) 0:00:35.962 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Show storage_pools] ******************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:9 Monday 21 October 2024 17:55:04 -0400 (0:00:00.058) 0:00:36.021 ******** ok: [managed-node3] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "volumes": [ { "fs_type": "xfs", "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [redhat.rhel_system_roles.storage : Show storage_volumes] ***************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:14 Monday 21 October 2024 17:55:04 -0400 (0:00:00.238) 0:00:36.259 ******** ok: [managed-node3] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [redhat.rhel_system_roles.storage : Get required packages] **************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:19 Monday 21 October 2024 17:55:04 -0400 (0:00:00.074) 0:00:36.333 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Enable copr repositories if needed] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:31 Monday 21 October 2024 17:55:05 -0400 (0:00:00.077) 0:00:36.410 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Make sure required packages are installed] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:37 Monday 21 October 2024 17:55:05 -0400 (0:00:00.067) 0:00:36.478 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Get service facts] ******************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:51 Monday 21 October 2024 17:55:05 -0400 (0:00:00.054) 0:00:36.532 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Set storage_cryptsetup_services] ****** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:57 Monday 21 October 2024 17:55:05 -0400 (0:00:00.053) 0:00:36.585 ******** ok: [managed-node3] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [redhat.rhel_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:63 Monday 21 October 2024 17:55:05 -0400 (0:00:00.083) 0:00:36.669 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [redhat.rhel_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:69 Monday 21 October 2024 17:55:05 -0400 (0:00:00.032) 0:00:36.702 ******** ok: [managed-node3] => { "actions": [], "changed": false, "crypts": [], "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/xvda3", "/dev/xvda4" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "dosfstools", "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "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": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [redhat.rhel_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:83 Monday 21 October 2024 17:55:06 -0400 (0:00:01.514) 0:00:38.217 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Check if /etc/fstab is present] ******* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:90 Monday 21 October 2024 17:55:06 -0400 (0:00:00.054) 0:00:38.272 ******** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1729547687.1166375, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "0d495c4508d8f74dc9d1b472b6e1b1d638f6ad31", "ctime": 1729547687.1116374, "dev": 51716, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 838860937, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1729547687.1116374, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1173, "uid": 0, "version": "2657591077", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [redhat.rhel_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:95 Monday 21 October 2024 17:55:07 -0400 (0:00:00.452) 0:00:38.724 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:113 Monday 21 October 2024 17:55:07 -0400 (0:00:00.058) 0:00:38.783 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [redhat.rhel_system_roles.storage : Show blivet_output] ******************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:119 Monday 21 October 2024 17:55:07 -0400 (0:00:00.037) 0:00:38.821 ******** ok: [managed-node3] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/xvda3", "/dev/xvda4" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "dosfstools", "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "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": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [redhat.rhel_system_roles.storage : Set the list of pools for test verification] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:128 Monday 21 October 2024 17:55:07 -0400 (0:00:00.065) 0:00:38.886 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "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": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [redhat.rhel_system_roles.storage : Set the list of volumes for test verification] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:132 Monday 21 October 2024 17:55:07 -0400 (0:00:00.065) 0:00:38.952 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [redhat.rhel_system_roles.storage : Remove obsolete mounts] *************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:148 Monday 21 October 2024 17:55:07 -0400 (0:00:00.045) 0:00:38.998 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [redhat.rhel_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:159 Monday 21 October 2024 17:55:07 -0400 (0:00:00.067) 0:00:39.066 ******** ok: [managed-node3] => { "changed": false, "name": null, "status": {} } TASK [redhat.rhel_system_roles.storage : Set up new/current mounts] ************ task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:164 Monday 21 October 2024 17:55:08 -0400 (0:00:00.771) 0:00:39.837 ******** ok: [managed-node3] => (item={'src': '/dev/mapper/foo-test1', '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/foo-test1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } TASK [redhat.rhel_system_roles.storage : Manage mount ownership/permissions] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:175 Monday 21 October 2024 17:55:08 -0400 (0:00:00.462) 0:00:40.300 ******** skipping: [managed-node3] => (item={'src': '/dev/mapper/foo-test1', '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, "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [redhat.rhel_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:187 Monday 21 October 2024 17:55:08 -0400 (0:00:00.054) 0:00:40.355 ******** ok: [managed-node3] => { "changed": false, "name": null, "status": {} } TASK [redhat.rhel_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:195 Monday 21 October 2024 17:55:09 -0400 (0:00:00.735) 0:00:41.091 ******** ok: [managed-node3] => { "changed": false, "stat": { "exists": false } } TASK [redhat.rhel_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:200 Monday 21 October 2024 17:55:10 -0400 (0:00:00.466) 0:00:41.557 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [redhat.rhel_system_roles.storage : Update facts] ************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:222 Monday 21 October 2024 17:55:10 -0400 (0:00:00.033) 0:00:41.590 ******** ok: [managed-node3] TASK [Verify role results] ***************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_change_fs.yml:59 Monday 21 October 2024 17:55:11 -0400 (0:00:01.084) 0:00:42.675 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-role-results.yml for managed-node3 TASK [Print out pool information] ********************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-role-results.yml:2 Monday 21 October 2024 17:55:11 -0400 (0:00:00.065) 0:00:42.740 ******** ok: [managed-node3] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "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": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-role-results.yml:7 Monday 21 October 2024 17:55:11 -0400 (0:00:00.052) 0:00:42.792 ******** skipping: [managed-node3] => {} TASK [Collect info about the volumes.] ***************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-role-results.yml:15 Monday 21 October 2024 17:55:11 -0400 (0:00:00.048) 0:00:42.841 ******** ok: [managed-node3] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "xfs", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/foo-test1", "size": "5G", "type": "lvm", "uuid": "4a594f6c-e236-4265-be35-9388ba3b0704" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "hndWOE-Qems-IxEY-aYHG-P3ze-CVVH-vidOwH" }, "/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": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "vfat", "label": "", "mountpoint": "/boot/efi", "name": "/dev/xvda2", "size": "200M", "type": "partition", "uuid": "7B77-95E7" }, "/dev/xvda3": { "fstype": "xfs", "label": "boot", "mountpoint": "/boot", "name": "/dev/xvda3", "size": "1G", "type": "partition", "uuid": "a8cc2a47-4cf2-4d6f-8916-f69641ec5919" }, "/dev/xvda4": { "fstype": "xfs", "label": "root", "mountpoint": "/", "name": "/dev/xvda4", "size": "248.8G", "type": "partition", "uuid": "1b4086e3-4d44-4b6e-99dc-43b96b9fea96" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-role-results.yml:20 Monday 21 October 2024 17:55:11 -0400 (0:00:00.414) 0:00:43.256 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002949", "end": "2024-10-21 17:55:12.320491", "rc": 0, "start": "2024-10-21 17:55:12.317542" } STDOUT: UUID=1b4086e3-4d44-4b6e-99dc-43b96b9fea96 / xfs defaults 0 0 UUID=a8cc2a47-4cf2-4d6f-8916-f69641ec5919 /boot xfs defaults 0 0 UUID=7B77-95E7 /boot/efi vfat defaults,uid=0,gid=0,umask=077,shortname=winnt 0 2 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 # system_role:storage /dev/mapper/foo-test1 /opt/test1 xfs defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-role-results.yml:25 Monday 21 October 2024 17:55:12 -0400 (0:00:00.501) 0:00:43.757 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003082", "end": "2024-10-21 17:55:12.751773", "failed_when_result": false, "rc": 1, "start": "2024-10-21 17:55:12.748691" } STDERR: cat: /etc/crypttab: No such file or directory MSG: non-zero return code TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-role-results.yml:34 Monday 21 October 2024 17:55:12 -0400 (0:00:00.416) 0:00:44.174 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool.yml for managed-node3 => (item={'disks': ['sda'], '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': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, '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': 'test1', 'raid_level': None, 'size': '5g', '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'], '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/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}]}) TASK [Set _storage_pool_tests] ************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool.yml:5 Monday 21 October 2024 17:55:12 -0400 (0:00:00.059) 0:00:44.234 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool.yml:18 Monday 21 October 2024 17:55:12 -0400 (0:00:00.024) 0:00:44.258 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.030958", "end": "2024-10-21 17:55:13.274220", "rc": 0, "start": "2024-10-21 17:55:13.243262" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool.yml:24 Monday 21 October 2024 17:55:13 -0400 (0:00:00.450) 0:00:44.709 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool.yml:34 Monday 21 October 2024 17:55:13 -0400 (0:00:00.051) 0:00:44.760 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml for managed-node3 => (item=members) included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-volumes.yml for managed-node3 => (item=volumes) TASK [Set test variables] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:2 Monday 21 October 2024 17:55:13 -0400 (0:00:00.081) 0:00:44.842 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:8 Monday 21 October 2024 17:55:13 -0400 (0:00:00.090) 0:00:44.933 ******** ok: [managed-node3] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } TASK [Set pvs lvm length] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:17 Monday 21 October 2024 17:55:14 -0400 (0:00:00.437) 0:00:45.371 ******** ok: [managed-node3] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:22 Monday 21 October 2024 17:55:14 -0400 (0:00:00.063) 0:00:45.434 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:27 Monday 21 October 2024 17:55:14 -0400 (0:00:00.074) 0:00:45.509 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:36 Monday 21 October 2024 17:55:14 -0400 (0:00:00.069) 0:00:45.579 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:41 Monday 21 October 2024 17:55:14 -0400 (0:00:00.045) 0:00:45.625 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:46 Monday 21 October 2024 17:55:14 -0400 (0:00:00.067) 0:00:45.692 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:51 Monday 21 October 2024 17:55:14 -0400 (0:00:00.036) 0:00:45.729 ******** ok: [managed-node3] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:64 Monday 21 October 2024 17:55:14 -0400 (0:00:00.052) 0:00:45.782 ******** ok: [managed-node3] => { "changed": false, "rc": 0 } STDOUT: ** (process:32280): WARNING **: 17:55:14.701: failed to load module nvme: libbd_nvme.so.2: cannot open shared object file: No such file or directory True STDERR: Shared connection to 10.31.10.173 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:73 Monday 21 October 2024 17:55:14 -0400 (0:00:00.432) 0:00:46.214 ******** skipping: [managed-node3] => (item=/dev/sda) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:83 Monday 21 October 2024 17:55:14 -0400 (0:00:00.042) 0:00:46.257 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml for managed-node3 TASK [Get information about RAID] ********************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml:8 Monday 21 October 2024 17:55:14 -0400 (0:00:00.048) 0:00:46.305 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml:14 Monday 21 October 2024 17:55:14 -0400 (0:00:00.024) 0:00:46.330 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml:19 Monday 21 October 2024 17:55:14 -0400 (0:00:00.024) 0:00:46.354 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml:24 Monday 21 October 2024 17:55:15 -0400 (0:00:00.023) 0:00:46.378 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml:29 Monday 21 October 2024 17:55:15 -0400 (0:00:00.024) 0:00:46.402 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml:37 Monday 21 October 2024 17:55:15 -0400 (0:00:00.028) 0:00:46.430 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml:46 Monday 21 October 2024 17:55:15 -0400 (0:00:00.036) 0:00:46.467 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml:55 Monday 21 October 2024 17:55:15 -0400 (0:00:00.044) 0:00:46.511 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml:64 Monday 21 October 2024 17:55:15 -0400 (0:00:00.041) 0:00:46.553 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml:74 Monday 21 October 2024 17:55:15 -0400 (0:00:00.026) 0:00:46.579 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml:83 Monday 21 October 2024 17:55:15 -0400 (0:00:00.026) 0:00:46.606 ******** 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: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:86 Monday 21 October 2024 17:55:15 -0400 (0:00:00.034) 0:00:46.641 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed-node3 TASK [Validate pool member LVM RAID settings] ********************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Monday 21 October 2024 17:55:15 -0400 (0:00:00.057) 0:00:46.698 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_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': 'test1', 'raid_level': None, 'size': '5g', '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'], '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/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about the LV] ******************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-lvmraid.yml:8 Monday 21 October 2024 17:55:15 -0400 (0:00:00.052) 0:00:46.751 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-lvmraid.yml:16 Monday 21 October 2024 17:55:15 -0400 (0:00:00.028) 0:00:46.779 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-lvmraid.yml:20 Monday 21 October 2024 17:55:15 -0400 (0:00:00.028) 0:00:46.808 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Monday 21 October 2024 17:55:15 -0400 (0:00:00.031) 0:00:46.839 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Monday 21 October 2024 17:55:15 -0400 (0:00:00.043) 0:00:46.882 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Monday 21 October 2024 17:55:15 -0400 (0:00:00.036) 0:00:46.918 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Monday 21 October 2024 17:55:15 -0400 (0:00:00.040) 0:00:46.959 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:89 Monday 21 October 2024 17:55:15 -0400 (0:00:00.046) 0:00:47.006 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-members-thin.yml for managed-node3 TASK [Validate pool member thinpool settings] ********************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-members-thin.yml:2 Monday 21 October 2024 17:55:15 -0400 (0:00:00.058) 0:00:47.064 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_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': 'test1', 'raid_level': None, 'size': '5g', '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'], '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/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about thinpool] ****************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-thin.yml:8 Monday 21 October 2024 17:55:15 -0400 (0:00:00.058) 0:00:47.122 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-thin.yml:16 Monday 21 October 2024 17:55:15 -0400 (0:00:00.025) 0:00:47.147 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-thin.yml:22 Monday 21 October 2024 17:55:15 -0400 (0:00:00.027) 0:00:47.175 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-thin.yml:26 Monday 21 October 2024 17:55:15 -0400 (0:00:00.039) 0:00:47.214 ******** ok: [managed-node3] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:92 Monday 21 October 2024 17:55:15 -0400 (0:00:00.031) 0:00:47.245 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-members-encryption.yml for managed-node3 TASK [Set test variables] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Monday 21 October 2024 17:55:15 -0400 (0:00:00.082) 0:00:47.328 ******** 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: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Monday 21 October 2024 17:55:16 -0400 (0:00:00.085) 0:00:47.414 ******** skipping: [managed-node3] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Monday 21 October 2024 17:55:16 -0400 (0:00:00.040) 0:00:47.454 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node3 => (item=/dev/sda) TASK [Set variables used by tests] ********************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Monday 21 October 2024 17:55:16 -0400 (0:00:00.062) 0:00:47.517 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Monday 21 October 2024 17:55:16 -0400 (0:00:00.075) 0:00:47.593 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Monday 21 October 2024 17:55:16 -0400 (0:00:00.053) 0:00:47.646 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Monday 21 October 2024 17:55:16 -0400 (0:00:00.066) 0:00:47.712 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Monday 21 October 2024 17:55:16 -0400 (0:00:00.036) 0:00:47.749 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Monday 21 October 2024 17:55:16 -0400 (0:00:00.048) 0:00:47.798 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Monday 21 October 2024 17:55:16 -0400 (0:00:00.039) 0:00:47.837 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:95 Monday 21 October 2024 17:55:16 -0400 (0:00:00.042) 0:00:47.880 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-members-vdo.yml for managed-node3 TASK [Validate pool member VDO settings] *************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Monday 21 October 2024 17:55:16 -0400 (0:00:00.083) 0:00:47.963 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_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': 'test1', 'raid_level': None, 'size': '5g', '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'], '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/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about VDO deduplication] ********************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Monday 21 October 2024 17:55:16 -0400 (0:00:00.072) 0:00:48.036 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Monday 21 October 2024 17:55:16 -0400 (0:00:00.037) 0:00:48.073 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Monday 21 October 2024 17:55:16 -0400 (0:00:00.036) 0:00:48.109 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Monday 21 October 2024 17:55:16 -0400 (0:00:00.036) 0:00:48.145 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Monday 21 October 2024 17:55:16 -0400 (0:00:00.043) 0:00:48.188 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Monday 21 October 2024 17:55:16 -0400 (0:00:00.057) 0:00:48.246 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-vdo.yml:46 Monday 21 October 2024 17:55:16 -0400 (0:00:00.063) 0:00:48.310 ******** ok: [managed-node3] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:98 Monday 21 October 2024 17:55:17 -0400 (0:00:00.067) 0:00:48.378 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-stratis.yml for managed-node3 TASK [Run 'stratis report'] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-stratis.yml:6 Monday 21 October 2024 17:55:17 -0400 (0:00:00.108) 0:00:48.486 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-stratis.yml:11 Monday 21 October 2024 17:55:17 -0400 (0:00:00.028) 0:00:48.515 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-stratis.yml:15 Monday 21 October 2024 17:55:17 -0400 (0:00:00.028) 0:00:48.543 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-stratis.yml:25 Monday 21 October 2024 17:55:17 -0400 (0:00:00.030) 0:00:48.574 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-stratis.yml:34 Monday 21 October 2024 17:55:17 -0400 (0:00:00.029) 0:00:48.603 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-stratis.yml:44 Monday 21 October 2024 17:55:17 -0400 (0:00:00.031) 0:00:48.634 ******** ok: [managed-node3] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:101 Monday 21 October 2024 17:55:17 -0400 (0:00:00.030) 0:00:48.665 ******** 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: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Monday 21 October 2024 17:55:17 -0400 (0:00:00.026) 0:00:48.691 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_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': 'test1', 'raid_level': None, 'size': '5g', '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'], '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/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Set storage volume test variables] *************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume.yml:2 Monday 21 October 2024 17:55:17 -0400 (0:00:00.039) 0:00:48.730 ******** 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: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume.yml:19 Monday 21 October 2024 17:55:17 -0400 (0:00:00.040) 0:00:48.771 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node3 => (item=mount) included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node3 => (item=fstab) included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node3 => (item=fs) included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-device.yml for managed-node3 => (item=device) included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node3 => (item=encryption) included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-md.yml for managed-node3 => (item=md) included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml for managed-node3 => (item=size) included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_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: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml:7 Monday 21 October 2024 17:55:17 -0400 (0:00:00.139) 0:00:48.911 ******** ok: [managed-node3] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml:11 Monday 21 October 2024 17:55:17 -0400 (0:00:00.054) 0:00:48.965 ******** 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: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml:19 Monday 21 October 2024 17:55:17 -0400 (0:00:00.086) 0:00:49.051 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml:28 Monday 21 October 2024 17:55:17 -0400 (0:00:00.036) 0:00:49.087 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml:36 Monday 21 October 2024 17:55:17 -0400 (0:00:00.051) 0:00:49.139 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml:42 Monday 21 October 2024 17:55:17 -0400 (0:00:00.040) 0:00:49.180 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml:48 Monday 21 October 2024 17:55:17 -0400 (0:00:00.039) 0:00:49.219 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml:57 Monday 21 October 2024 17:55:17 -0400 (0:00:00.025) 0:00:49.244 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml:63 Monday 21 October 2024 17:55:17 -0400 (0:00:00.026) 0:00:49.271 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml:69 Monday 21 October 2024 17:55:17 -0400 (0:00:00.022) 0:00:49.293 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml:79 Monday 21 October 2024 17:55:17 -0400 (0:00:00.021) 0:00:49.315 ******** 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: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Monday 21 October 2024 17:55:17 -0400 (0:00:00.033) 0:00:49.348 ******** ok: [managed-node3] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/foo-test1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 xfs defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Monday 21 October 2024 17:55:18 -0400 (0:00:00.105) 0:00:49.453 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Monday 21 October 2024 17:55:18 -0400 (0:00:00.062) 0:00:49.516 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Monday 21 October 2024 17:55:18 -0400 (0:00:00.068) 0:00:49.584 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Monday 21 October 2024 17:55:18 -0400 (0:00:00.045) 0:00:49.630 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-fstab.yml:51 Monday 21 October 2024 17:55:18 -0400 (0:00:00.034) 0:00:49.665 ******** 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: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-fs.yml:6 Monday 21 October 2024 17:55:18 -0400 (0:00:00.034) 0:00:49.700 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-fs.yml:14 Monday 21 October 2024 17:55:18 -0400 (0:00:00.089) 0:00:49.789 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-device.yml:3 Monday 21 October 2024 17:55:18 -0400 (0:00:00.082) 0:00:49.872 ******** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1729547687.1916375, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1729547683.6486278, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 977, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1729547683.6486278, "nlink": 1, "path": "/dev/mapper/foo-test1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-device.yml:9 Monday 21 October 2024 17:55:18 -0400 (0:00:00.402) 0:00:50.274 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-device.yml:16 Monday 21 October 2024 17:55:18 -0400 (0:00:00.056) 0:00:50.330 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-device.yml:23 Monday 21 October 2024 17:55:19 -0400 (0:00:00.074) 0:00:50.405 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-device.yml:29 Monday 21 October 2024 17:55:19 -0400 (0:00:00.069) 0:00:50.475 ******** ok: [managed-node3] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-device.yml:33 Monday 21 October 2024 17:55:19 -0400 (0:00:00.045) 0:00:50.521 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-device.yml:38 Monday 21 October 2024 17:55:19 -0400 (0:00:00.038) 0:00:50.559 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Monday 21 October 2024 17:55:19 -0400 (0:00:00.054) 0:00:50.613 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Monday 21 October 2024 17:55:19 -0400 (0:00:00.030) 0:00:50.644 ******** ok: [managed-node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Monday 21 October 2024 17:55:20 -0400 (0:00:00.842) 0:00:51.486 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Monday 21 October 2024 17:55:20 -0400 (0:00:00.030) 0:00:51.516 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Monday 21 October 2024 17:55:20 -0400 (0:00:00.027) 0:00:51.544 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Monday 21 October 2024 17:55:20 -0400 (0:00:00.066) 0:00:51.611 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Monday 21 October 2024 17:55:20 -0400 (0:00:00.030) 0:00:51.642 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Monday 21 October 2024 17:55:20 -0400 (0:00:00.028) 0:00:51.670 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Monday 21 October 2024 17:55:20 -0400 (0:00:00.039) 0:00:51.710 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Monday 21 October 2024 17:55:20 -0400 (0:00:00.034) 0:00:51.744 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Monday 21 October 2024 17:55:20 -0400 (0:00:00.045) 0:00:51.789 ******** 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: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Monday 21 October 2024 17:55:20 -0400 (0:00:00.074) 0:00:51.864 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Monday 21 October 2024 17:55:20 -0400 (0:00:00.069) 0:00:51.934 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Monday 21 October 2024 17:55:20 -0400 (0:00:00.056) 0:00:51.990 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Monday 21 October 2024 17:55:20 -0400 (0:00:00.068) 0:00:52.059 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Monday 21 October 2024 17:55:20 -0400 (0:00:00.077) 0:00:52.137 ******** 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: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-md.yml:8 Monday 21 October 2024 17:55:20 -0400 (0:00:00.039) 0:00:52.177 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-md.yml:14 Monday 21 October 2024 17:55:20 -0400 (0:00:00.036) 0:00:52.214 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-md.yml:19 Monday 21 October 2024 17:55:20 -0400 (0:00:00.037) 0:00:52.251 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-md.yml:24 Monday 21 October 2024 17:55:20 -0400 (0:00:00.045) 0:00:52.297 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-md.yml:29 Monday 21 October 2024 17:55:20 -0400 (0:00:00.063) 0:00:52.361 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-md.yml:37 Monday 21 October 2024 17:55:21 -0400 (0:00:00.040) 0:00:52.401 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-md.yml:46 Monday 21 October 2024 17:55:21 -0400 (0:00:00.026) 0:00:52.427 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-md.yml:54 Monday 21 October 2024 17:55:21 -0400 (0:00:00.022) 0:00:52.450 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-md.yml:62 Monday 21 October 2024 17:55:21 -0400 (0:00:00.038) 0:00:52.489 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-md.yml:70 Monday 21 October 2024 17:55:21 -0400 (0:00:00.029) 0:00:52.519 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:3 Monday 21 October 2024 17:55:21 -0400 (0:00:00.029) 0:00:52.548 ******** ok: [managed-node3] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:11 Monday 21 October 2024 17:55:21 -0400 (0:00:00.407) 0:00:52.955 ******** ok: [managed-node3] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Establish base value for expected size] ********************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:20 Monday 21 October 2024 17:55:22 -0400 (0:00:00.437) 0:00:53.393 ******** ok: [managed-node3] => { "ansible_facts": { "storage_test_expected_size": "5368709120" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:28 Monday 21 October 2024 17:55:22 -0400 (0:00:00.084) 0:00:53.477 ******** ok: [managed-node3] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:32 Monday 21 October 2024 17:55:22 -0400 (0:00:00.072) 0:00:53.549 ******** ok: [managed-node3] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:46 Monday 21 October 2024 17:55:22 -0400 (0:00:00.438) 0:00:53.988 ******** skipping: [managed-node3] => {} TASK [Show test blockinfo] ***************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:50 Monday 21 October 2024 17:55:22 -0400 (0:00:00.071) 0:00:54.059 ******** skipping: [managed-node3] => {} TASK [Show test pool size] ***************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:54 Monday 21 October 2024 17:55:22 -0400 (0:00:00.060) 0:00:54.120 ******** skipping: [managed-node3] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:58 Monday 21 October 2024 17:55:22 -0400 (0:00:00.060) 0:00:54.180 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:67 Monday 21 October 2024 17:55:22 -0400 (0:00:00.089) 0:00:54.270 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:71 Monday 21 October 2024 17:55:22 -0400 (0:00:00.036) 0:00:54.307 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:76 Monday 21 October 2024 17:55:22 -0400 (0:00:00.049) 0:00:54.356 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:82 Monday 21 October 2024 17:55:23 -0400 (0:00:00.030) 0:00:54.387 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:86 Monday 21 October 2024 17:55:23 -0400 (0:00:00.036) 0:00:54.423 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:91 Monday 21 October 2024 17:55:23 -0400 (0:00:00.038) 0:00:54.462 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:96 Monday 21 October 2024 17:55:23 -0400 (0:00:00.039) 0:00:54.501 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:101 Monday 21 October 2024 17:55:23 -0400 (0:00:00.027) 0:00:54.528 ******** skipping: [managed-node3] => {} TASK [Show volume thin pool size] ********************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:105 Monday 21 October 2024 17:55:23 -0400 (0:00:00.029) 0:00:54.558 ******** skipping: [managed-node3] => {} TASK [Show test volume size] *************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:109 Monday 21 October 2024 17:55:23 -0400 (0:00:00.035) 0:00:54.594 ******** skipping: [managed-node3] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:113 Monday 21 October 2024 17:55:23 -0400 (0:00:00.022) 0:00:54.616 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:120 Monday 21 October 2024 17:55:23 -0400 (0:00:00.021) 0:00:54.638 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:127 Monday 21 October 2024 17:55:23 -0400 (0:00:00.022) 0:00:54.661 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:131 Monday 21 October 2024 17:55:23 -0400 (0:00:00.027) 0:00:54.689 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:137 Monday 21 October 2024 17:55:23 -0400 (0:00:00.042) 0:00:54.731 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:143 Monday 21 October 2024 17:55:23 -0400 (0:00:00.061) 0:00:54.793 ******** ok: [managed-node3] => { "storage_test_actual_size": { "bytes": 5368709120, "changed": false, "failed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } } TASK [Show expected size] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:147 Monday 21 October 2024 17:55:23 -0400 (0:00:00.052) 0:00:54.846 ******** ok: [managed-node3] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:151 Monday 21 October 2024 17:55:23 -0400 (0:00:00.085) 0:00:54.932 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-cache.yml:5 Monday 21 October 2024 17:55:23 -0400 (0:00:00.116) 0:00:55.049 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.030328", "end": "2024-10-21 17:55:24.144191", "rc": 0, "start": "2024-10-21 17:55:24.113863" } STDOUT: LVM2_LV_NAME=test1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-cache.yml:13 Monday 21 October 2024 17:55:24 -0400 (0:00:00.575) 0:00:55.625 ******** ok: [managed-node3] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-cache.yml:17 Monday 21 October 2024 17:55:24 -0400 (0:00:00.057) 0:00:55.682 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-cache.yml:24 Monday 21 October 2024 17:55:24 -0400 (0:00:00.048) 0:00:55.731 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-cache.yml:31 Monday 21 October 2024 17:55:24 -0400 (0:00:00.045) 0:00:55.776 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-cache.yml:37 Monday 21 October 2024 17:55:24 -0400 (0:00:00.062) 0:00:55.839 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-cache.yml:42 Monday 21 October 2024 17:55:24 -0400 (0:00:00.069) 0:00:55.908 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume.yml:25 Monday 21 October 2024 17:55:24 -0400 (0:00:00.065) 0:00:55.974 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-role-results.yml:44 Monday 21 October 2024 17:55:24 -0400 (0:00:00.071) 0:00:56.045 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-role-results.yml:54 Monday 21 October 2024 17:55:24 -0400 (0:00:00.035) 0:00:56.080 ******** ok: [managed-node3] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Re-run the role on the same volume without specifying fs_type] *********** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_change_fs.yml:62 Monday 21 October 2024 17:55:24 -0400 (0:00:00.056) 0:00:56.137 ******** TASK [redhat.rhel_system_roles.storage : Set platform/version specific variables] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main.yml:2 Monday 21 October 2024 17:55:24 -0400 (0:00:00.157) 0:00:56.294 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml for managed-node3 TASK [redhat.rhel_system_roles.storage : Ensure ansible_facts used by role] **** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml:2 Monday 21 October 2024 17:55:25 -0400 (0:00:00.102) 0:00:56.397 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Set platform/version specific variables] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml:7 Monday 21 October 2024 17:55:25 -0400 (0:00:00.126) 0:00:56.523 ******** skipping: [managed-node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } ok: [managed-node3] => (item=RedHat_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": [ "/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/vars/RedHat_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.yml" } skipping: [managed-node3] => (item=RedHat_9.5.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.5.yml", "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Check if system is ostree] ************ task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml:25 Monday 21 October 2024 17:55:25 -0400 (0:00:00.168) 0:00:56.692 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Set flag to indicate system is ostree] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml:30 Monday 21 October 2024 17:55:25 -0400 (0:00:00.081) 0:00:56.774 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main.yml:5 Monday 21 October 2024 17:55:25 -0400 (0:00:00.060) 0:00:56.834 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [redhat.rhel_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main.yml:9 Monday 21 October 2024 17:55:25 -0400 (0:00:00.066) 0:00:56.901 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [redhat.rhel_system_roles.storage : Include the appropriate provider tasks] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main.yml:13 Monday 21 October 2024 17:55:25 -0400 (0:00:00.050) 0:00:56.951 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml for managed-node3 TASK [redhat.rhel_system_roles.storage : Make sure blivet is available] ******** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:2 Monday 21 October 2024 17:55:25 -0400 (0:00:00.183) 0:00:57.134 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Show storage_pools] ******************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:9 Monday 21 October 2024 17:55:25 -0400 (0:00:00.053) 0:00:57.188 ******** ok: [managed-node3] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "volumes": [ { "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [redhat.rhel_system_roles.storage : Show storage_volumes] ***************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:14 Monday 21 October 2024 17:55:25 -0400 (0:00:00.044) 0:00:57.232 ******** ok: [managed-node3] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [redhat.rhel_system_roles.storage : Get required packages] **************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:19 Monday 21 October 2024 17:55:25 -0400 (0:00:00.058) 0:00:57.291 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Enable copr repositories if needed] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:31 Monday 21 October 2024 17:55:25 -0400 (0:00:00.047) 0:00:57.339 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Make sure required packages are installed] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:37 Monday 21 October 2024 17:55:26 -0400 (0:00:00.044) 0:00:57.384 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Get service facts] ******************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:51 Monday 21 October 2024 17:55:26 -0400 (0:00:00.052) 0:00:57.436 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Set storage_cryptsetup_services] ****** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:57 Monday 21 October 2024 17:55:26 -0400 (0:00:00.047) 0:00:57.483 ******** ok: [managed-node3] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [redhat.rhel_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:63 Monday 21 October 2024 17:55:26 -0400 (0:00:00.108) 0:00:57.592 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [redhat.rhel_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:69 Monday 21 October 2024 17:55:26 -0400 (0:00:00.032) 0:00:57.624 ******** ok: [managed-node3] => { "actions": [], "changed": false, "crypts": [], "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/xvda3", "/dev/xvda4" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "dosfstools", "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "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": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [redhat.rhel_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:83 Monday 21 October 2024 17:55:27 -0400 (0:00:01.610) 0:00:59.234 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Check if /etc/fstab is present] ******* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:90 Monday 21 October 2024 17:55:27 -0400 (0:00:00.081) 0:00:59.316 ******** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1729547687.1166375, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "0d495c4508d8f74dc9d1b472b6e1b1d638f6ad31", "ctime": 1729547687.1116374, "dev": 51716, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 838860937, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1729547687.1116374, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1173, "uid": 0, "version": "2657591077", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [redhat.rhel_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:95 Monday 21 October 2024 17:55:28 -0400 (0:00:00.546) 0:00:59.863 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:113 Monday 21 October 2024 17:55:28 -0400 (0:00:00.224) 0:01:00.087 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [redhat.rhel_system_roles.storage : Show blivet_output] ******************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:119 Monday 21 October 2024 17:55:28 -0400 (0:00:00.075) 0:01:00.162 ******** ok: [managed-node3] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/xvda3", "/dev/xvda4" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "dosfstools", "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "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": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [redhat.rhel_system_roles.storage : Set the list of pools for test verification] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:128 Monday 21 October 2024 17:55:28 -0400 (0:00:00.076) 0:01:00.239 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "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": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [redhat.rhel_system_roles.storage : Set the list of volumes for test verification] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:132 Monday 21 October 2024 17:55:28 -0400 (0:00:00.066) 0:01:00.305 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [redhat.rhel_system_roles.storage : Remove obsolete mounts] *************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:148 Monday 21 October 2024 17:55:28 -0400 (0:00:00.052) 0:01:00.358 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [redhat.rhel_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:159 Monday 21 October 2024 17:55:29 -0400 (0:00:00.093) 0:01:00.451 ******** ok: [managed-node3] => { "changed": false, "name": null, "status": {} } TASK [redhat.rhel_system_roles.storage : Set up new/current mounts] ************ task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:164 Monday 21 October 2024 17:55:29 -0400 (0:00:00.818) 0:01:01.269 ******** ok: [managed-node3] => (item={'src': '/dev/mapper/foo-test1', '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/foo-test1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } TASK [redhat.rhel_system_roles.storage : Manage mount ownership/permissions] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:175 Monday 21 October 2024 17:55:30 -0400 (0:00:00.447) 0:01:01.717 ******** skipping: [managed-node3] => (item={'src': '/dev/mapper/foo-test1', '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, "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [redhat.rhel_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:187 Monday 21 October 2024 17:55:30 -0400 (0:00:00.086) 0:01:01.804 ******** ok: [managed-node3] => { "changed": false, "name": null, "status": {} } TASK [redhat.rhel_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:195 Monday 21 October 2024 17:55:31 -0400 (0:00:00.778) 0:01:02.582 ******** ok: [managed-node3] => { "changed": false, "stat": { "exists": false } } TASK [redhat.rhel_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:200 Monday 21 October 2024 17:55:31 -0400 (0:00:00.531) 0:01:03.114 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [redhat.rhel_system_roles.storage : Update facts] ************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:222 Monday 21 October 2024 17:55:31 -0400 (0:00:00.073) 0:01:03.188 ******** ok: [managed-node3] TASK [Verify the output of the duplicate volumes test] ************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_change_fs.yml:74 Monday 21 October 2024 17:55:32 -0400 (0:00:01.139) 0:01:04.328 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Verify role results] ***************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_change_fs.yml:81 Monday 21 October 2024 17:55:33 -0400 (0:00:00.077) 0:01:04.406 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-role-results.yml for managed-node3 TASK [Print out pool information] ********************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-role-results.yml:2 Monday 21 October 2024 17:55:33 -0400 (0:00:00.114) 0:01:04.520 ******** ok: [managed-node3] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "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": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-role-results.yml:7 Monday 21 October 2024 17:55:33 -0400 (0:00:00.114) 0:01:04.635 ******** skipping: [managed-node3] => {} TASK [Collect info about the volumes.] ***************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-role-results.yml:15 Monday 21 October 2024 17:55:33 -0400 (0:00:00.068) 0:01:04.703 ******** ok: [managed-node3] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "xfs", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/foo-test1", "size": "5G", "type": "lvm", "uuid": "4a594f6c-e236-4265-be35-9388ba3b0704" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "hndWOE-Qems-IxEY-aYHG-P3ze-CVVH-vidOwH" }, "/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": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "vfat", "label": "", "mountpoint": "/boot/efi", "name": "/dev/xvda2", "size": "200M", "type": "partition", "uuid": "7B77-95E7" }, "/dev/xvda3": { "fstype": "xfs", "label": "boot", "mountpoint": "/boot", "name": "/dev/xvda3", "size": "1G", "type": "partition", "uuid": "a8cc2a47-4cf2-4d6f-8916-f69641ec5919" }, "/dev/xvda4": { "fstype": "xfs", "label": "root", "mountpoint": "/", "name": "/dev/xvda4", "size": "248.8G", "type": "partition", "uuid": "1b4086e3-4d44-4b6e-99dc-43b96b9fea96" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-role-results.yml:20 Monday 21 October 2024 17:55:33 -0400 (0:00:00.458) 0:01:05.162 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003210", "end": "2024-10-21 17:55:34.165059", "rc": 0, "start": "2024-10-21 17:55:34.161849" } STDOUT: UUID=1b4086e3-4d44-4b6e-99dc-43b96b9fea96 / xfs defaults 0 0 UUID=a8cc2a47-4cf2-4d6f-8916-f69641ec5919 /boot xfs defaults 0 0 UUID=7B77-95E7 /boot/efi vfat defaults,uid=0,gid=0,umask=077,shortname=winnt 0 2 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 # system_role:storage /dev/mapper/foo-test1 /opt/test1 xfs defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-role-results.yml:25 Monday 21 October 2024 17:55:34 -0400 (0:00:00.474) 0:01:05.636 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003007", "end": "2024-10-21 17:55:34.733941", "failed_when_result": false, "rc": 1, "start": "2024-10-21 17:55:34.730934" } STDERR: cat: /etc/crypttab: No such file or directory MSG: non-zero return code TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-role-results.yml:34 Monday 21 October 2024 17:55:34 -0400 (0:00:00.534) 0:01:06.171 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool.yml for managed-node3 => (item={'disks': ['sda'], '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': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, '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': 'test1', 'raid_level': None, 'size': '5g', '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'], '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/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}]}) TASK [Set _storage_pool_tests] ************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool.yml:5 Monday 21 October 2024 17:55:34 -0400 (0:00:00.141) 0:01:06.313 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool.yml:18 Monday 21 October 2024 17:55:35 -0400 (0:00:00.060) 0:01:06.373 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.031329", "end": "2024-10-21 17:55:35.388217", "rc": 0, "start": "2024-10-21 17:55:35.356888" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool.yml:24 Monday 21 October 2024 17:55:35 -0400 (0:00:00.448) 0:01:06.821 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool.yml:34 Monday 21 October 2024 17:55:35 -0400 (0:00:00.057) 0:01:06.878 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml for managed-node3 => (item=members) included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-volumes.yml for managed-node3 => (item=volumes) TASK [Set test variables] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:2 Monday 21 October 2024 17:55:35 -0400 (0:00:00.091) 0:01:06.970 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:8 Monday 21 October 2024 17:55:35 -0400 (0:00:00.103) 0:01:07.073 ******** ok: [managed-node3] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } TASK [Set pvs lvm length] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:17 Monday 21 October 2024 17:55:36 -0400 (0:00:00.440) 0:01:07.514 ******** ok: [managed-node3] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:22 Monday 21 October 2024 17:55:36 -0400 (0:00:00.070) 0:01:07.584 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:27 Monday 21 October 2024 17:55:36 -0400 (0:00:00.075) 0:01:07.660 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:36 Monday 21 October 2024 17:55:36 -0400 (0:00:00.080) 0:01:07.740 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:41 Monday 21 October 2024 17:55:36 -0400 (0:00:00.049) 0:01:07.790 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:46 Monday 21 October 2024 17:55:36 -0400 (0:00:00.075) 0:01:07.866 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:51 Monday 21 October 2024 17:55:36 -0400 (0:00:00.044) 0:01:07.911 ******** ok: [managed-node3] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:64 Monday 21 October 2024 17:55:36 -0400 (0:00:00.058) 0:01:07.969 ******** ok: [managed-node3] => { "changed": false, "rc": 0 } STDOUT: ** (process:34509): WARNING **: 17:55:36.886: failed to load module nvme: libbd_nvme.so.2: cannot open shared object file: No such file or directory True STDERR: Shared connection to 10.31.10.173 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:73 Monday 21 October 2024 17:55:37 -0400 (0:00:00.464) 0:01:08.434 ******** skipping: [managed-node3] => (item=/dev/sda) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:83 Monday 21 October 2024 17:55:37 -0400 (0:00:00.094) 0:01:08.529 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml for managed-node3 TASK [Get information about RAID] ********************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml:8 Monday 21 October 2024 17:55:37 -0400 (0:00:00.084) 0:01:08.613 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml:14 Monday 21 October 2024 17:55:37 -0400 (0:00:00.041) 0:01:08.655 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml:19 Monday 21 October 2024 17:55:37 -0400 (0:00:00.033) 0:01:08.688 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml:24 Monday 21 October 2024 17:55:37 -0400 (0:00:00.027) 0:01:08.716 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml:29 Monday 21 October 2024 17:55:37 -0400 (0:00:00.023) 0:01:08.739 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml:37 Monday 21 October 2024 17:55:37 -0400 (0:00:00.029) 0:01:08.769 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml:46 Monday 21 October 2024 17:55:37 -0400 (0:00:00.029) 0:01:08.799 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml:55 Monday 21 October 2024 17:55:37 -0400 (0:00:00.028) 0:01:08.828 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml:64 Monday 21 October 2024 17:55:37 -0400 (0:00:00.029) 0:01:08.858 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml:74 Monday 21 October 2024 17:55:37 -0400 (0:00:00.023) 0:01:08.881 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml:83 Monday 21 October 2024 17:55:37 -0400 (0:00:00.023) 0:01:08.904 ******** 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: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:86 Monday 21 October 2024 17:55:37 -0400 (0:00:00.026) 0:01:08.931 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed-node3 TASK [Validate pool member LVM RAID settings] ********************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Monday 21 October 2024 17:55:37 -0400 (0:00:00.080) 0:01:09.011 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_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': 'test1', 'raid_level': None, 'size': '5g', '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'], '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/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about the LV] ******************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-lvmraid.yml:8 Monday 21 October 2024 17:55:37 -0400 (0:00:00.044) 0:01:09.056 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-lvmraid.yml:16 Monday 21 October 2024 17:55:37 -0400 (0:00:00.030) 0:01:09.087 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-lvmraid.yml:20 Monday 21 October 2024 17:55:37 -0400 (0:00:00.028) 0:01:09.116 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Monday 21 October 2024 17:55:37 -0400 (0:00:00.028) 0:01:09.144 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Monday 21 October 2024 17:55:37 -0400 (0:00:00.028) 0:01:09.172 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Monday 21 October 2024 17:55:37 -0400 (0:00:00.031) 0:01:09.204 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Monday 21 October 2024 17:55:37 -0400 (0:00:00.034) 0:01:09.238 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:89 Monday 21 October 2024 17:55:37 -0400 (0:00:00.040) 0:01:09.278 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-members-thin.yml for managed-node3 TASK [Validate pool member thinpool settings] ********************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-members-thin.yml:2 Monday 21 October 2024 17:55:37 -0400 (0:00:00.048) 0:01:09.327 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_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': 'test1', 'raid_level': None, 'size': '5g', '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'], '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/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about thinpool] ****************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-thin.yml:8 Monday 21 October 2024 17:55:38 -0400 (0:00:00.042) 0:01:09.369 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-thin.yml:16 Monday 21 October 2024 17:55:38 -0400 (0:00:00.022) 0:01:09.392 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-thin.yml:22 Monday 21 October 2024 17:55:38 -0400 (0:00:00.023) 0:01:09.415 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-thin.yml:26 Monday 21 October 2024 17:55:38 -0400 (0:00:00.022) 0:01:09.437 ******** ok: [managed-node3] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:92 Monday 21 October 2024 17:55:38 -0400 (0:00:00.024) 0:01:09.461 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-members-encryption.yml for managed-node3 TASK [Set test variables] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Monday 21 October 2024 17:55:38 -0400 (0:00:00.083) 0:01:09.545 ******** 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: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Monday 21 October 2024 17:55:38 -0400 (0:00:00.058) 0:01:09.603 ******** skipping: [managed-node3] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Monday 21 October 2024 17:55:38 -0400 (0:00:00.032) 0:01:09.635 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node3 => (item=/dev/sda) TASK [Set variables used by tests] ********************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Monday 21 October 2024 17:55:38 -0400 (0:00:00.053) 0:01:09.689 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Monday 21 October 2024 17:55:38 -0400 (0:00:00.061) 0:01:09.751 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Monday 21 October 2024 17:55:38 -0400 (0:00:00.043) 0:01:09.795 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Monday 21 October 2024 17:55:38 -0400 (0:00:00.039) 0:01:09.834 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Monday 21 October 2024 17:55:38 -0400 (0:00:00.053) 0:01:09.888 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Monday 21 October 2024 17:55:38 -0400 (0:00:00.055) 0:01:09.944 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Monday 21 October 2024 17:55:38 -0400 (0:00:00.038) 0:01:09.982 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:95 Monday 21 October 2024 17:55:38 -0400 (0:00:00.029) 0:01:10.012 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-members-vdo.yml for managed-node3 TASK [Validate pool member VDO settings] *************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Monday 21 October 2024 17:55:38 -0400 (0:00:00.064) 0:01:10.077 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_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': 'test1', 'raid_level': None, 'size': '5g', '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'], '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/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about VDO deduplication] ********************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Monday 21 October 2024 17:55:38 -0400 (0:00:00.056) 0:01:10.133 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Monday 21 October 2024 17:55:38 -0400 (0:00:00.030) 0:01:10.164 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Monday 21 October 2024 17:55:38 -0400 (0:00:00.022) 0:01:10.187 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Monday 21 October 2024 17:55:38 -0400 (0:00:00.022) 0:01:10.209 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Monday 21 October 2024 17:55:38 -0400 (0:00:00.021) 0:01:10.231 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Monday 21 October 2024 17:55:38 -0400 (0:00:00.023) 0:01:10.254 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-vdo.yml:46 Monday 21 October 2024 17:55:38 -0400 (0:00:00.022) 0:01:10.276 ******** ok: [managed-node3] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:98 Monday 21 October 2024 17:55:38 -0400 (0:00:00.024) 0:01:10.301 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-stratis.yml for managed-node3 TASK [Run 'stratis report'] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-stratis.yml:6 Monday 21 October 2024 17:55:39 -0400 (0:00:00.062) 0:01:10.363 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-stratis.yml:11 Monday 21 October 2024 17:55:39 -0400 (0:00:00.079) 0:01:10.442 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-stratis.yml:15 Monday 21 October 2024 17:55:39 -0400 (0:00:00.039) 0:01:10.481 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-stratis.yml:25 Monday 21 October 2024 17:55:39 -0400 (0:00:00.038) 0:01:10.519 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-stratis.yml:34 Monday 21 October 2024 17:55:39 -0400 (0:00:00.044) 0:01:10.564 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-stratis.yml:44 Monday 21 October 2024 17:55:39 -0400 (0:00:00.057) 0:01:10.621 ******** ok: [managed-node3] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:101 Monday 21 October 2024 17:55:39 -0400 (0:00:00.043) 0:01:10.665 ******** 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: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Monday 21 October 2024 17:55:39 -0400 (0:00:00.042) 0:01:10.707 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_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': 'test1', 'raid_level': None, 'size': '5g', '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'], '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/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Set storage volume test variables] *************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume.yml:2 Monday 21 October 2024 17:55:39 -0400 (0:00:00.061) 0:01:10.769 ******** 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: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume.yml:19 Monday 21 October 2024 17:55:39 -0400 (0:00:00.050) 0:01:10.820 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node3 => (item=mount) included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node3 => (item=fstab) included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node3 => (item=fs) included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-device.yml for managed-node3 => (item=device) included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node3 => (item=encryption) included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-md.yml for managed-node3 => (item=md) included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml for managed-node3 => (item=size) included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_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: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml:7 Monday 21 October 2024 17:55:39 -0400 (0:00:00.144) 0:01:10.964 ******** ok: [managed-node3] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml:11 Monday 21 October 2024 17:55:39 -0400 (0:00:00.034) 0:01:10.998 ******** 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: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml:19 Monday 21 October 2024 17:55:39 -0400 (0:00:00.045) 0:01:11.044 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml:28 Monday 21 October 2024 17:55:39 -0400 (0:00:00.023) 0:01:11.067 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml:36 Monday 21 October 2024 17:55:39 -0400 (0:00:00.030) 0:01:11.098 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml:42 Monday 21 October 2024 17:55:39 -0400 (0:00:00.023) 0:01:11.122 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml:48 Monday 21 October 2024 17:55:39 -0400 (0:00:00.025) 0:01:11.147 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml:57 Monday 21 October 2024 17:55:39 -0400 (0:00:00.025) 0:01:11.173 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml:63 Monday 21 October 2024 17:55:39 -0400 (0:00:00.025) 0:01:11.199 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml:69 Monday 21 October 2024 17:55:39 -0400 (0:00:00.025) 0:01:11.224 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml:79 Monday 21 October 2024 17:55:39 -0400 (0:00:00.026) 0:01:11.251 ******** 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: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Monday 21 October 2024 17:55:39 -0400 (0:00:00.027) 0:01:11.279 ******** ok: [managed-node3] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/foo-test1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 xfs defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Monday 21 October 2024 17:55:39 -0400 (0:00:00.065) 0:01:11.344 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Monday 21 October 2024 17:55:40 -0400 (0:00:00.046) 0:01:11.391 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Monday 21 October 2024 17:55:40 -0400 (0:00:00.060) 0:01:11.452 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Monday 21 October 2024 17:55:40 -0400 (0:00:00.058) 0:01:11.510 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-fstab.yml:51 Monday 21 October 2024 17:55:40 -0400 (0:00:00.049) 0:01:11.559 ******** 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: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-fs.yml:6 Monday 21 October 2024 17:55:40 -0400 (0:00:00.040) 0:01:11.599 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-fs.yml:14 Monday 21 October 2024 17:55:40 -0400 (0:00:00.101) 0:01:11.701 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-device.yml:3 Monday 21 October 2024 17:55:40 -0400 (0:00:00.081) 0:01:11.782 ******** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1729547687.1916375, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1729547683.6486278, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 977, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1729547683.6486278, "nlink": 1, "path": "/dev/mapper/foo-test1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-device.yml:9 Monday 21 October 2024 17:55:40 -0400 (0:00:00.427) 0:01:12.209 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-device.yml:16 Monday 21 October 2024 17:55:40 -0400 (0:00:00.037) 0:01:12.247 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-device.yml:23 Monday 21 October 2024 17:55:40 -0400 (0:00:00.029) 0:01:12.276 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-device.yml:29 Monday 21 October 2024 17:55:40 -0400 (0:00:00.041) 0:01:12.317 ******** ok: [managed-node3] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-device.yml:33 Monday 21 October 2024 17:55:40 -0400 (0:00:00.033) 0:01:12.351 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-device.yml:38 Monday 21 October 2024 17:55:41 -0400 (0:00:00.026) 0:01:12.377 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Monday 21 October 2024 17:55:41 -0400 (0:00:00.029) 0:01:12.407 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Monday 21 October 2024 17:55:41 -0400 (0:00:00.022) 0:01:12.429 ******** ok: [managed-node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Monday 21 October 2024 17:55:41 -0400 (0:00:00.870) 0:01:13.300 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Monday 21 October 2024 17:55:41 -0400 (0:00:00.030) 0:01:13.330 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Monday 21 October 2024 17:55:42 -0400 (0:00:00.032) 0:01:13.363 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Monday 21 October 2024 17:55:42 -0400 (0:00:00.057) 0:01:13.420 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Monday 21 October 2024 17:55:42 -0400 (0:00:00.030) 0:01:13.451 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Monday 21 October 2024 17:55:42 -0400 (0:00:00.026) 0:01:13.478 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Monday 21 October 2024 17:55:42 -0400 (0:00:00.023) 0:01:13.502 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Monday 21 October 2024 17:55:42 -0400 (0:00:00.023) 0:01:13.525 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Monday 21 October 2024 17:55:42 -0400 (0:00:00.025) 0:01:13.550 ******** 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: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Monday 21 October 2024 17:55:42 -0400 (0:00:00.044) 0:01:13.595 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Monday 21 October 2024 17:55:42 -0400 (0:00:00.041) 0:01:13.637 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Monday 21 October 2024 17:55:42 -0400 (0:00:00.036) 0:01:13.673 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Monday 21 October 2024 17:55:42 -0400 (0:00:00.047) 0:01:13.721 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Monday 21 October 2024 17:55:42 -0400 (0:00:00.039) 0:01:13.761 ******** 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: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-md.yml:8 Monday 21 October 2024 17:55:42 -0400 (0:00:00.024) 0:01:13.786 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-md.yml:14 Monday 21 October 2024 17:55:42 -0400 (0:00:00.022) 0:01:13.808 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-md.yml:19 Monday 21 October 2024 17:55:42 -0400 (0:00:00.024) 0:01:13.833 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-md.yml:24 Monday 21 October 2024 17:55:42 -0400 (0:00:00.030) 0:01:13.863 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-md.yml:29 Monday 21 October 2024 17:55:42 -0400 (0:00:00.034) 0:01:13.898 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-md.yml:37 Monday 21 October 2024 17:55:42 -0400 (0:00:00.038) 0:01:13.936 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-md.yml:46 Monday 21 October 2024 17:55:42 -0400 (0:00:00.039) 0:01:13.976 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-md.yml:54 Monday 21 October 2024 17:55:42 -0400 (0:00:00.032) 0:01:14.008 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-md.yml:62 Monday 21 October 2024 17:55:42 -0400 (0:00:00.028) 0:01:14.036 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-md.yml:70 Monday 21 October 2024 17:55:42 -0400 (0:00:00.025) 0:01:14.062 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:3 Monday 21 October 2024 17:55:42 -0400 (0:00:00.033) 0:01:14.095 ******** ok: [managed-node3] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:11 Monday 21 October 2024 17:55:43 -0400 (0:00:00.436) 0:01:14.531 ******** ok: [managed-node3] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Establish base value for expected size] ********************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:20 Monday 21 October 2024 17:55:43 -0400 (0:00:00.435) 0:01:14.967 ******** ok: [managed-node3] => { "ansible_facts": { "storage_test_expected_size": "5368709120" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:28 Monday 21 October 2024 17:55:43 -0400 (0:00:00.078) 0:01:15.045 ******** ok: [managed-node3] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:32 Monday 21 October 2024 17:55:43 -0400 (0:00:00.039) 0:01:15.085 ******** ok: [managed-node3] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:46 Monday 21 October 2024 17:55:44 -0400 (0:00:00.442) 0:01:15.527 ******** skipping: [managed-node3] => {} TASK [Show test blockinfo] ***************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:50 Monday 21 October 2024 17:55:44 -0400 (0:00:00.069) 0:01:15.596 ******** skipping: [managed-node3] => {} TASK [Show test pool size] ***************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:54 Monday 21 October 2024 17:55:44 -0400 (0:00:00.097) 0:01:15.694 ******** skipping: [managed-node3] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:58 Monday 21 October 2024 17:55:44 -0400 (0:00:00.105) 0:01:15.800 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:67 Monday 21 October 2024 17:55:44 -0400 (0:00:00.131) 0:01:15.932 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:71 Monday 21 October 2024 17:55:44 -0400 (0:00:00.056) 0:01:15.988 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:76 Monday 21 October 2024 17:55:44 -0400 (0:00:00.038) 0:01:16.027 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:82 Monday 21 October 2024 17:55:44 -0400 (0:00:00.028) 0:01:16.055 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:86 Monday 21 October 2024 17:55:44 -0400 (0:00:00.031) 0:01:16.086 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:91 Monday 21 October 2024 17:55:44 -0400 (0:00:00.033) 0:01:16.120 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:96 Monday 21 October 2024 17:55:44 -0400 (0:00:00.030) 0:01:16.150 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:101 Monday 21 October 2024 17:55:44 -0400 (0:00:00.027) 0:01:16.178 ******** skipping: [managed-node3] => {} TASK [Show volume thin pool size] ********************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:105 Monday 21 October 2024 17:55:44 -0400 (0:00:00.029) 0:01:16.207 ******** skipping: [managed-node3] => {} TASK [Show test volume size] *************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:109 Monday 21 October 2024 17:55:44 -0400 (0:00:00.032) 0:01:16.240 ******** skipping: [managed-node3] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:113 Monday 21 October 2024 17:55:44 -0400 (0:00:00.036) 0:01:16.277 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:120 Monday 21 October 2024 17:55:44 -0400 (0:00:00.030) 0:01:16.307 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:127 Monday 21 October 2024 17:55:44 -0400 (0:00:00.030) 0:01:16.337 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:131 Monday 21 October 2024 17:55:45 -0400 (0:00:00.033) 0:01:16.371 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:137 Monday 21 October 2024 17:55:45 -0400 (0:00:00.040) 0:01:16.412 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:143 Monday 21 October 2024 17:55:45 -0400 (0:00:00.044) 0:01:16.456 ******** ok: [managed-node3] => { "storage_test_actual_size": { "bytes": 5368709120, "changed": false, "failed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } } TASK [Show expected size] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:147 Monday 21 October 2024 17:55:45 -0400 (0:00:00.049) 0:01:16.506 ******** ok: [managed-node3] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:151 Monday 21 October 2024 17:55:45 -0400 (0:00:00.044) 0:01:16.550 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-cache.yml:5 Monday 21 October 2024 17:55:45 -0400 (0:00:00.076) 0:01:16.627 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.028839", "end": "2024-10-21 17:55:45.646208", "rc": 0, "start": "2024-10-21 17:55:45.617369" } STDOUT: LVM2_LV_NAME=test1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-cache.yml:13 Monday 21 October 2024 17:55:45 -0400 (0:00:00.456) 0:01:17.083 ******** ok: [managed-node3] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-cache.yml:17 Monday 21 October 2024 17:55:45 -0400 (0:00:00.055) 0:01:17.139 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-cache.yml:24 Monday 21 October 2024 17:55:45 -0400 (0:00:00.073) 0:01:17.212 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-cache.yml:31 Monday 21 October 2024 17:55:45 -0400 (0:00:00.065) 0:01:17.277 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-cache.yml:37 Monday 21 October 2024 17:55:46 -0400 (0:00:00.108) 0:01:17.386 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-cache.yml:42 Monday 21 October 2024 17:55:46 -0400 (0:00:00.078) 0:01:17.464 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume.yml:25 Monday 21 October 2024 17:55:46 -0400 (0:00:00.110) 0:01:17.574 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-role-results.yml:44 Monday 21 October 2024 17:55:46 -0400 (0:00:00.066) 0:01:17.641 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-role-results.yml:54 Monday 21 October 2024 17:55:46 -0400 (0:00:00.043) 0:01:17.684 ******** ok: [managed-node3] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Repeat the previous invocation to verify idempotence] ******************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_change_fs.yml:84 Monday 21 October 2024 17:55:46 -0400 (0:00:00.044) 0:01:17.729 ******** TASK [redhat.rhel_system_roles.storage : Set platform/version specific variables] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main.yml:2 Monday 21 October 2024 17:55:46 -0400 (0:00:00.137) 0:01:17.866 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml for managed-node3 TASK [redhat.rhel_system_roles.storage : Ensure ansible_facts used by role] **** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml:2 Monday 21 October 2024 17:55:46 -0400 (0:00:00.142) 0:01:18.009 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Set platform/version specific variables] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml:7 Monday 21 October 2024 17:55:46 -0400 (0:00:00.086) 0:01:18.096 ******** skipping: [managed-node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } ok: [managed-node3] => (item=RedHat_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": [ "/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/vars/RedHat_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.yml" } skipping: [managed-node3] => (item=RedHat_9.5.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.5.yml", "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Check if system is ostree] ************ task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml:25 Monday 21 October 2024 17:55:46 -0400 (0:00:00.159) 0:01:18.255 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Set flag to indicate system is ostree] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml:30 Monday 21 October 2024 17:55:46 -0400 (0:00:00.081) 0:01:18.337 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main.yml:5 Monday 21 October 2024 17:55:47 -0400 (0:00:00.053) 0:01:18.391 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [redhat.rhel_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main.yml:9 Monday 21 October 2024 17:55:47 -0400 (0:00:00.050) 0:01:18.442 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [redhat.rhel_system_roles.storage : Include the appropriate provider tasks] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main.yml:13 Monday 21 October 2024 17:55:47 -0400 (0:00:00.049) 0:01:18.491 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml for managed-node3 TASK [redhat.rhel_system_roles.storage : Make sure blivet is available] ******** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:2 Monday 21 October 2024 17:55:47 -0400 (0:00:00.111) 0:01:18.603 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Show storage_pools] ******************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:9 Monday 21 October 2024 17:55:47 -0400 (0:00:00.051) 0:01:18.655 ******** ok: [managed-node3] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "volumes": [ { "fs_type": "xfs", "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [redhat.rhel_system_roles.storage : Show storage_volumes] ***************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:14 Monday 21 October 2024 17:55:47 -0400 (0:00:00.072) 0:01:18.728 ******** ok: [managed-node3] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [redhat.rhel_system_roles.storage : Get required packages] **************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:19 Monday 21 October 2024 17:55:47 -0400 (0:00:00.046) 0:01:18.774 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Enable copr repositories if needed] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:31 Monday 21 October 2024 17:55:47 -0400 (0:00:00.052) 0:01:18.826 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Make sure required packages are installed] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:37 Monday 21 October 2024 17:55:47 -0400 (0:00:00.050) 0:01:18.877 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Get service facts] ******************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:51 Monday 21 October 2024 17:55:47 -0400 (0:00:00.049) 0:01:18.926 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Set storage_cryptsetup_services] ****** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:57 Monday 21 October 2024 17:55:47 -0400 (0:00:00.049) 0:01:18.975 ******** ok: [managed-node3] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [redhat.rhel_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:63 Monday 21 October 2024 17:55:47 -0400 (0:00:00.123) 0:01:19.098 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [redhat.rhel_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:69 Monday 21 October 2024 17:55:47 -0400 (0:00:00.037) 0:01:19.136 ******** ok: [managed-node3] => { "actions": [], "changed": false, "crypts": [], "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/xvda3", "/dev/xvda4" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "dosfstools", "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "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": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [redhat.rhel_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:83 Monday 21 October 2024 17:55:49 -0400 (0:00:01.542) 0:01:20.679 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Check if /etc/fstab is present] ******* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:90 Monday 21 October 2024 17:55:49 -0400 (0:00:00.105) 0:01:20.784 ******** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1729547687.1166375, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "0d495c4508d8f74dc9d1b472b6e1b1d638f6ad31", "ctime": 1729547687.1116374, "dev": 51716, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 838860937, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1729547687.1116374, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1173, "uid": 0, "version": "2657591077", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [redhat.rhel_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:95 Monday 21 October 2024 17:55:49 -0400 (0:00:00.491) 0:01:21.276 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:113 Monday 21 October 2024 17:55:49 -0400 (0:00:00.077) 0:01:21.353 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [redhat.rhel_system_roles.storage : Show blivet_output] ******************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:119 Monday 21 October 2024 17:55:50 -0400 (0:00:00.056) 0:01:21.409 ******** ok: [managed-node3] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/xvda3", "/dev/xvda4" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "dosfstools", "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "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": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [redhat.rhel_system_roles.storage : Set the list of pools for test verification] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:128 Monday 21 October 2024 17:55:50 -0400 (0:00:00.055) 0:01:21.465 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "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": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [redhat.rhel_system_roles.storage : Set the list of volumes for test verification] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:132 Monday 21 October 2024 17:55:50 -0400 (0:00:00.048) 0:01:21.514 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [redhat.rhel_system_roles.storage : Remove obsolete mounts] *************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:148 Monday 21 October 2024 17:55:50 -0400 (0:00:00.043) 0:01:21.558 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [redhat.rhel_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:159 Monday 21 October 2024 17:55:50 -0400 (0:00:00.072) 0:01:21.630 ******** ok: [managed-node3] => { "changed": false, "name": null, "status": {} } TASK [redhat.rhel_system_roles.storage : Set up new/current mounts] ************ task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:164 Monday 21 October 2024 17:55:51 -0400 (0:00:00.769) 0:01:22.400 ******** ok: [managed-node3] => (item={'src': '/dev/mapper/foo-test1', '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/foo-test1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } TASK [redhat.rhel_system_roles.storage : Manage mount ownership/permissions] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:175 Monday 21 October 2024 17:55:51 -0400 (0:00:00.438) 0:01:22.838 ******** skipping: [managed-node3] => (item={'src': '/dev/mapper/foo-test1', '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, "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [redhat.rhel_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:187 Monday 21 October 2024 17:55:51 -0400 (0:00:00.046) 0:01:22.885 ******** ok: [managed-node3] => { "changed": false, "name": null, "status": {} } TASK [redhat.rhel_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:195 Monday 21 October 2024 17:55:52 -0400 (0:00:00.713) 0:01:23.598 ******** ok: [managed-node3] => { "changed": false, "stat": { "exists": false } } TASK [redhat.rhel_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:200 Monday 21 October 2024 17:55:52 -0400 (0:00:00.466) 0:01:24.065 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [redhat.rhel_system_roles.storage : Update facts] ************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:222 Monday 21 October 2024 17:55:52 -0400 (0:00:00.051) 0:01:24.117 ******** ok: [managed-node3] TASK [Verify role results] ***************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_change_fs.yml:97 Monday 21 October 2024 17:55:53 -0400 (0:00:01.118) 0:01:25.236 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-role-results.yml for managed-node3 TASK [Print out pool information] ********************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-role-results.yml:2 Monday 21 October 2024 17:55:53 -0400 (0:00:00.107) 0:01:25.343 ******** ok: [managed-node3] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "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": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-role-results.yml:7 Monday 21 October 2024 17:55:54 -0400 (0:00:00.050) 0:01:25.394 ******** skipping: [managed-node3] => {} TASK [Collect info about the volumes.] ***************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-role-results.yml:15 Monday 21 October 2024 17:55:54 -0400 (0:00:00.046) 0:01:25.440 ******** ok: [managed-node3] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "xfs", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/foo-test1", "size": "5G", "type": "lvm", "uuid": "4a594f6c-e236-4265-be35-9388ba3b0704" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "hndWOE-Qems-IxEY-aYHG-P3ze-CVVH-vidOwH" }, "/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": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "vfat", "label": "", "mountpoint": "/boot/efi", "name": "/dev/xvda2", "size": "200M", "type": "partition", "uuid": "7B77-95E7" }, "/dev/xvda3": { "fstype": "xfs", "label": "boot", "mountpoint": "/boot", "name": "/dev/xvda3", "size": "1G", "type": "partition", "uuid": "a8cc2a47-4cf2-4d6f-8916-f69641ec5919" }, "/dev/xvda4": { "fstype": "xfs", "label": "root", "mountpoint": "/", "name": "/dev/xvda4", "size": "248.8G", "type": "partition", "uuid": "1b4086e3-4d44-4b6e-99dc-43b96b9fea96" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-role-results.yml:20 Monday 21 October 2024 17:55:54 -0400 (0:00:00.399) 0:01:25.840 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003041", "end": "2024-10-21 17:55:54.819484", "rc": 0, "start": "2024-10-21 17:55:54.816443" } STDOUT: UUID=1b4086e3-4d44-4b6e-99dc-43b96b9fea96 / xfs defaults 0 0 UUID=a8cc2a47-4cf2-4d6f-8916-f69641ec5919 /boot xfs defaults 0 0 UUID=7B77-95E7 /boot/efi vfat defaults,uid=0,gid=0,umask=077,shortname=winnt 0 2 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 # system_role:storage /dev/mapper/foo-test1 /opt/test1 xfs defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-role-results.yml:25 Monday 21 October 2024 17:55:54 -0400 (0:00:00.414) 0:01:26.254 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002978", "end": "2024-10-21 17:55:55.236911", "failed_when_result": false, "rc": 1, "start": "2024-10-21 17:55:55.233933" } STDERR: cat: /etc/crypttab: No such file or directory MSG: non-zero return code TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-role-results.yml:34 Monday 21 October 2024 17:55:55 -0400 (0:00:00.403) 0:01:26.658 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool.yml for managed-node3 => (item={'disks': ['sda'], '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': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, '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': 'test1', 'raid_level': None, 'size': '5g', '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'], '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/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}]}) TASK [Set _storage_pool_tests] ************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool.yml:5 Monday 21 October 2024 17:55:55 -0400 (0:00:00.062) 0:01:26.720 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool.yml:18 Monday 21 October 2024 17:55:55 -0400 (0:00:00.024) 0:01:26.745 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.029650", "end": "2024-10-21 17:55:55.737273", "rc": 0, "start": "2024-10-21 17:55:55.707623" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool.yml:24 Monday 21 October 2024 17:55:55 -0400 (0:00:00.433) 0:01:27.179 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool.yml:34 Monday 21 October 2024 17:55:55 -0400 (0:00:00.056) 0:01:27.235 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml for managed-node3 => (item=members) included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-volumes.yml for managed-node3 => (item=volumes) TASK [Set test variables] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:2 Monday 21 October 2024 17:55:55 -0400 (0:00:00.083) 0:01:27.319 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:8 Monday 21 October 2024 17:55:56 -0400 (0:00:00.094) 0:01:27.414 ******** ok: [managed-node3] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } TASK [Set pvs lvm length] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:17 Monday 21 October 2024 17:55:56 -0400 (0:00:00.427) 0:01:27.841 ******** ok: [managed-node3] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:22 Monday 21 October 2024 17:55:56 -0400 (0:00:00.067) 0:01:27.909 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:27 Monday 21 October 2024 17:55:56 -0400 (0:00:00.076) 0:01:27.986 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:36 Monday 21 October 2024 17:55:56 -0400 (0:00:00.070) 0:01:28.056 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:41 Monday 21 October 2024 17:55:56 -0400 (0:00:00.046) 0:01:28.103 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:46 Monday 21 October 2024 17:55:56 -0400 (0:00:00.066) 0:01:28.169 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:51 Monday 21 October 2024 17:55:56 -0400 (0:00:00.088) 0:01:28.258 ******** ok: [managed-node3] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:64 Monday 21 October 2024 17:55:56 -0400 (0:00:00.048) 0:01:28.306 ******** ok: [managed-node3] => { "changed": false, "rc": 0 } STDOUT: ** (process:36738): WARNING **: 17:55:57.207: failed to load module nvme: libbd_nvme.so.2: cannot open shared object file: No such file or directory True STDERR: Shared connection to 10.31.10.173 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:73 Monday 21 October 2024 17:55:57 -0400 (0:00:00.410) 0:01:28.717 ******** skipping: [managed-node3] => (item=/dev/sda) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:83 Monday 21 October 2024 17:55:57 -0400 (0:00:00.040) 0:01:28.758 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml for managed-node3 TASK [Get information about RAID] ********************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml:8 Monday 21 October 2024 17:55:57 -0400 (0:00:00.046) 0:01:28.804 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml:14 Monday 21 October 2024 17:55:57 -0400 (0:00:00.023) 0:01:28.827 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml:19 Monday 21 October 2024 17:55:57 -0400 (0:00:00.022) 0:01:28.850 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml:24 Monday 21 October 2024 17:55:57 -0400 (0:00:00.023) 0:01:28.873 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml:29 Monday 21 October 2024 17:55:57 -0400 (0:00:00.022) 0:01:28.896 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml:37 Monday 21 October 2024 17:55:57 -0400 (0:00:00.022) 0:01:28.918 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml:46 Monday 21 October 2024 17:55:57 -0400 (0:00:00.021) 0:01:28.940 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml:55 Monday 21 October 2024 17:55:57 -0400 (0:00:00.023) 0:01:28.963 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml:64 Monday 21 October 2024 17:55:57 -0400 (0:00:00.022) 0:01:28.986 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml:74 Monday 21 October 2024 17:55:57 -0400 (0:00:00.022) 0:01:29.008 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml:83 Monday 21 October 2024 17:55:57 -0400 (0:00:00.021) 0:01:29.030 ******** 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: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:86 Monday 21 October 2024 17:55:57 -0400 (0:00:00.025) 0:01:29.055 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed-node3 TASK [Validate pool member LVM RAID settings] ********************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Monday 21 October 2024 17:55:57 -0400 (0:00:00.044) 0:01:29.100 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_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': 'test1', 'raid_level': None, 'size': '5g', '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'], '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/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about the LV] ******************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-lvmraid.yml:8 Monday 21 October 2024 17:55:57 -0400 (0:00:00.045) 0:01:29.146 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-lvmraid.yml:16 Monday 21 October 2024 17:55:57 -0400 (0:00:00.028) 0:01:29.174 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-lvmraid.yml:20 Monday 21 October 2024 17:55:57 -0400 (0:00:00.029) 0:01:29.204 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Monday 21 October 2024 17:55:57 -0400 (0:00:00.027) 0:01:29.231 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Monday 21 October 2024 17:55:57 -0400 (0:00:00.029) 0:01:29.261 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Monday 21 October 2024 17:55:57 -0400 (0:00:00.027) 0:01:29.289 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Monday 21 October 2024 17:55:57 -0400 (0:00:00.027) 0:01:29.316 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:89 Monday 21 October 2024 17:55:57 -0400 (0:00:00.028) 0:01:29.345 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-members-thin.yml for managed-node3 TASK [Validate pool member thinpool settings] ********************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-members-thin.yml:2 Monday 21 October 2024 17:55:58 -0400 (0:00:00.047) 0:01:29.393 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_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': 'test1', 'raid_level': None, 'size': '5g', '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'], '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/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about thinpool] ****************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-thin.yml:8 Monday 21 October 2024 17:55:58 -0400 (0:00:00.042) 0:01:29.435 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-thin.yml:16 Monday 21 October 2024 17:55:58 -0400 (0:00:00.035) 0:01:29.471 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-thin.yml:22 Monday 21 October 2024 17:55:58 -0400 (0:00:00.023) 0:01:29.494 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-thin.yml:26 Monday 21 October 2024 17:55:58 -0400 (0:00:00.022) 0:01:29.517 ******** ok: [managed-node3] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:92 Monday 21 October 2024 17:55:58 -0400 (0:00:00.024) 0:01:29.541 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-members-encryption.yml for managed-node3 TASK [Set test variables] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Monday 21 October 2024 17:55:58 -0400 (0:00:00.051) 0:01:29.592 ******** 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: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Monday 21 October 2024 17:55:58 -0400 (0:00:00.044) 0:01:29.637 ******** skipping: [managed-node3] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Monday 21 October 2024 17:55:58 -0400 (0:00:00.031) 0:01:29.669 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node3 => (item=/dev/sda) TASK [Set variables used by tests] ********************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Monday 21 October 2024 17:55:58 -0400 (0:00:00.113) 0:01:29.782 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Monday 21 October 2024 17:55:58 -0400 (0:00:00.052) 0:01:29.834 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Monday 21 October 2024 17:55:58 -0400 (0:00:00.053) 0:01:29.888 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Monday 21 October 2024 17:55:58 -0400 (0:00:00.047) 0:01:29.935 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Monday 21 October 2024 17:55:58 -0400 (0:00:00.047) 0:01:29.982 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Monday 21 October 2024 17:55:58 -0400 (0:00:00.036) 0:01:30.019 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Monday 21 October 2024 17:55:58 -0400 (0:00:00.024) 0:01:30.044 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:95 Monday 21 October 2024 17:55:58 -0400 (0:00:00.023) 0:01:30.067 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-members-vdo.yml for managed-node3 TASK [Validate pool member VDO settings] *************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Monday 21 October 2024 17:55:58 -0400 (0:00:00.051) 0:01:30.118 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_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': 'test1', 'raid_level': None, 'size': '5g', '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'], '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/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about VDO deduplication] ********************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Monday 21 October 2024 17:55:58 -0400 (0:00:00.060) 0:01:30.179 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Monday 21 October 2024 17:55:58 -0400 (0:00:00.041) 0:01:30.220 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Monday 21 October 2024 17:55:58 -0400 (0:00:00.038) 0:01:30.259 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Monday 21 October 2024 17:55:58 -0400 (0:00:00.038) 0:01:30.297 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Monday 21 October 2024 17:55:58 -0400 (0:00:00.038) 0:01:30.336 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Monday 21 October 2024 17:55:59 -0400 (0:00:00.042) 0:01:30.378 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-vdo.yml:46 Monday 21 October 2024 17:55:59 -0400 (0:00:00.040) 0:01:30.418 ******** ok: [managed-node3] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:98 Monday 21 October 2024 17:55:59 -0400 (0:00:00.042) 0:01:30.461 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-stratis.yml for managed-node3 TASK [Run 'stratis report'] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-stratis.yml:6 Monday 21 October 2024 17:55:59 -0400 (0:00:00.107) 0:01:30.568 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-stratis.yml:11 Monday 21 October 2024 17:55:59 -0400 (0:00:00.037) 0:01:30.606 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-stratis.yml:15 Monday 21 October 2024 17:55:59 -0400 (0:00:00.044) 0:01:30.650 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-stratis.yml:25 Monday 21 October 2024 17:55:59 -0400 (0:00:00.044) 0:01:30.695 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-stratis.yml:34 Monday 21 October 2024 17:55:59 -0400 (0:00:00.031) 0:01:30.727 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-stratis.yml:44 Monday 21 October 2024 17:55:59 -0400 (0:00:00.031) 0:01:30.759 ******** ok: [managed-node3] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:101 Monday 21 October 2024 17:55:59 -0400 (0:00:00.025) 0:01:30.785 ******** 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: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Monday 21 October 2024 17:55:59 -0400 (0:00:00.025) 0:01:30.810 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_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': 'test1', 'raid_level': None, 'size': '5g', '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'], '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/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Set storage volume test variables] *************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume.yml:2 Monday 21 October 2024 17:55:59 -0400 (0:00:00.041) 0:01:30.852 ******** 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: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume.yml:19 Monday 21 October 2024 17:55:59 -0400 (0:00:00.043) 0:01:30.896 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node3 => (item=mount) included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node3 => (item=fstab) included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node3 => (item=fs) included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-device.yml for managed-node3 => (item=device) included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node3 => (item=encryption) included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-md.yml for managed-node3 => (item=md) included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml for managed-node3 => (item=size) included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_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: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml:7 Monday 21 October 2024 17:55:59 -0400 (0:00:00.119) 0:01:31.015 ******** ok: [managed-node3] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml:11 Monday 21 October 2024 17:55:59 -0400 (0:00:00.037) 0:01:31.052 ******** 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: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml:19 Monday 21 October 2024 17:55:59 -0400 (0:00:00.045) 0:01:31.098 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml:28 Monday 21 October 2024 17:55:59 -0400 (0:00:00.024) 0:01:31.122 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml:36 Monday 21 October 2024 17:55:59 -0400 (0:00:00.031) 0:01:31.154 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml:42 Monday 21 October 2024 17:55:59 -0400 (0:00:00.025) 0:01:31.179 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml:48 Monday 21 October 2024 17:55:59 -0400 (0:00:00.023) 0:01:31.203 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml:57 Monday 21 October 2024 17:55:59 -0400 (0:00:00.023) 0:01:31.226 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml:63 Monday 21 October 2024 17:55:59 -0400 (0:00:00.024) 0:01:31.250 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml:69 Monday 21 October 2024 17:55:59 -0400 (0:00:00.031) 0:01:31.282 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml:79 Monday 21 October 2024 17:55:59 -0400 (0:00:00.040) 0:01:31.322 ******** 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: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Monday 21 October 2024 17:55:59 -0400 (0:00:00.040) 0:01:31.363 ******** ok: [managed-node3] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/foo-test1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 xfs defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Monday 21 October 2024 17:56:00 -0400 (0:00:00.079) 0:01:31.442 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Monday 21 October 2024 17:56:00 -0400 (0:00:00.058) 0:01:31.501 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Monday 21 October 2024 17:56:00 -0400 (0:00:00.065) 0:01:31.567 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Monday 21 October 2024 17:56:00 -0400 (0:00:00.043) 0:01:31.610 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-fstab.yml:51 Monday 21 October 2024 17:56:00 -0400 (0:00:00.069) 0:01:31.680 ******** ok: [managed-node3] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-fs.yml:6 Monday 21 October 2024 17:56:00 -0400 (0:00:00.026) 0:01:31.706 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-fs.yml:14 Monday 21 October 2024 17:56:00 -0400 (0:00:00.051) 0:01:31.758 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-device.yml:3 Monday 21 October 2024 17:56:00 -0400 (0:00:00.071) 0:01:31.829 ******** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1729547687.1916375, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1729547683.6486278, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 977, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1729547683.6486278, "nlink": 1, "path": "/dev/mapper/foo-test1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-device.yml:9 Monday 21 October 2024 17:56:00 -0400 (0:00:00.415) 0:01:32.244 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-device.yml:16 Monday 21 October 2024 17:56:00 -0400 (0:00:00.031) 0:01:32.276 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-device.yml:23 Monday 21 October 2024 17:56:00 -0400 (0:00:00.023) 0:01:32.299 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-device.yml:29 Monday 21 October 2024 17:56:00 -0400 (0:00:00.029) 0:01:32.329 ******** ok: [managed-node3] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-device.yml:33 Monday 21 October 2024 17:56:00 -0400 (0:00:00.027) 0:01:32.356 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-device.yml:38 Monday 21 October 2024 17:56:01 -0400 (0:00:00.022) 0:01:32.379 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Monday 21 October 2024 17:56:01 -0400 (0:00:00.029) 0:01:32.409 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Monday 21 October 2024 17:56:01 -0400 (0:00:00.022) 0:01:32.432 ******** ok: [managed-node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Monday 21 October 2024 17:56:01 -0400 (0:00:00.876) 0:01:33.308 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Monday 21 October 2024 17:56:01 -0400 (0:00:00.024) 0:01:33.332 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Monday 21 October 2024 17:56:01 -0400 (0:00:00.024) 0:01:33.357 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Monday 21 October 2024 17:56:02 -0400 (0:00:00.044) 0:01:33.402 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Monday 21 October 2024 17:56:02 -0400 (0:00:00.023) 0:01:33.425 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Monday 21 October 2024 17:56:02 -0400 (0:00:00.023) 0:01:33.448 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Monday 21 October 2024 17:56:02 -0400 (0:00:00.025) 0:01:33.473 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Monday 21 October 2024 17:56:02 -0400 (0:00:00.023) 0:01:33.497 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Monday 21 October 2024 17:56:02 -0400 (0:00:00.023) 0:01:33.520 ******** 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: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Monday 21 October 2024 17:56:02 -0400 (0:00:00.044) 0:01:33.565 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Monday 21 October 2024 17:56:02 -0400 (0:00:00.043) 0:01:33.609 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Monday 21 October 2024 17:56:02 -0400 (0:00:00.045) 0:01:33.654 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Monday 21 October 2024 17:56:02 -0400 (0:00:00.042) 0:01:33.696 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Monday 21 October 2024 17:56:02 -0400 (0:00:00.035) 0:01:33.732 ******** 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: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-md.yml:8 Monday 21 October 2024 17:56:02 -0400 (0:00:00.026) 0:01:33.759 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-md.yml:14 Monday 21 October 2024 17:56:02 -0400 (0:00:00.023) 0:01:33.782 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-md.yml:19 Monday 21 October 2024 17:56:02 -0400 (0:00:00.022) 0:01:33.805 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-md.yml:24 Monday 21 October 2024 17:56:02 -0400 (0:00:00.023) 0:01:33.829 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-md.yml:29 Monday 21 October 2024 17:56:02 -0400 (0:00:00.034) 0:01:33.863 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-md.yml:37 Monday 21 October 2024 17:56:02 -0400 (0:00:00.035) 0:01:33.899 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-md.yml:46 Monday 21 October 2024 17:56:02 -0400 (0:00:00.038) 0:01:33.937 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-md.yml:54 Monday 21 October 2024 17:56:02 -0400 (0:00:00.040) 0:01:33.977 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-md.yml:62 Monday 21 October 2024 17:56:02 -0400 (0:00:00.037) 0:01:34.014 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-md.yml:70 Monday 21 October 2024 17:56:02 -0400 (0:00:00.039) 0:01:34.054 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:3 Monday 21 October 2024 17:56:02 -0400 (0:00:00.038) 0:01:34.092 ******** ok: [managed-node3] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:11 Monday 21 October 2024 17:56:03 -0400 (0:00:00.420) 0:01:34.512 ******** ok: [managed-node3] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Establish base value for expected size] ********************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:20 Monday 21 October 2024 17:56:03 -0400 (0:00:00.404) 0:01:34.917 ******** ok: [managed-node3] => { "ansible_facts": { "storage_test_expected_size": "5368709120" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:28 Monday 21 October 2024 17:56:03 -0400 (0:00:00.082) 0:01:34.999 ******** ok: [managed-node3] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:32 Monday 21 October 2024 17:56:03 -0400 (0:00:00.056) 0:01:35.056 ******** ok: [managed-node3] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:46 Monday 21 October 2024 17:56:04 -0400 (0:00:00.451) 0:01:35.508 ******** skipping: [managed-node3] => {} TASK [Show test blockinfo] ***************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:50 Monday 21 October 2024 17:56:04 -0400 (0:00:00.079) 0:01:35.587 ******** skipping: [managed-node3] => {} TASK [Show test pool size] ***************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:54 Monday 21 October 2024 17:56:04 -0400 (0:00:00.067) 0:01:35.654 ******** skipping: [managed-node3] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:58 Monday 21 October 2024 17:56:04 -0400 (0:00:00.080) 0:01:35.735 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:67 Monday 21 October 2024 17:56:04 -0400 (0:00:00.049) 0:01:35.784 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:71 Monday 21 October 2024 17:56:04 -0400 (0:00:00.023) 0:01:35.808 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:76 Monday 21 October 2024 17:56:04 -0400 (0:00:00.024) 0:01:35.832 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:82 Monday 21 October 2024 17:56:04 -0400 (0:00:00.023) 0:01:35.855 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:86 Monday 21 October 2024 17:56:04 -0400 (0:00:00.024) 0:01:35.880 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:91 Monday 21 October 2024 17:56:04 -0400 (0:00:00.027) 0:01:35.908 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:96 Monday 21 October 2024 17:56:04 -0400 (0:00:00.040) 0:01:35.948 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:101 Monday 21 October 2024 17:56:04 -0400 (0:00:00.042) 0:01:35.991 ******** skipping: [managed-node3] => {} TASK [Show volume thin pool size] ********************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:105 Monday 21 October 2024 17:56:04 -0400 (0:00:00.036) 0:01:36.028 ******** skipping: [managed-node3] => {} TASK [Show test volume size] *************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:109 Monday 21 October 2024 17:56:04 -0400 (0:00:00.051) 0:01:36.079 ******** skipping: [managed-node3] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:113 Monday 21 October 2024 17:56:04 -0400 (0:00:00.051) 0:01:36.130 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:120 Monday 21 October 2024 17:56:04 -0400 (0:00:00.049) 0:01:36.180 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:127 Monday 21 October 2024 17:56:04 -0400 (0:00:00.060) 0:01:36.240 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:131 Monday 21 October 2024 17:56:04 -0400 (0:00:00.035) 0:01:36.276 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:137 Monday 21 October 2024 17:56:04 -0400 (0:00:00.053) 0:01:36.330 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:143 Monday 21 October 2024 17:56:05 -0400 (0:00:00.051) 0:01:36.381 ******** ok: [managed-node3] => { "storage_test_actual_size": { "bytes": 5368709120, "changed": false, "failed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } } TASK [Show expected size] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:147 Monday 21 October 2024 17:56:05 -0400 (0:00:00.053) 0:01:36.435 ******** ok: [managed-node3] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:151 Monday 21 October 2024 17:56:05 -0400 (0:00:00.042) 0:01:36.477 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-cache.yml:5 Monday 21 October 2024 17:56:05 -0400 (0:00:00.122) 0:01:36.600 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.031015", "end": "2024-10-21 17:56:05.590247", "rc": 0, "start": "2024-10-21 17:56:05.559232" } STDOUT: LVM2_LV_NAME=test1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-cache.yml:13 Monday 21 October 2024 17:56:05 -0400 (0:00:00.445) 0:01:37.045 ******** ok: [managed-node3] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-cache.yml:17 Monday 21 October 2024 17:56:05 -0400 (0:00:00.098) 0:01:37.143 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-cache.yml:24 Monday 21 October 2024 17:56:05 -0400 (0:00:00.071) 0:01:37.215 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-cache.yml:31 Monday 21 October 2024 17:56:05 -0400 (0:00:00.054) 0:01:37.269 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-cache.yml:37 Monday 21 October 2024 17:56:05 -0400 (0:00:00.043) 0:01:37.312 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-cache.yml:42 Monday 21 October 2024 17:56:06 -0400 (0:00:00.052) 0:01:37.365 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume.yml:25 Monday 21 October 2024 17:56:06 -0400 (0:00:00.045) 0:01:37.411 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-role-results.yml:44 Monday 21 October 2024 17:56:06 -0400 (0:00:00.025) 0:01:37.436 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-role-results.yml:54 Monday 21 October 2024 17:56:06 -0400 (0:00:00.019) 0:01:37.456 ******** ok: [managed-node3] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Remove the FS] *********************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_change_fs.yml:100 Monday 21 October 2024 17:56:06 -0400 (0:00:00.024) 0:01:37.481 ******** TASK [redhat.rhel_system_roles.storage : Set platform/version specific variables] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main.yml:2 Monday 21 October 2024 17:56:06 -0400 (0:00:00.070) 0:01:37.552 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml for managed-node3 TASK [redhat.rhel_system_roles.storage : Ensure ansible_facts used by role] **** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml:2 Monday 21 October 2024 17:56:06 -0400 (0:00:00.035) 0:01:37.588 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Set platform/version specific variables] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml:7 Monday 21 October 2024 17:56:06 -0400 (0:00:00.050) 0:01:37.638 ******** skipping: [managed-node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } ok: [managed-node3] => (item=RedHat_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": [ "/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/vars/RedHat_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.yml" } skipping: [managed-node3] => (item=RedHat_9.5.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.5.yml", "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Check if system is ostree] ************ task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml:25 Monday 21 October 2024 17:56:06 -0400 (0:00:00.109) 0:01:37.748 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Set flag to indicate system is ostree] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml:30 Monday 21 October 2024 17:56:06 -0400 (0:00:00.094) 0:01:37.843 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main.yml:5 Monday 21 October 2024 17:56:06 -0400 (0:00:00.058) 0:01:37.901 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [redhat.rhel_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main.yml:9 Monday 21 October 2024 17:56:06 -0400 (0:00:00.056) 0:01:37.957 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [redhat.rhel_system_roles.storage : Include the appropriate provider tasks] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main.yml:13 Monday 21 October 2024 17:56:06 -0400 (0:00:00.064) 0:01:38.022 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml for managed-node3 TASK [redhat.rhel_system_roles.storage : Make sure blivet is available] ******** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:2 Monday 21 October 2024 17:56:06 -0400 (0:00:00.102) 0:01:38.125 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Show storage_pools] ******************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:9 Monday 21 October 2024 17:56:06 -0400 (0:00:00.045) 0:01:38.170 ******** ok: [managed-node3] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "volumes": [ { "fs_type": "unformatted", "name": "test1", "size": "5g" } ] } ] } TASK [redhat.rhel_system_roles.storage : Show storage_volumes] ***************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:14 Monday 21 October 2024 17:56:06 -0400 (0:00:00.101) 0:01:38.272 ******** ok: [managed-node3] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [redhat.rhel_system_roles.storage : Get required packages] **************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:19 Monday 21 October 2024 17:56:06 -0400 (0:00:00.044) 0:01:38.317 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Enable copr repositories if needed] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:31 Monday 21 October 2024 17:56:07 -0400 (0:00:00.050) 0:01:38.367 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Make sure required packages are installed] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:37 Monday 21 October 2024 17:56:07 -0400 (0:00:00.062) 0:01:38.430 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Get service facts] ******************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:51 Monday 21 October 2024 17:56:07 -0400 (0:00:00.046) 0:01:38.477 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Set storage_cryptsetup_services] ****** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:57 Monday 21 October 2024 17:56:07 -0400 (0:00:00.045) 0:01:38.522 ******** ok: [managed-node3] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [redhat.rhel_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:63 Monday 21 October 2024 17:56:07 -0400 (0:00:00.140) 0:01:38.663 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [redhat.rhel_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:69 Monday 21 October 2024 17:56:07 -0400 (0:00:00.039) 0:01:38.702 ******** changed: [managed-node3] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test1", "fs_type": "xfs" } ], "changed": true, "crypts": [], "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/xvda3", "/dev/xvda4" ], "mounts": [ { "fstype": "xfs", "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "absent" }, { "path": "/opt/test1", "state": "absent" } ], "packages": [ "dosfstools", "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "unformatted", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [redhat.rhel_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:83 Monday 21 October 2024 17:56:09 -0400 (0:00:01.784) 0:01:40.487 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Check if /etc/fstab is present] ******* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:90 Monday 21 October 2024 17:56:09 -0400 (0:00:00.093) 0:01:40.580 ******** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1729547687.1166375, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "0d495c4508d8f74dc9d1b472b6e1b1d638f6ad31", "ctime": 1729547687.1116374, "dev": 51716, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 838860937, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1729547687.1116374, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1173, "uid": 0, "version": "2657591077", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [redhat.rhel_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:95 Monday 21 October 2024 17:56:09 -0400 (0:00:00.454) 0:01:41.035 ******** ok: [managed-node3] => { "backup": "", "changed": false } TASK [redhat.rhel_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:113 Monday 21 October 2024 17:56:10 -0400 (0:00:00.458) 0:01:41.494 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [redhat.rhel_system_roles.storage : Show blivet_output] ******************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:119 Monday 21 October 2024 17:56:10 -0400 (0:00:00.066) 0:01:41.561 ******** ok: [managed-node3] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test1", "fs_type": "xfs" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/xvda3", "/dev/xvda4" ], "mounts": [ { "fstype": "xfs", "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "absent" }, { "path": "/opt/test1", "state": "absent" } ], "packages": [ "dosfstools", "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "unformatted", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [redhat.rhel_system_roles.storage : Set the list of pools for test verification] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:128 Monday 21 October 2024 17:56:10 -0400 (0:00:00.097) 0:01:41.659 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "unformatted", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [redhat.rhel_system_roles.storage : Set the list of volumes for test verification] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:132 Monday 21 October 2024 17:56:10 -0400 (0:00:00.059) 0:01:41.718 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [redhat.rhel_system_roles.storage : Remove obsolete mounts] *************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:148 Monday 21 October 2024 17:56:10 -0400 (0:00:00.046) 0:01:41.765 ******** changed: [managed-node3] => (item={'src': '/dev/mapper/foo-test1', '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/foo-test1", "state": "absent" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } ok: [managed-node3] => (item={'path': '/opt/test1', 'state': 'absent'}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": false, "dump": "0", "fstab": "/etc/fstab", "mount_info": { "path": "/opt/test1", "state": "absent" }, "name": "/opt/test1", "opts": "defaults", "passno": "0" } TASK [redhat.rhel_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:159 Monday 21 October 2024 17:56:11 -0400 (0:00:00.866) 0:01:42.632 ******** ok: [managed-node3] => { "changed": false, "name": null, "status": {} } TASK [redhat.rhel_system_roles.storage : Set up new/current mounts] ************ task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:164 Monday 21 October 2024 17:56:12 -0400 (0:00:00.761) 0:01:43.393 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [redhat.rhel_system_roles.storage : Manage mount ownership/permissions] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:175 Monday 21 October 2024 17:56:12 -0400 (0:00:00.112) 0:01:43.506 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [redhat.rhel_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:187 Monday 21 October 2024 17:56:12 -0400 (0:00:00.083) 0:01:43.590 ******** ok: [managed-node3] => { "changed": false, "name": null, "status": {} } TASK [redhat.rhel_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:195 Monday 21 October 2024 17:56:13 -0400 (0:00:00.805) 0:01:44.396 ******** ok: [managed-node3] => { "changed": false, "stat": { "exists": false } } TASK [redhat.rhel_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:200 Monday 21 October 2024 17:56:13 -0400 (0:00:00.513) 0:01:44.909 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [redhat.rhel_system_roles.storage : Update facts] ************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:222 Monday 21 October 2024 17:56:13 -0400 (0:00:00.056) 0:01:44.966 ******** ok: [managed-node3] TASK [Verify role results] ***************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_change_fs.yml:112 Monday 21 October 2024 17:56:14 -0400 (0:00:01.047) 0:01:46.013 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-role-results.yml for managed-node3 TASK [Print out pool information] ********************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-role-results.yml:2 Monday 21 October 2024 17:56:14 -0400 (0:00:00.121) 0:01:46.134 ******** ok: [managed-node3] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "unformatted", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-role-results.yml:7 Monday 21 October 2024 17:56:14 -0400 (0:00:00.159) 0:01:46.294 ******** skipping: [managed-node3] => {} TASK [Collect info about the volumes.] ***************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-role-results.yml:15 Monday 21 October 2024 17:56:14 -0400 (0:00:00.060) 0:01:46.354 ******** ok: [managed-node3] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/mapper/foo-test1", "size": "5G", "type": "lvm", "uuid": "" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "hndWOE-Qems-IxEY-aYHG-P3ze-CVVH-vidOwH" }, "/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": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "vfat", "label": "", "mountpoint": "/boot/efi", "name": "/dev/xvda2", "size": "200M", "type": "partition", "uuid": "7B77-95E7" }, "/dev/xvda3": { "fstype": "xfs", "label": "boot", "mountpoint": "/boot", "name": "/dev/xvda3", "size": "1G", "type": "partition", "uuid": "a8cc2a47-4cf2-4d6f-8916-f69641ec5919" }, "/dev/xvda4": { "fstype": "xfs", "label": "root", "mountpoint": "/", "name": "/dev/xvda4", "size": "248.8G", "type": "partition", "uuid": "1b4086e3-4d44-4b6e-99dc-43b96b9fea96" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-role-results.yml:20 Monday 21 October 2024 17:56:15 -0400 (0:00:00.549) 0:01:46.904 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003007", "end": "2024-10-21 17:56:15.947666", "rc": 0, "start": "2024-10-21 17:56:15.944659" } STDOUT: UUID=1b4086e3-4d44-4b6e-99dc-43b96b9fea96 / xfs defaults 0 0 UUID=a8cc2a47-4cf2-4d6f-8916-f69641ec5919 /boot xfs defaults 0 0 UUID=7B77-95E7 /boot/efi vfat defaults,uid=0,gid=0,umask=077,shortname=winnt 0 2 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 # system_role:storage TASK [Read the /etc/crypttab file] ********************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-role-results.yml:25 Monday 21 October 2024 17:56:16 -0400 (0:00:00.502) 0:01:47.406 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003037", "end": "2024-10-21 17:56:16.402225", "failed_when_result": false, "rc": 1, "start": "2024-10-21 17:56:16.399188" } STDERR: cat: /etc/crypttab: No such file or directory MSG: non-zero return code TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-role-results.yml:34 Monday 21 October 2024 17:56:16 -0400 (0:00:00.451) 0:01:47.858 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool.yml for managed-node3 => (item={'disks': ['sda'], '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': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, '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': 'unformatted', 'mount_options': 'defaults', 'mount_point': None, 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', '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'], '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/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}]}) TASK [Set _storage_pool_tests] ************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool.yml:5 Monday 21 October 2024 17:56:16 -0400 (0:00:00.135) 0:01:47.993 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool.yml:18 Monday 21 October 2024 17:56:16 -0400 (0:00:00.048) 0:01:48.042 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.027226", "end": "2024-10-21 17:56:17.112184", "rc": 0, "start": "2024-10-21 17:56:17.084958" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool.yml:24 Monday 21 October 2024 17:56:17 -0400 (0:00:00.511) 0:01:48.553 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool.yml:34 Monday 21 October 2024 17:56:17 -0400 (0:00:00.057) 0:01:48.611 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml for managed-node3 => (item=members) included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-volumes.yml for managed-node3 => (item=volumes) TASK [Set test variables] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:2 Monday 21 October 2024 17:56:17 -0400 (0:00:00.113) 0:01:48.725 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:8 Monday 21 October 2024 17:56:17 -0400 (0:00:00.147) 0:01:48.872 ******** ok: [managed-node3] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } TASK [Set pvs lvm length] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:17 Monday 21 October 2024 17:56:17 -0400 (0:00:00.462) 0:01:49.334 ******** ok: [managed-node3] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:22 Monday 21 October 2024 17:56:18 -0400 (0:00:00.075) 0:01:49.410 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:27 Monday 21 October 2024 17:56:18 -0400 (0:00:00.098) 0:01:49.508 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:36 Monday 21 October 2024 17:56:18 -0400 (0:00:00.065) 0:01:49.573 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:41 Monday 21 October 2024 17:56:18 -0400 (0:00:00.035) 0:01:49.608 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:46 Monday 21 October 2024 17:56:18 -0400 (0:00:00.057) 0:01:49.666 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:51 Monday 21 October 2024 17:56:18 -0400 (0:00:00.041) 0:01:49.708 ******** ok: [managed-node3] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:64 Monday 21 October 2024 17:56:18 -0400 (0:00:00.061) 0:01:49.769 ******** ok: [managed-node3] => { "changed": false, "rc": 0 } STDOUT: ** (process:39216): WARNING **: 17:56:18.676: failed to load module nvme: libbd_nvme.so.2: cannot open shared object file: No such file or directory True STDERR: Shared connection to 10.31.10.173 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:73 Monday 21 October 2024 17:56:18 -0400 (0:00:00.429) 0:01:50.198 ******** skipping: [managed-node3] => (item=/dev/sda) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:83 Monday 21 October 2024 17:56:18 -0400 (0:00:00.067) 0:01:50.266 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml for managed-node3 TASK [Get information about RAID] ********************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml:8 Monday 21 October 2024 17:56:18 -0400 (0:00:00.081) 0:01:50.347 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml:14 Monday 21 October 2024 17:56:19 -0400 (0:00:00.041) 0:01:50.389 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml:19 Monday 21 October 2024 17:56:19 -0400 (0:00:00.041) 0:01:50.430 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml:24 Monday 21 October 2024 17:56:19 -0400 (0:00:00.041) 0:01:50.472 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml:29 Monday 21 October 2024 17:56:19 -0400 (0:00:00.052) 0:01:50.524 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml:37 Monday 21 October 2024 17:56:19 -0400 (0:00:00.040) 0:01:50.565 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml:46 Monday 21 October 2024 17:56:19 -0400 (0:00:00.099) 0:01:50.664 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml:55 Monday 21 October 2024 17:56:19 -0400 (0:00:00.041) 0:01:50.705 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml:64 Monday 21 October 2024 17:56:19 -0400 (0:00:00.043) 0:01:50.748 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml:74 Monday 21 October 2024 17:56:19 -0400 (0:00:00.040) 0:01:50.788 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml:83 Monday 21 October 2024 17:56:19 -0400 (0:00:00.042) 0:01:50.831 ******** 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: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:86 Monday 21 October 2024 17:56:19 -0400 (0:00:00.045) 0:01:50.876 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed-node3 TASK [Validate pool member LVM RAID settings] ********************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Monday 21 October 2024 17:56:19 -0400 (0:00:00.085) 0:01:50.961 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_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': 'unformatted', 'mount_options': 'defaults', 'mount_point': None, 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', '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'], '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/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about the LV] ******************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-lvmraid.yml:8 Monday 21 October 2024 17:56:19 -0400 (0:00:00.084) 0:01:51.046 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-lvmraid.yml:16 Monday 21 October 2024 17:56:19 -0400 (0:00:00.051) 0:01:51.098 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-lvmraid.yml:20 Monday 21 October 2024 17:56:19 -0400 (0:00:00.052) 0:01:51.150 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Monday 21 October 2024 17:56:19 -0400 (0:00:00.050) 0:01:51.201 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Monday 21 October 2024 17:56:19 -0400 (0:00:00.052) 0:01:51.253 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Monday 21 October 2024 17:56:19 -0400 (0:00:00.053) 0:01:51.307 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Monday 21 October 2024 17:56:20 -0400 (0:00:00.107) 0:01:51.415 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:89 Monday 21 October 2024 17:56:20 -0400 (0:00:00.089) 0:01:51.505 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-members-thin.yml for managed-node3 TASK [Validate pool member thinpool settings] ********************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-members-thin.yml:2 Monday 21 October 2024 17:56:20 -0400 (0:00:00.128) 0:01:51.633 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_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': 'unformatted', 'mount_options': 'defaults', 'mount_point': None, 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', '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'], '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/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about thinpool] ****************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-thin.yml:8 Monday 21 October 2024 17:56:20 -0400 (0:00:00.083) 0:01:51.717 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-thin.yml:16 Monday 21 October 2024 17:56:20 -0400 (0:00:00.040) 0:01:51.757 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-thin.yml:22 Monday 21 October 2024 17:56:20 -0400 (0:00:00.039) 0:01:51.797 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-thin.yml:26 Monday 21 October 2024 17:56:20 -0400 (0:00:00.038) 0:01:51.835 ******** ok: [managed-node3] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:92 Monday 21 October 2024 17:56:20 -0400 (0:00:00.043) 0:01:51.878 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-members-encryption.yml for managed-node3 TASK [Set test variables] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Monday 21 October 2024 17:56:20 -0400 (0:00:00.104) 0:01:51.983 ******** 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: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Monday 21 October 2024 17:56:20 -0400 (0:00:00.095) 0:01:52.078 ******** skipping: [managed-node3] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Monday 21 October 2024 17:56:20 -0400 (0:00:00.046) 0:01:52.125 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node3 => (item=/dev/sda) TASK [Set variables used by tests] ********************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Monday 21 October 2024 17:56:20 -0400 (0:00:00.097) 0:01:52.222 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Monday 21 October 2024 17:56:20 -0400 (0:00:00.076) 0:01:52.298 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Monday 21 October 2024 17:56:21 -0400 (0:00:00.067) 0:01:52.366 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Monday 21 October 2024 17:56:21 -0400 (0:00:00.060) 0:01:52.427 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Monday 21 October 2024 17:56:21 -0400 (0:00:00.071) 0:01:52.498 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Monday 21 October 2024 17:56:21 -0400 (0:00:00.064) 0:01:52.563 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Monday 21 October 2024 17:56:21 -0400 (0:00:00.054) 0:01:52.617 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:95 Monday 21 October 2024 17:56:21 -0400 (0:00:00.066) 0:01:52.683 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-members-vdo.yml for managed-node3 TASK [Validate pool member VDO settings] *************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Monday 21 October 2024 17:56:21 -0400 (0:00:00.105) 0:01:52.789 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_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': 'unformatted', 'mount_options': 'defaults', 'mount_point': None, 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', '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'], '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/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about VDO deduplication] ********************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Monday 21 October 2024 17:56:21 -0400 (0:00:00.100) 0:01:52.889 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Monday 21 October 2024 17:56:21 -0400 (0:00:00.063) 0:01:52.952 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Monday 21 October 2024 17:56:21 -0400 (0:00:00.062) 0:01:53.014 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Monday 21 October 2024 17:56:21 -0400 (0:00:00.044) 0:01:53.058 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Monday 21 October 2024 17:56:21 -0400 (0:00:00.117) 0:01:53.176 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Monday 21 October 2024 17:56:21 -0400 (0:00:00.045) 0:01:53.221 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-vdo.yml:46 Monday 21 October 2024 17:56:21 -0400 (0:00:00.037) 0:01:53.258 ******** ok: [managed-node3] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:98 Monday 21 October 2024 17:56:21 -0400 (0:00:00.041) 0:01:53.299 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-stratis.yml for managed-node3 TASK [Run 'stratis report'] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-stratis.yml:6 Monday 21 October 2024 17:56:22 -0400 (0:00:00.094) 0:01:53.394 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-stratis.yml:11 Monday 21 October 2024 17:56:22 -0400 (0:00:00.052) 0:01:53.446 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-stratis.yml:15 Monday 21 October 2024 17:56:22 -0400 (0:00:00.056) 0:01:53.503 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-stratis.yml:25 Monday 21 October 2024 17:56:22 -0400 (0:00:00.044) 0:01:53.548 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-stratis.yml:34 Monday 21 October 2024 17:56:22 -0400 (0:00:00.045) 0:01:53.594 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-stratis.yml:44 Monday 21 October 2024 17:56:22 -0400 (0:00:00.045) 0:01:53.640 ******** ok: [managed-node3] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:101 Monday 21 October 2024 17:56:22 -0400 (0:00:00.045) 0:01:53.686 ******** 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: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Monday 21 October 2024 17:56:22 -0400 (0:00:00.053) 0:01:53.739 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_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': 'unformatted', 'mount_options': 'defaults', 'mount_point': None, 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', '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'], '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/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Set storage volume test variables] *************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume.yml:2 Monday 21 October 2024 17:56:22 -0400 (0:00:00.074) 0:01:53.814 ******** 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: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume.yml:19 Monday 21 October 2024 17:56:22 -0400 (0:00:00.050) 0:01:53.864 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node3 => (item=mount) included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node3 => (item=fstab) included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node3 => (item=fs) included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-device.yml for managed-node3 => (item=device) included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node3 => (item=encryption) included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-md.yml for managed-node3 => (item=md) included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml for managed-node3 => (item=size) included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_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: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml:7 Monday 21 October 2024 17:56:22 -0400 (0:00:00.205) 0:01:54.070 ******** ok: [managed-node3] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml:11 Monday 21 October 2024 17:56:22 -0400 (0:00:00.047) 0:01:54.118 ******** ok: [managed-node3] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml:19 Monday 21 October 2024 17:56:22 -0400 (0:00:00.051) 0:01:54.170 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml:28 Monday 21 October 2024 17:56:22 -0400 (0:00:00.023) 0:01:54.193 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml:36 Monday 21 October 2024 17:56:22 -0400 (0:00:00.049) 0:01:54.244 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml:42 Monday 21 October 2024 17:56:22 -0400 (0:00:00.038) 0:01:54.282 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml:48 Monday 21 October 2024 17:56:22 -0400 (0:00:00.036) 0:01:54.318 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml:57 Monday 21 October 2024 17:56:22 -0400 (0:00:00.036) 0:01:54.355 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml:63 Monday 21 October 2024 17:56:23 -0400 (0:00:00.038) 0:01:54.393 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml:69 Monday 21 October 2024 17:56:23 -0400 (0:00:00.037) 0:01:54.431 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml:79 Monday 21 October 2024 17:56:23 -0400 (0:00:00.035) 0:01:54.466 ******** 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: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Monday 21 October 2024 17:56:23 -0400 (0:00:00.040) 0:01:54.507 ******** ok: [managed-node3] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "0", "storage_test_fstab_expected_mount_options_matches": "1", "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: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Monday 21 October 2024 17:56:23 -0400 (0:00:00.102) 0:01:54.609 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Monday 21 October 2024 17:56:23 -0400 (0:00:00.081) 0:01:54.691 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Monday 21 October 2024 17:56:23 -0400 (0:00:00.078) 0:01:54.770 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Monday 21 October 2024 17:56:23 -0400 (0:00:00.117) 0:01:54.887 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-fstab.yml:51 Monday 21 October 2024 17:56:23 -0400 (0:00:00.056) 0:01:54.943 ******** 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: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-fs.yml:6 Monday 21 October 2024 17:56:23 -0400 (0:00:00.056) 0:01:54.999 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-fs.yml:14 Monday 21 October 2024 17:56:23 -0400 (0:00:00.116) 0:01:55.116 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-device.yml:3 Monday 21 October 2024 17:56:23 -0400 (0:00:00.088) 0:01:55.205 ******** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1729547768.9658382, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1729547768.9658382, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 977, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1729547768.9658382, "nlink": 1, "path": "/dev/mapper/foo-test1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-device.yml:9 Monday 21 October 2024 17:56:24 -0400 (0:00:00.393) 0:01:55.598 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-device.yml:16 Monday 21 October 2024 17:56:24 -0400 (0:00:00.031) 0:01:55.630 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-device.yml:23 Monday 21 October 2024 17:56:24 -0400 (0:00:00.022) 0:01:55.653 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-device.yml:29 Monday 21 October 2024 17:56:24 -0400 (0:00:00.028) 0:01:55.682 ******** ok: [managed-node3] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-device.yml:33 Monday 21 October 2024 17:56:24 -0400 (0:00:00.025) 0:01:55.708 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-device.yml:38 Monday 21 October 2024 17:56:24 -0400 (0:00:00.023) 0:01:55.731 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Monday 21 October 2024 17:56:24 -0400 (0:00:00.028) 0:01:55.760 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Monday 21 October 2024 17:56:24 -0400 (0:00:00.027) 0:01:55.788 ******** ok: [managed-node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Monday 21 October 2024 17:56:25 -0400 (0:00:00.858) 0:01:56.647 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Monday 21 October 2024 17:56:25 -0400 (0:00:00.066) 0:01:56.713 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Monday 21 October 2024 17:56:25 -0400 (0:00:00.023) 0:01:56.737 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Monday 21 October 2024 17:56:25 -0400 (0:00:00.043) 0:01:56.780 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Monday 21 October 2024 17:56:25 -0400 (0:00:00.022) 0:01:56.803 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Monday 21 October 2024 17:56:25 -0400 (0:00:00.024) 0:01:56.827 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Monday 21 October 2024 17:56:25 -0400 (0:00:00.028) 0:01:56.856 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Monday 21 October 2024 17:56:25 -0400 (0:00:00.032) 0:01:56.889 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Monday 21 October 2024 17:56:25 -0400 (0:00:00.023) 0:01:56.913 ******** 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: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Monday 21 October 2024 17:56:25 -0400 (0:00:00.048) 0:01:56.961 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Monday 21 October 2024 17:56:25 -0400 (0:00:00.042) 0:01:57.004 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Monday 21 October 2024 17:56:25 -0400 (0:00:00.035) 0:01:57.039 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Monday 21 October 2024 17:56:25 -0400 (0:00:00.036) 0:01:57.076 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Monday 21 October 2024 17:56:25 -0400 (0:00:00.049) 0:01:57.125 ******** 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: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-md.yml:8 Monday 21 October 2024 17:56:25 -0400 (0:00:00.033) 0:01:57.159 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-md.yml:14 Monday 21 October 2024 17:56:25 -0400 (0:00:00.038) 0:01:57.197 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-md.yml:19 Monday 21 October 2024 17:56:25 -0400 (0:00:00.039) 0:01:57.237 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-md.yml:24 Monday 21 October 2024 17:56:25 -0400 (0:00:00.040) 0:01:57.277 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-md.yml:29 Monday 21 October 2024 17:56:25 -0400 (0:00:00.038) 0:01:57.316 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-md.yml:37 Monday 21 October 2024 17:56:25 -0400 (0:00:00.038) 0:01:57.355 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-md.yml:46 Monday 21 October 2024 17:56:26 -0400 (0:00:00.045) 0:01:57.400 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-md.yml:54 Monday 21 October 2024 17:56:26 -0400 (0:00:00.066) 0:01:57.466 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-md.yml:62 Monday 21 October 2024 17:56:26 -0400 (0:00:00.053) 0:01:57.520 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-md.yml:70 Monday 21 October 2024 17:56:26 -0400 (0:00:00.043) 0:01:57.563 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:3 Monday 21 October 2024 17:56:26 -0400 (0:00:00.049) 0:01:57.613 ******** ok: [managed-node3] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:11 Monday 21 October 2024 17:56:26 -0400 (0:00:00.439) 0:01:58.053 ******** ok: [managed-node3] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Establish base value for expected size] ********************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:20 Monday 21 October 2024 17:56:27 -0400 (0:00:00.381) 0:01:58.434 ******** ok: [managed-node3] => { "ansible_facts": { "storage_test_expected_size": "5368709120" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:28 Monday 21 October 2024 17:56:27 -0400 (0:00:00.048) 0:01:58.482 ******** ok: [managed-node3] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:32 Monday 21 October 2024 17:56:27 -0400 (0:00:00.026) 0:01:58.509 ******** ok: [managed-node3] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:46 Monday 21 October 2024 17:56:27 -0400 (0:00:00.448) 0:01:58.957 ******** skipping: [managed-node3] => {} TASK [Show test blockinfo] ***************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:50 Monday 21 October 2024 17:56:27 -0400 (0:00:00.050) 0:01:59.008 ******** skipping: [managed-node3] => {} TASK [Show test pool size] ***************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:54 Monday 21 October 2024 17:56:27 -0400 (0:00:00.039) 0:01:59.048 ******** skipping: [managed-node3] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:58 Monday 21 October 2024 17:56:27 -0400 (0:00:00.038) 0:01:59.086 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:67 Monday 21 October 2024 17:56:27 -0400 (0:00:00.043) 0:01:59.129 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:71 Monday 21 October 2024 17:56:27 -0400 (0:00:00.023) 0:01:59.153 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:76 Monday 21 October 2024 17:56:27 -0400 (0:00:00.022) 0:01:59.175 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:82 Monday 21 October 2024 17:56:27 -0400 (0:00:00.028) 0:01:59.204 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:86 Monday 21 October 2024 17:56:27 -0400 (0:00:00.034) 0:01:59.239 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:91 Monday 21 October 2024 17:56:27 -0400 (0:00:00.038) 0:01:59.277 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:96 Monday 21 October 2024 17:56:27 -0400 (0:00:00.035) 0:01:59.313 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:101 Monday 21 October 2024 17:56:27 -0400 (0:00:00.035) 0:01:59.349 ******** skipping: [managed-node3] => {} TASK [Show volume thin pool size] ********************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:105 Monday 21 October 2024 17:56:28 -0400 (0:00:00.036) 0:01:59.386 ******** skipping: [managed-node3] => {} TASK [Show test volume size] *************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:109 Monday 21 October 2024 17:56:28 -0400 (0:00:00.036) 0:01:59.422 ******** skipping: [managed-node3] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:113 Monday 21 October 2024 17:56:28 -0400 (0:00:00.035) 0:01:59.458 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:120 Monday 21 October 2024 17:56:28 -0400 (0:00:00.034) 0:01:59.492 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:127 Monday 21 October 2024 17:56:28 -0400 (0:00:00.037) 0:01:59.530 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:131 Monday 21 October 2024 17:56:28 -0400 (0:00:00.027) 0:01:59.557 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:137 Monday 21 October 2024 17:56:28 -0400 (0:00:00.025) 0:01:59.582 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:143 Monday 21 October 2024 17:56:28 -0400 (0:00:00.030) 0:01:59.612 ******** ok: [managed-node3] => { "storage_test_actual_size": { "bytes": 5368709120, "changed": false, "failed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } } TASK [Show expected size] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:147 Monday 21 October 2024 17:56:28 -0400 (0:00:00.039) 0:01:59.652 ******** ok: [managed-node3] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:151 Monday 21 October 2024 17:56:28 -0400 (0:00:00.034) 0:01:59.687 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-cache.yml:5 Monday 21 October 2024 17:56:28 -0400 (0:00:00.047) 0:01:59.734 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.032821", "end": "2024-10-21 17:56:28.715209", "rc": 0, "start": "2024-10-21 17:56:28.682388" } STDOUT: LVM2_LV_NAME=test1 LVM2_LV_ATTR=-wi-a----- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-cache.yml:13 Monday 21 October 2024 17:56:28 -0400 (0:00:00.418) 0:02:00.153 ******** ok: [managed-node3] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-cache.yml:17 Monday 21 October 2024 17:56:28 -0400 (0:00:00.124) 0:02:00.277 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-cache.yml:24 Monday 21 October 2024 17:56:28 -0400 (0:00:00.050) 0:02:00.328 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-cache.yml:31 Monday 21 October 2024 17:56:29 -0400 (0:00:00.043) 0:02:00.371 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-cache.yml:37 Monday 21 October 2024 17:56:29 -0400 (0:00:00.045) 0:02:00.417 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-cache.yml:42 Monday 21 October 2024 17:56:29 -0400 (0:00:00.040) 0:02:00.457 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume.yml:25 Monday 21 October 2024 17:56:29 -0400 (0:00:00.038) 0:02:00.496 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-role-results.yml:44 Monday 21 October 2024 17:56:29 -0400 (0:00:00.025) 0:02:00.522 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-role-results.yml:54 Monday 21 October 2024 17:56:29 -0400 (0:00:00.021) 0:02:00.544 ******** ok: [managed-node3] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Clean up] **************************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_change_fs.yml:116 Monday 21 October 2024 17:56:29 -0400 (0:00:00.030) 0:02:00.574 ******** TASK [redhat.rhel_system_roles.storage : Set platform/version specific variables] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main.yml:2 Monday 21 October 2024 17:56:29 -0400 (0:00:00.189) 0:02:00.764 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml for managed-node3 TASK [redhat.rhel_system_roles.storage : Ensure ansible_facts used by role] **** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml:2 Monday 21 October 2024 17:56:29 -0400 (0:00:00.059) 0:02:00.823 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Set platform/version specific variables] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml:7 Monday 21 October 2024 17:56:29 -0400 (0:00:00.077) 0:02:00.900 ******** skipping: [managed-node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } ok: [managed-node3] => (item=RedHat_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": [ "/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/vars/RedHat_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.yml" } skipping: [managed-node3] => (item=RedHat_9.5.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.5.yml", "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Check if system is ostree] ************ task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml:25 Monday 21 October 2024 17:56:29 -0400 (0:00:00.101) 0:02:01.002 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Set flag to indicate system is ostree] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml:30 Monday 21 October 2024 17:56:29 -0400 (0:00:00.075) 0:02:01.077 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main.yml:5 Monday 21 October 2024 17:56:29 -0400 (0:00:00.059) 0:02:01.137 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [redhat.rhel_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main.yml:9 Monday 21 October 2024 17:56:29 -0400 (0:00:00.049) 0:02:01.186 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [redhat.rhel_system_roles.storage : Include the appropriate provider tasks] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main.yml:13 Monday 21 October 2024 17:56:29 -0400 (0:00:00.043) 0:02:01.229 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml for managed-node3 TASK [redhat.rhel_system_roles.storage : Make sure blivet is available] ******** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:2 Monday 21 October 2024 17:56:29 -0400 (0:00:00.117) 0:02:01.347 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Show storage_pools] ******************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:9 Monday 21 October 2024 17:56:30 -0400 (0:00:00.045) 0:02:01.392 ******** ok: [managed-node3] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "state": "absent", "volumes": [ { "fs_type": "xfs", "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [redhat.rhel_system_roles.storage : Show storage_volumes] ***************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:14 Monday 21 October 2024 17:56:30 -0400 (0:00:00.065) 0:02:01.457 ******** ok: [managed-node3] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [redhat.rhel_system_roles.storage : Get required packages] **************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:19 Monday 21 October 2024 17:56:30 -0400 (0:00:00.041) 0:02:01.499 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Enable copr repositories if needed] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:31 Monday 21 October 2024 17:56:30 -0400 (0:00:00.046) 0:02:01.545 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Make sure required packages are installed] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:37 Monday 21 October 2024 17:56:30 -0400 (0:00:00.046) 0:02:01.592 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Get service facts] ******************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:51 Monday 21 October 2024 17:56:30 -0400 (0:00:00.045) 0:02:01.637 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Set storage_cryptsetup_services] ****** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:57 Monday 21 October 2024 17:56:30 -0400 (0:00:00.044) 0:02:01.682 ******** ok: [managed-node3] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [redhat.rhel_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:63 Monday 21 October 2024 17:56:30 -0400 (0:00:00.089) 0:02:01.771 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [redhat.rhel_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:69 Monday 21 October 2024 17:56:30 -0400 (0:00:00.033) 0:02:01.805 ******** changed: [managed-node3] => { "actions": [ { "action": "destroy device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/xvda3", "/dev/xvda4" ], "mounts": [], "packages": [ "dosfstools", "xfsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "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": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [redhat.rhel_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:83 Monday 21 October 2024 17:56:32 -0400 (0:00:01.799) 0:02:03.605 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Check if /etc/fstab is present] ******* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:90 Monday 21 October 2024 17:56:32 -0400 (0:00:00.067) 0:02:03.673 ******** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1729547770.7668417, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d505df7dbf933786a776627e11e33976edc30b5a", "ctime": 1729547770.7658417, "dev": 51716, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 838860937, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1729547770.7658417, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1123, "uid": 0, "version": "2657591077", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [redhat.rhel_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:95 Monday 21 October 2024 17:56:32 -0400 (0:00:00.435) 0:02:04.108 ******** ok: [managed-node3] => { "backup": "", "changed": false } TASK [redhat.rhel_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:113 Monday 21 October 2024 17:56:33 -0400 (0:00:00.479) 0:02:04.588 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [redhat.rhel_system_roles.storage : Show blivet_output] ******************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:119 Monday 21 October 2024 17:56:33 -0400 (0:00:00.039) 0:02:04.628 ******** ok: [managed-node3] => { "blivet_output": { "actions": [ { "action": "destroy device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/xvda3", "/dev/xvda4" ], "mounts": [], "packages": [ "dosfstools", "xfsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "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": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [redhat.rhel_system_roles.storage : Set the list of pools for test verification] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:128 Monday 21 October 2024 17:56:33 -0400 (0:00:00.203) 0:02:04.832 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "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": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [redhat.rhel_system_roles.storage : Set the list of volumes for test verification] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:132 Monday 21 October 2024 17:56:33 -0400 (0:00:00.051) 0:02:04.883 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [redhat.rhel_system_roles.storage : Remove obsolete mounts] *************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:148 Monday 21 October 2024 17:56:33 -0400 (0:00:00.047) 0:02:04.930 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [redhat.rhel_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:159 Monday 21 October 2024 17:56:33 -0400 (0:00:00.063) 0:02:04.994 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Set up new/current mounts] ************ task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:164 Monday 21 October 2024 17:56:33 -0400 (0:00:00.040) 0:02:05.034 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [redhat.rhel_system_roles.storage : Manage mount ownership/permissions] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:175 Monday 21 October 2024 17:56:33 -0400 (0:00:00.057) 0:02:05.092 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [redhat.rhel_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:187 Monday 21 October 2024 17:56:33 -0400 (0:00:00.044) 0:02:05.137 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:195 Monday 21 October 2024 17:56:33 -0400 (0:00:00.032) 0:02:05.170 ******** ok: [managed-node3] => { "changed": false, "stat": { "exists": false } } TASK [redhat.rhel_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:200 Monday 21 October 2024 17:56:34 -0400 (0:00:00.383) 0:02:05.554 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [redhat.rhel_system_roles.storage : Update facts] ************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:222 Monday 21 October 2024 17:56:34 -0400 (0:00:00.037) 0:02:05.592 ******** ok: [managed-node3] TASK [Verify role results] ***************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_change_fs.yml:130 Monday 21 October 2024 17:56:35 -0400 (0:00:00.976) 0:02:06.568 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-role-results.yml for managed-node3 TASK [Print out pool information] ********************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-role-results.yml:2 Monday 21 October 2024 17:56:35 -0400 (0:00:00.077) 0:02:06.646 ******** ok: [managed-node3] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "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": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-role-results.yml:7 Monday 21 October 2024 17:56:35 -0400 (0:00:00.066) 0:02:06.712 ******** skipping: [managed-node3] => {} TASK [Collect info about the volumes.] ***************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-role-results.yml:15 Monday 21 October 2024 17:56:35 -0400 (0:00:00.055) 0:02:06.768 ******** 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": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "vfat", "label": "", "mountpoint": "/boot/efi", "name": "/dev/xvda2", "size": "200M", "type": "partition", "uuid": "7B77-95E7" }, "/dev/xvda3": { "fstype": "xfs", "label": "boot", "mountpoint": "/boot", "name": "/dev/xvda3", "size": "1G", "type": "partition", "uuid": "a8cc2a47-4cf2-4d6f-8916-f69641ec5919" }, "/dev/xvda4": { "fstype": "xfs", "label": "root", "mountpoint": "/", "name": "/dev/xvda4", "size": "248.8G", "type": "partition", "uuid": "1b4086e3-4d44-4b6e-99dc-43b96b9fea96" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-role-results.yml:20 Monday 21 October 2024 17:56:35 -0400 (0:00:00.454) 0:02:07.223 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003034", "end": "2024-10-21 17:56:36.205879", "rc": 0, "start": "2024-10-21 17:56:36.202845" } STDOUT: UUID=1b4086e3-4d44-4b6e-99dc-43b96b9fea96 / xfs defaults 0 0 UUID=a8cc2a47-4cf2-4d6f-8916-f69641ec5919 /boot xfs defaults 0 0 UUID=7B77-95E7 /boot/efi vfat defaults,uid=0,gid=0,umask=077,shortname=winnt 0 2 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 # system_role:storage TASK [Read the /etc/crypttab file] ********************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-role-results.yml:25 Monday 21 October 2024 17:56:36 -0400 (0:00:00.424) 0:02:07.647 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003029", "end": "2024-10-21 17:56:36.615635", "failed_when_result": false, "rc": 1, "start": "2024-10-21 17:56:36.612606" } STDERR: cat: /etc/crypttab: No such file or directory MSG: non-zero return code TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-role-results.yml:34 Monday 21 October 2024 17:56:36 -0400 (0:00:00.403) 0:02:08.051 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool.yml for managed-node3 => (item={'disks': ['sda'], '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': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, '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': 'test1', 'raid_level': None, 'size': '5g', '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'], '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/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1'}]}) TASK [Set _storage_pool_tests] ************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool.yml:5 Monday 21 October 2024 17:56:36 -0400 (0:00:00.085) 0:02:08.136 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool.yml:18 Monday 21 October 2024 17:56:36 -0400 (0:00:00.031) 0:02:08.168 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that VG shared value checks out] ********************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool.yml:24 Monday 21 October 2024 17:56:36 -0400 (0:00:00.026) 0:02:08.194 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify pool subset] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool.yml:34 Monday 21 October 2024 17:56:36 -0400 (0:00:00.032) 0:02:08.227 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml for managed-node3 => (item=members) included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-volumes.yml for managed-node3 => (item=volumes) TASK [Set test variables] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:2 Monday 21 October 2024 17:56:36 -0400 (0:00:00.055) 0:02:08.282 ******** 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: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:8 Monday 21 October 2024 17:56:36 -0400 (0:00:00.047) 0:02:08.330 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Set pvs lvm length] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:17 Monday 21 October 2024 17:56:37 -0400 (0:00:00.034) 0:02:08.364 ******** ok: [managed-node3] => { "ansible_facts": { "__pvs_lvm_len": "0" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:22 Monday 21 October 2024 17:56:37 -0400 (0:00:00.040) 0:02:08.404 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_test_pool_pvs": [] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:27 Monday 21 October 2024 17:56:37 -0400 (0:00:00.056) 0:02:08.461 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:36 Monday 21 October 2024 17:56:37 -0400 (0:00:00.068) 0:02:08.530 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:41 Monday 21 October 2024 17:56:37 -0400 (0:00:00.048) 0:02:08.578 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:46 Monday 21 October 2024 17:56:37 -0400 (0:00:00.064) 0:02:08.642 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:51 Monday 21 October 2024 17:56:37 -0400 (0:00:00.026) 0:02:08.669 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check that blivet supports PV grow to fill] ****************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:64 Monday 21 October 2024 17:56:37 -0400 (0:00:00.024) 0:02:08.694 ******** ok: [managed-node3] => { "changed": false, "rc": 0 } STDOUT: ** (process:40991): WARNING **: 17:56:37.581: failed to load module nvme: libbd_nvme.so.2: cannot open shared object file: No such file or directory True STDERR: Shared connection to 10.31.10.173 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:73 Monday 21 October 2024 17:56:37 -0400 (0:00:00.449) 0:02:09.144 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check MD RAID] *********************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:83 Monday 21 October 2024 17:56:37 -0400 (0:00:00.092) 0:02:09.236 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml for managed-node3 TASK [Get information about RAID] ********************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml:8 Monday 21 October 2024 17:56:37 -0400 (0:00:00.096) 0:02:09.333 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml:14 Monday 21 October 2024 17:56:38 -0400 (0:00:00.064) 0:02:09.398 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml:19 Monday 21 October 2024 17:56:38 -0400 (0:00:00.049) 0:02:09.447 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml:24 Monday 21 October 2024 17:56:38 -0400 (0:00:00.046) 0:02:09.494 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml:29 Monday 21 October 2024 17:56:38 -0400 (0:00:00.059) 0:02:09.554 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml:37 Monday 21 October 2024 17:56:38 -0400 (0:00:00.133) 0:02:09.687 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml:46 Monday 21 October 2024 17:56:38 -0400 (0:00:00.045) 0:02:09.732 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml:55 Monday 21 October 2024 17:56:38 -0400 (0:00:00.044) 0:02:09.777 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml:64 Monday 21 October 2024 17:56:38 -0400 (0:00:00.043) 0:02:09.821 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml:74 Monday 21 October 2024 17:56:38 -0400 (0:00:00.045) 0:02:09.867 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml:83 Monday 21 October 2024 17:56:38 -0400 (0:00:00.044) 0:02:09.911 ******** 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: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:86 Monday 21 October 2024 17:56:38 -0400 (0:00:00.051) 0:02:09.963 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed-node3 TASK [Validate pool member LVM RAID settings] ********************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Monday 21 October 2024 17:56:38 -0400 (0:00:00.090) 0:02:10.054 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_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': 'test1', 'raid_level': None, 'size': '5g', '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'], '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/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1'}) TASK [Get information about the LV] ******************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-lvmraid.yml:8 Monday 21 October 2024 17:56:38 -0400 (0:00:00.082) 0:02:10.136 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-lvmraid.yml:16 Monday 21 October 2024 17:56:38 -0400 (0:00:00.054) 0:02:10.190 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-lvmraid.yml:20 Monday 21 October 2024 17:56:38 -0400 (0:00:00.037) 0:02:10.227 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Monday 21 October 2024 17:56:38 -0400 (0:00:00.034) 0:02:10.261 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Monday 21 October 2024 17:56:38 -0400 (0:00:00.035) 0:02:10.297 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Monday 21 October 2024 17:56:38 -0400 (0:00:00.040) 0:02:10.337 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Monday 21 October 2024 17:56:39 -0400 (0:00:00.033) 0:02:10.371 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:89 Monday 21 October 2024 17:56:39 -0400 (0:00:00.028) 0:02:10.399 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-members-thin.yml for managed-node3 TASK [Validate pool member thinpool settings] ********************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-members-thin.yml:2 Monday 21 October 2024 17:56:39 -0400 (0:00:00.062) 0:02:10.461 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_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': 'test1', 'raid_level': None, 'size': '5g', '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'], '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/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1'}) TASK [Get information about thinpool] ****************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-thin.yml:8 Monday 21 October 2024 17:56:39 -0400 (0:00:00.043) 0:02:10.505 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-thin.yml:16 Monday 21 October 2024 17:56:39 -0400 (0:00:00.023) 0:02:10.528 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-thin.yml:22 Monday 21 October 2024 17:56:39 -0400 (0:00:00.022) 0:02:10.551 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-thin.yml:26 Monday 21 October 2024 17:56:39 -0400 (0:00:00.030) 0:02:10.581 ******** ok: [managed-node3] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:92 Monday 21 October 2024 17:56:39 -0400 (0:00:00.034) 0:02:10.616 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-members-encryption.yml for managed-node3 TASK [Set test variables] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Monday 21 October 2024 17:56:39 -0400 (0:00:00.089) 0:02:10.706 ******** 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: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Monday 21 October 2024 17:56:39 -0400 (0:00:00.069) 0:02:10.775 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Validate pool member crypttab entries] *********************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Monday 21 October 2024 17:56:39 -0400 (0:00:00.035) 0:02:10.811 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clear test variables] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Monday 21 October 2024 17:56:39 -0400 (0:00:00.034) 0:02:10.845 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:95 Monday 21 October 2024 17:56:39 -0400 (0:00:00.045) 0:02:10.891 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-members-vdo.yml for managed-node3 TASK [Validate pool member VDO settings] *************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Monday 21 October 2024 17:56:39 -0400 (0:00:00.093) 0:02:10.984 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_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': 'test1', 'raid_level': None, 'size': '5g', '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'], '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/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1'}) TASK [Get information about VDO deduplication] ********************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Monday 21 October 2024 17:56:39 -0400 (0:00:00.077) 0:02:11.062 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Monday 21 October 2024 17:56:39 -0400 (0:00:00.043) 0:02:11.105 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Monday 21 October 2024 17:56:39 -0400 (0:00:00.040) 0:02:11.146 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Monday 21 October 2024 17:56:39 -0400 (0:00:00.039) 0:02:11.185 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Monday 21 October 2024 17:56:39 -0400 (0:00:00.038) 0:02:11.224 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Monday 21 October 2024 17:56:39 -0400 (0:00:00.038) 0:02:11.262 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-vdo.yml:46 Monday 21 October 2024 17:56:39 -0400 (0:00:00.039) 0:02:11.301 ******** ok: [managed-node3] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:98 Monday 21 October 2024 17:56:39 -0400 (0:00:00.036) 0:02:11.338 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-stratis.yml for managed-node3 TASK [Run 'stratis report'] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-stratis.yml:6 Monday 21 October 2024 17:56:40 -0400 (0:00:00.088) 0:02:11.427 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-stratis.yml:11 Monday 21 October 2024 17:56:40 -0400 (0:00:00.047) 0:02:11.474 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-stratis.yml:15 Monday 21 October 2024 17:56:40 -0400 (0:00:00.042) 0:02:11.517 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-stratis.yml:25 Monday 21 October 2024 17:56:40 -0400 (0:00:00.034) 0:02:11.552 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-stratis.yml:34 Monday 21 October 2024 17:56:40 -0400 (0:00:00.035) 0:02:11.587 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-stratis.yml:44 Monday 21 October 2024 17:56:40 -0400 (0:00:00.036) 0:02:11.623 ******** ok: [managed-node3] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml:101 Monday 21 October 2024 17:56:40 -0400 (0:00:00.038) 0:02:11.661 ******** 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: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Monday 21 October 2024 17:56:40 -0400 (0:00:00.037) 0:02:11.699 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_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': 'test1', 'raid_level': None, 'size': '5g', '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'], '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/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1'}) TASK [Set storage volume test variables] *************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume.yml:2 Monday 21 October 2024 17:56:40 -0400 (0:00:00.059) 0:02:11.759 ******** 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: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume.yml:19 Monday 21 October 2024 17:56:40 -0400 (0:00:00.062) 0:02:11.821 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node3 => (item=mount) included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node3 => (item=fstab) included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node3 => (item=fs) included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-device.yml for managed-node3 => (item=device) included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node3 => (item=encryption) included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-md.yml for managed-node3 => (item=md) included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml for managed-node3 => (item=size) included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_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: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml:7 Monday 21 October 2024 17:56:40 -0400 (0:00:00.183) 0:02:12.005 ******** ok: [managed-node3] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml:11 Monday 21 October 2024 17:56:40 -0400 (0:00:00.206) 0:02:12.211 ******** 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: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml:19 Monday 21 October 2024 17:56:40 -0400 (0:00:00.066) 0:02:12.278 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml:28 Monday 21 October 2024 17:56:40 -0400 (0:00:00.034) 0:02:12.312 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory user] ********************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml:36 Monday 21 October 2024 17:56:40 -0400 (0:00:00.034) 0:02:12.347 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml:42 Monday 21 October 2024 17:56:41 -0400 (0:00:00.033) 0:02:12.380 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml:48 Monday 21 October 2024 17:56:41 -0400 (0:00:00.033) 0:02:12.413 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml:57 Monday 21 October 2024 17:56:41 -0400 (0:00:00.033) 0:02:12.447 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml:63 Monday 21 October 2024 17:56:41 -0400 (0:00:00.025) 0:02:12.473 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml:69 Monday 21 October 2024 17:56:41 -0400 (0:00:00.040) 0:02:12.513 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml:79 Monday 21 October 2024 17:56:41 -0400 (0:00:00.035) 0:02:12.549 ******** 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: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Monday 21 October 2024 17:56:41 -0400 (0:00:00.035) 0:02:12.584 ******** 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: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Monday 21 October 2024 17:56:41 -0400 (0:00:00.072) 0:02:12.657 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Monday 21 October 2024 17:56:41 -0400 (0:00:00.034) 0:02:12.692 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Monday 21 October 2024 17:56:41 -0400 (0:00:00.042) 0:02:12.734 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Monday 21 October 2024 17:56:41 -0400 (0:00:00.034) 0:02:12.769 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-fstab.yml:51 Monday 21 October 2024 17:56:41 -0400 (0:00:00.029) 0:02:12.799 ******** 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: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-fs.yml:6 Monday 21 October 2024 17:56:41 -0400 (0:00:00.024) 0:02:12.823 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-fs.yml:14 Monday 21 October 2024 17:56:41 -0400 (0:00:00.024) 0:02:12.848 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-device.yml:3 Monday 21 October 2024 17:56:41 -0400 (0:00:00.035) 0:02:12.884 ******** ok: [managed-node3] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-device.yml:9 Monday 21 October 2024 17:56:41 -0400 (0:00:00.349) 0:02:13.233 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the device node] ************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-device.yml:16 Monday 21 October 2024 17:56:41 -0400 (0:00:00.023) 0:02:13.257 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-device.yml:23 Monday 21 October 2024 17:56:41 -0400 (0:00:00.031) 0:02:13.288 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-device.yml:29 Monday 21 October 2024 17:56:41 -0400 (0:00:00.021) 0:02:13.310 ******** ok: [managed-node3] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-device.yml:33 Monday 21 October 2024 17:56:41 -0400 (0:00:00.025) 0:02:13.335 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-device.yml:38 Monday 21 October 2024 17:56:41 -0400 (0:00:00.021) 0:02:13.357 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Monday 21 October 2024 17:56:42 -0400 (0:00:00.023) 0:02:13.381 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Monday 21 October 2024 17:56:42 -0400 (0:00:00.021) 0:02:13.403 ******** ok: [managed-node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Monday 21 October 2024 17:56:42 -0400 (0:00:00.841) 0:02:14.245 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Monday 21 October 2024 17:56:42 -0400 (0:00:00.029) 0:02:14.274 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Monday 21 October 2024 17:56:42 -0400 (0:00:00.025) 0:02:14.299 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Monday 21 October 2024 17:56:42 -0400 (0:00:00.030) 0:02:14.330 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Monday 21 October 2024 17:56:42 -0400 (0:00:00.031) 0:02:14.362 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Monday 21 October 2024 17:56:43 -0400 (0:00:00.025) 0:02:14.387 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Monday 21 October 2024 17:56:43 -0400 (0:00:00.029) 0:02:14.417 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Monday 21 October 2024 17:56:43 -0400 (0:00:00.022) 0:02:14.440 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Monday 21 October 2024 17:56:43 -0400 (0:00:00.022) 0:02:14.462 ******** 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: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Monday 21 October 2024 17:56:43 -0400 (0:00:00.045) 0:02:14.507 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Monday 21 October 2024 17:56:43 -0400 (0:00:00.041) 0:02:14.549 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Monday 21 October 2024 17:56:43 -0400 (0:00:00.064) 0:02:14.613 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Monday 21 October 2024 17:56:43 -0400 (0:00:00.049) 0:02:14.662 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Monday 21 October 2024 17:56:43 -0400 (0:00:00.049) 0:02:14.712 ******** 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: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-md.yml:8 Monday 21 October 2024 17:56:43 -0400 (0:00:00.031) 0:02:14.744 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-md.yml:14 Monday 21 October 2024 17:56:43 -0400 (0:00:00.032) 0:02:14.776 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-md.yml:19 Monday 21 October 2024 17:56:43 -0400 (0:00:00.028) 0:02:14.805 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-md.yml:24 Monday 21 October 2024 17:56:43 -0400 (0:00:00.030) 0:02:14.835 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-md.yml:29 Monday 21 October 2024 17:56:43 -0400 (0:00:00.028) 0:02:14.864 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-md.yml:37 Monday 21 October 2024 17:56:43 -0400 (0:00:00.024) 0:02:14.888 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-md.yml:46 Monday 21 October 2024 17:56:43 -0400 (0:00:00.025) 0:02:14.913 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-md.yml:54 Monday 21 October 2024 17:56:43 -0400 (0:00:00.023) 0:02:14.937 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-md.yml:62 Monday 21 October 2024 17:56:43 -0400 (0:00:00.024) 0:02:14.961 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-md.yml:70 Monday 21 October 2024 17:56:43 -0400 (0:00:00.023) 0:02:14.984 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:3 Monday 21 October 2024 17:56:43 -0400 (0:00:00.023) 0:02:15.008 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:11 Monday 21 October 2024 17:56:43 -0400 (0:00:00.042) 0:02:15.051 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:20 Monday 21 October 2024 17:56:43 -0400 (0:00:00.051) 0:02:15.102 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:28 Monday 21 October 2024 17:56:43 -0400 (0:00:00.059) 0:02:15.161 ******** ok: [managed-node3] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:32 Monday 21 October 2024 17:56:43 -0400 (0:00:00.046) 0:02:15.208 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:46 Monday 21 October 2024 17:56:43 -0400 (0:00:00.059) 0:02:15.267 ******** skipping: [managed-node3] => {} TASK [Show test blockinfo] ***************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:50 Monday 21 October 2024 17:56:43 -0400 (0:00:00.061) 0:02:15.329 ******** skipping: [managed-node3] => {} TASK [Show test pool size] ***************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:54 Monday 21 October 2024 17:56:44 -0400 (0:00:00.057) 0:02:15.387 ******** skipping: [managed-node3] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:58 Monday 21 October 2024 17:56:44 -0400 (0:00:00.057) 0:02:15.445 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:67 Monday 21 October 2024 17:56:44 -0400 (0:00:00.062) 0:02:15.508 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:71 Monday 21 October 2024 17:56:44 -0400 (0:00:00.125) 0:02:15.634 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:76 Monday 21 October 2024 17:56:44 -0400 (0:00:00.039) 0:02:15.673 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:82 Monday 21 October 2024 17:56:44 -0400 (0:00:00.030) 0:02:15.704 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:86 Monday 21 October 2024 17:56:44 -0400 (0:00:00.034) 0:02:15.738 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:91 Monday 21 October 2024 17:56:44 -0400 (0:00:00.031) 0:02:15.770 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:96 Monday 21 October 2024 17:56:44 -0400 (0:00:00.031) 0:02:15.801 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:101 Monday 21 October 2024 17:56:44 -0400 (0:00:00.030) 0:02:15.832 ******** skipping: [managed-node3] => {} TASK [Show volume thin pool size] ********************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:105 Monday 21 October 2024 17:56:44 -0400 (0:00:00.025) 0:02:15.857 ******** skipping: [managed-node3] => {} TASK [Show test volume size] *************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:109 Monday 21 October 2024 17:56:44 -0400 (0:00:00.024) 0:02:15.882 ******** skipping: [managed-node3] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:113 Monday 21 October 2024 17:56:44 -0400 (0:00:00.024) 0:02:15.906 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:120 Monday 21 October 2024 17:56:44 -0400 (0:00:00.026) 0:02:15.932 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:127 Monday 21 October 2024 17:56:44 -0400 (0:00:00.024) 0:02:15.957 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:131 Monday 21 October 2024 17:56:44 -0400 (0:00:00.024) 0:02:15.981 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:137 Monday 21 October 2024 17:56:44 -0400 (0:00:00.030) 0:02:16.012 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:143 Monday 21 October 2024 17:56:44 -0400 (0:00:00.033) 0:02:16.045 ******** ok: [managed-node3] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:147 Monday 21 October 2024 17:56:44 -0400 (0:00:00.049) 0:02:16.095 ******** ok: [managed-node3] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml:151 Monday 21 October 2024 17:56:44 -0400 (0:00:00.042) 0:02:16.137 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-cache.yml:5 Monday 21 October 2024 17:56:44 -0400 (0:00:00.043) 0:02:16.181 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-cache.yml:13 Monday 21 October 2024 17:56:44 -0400 (0:00:00.032) 0:02:16.213 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-cache.yml:17 Monday 21 October 2024 17:56:44 -0400 (0:00:00.027) 0:02:16.241 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-cache.yml:24 Monday 21 October 2024 17:56:44 -0400 (0:00:00.040) 0:02:16.281 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-cache.yml:31 Monday 21 October 2024 17:56:44 -0400 (0:00:00.029) 0:02:16.311 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-cache.yml:37 Monday 21 October 2024 17:56:44 -0400 (0:00:00.024) 0:02:16.336 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-cache.yml:42 Monday 21 October 2024 17:56:44 -0400 (0:00:00.023) 0:02:16.359 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume.yml:25 Monday 21 October 2024 17:56:45 -0400 (0:00:00.025) 0:02:16.385 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-role-results.yml:44 Monday 21 October 2024 17:56:45 -0400 (0:00:00.025) 0:02:16.410 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-role-results.yml:54 Monday 21 October 2024 17:56:45 -0400 (0:00:00.020) 0:02:16.430 ******** ok: [managed-node3] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } PLAY RECAP ********************************************************************* managed-node3 : ok=619 changed=5 unreachable=0 failed=0 skipped=681 rescued=0 ignored=0 Monday 21 October 2024 17:56:45 -0400 (0:00:00.051) 0:02:16.482 ******** =============================================================================== redhat.rhel_system_roles.storage : Get service facts -------------------- 2.08s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:51 redhat.rhel_system_roles.storage : Manage the pools and volumes to match the specified state --- 1.94s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:69 redhat.rhel_system_roles.storage : Manage the pools and volumes to match the specified state --- 1.80s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:69 redhat.rhel_system_roles.storage : Manage the pools and volumes to match the specified state --- 1.78s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:69 redhat.rhel_system_roles.storage : Manage the pools and volumes to match the specified state --- 1.61s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:69 redhat.rhel_system_roles.storage : Manage the pools and volumes to match the specified state --- 1.54s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:69 redhat.rhel_system_roles.storage : Manage the pools and volumes to match the specified state --- 1.51s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:69 redhat.rhel_system_roles.storage : Tell systemd to refresh its view of /etc/fstab --- 1.37s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:159 Gathering Facts --------------------------------------------------------- 1.35s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_change_fs.yml:2 redhat.rhel_system_roles.storage : Update facts ------------------------- 1.14s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:222 redhat.rhel_system_roles.storage : Update facts ------------------------- 1.12s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:222 redhat.rhel_system_roles.storage : Make sure blivet is available -------- 1.11s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:2 redhat.rhel_system_roles.storage : Update facts ------------------------- 1.08s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:222 redhat.rhel_system_roles.storage : Update facts ------------------------- 1.08s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:222 redhat.rhel_system_roles.storage : Update facts ------------------------- 1.05s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:222 redhat.rhel_system_roles.storage : Update facts ------------------------- 1.04s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:222 redhat.rhel_system_roles.storage : Update facts ------------------------- 0.98s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:222 redhat.rhel_system_roles.storage : Make sure required packages are installed --- 0.90s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:37 Ensure test packages ---------------------------------------------------- 0.89s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/get_unused_disk.yml:2 Ensure cryptsetup is present -------------------------------------------- 0.88s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml:10