[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_raid_volume_options.yml **************************************** 1 plays in /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_raid_volume_options.yml PLAY [Test raid volume options] ************************************************ TASK [Gathering Facts] ********************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_raid_volume_options.yml:2 Monday 21 October 2024 16:31:46 -0400 (0:00:00.009) 0:00:00.009 ******** ok: [managed-node1] TASK [Run the role] ************************************************************ task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_raid_volume_options.yml:11 Monday 21 October 2024 16:31:48 -0400 (0:00:01.364) 0:00:01.374 ******** 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 16:31:48 -0400 (0:00:00.055) 0:00:01.430 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml for managed-node1 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 16:31:48 -0400 (0:00:00.058) 0:00:01.488 ******** skipping: [managed-node1] => { "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 16:31:48 -0400 (0:00:00.056) 0:00:01.545 ******** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } ok: [managed-node1] => (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-node1] => (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 16:31:48 -0400 (0:00:00.075) 0:00:01.620 ******** ok: [managed-node1] => { "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 16:31:49 -0400 (0:00:00.581) 0:00:02.202 ******** ok: [managed-node1] => { "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 16:31:49 -0400 (0:00:00.056) 0:00:02.258 ******** ok: [managed-node1] => { "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 16:31:49 -0400 (0:00:00.031) 0:00:02.289 ******** ok: [managed-node1] => { "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 16:31:49 -0400 (0:00:00.028) 0:00:02.318 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml for managed-node1 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 16:31:49 -0400 (0:00:00.075) 0:00:02.393 ******** ok: [managed-node1] => { "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 16:31:50 -0400 (0:00:01.081) 0:00:03.475 ******** ok: [managed-node1] => { "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 16:31:50 -0400 (0:00:00.039) 0:00:03.514 ******** ok: [managed-node1] => { "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 16:31:50 -0400 (0:00:00.038) 0:00:03.553 ******** ok: [managed-node1] => { "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 16:31:51 -0400 (0:00:00.879) 0:00:04.432 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/enable_coprs.yml for managed-node1 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 16:31:51 -0400 (0:00:00.135) 0:00:04.568 ******** skipping: [managed-node1] => { "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 16:31:51 -0400 (0:00:00.051) 0:00:04.619 ******** skipping: [managed-node1] => { "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 16:31:51 -0400 (0:00:00.055) 0:00:04.675 ******** skipping: [managed-node1] => { "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 16:31:51 -0400 (0:00:00.053) 0:00:04.728 ******** ok: [managed-node1] => { "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 16:31:52 -0400 (0:00:00.902) 0:00:05.631 ******** ok: [managed-node1] => { "ansible_facts": { "services": { "NetworkManager-dispatcher.service": { "name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "NetworkManager-wait-online.service": { "name": "NetworkManager-wait-online.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "NetworkManager.service": { "name": "NetworkManager.service", "source": "systemd", "state": "running", "status": "enabled" }, "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" }, "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 16:31:54 -0400 (0:00:02.153) 0:00:07.784 ******** ok: [managed-node1] => { "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 16:31:54 -0400 (0:00:00.077) 0:00:07.862 ******** skipping: [managed-node1] => { "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 16:31:54 -0400 (0:00:00.023) 0:00:07.885 ******** ok: [managed-node1] => { "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 16:31:55 -0400 (0:00:00.566) 0:00:08.452 ******** skipping: [managed-node1] => { "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 16:31:55 -0400 (0:00:00.053) 0:00:08.506 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1729541986.342, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "64cfbfb53e9340e63d4ceca1dd9c532c59261bd7", "ctime": 1729152193.0247004, "dev": 51716, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 17589255, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1729152193.0247004, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1101, "uid": 0, "version": "2826562540", "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 16:31:55 -0400 (0:00:00.514) 0:00:09.020 ******** skipping: [managed-node1] => { "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 16:31:55 -0400 (0:00:00.059) 0:00:09.080 ******** skipping: [managed-node1] => { "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 16:31:55 -0400 (0:00:00.038) 0:00:09.118 ******** ok: [managed-node1] => { "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 16:31:55 -0400 (0:00:00.039) 0:00:09.158 ******** ok: [managed-node1] => { "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 16:31:56 -0400 (0:00:00.028) 0:00:09.186 ******** ok: [managed-node1] => { "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 16:31:56 -0400 (0:00:00.027) 0:00:09.213 ******** skipping: [managed-node1] => { "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 16:31:56 -0400 (0:00:00.035) 0:00:09.249 ******** skipping: [managed-node1] => { "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 16:31:56 -0400 (0:00:00.021) 0:00:09.270 ******** skipping: [managed-node1] => { "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 16:31:56 -0400 (0:00:00.035) 0:00:09.306 ******** skipping: [managed-node1] => { "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 16:31:56 -0400 (0:00:00.043) 0:00:09.349 ******** skipping: [managed-node1] => { "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 16:31:56 -0400 (0:00:00.032) 0:00:09.382 ******** ok: [managed-node1] => { "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 16:31:56 -0400 (0:00:00.451) 0:00:09.834 ******** skipping: [managed-node1] => { "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 16:31:56 -0400 (0:00:00.026) 0:00:09.861 ******** ok: [managed-node1] TASK [Mark tasks to be skipped] ************************************************ task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_raid_volume_options.yml:15 Monday 21 October 2024 16:31:57 -0400 (0:00:00.899) 0:00:10.760 ******** ok: [managed-node1] => { "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_raid_volume_options.yml:22 Monday 21 October 2024 16:31:57 -0400 (0:00:00.088) 0:00:10.849 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/get_unused_disk.yml for managed-node1 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 16:31:57 -0400 (0:00:00.076) 0:00:10.926 ******** ok: [managed-node1] => { "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 16:31:58 -0400 (0:00:00.921) 0:00:11.847 ******** ok: [managed-node1] => { "changed": false, "disks": "Unable to find unused disk", "info": [ "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 16:31:59 -0400 (0:00:00.574) 0:00:12.422 ******** ok: [managed-node1] => { "changed": false, "cmd": "set -x\nexec 1>&2\nlsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC\njournalctl -ex\n", "delta": "0:00:00.035043", "end": "2024-10-21 16:31:59.736502", "rc": 0, "start": "2024-10-21 16:31:59.701459" } STDERR: + exec + lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC NAME="/dev/xvda" TYPE="disk" SIZE="268435456000" FSTYPE="" LOG_SEC="512" NAME="/dev/xvda1" TYPE="part" SIZE="1048576" FSTYPE="" LOG_SEC="512" NAME="/dev/xvda2" TYPE="part" SIZE="209715200" FSTYPE="vfat" LOG_SEC="512" NAME="/dev/xvda3" TYPE="part" SIZE="1073741824" FSTYPE="xfs" LOG_SEC="512" NAME="/dev/xvda4" TYPE="part" SIZE="267149884928" FSTYPE="xfs" LOG_SEC="512" + journalctl -ex Oct 21 16:26:29 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[19231]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:29 ip-10-31-8-65.us-east-1.aws.redhat.com python3[19233]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:26:29 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[19231]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:30 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[19341]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zuxnkljzniwouxkjydmmgudjciamvbfs ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542390.078468-14435-48525376491921/AnsiballZ_blivet.py' Oct 21 16:26:30 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[19341]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:30 ip-10-31-8-65.us-east-1.aws.redhat.com python3[19343]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=True disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={} Oct 21 16:26:30 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[19341]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:31 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[19453]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ignrdlkawsomhdhitsotdrbhqitidvav ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542391.1814008-14516-1579394691155/AnsiballZ_dnf.py' Oct 21 16:26:31 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[19453]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:31 ip-10-31-8-65.us-east-1.aws.redhat.com python3[19455]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:26:31 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[19453]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:32 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[19563]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-lsnffnffmhaywfaurtshlrmtfizgkxxt ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542392.0692406-14549-165624140798006/AnsiballZ_service_facts.py' Oct 21 16:26:32 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[19563]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:32 ip-10-31-8-65.us-east-1.aws.redhat.com python3[19565]: ansible-service_facts Invoked Oct 21 16:26:33 ip-10-31-8-65.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring. Oct 21 16:26:34 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[19563]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:34 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[19774]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ohswwasnwiqkiehnbqvtxtlhgphyzyhz ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542394.580704-14639-74542726094784/AnsiballZ_blivet.py' Oct 21 16:26:34 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[19774]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:35 ip-10-31-8-65.us-east-1.aws.redhat.com python3[19776]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=True disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=False packages_only=False diskvolume_mkfs_option_map={} Oct 21 16:26:35 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[19774]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:35 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[19886]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-aejelrrvnhptwpauqvcateyauggxqawy ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542395.1545622-14668-258859325202423/AnsiballZ_stat.py' Oct 21 16:26:35 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[19886]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:35 ip-10-31-8-65.us-east-1.aws.redhat.com python3[19888]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:26:35 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[19886]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:36 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[19997]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-pifwcgehafgskmaasopwlivqsssabpvp ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542395.9935935-14711-249774034041670/AnsiballZ_stat.py' Oct 21 16:26:36 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[19997]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:36 ip-10-31-8-65.us-east-1.aws.redhat.com python3[19999]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:26:36 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[19997]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:36 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[20106]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qszvjyachgxgafjlofrqabjpfbyanujf ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542396.397938-14729-168339703490165/AnsiballZ_setup.py' Oct 21 16:26:36 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[20106]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:36 ip-10-31-8-65.us-east-1.aws.redhat.com python3[20108]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:26:37 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[20106]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:38 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[20245]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zbwcxethfexlpwopzkbquqikuaqahyhm ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542397.5060883-14862-8665761341977/AnsiballZ_package_facts.py' Oct 21 16:26:38 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[20245]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:38 ip-10-31-8-65.us-east-1.aws.redhat.com python3[20247]: ansible-package_facts Invoked with manager=['auto'] strategy=first Oct 21 16:26:38 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[20245]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:39 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[20354]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wdwlsrlvfmfczjvzyecnaevczwmarpme ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542399.3430297-15127-31810943101467/AnsiballZ_command.py' Oct 21 16:26:39 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[20354]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:39 ip-10-31-8-65.us-east-1.aws.redhat.com python3[20356]: ansible-ansible.legacy.command Invoked with _raw_params=set -euo pipefail modprobe --dry-run kvdo _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Oct 21 16:26:39 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[20354]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:40 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[20464]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-lobjsgjhaydpwvmjbteiqrbceypjqdgf ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542400.2993362-15157-103475598410864/AnsiballZ_dnf.py' Oct 21 16:26:40 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[20464]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:40 ip-10-31-8-65.us-east-1.aws.redhat.com python3[20466]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:26:41 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[20464]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:41 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[20574]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-apfnrxdkxotbrwqkzyngvtgizqvqfmbp ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542401.3069396-15188-191085209504327/AnsiballZ_find_unused_disk.py' Oct 21 16:26:41 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[20574]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:41 ip-10-31-8-65.us-east-1.aws.redhat.com python3[20576]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with min_size=10g max_return=1 with_interface=scsi max_size=0 match_sector_size=False Oct 21 16:26:41 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[20574]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:42 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[20685]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-nrebrifkedeoxakvnqjugcdulfeqzarn ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542401.8997593-15219-129214970160929/AnsiballZ_command.py' Oct 21 16:26:42 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[20685]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:42 ip-10-31-8-65.us-east-1.aws.redhat.com python3[20687]: ansible-ansible.legacy.command Invoked with _raw_params=set -x exec 1>&2 lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC journalctl -ex _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Oct 21 16:26:42 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[20685]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:44 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[20831]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-byvbcguxxzoxznxmxslhosbrxgxqasyh ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542403.8499968-15457-126789710666254/AnsiballZ_setup.py' Oct 21 16:26:44 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[20831]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:44 ip-10-31-8-65.us-east-1.aws.redhat.com python3[20833]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:26:45 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[20831]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:45 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[20970]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-dkizhpkvfqtjqqjlajfxndofnqcopasf ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542405.499555-15624-20663896936642/AnsiballZ_stat.py' Oct 21 16:26:45 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[20970]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:45 ip-10-31-8-65.us-east-1.aws.redhat.com python3[20972]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:26:46 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[20970]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:46 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[21079]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-cyonypajuoufqdqvpvdimfpgiqilxszr ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542406.369823-15706-8339331273057/AnsiballZ_dnf.py' Oct 21 16:26:46 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[21079]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:46 ip-10-31-8-65.us-east-1.aws.redhat.com python3[21081]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:26:47 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[21079]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:47 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[21189]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-fhqojylnsykclutbjyvzjvdbgxnsgzcd ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542407.5201838-15819-207396039862047/AnsiballZ_blivet.py' Oct 21 16:26:47 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[21189]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:48 ip-10-31-8-65.us-east-1.aws.redhat.com python3[21191]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=True disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={} Oct 21 16:26:48 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[21189]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:48 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[21302]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-swgrynleqknouqytgouqruvpscfhjdap ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542408.6134005-15859-247591094444825/AnsiballZ_dnf.py' Oct 21 16:26:48 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[21302]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:48 ip-10-31-8-65.us-east-1.aws.redhat.com python3[21304]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:26:49 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[21302]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:49 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[21412]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-fpwfjumzvddpxdobtvgktkuztqulwwuv ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542409.4585762-15901-99336010725741/AnsiballZ_service_facts.py' Oct 21 16:26:49 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[21412]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:49 ip-10-31-8-65.us-east-1.aws.redhat.com python3[21414]: ansible-service_facts Invoked Oct 21 16:26:50 ip-10-31-8-65.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring. Oct 21 16:26:51 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[21412]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:51 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[21623]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ntflfebynfbglpcfrifrmuuptygtoiwg ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542411.672412-16015-13279063395263/AnsiballZ_blivet.py' Oct 21 16:26:51 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[21623]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:52 ip-10-31-8-65.us-east-1.aws.redhat.com python3[21625]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=True disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=False packages_only=False diskvolume_mkfs_option_map={} Oct 21 16:26:52 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[21623]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:52 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[21735]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-byznhdkyhkpzfdvdcjunrdkbvmbmkaim ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542412.2972775-16036-160053578873094/AnsiballZ_stat.py' Oct 21 16:26:52 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[21735]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:52 ip-10-31-8-65.us-east-1.aws.redhat.com python3[21737]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:26:52 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[21735]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:53 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[21846]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-okpcaruodhbaaqpbtyceqibugymavxji ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542413.1682801-16093-248122233707193/AnsiballZ_stat.py' Oct 21 16:26:53 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[21846]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:53 ip-10-31-8-65.us-east-1.aws.redhat.com python3[21848]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:26:53 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[21846]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:53 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[21955]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zwhkyztfdhcozepkyjhdoomnxarttoul ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542413.6300626-16128-252353136694197/AnsiballZ_setup.py' Oct 21 16:26:53 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[21955]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:54 ip-10-31-8-65.us-east-1.aws.redhat.com python3[21957]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:26:54 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[21955]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:55 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[22094]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ezdlulivshcsmhhuywqiwrhvkcgqfjce ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542414.6318562-16223-49632761960654/AnsiballZ_package_facts.py' Oct 21 16:26:55 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[22094]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:55 ip-10-31-8-65.us-east-1.aws.redhat.com python3[22096]: ansible-package_facts Invoked with manager=['auto'] strategy=first Oct 21 16:26:55 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[22094]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:56 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[22203]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-medogtwfvzbxrcpkvxficgtzkeqtqlis ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542416.3226671-16331-150198616290793/AnsiballZ_dnf.py' Oct 21 16:26:56 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[22203]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:56 ip-10-31-8-65.us-east-1.aws.redhat.com python3[22205]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:26:57 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[22203]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:57 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[22313]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-yyufcrsfwnvehgmqzndbwmnseivmsque ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542417.2301497-16387-55103139112577/AnsiballZ_find_unused_disk.py' Oct 21 16:26:57 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[22313]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:57 ip-10-31-8-65.us-east-1.aws.redhat.com python3[22315]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with max_return=2 min_size=0 max_size=0 match_sector_size=False with_interface=None Oct 21 16:26:57 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[22313]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:58 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[22424]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-munzvfvuilrabdgywzjetxnpviodfxfl ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542418.0495906-16440-73526165389622/AnsiballZ_command.py' Oct 21 16:26:58 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[22424]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:58 ip-10-31-8-65.us-east-1.aws.redhat.com python3[22426]: ansible-ansible.legacy.command Invoked with _raw_params=set -x exec 1>&2 lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC journalctl -ex _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Oct 21 16:26:58 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[22424]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:03 ip-10-31-8-65.us-east-1.aws.redhat.com python3[22570]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:27:03 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[22707]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-cddegegosrnraesfavktssgwydsqioot ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542423.7321582-16938-232915880168427/AnsiballZ_setup.py' Oct 21 16:27:03 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[22707]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:04 ip-10-31-8-65.us-east-1.aws.redhat.com python3[22709]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:27:04 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[22707]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:05 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[22846]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-gkwlqjvaziipqollgcbmtphobpbfvnrf ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542424.997184-17074-255060823246857/AnsiballZ_stat.py' Oct 21 16:27:05 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[22846]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:05 ip-10-31-8-65.us-east-1.aws.redhat.com python3[22848]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:27:05 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[22846]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:06 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[22955]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-klbviwptdretgaigeivhluhxirbspvbg ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542425.87257-17126-165423244853523/AnsiballZ_dnf.py' Oct 21 16:27:06 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[22955]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:06 ip-10-31-8-65.us-east-1.aws.redhat.com python3[22957]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:27:06 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[22955]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:07 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[23065]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-filleczzlulgdhbnxlpqpjcyrptjhprr ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542427.1503894-17201-79902912791862/AnsiballZ_blivet.py' Oct 21 16:27:07 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[23065]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:07 ip-10-31-8-65.us-east-1.aws.redhat.com python3[23067]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=True disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={} Oct 21 16:27:07 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[23065]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:08 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[23177]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-sbhfzaeysdnxpxvsmdzhsnaupchgymcq ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542428.1958869-17242-74959019154929/AnsiballZ_dnf.py' Oct 21 16:27:08 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[23177]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:08 ip-10-31-8-65.us-east-1.aws.redhat.com python3[23179]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:27:08 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[23177]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:09 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[23287]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ecgluubywfhdzqcezkhxaoqgaazydinp ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542429.1264486-17285-250876742104285/AnsiballZ_service_facts.py' Oct 21 16:27:09 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[23287]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:09 ip-10-31-8-65.us-east-1.aws.redhat.com python3[23289]: ansible-service_facts Invoked Oct 21 16:27:10 ip-10-31-8-65.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring. Oct 21 16:27:11 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[23287]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:11 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[23498]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wkfcvdgghzshwmswircbmlejjpraibfy ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542431.6789606-17483-127243663646209/AnsiballZ_blivet.py' Oct 21 16:27:11 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[23498]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:12 ip-10-31-8-65.us-east-1.aws.redhat.com python3[23500]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=True disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=False packages_only=False diskvolume_mkfs_option_map={} Oct 21 16:27:12 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[23498]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:12 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[23610]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-xjpunjaeboncamcmaxulogecopcxxvve ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542432.2640784-17585-66560145875406/AnsiballZ_stat.py' Oct 21 16:27:12 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[23610]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:12 ip-10-31-8-65.us-east-1.aws.redhat.com python3[23612]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:27:12 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[23610]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:13 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[23721]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-gwlnzszsygueszxyucdmwscihjlnzeax ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542433.029655-17690-216511608409121/AnsiballZ_stat.py' Oct 21 16:27:13 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[23721]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:13 ip-10-31-8-65.us-east-1.aws.redhat.com python3[23723]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:27:13 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[23721]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:13 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[23830]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-hqksiwdyrojojzcevdyynlauowagyqfc ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542433.5607233-17716-31073741467357/AnsiballZ_setup.py' Oct 21 16:27:13 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[23830]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:14 ip-10-31-8-65.us-east-1.aws.redhat.com python3[23832]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:27:14 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[23830]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:14 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[23969]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-jbuiraxuhhlkzfqewvufnhgtmqlrnazf ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542434.6841264-17778-176622264465268/AnsiballZ_dnf.py' Oct 21 16:27:14 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[23969]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:15 ip-10-31-8-65.us-east-1.aws.redhat.com python3[23971]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:27:15 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[23969]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:15 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[24079]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-bawpbrqboxoyepyoumtaakeqlimfvwkl ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542435.549983-17814-151985354061616/AnsiballZ_find_unused_disk.py' Oct 21 16:27:15 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[24079]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:15 ip-10-31-8-65.us-east-1.aws.redhat.com python3[24081]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with max_return=2 with_interface=scsi min_size=0 max_size=0 match_sector_size=False Oct 21 16:27:15 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[24079]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:16 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[24190]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-bfmseavdhjjgfernwpahqxgqbhujdubv ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542436.1200812-17839-79110805865492/AnsiballZ_command.py' Oct 21 16:27:16 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[24190]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:16 ip-10-31-8-65.us-east-1.aws.redhat.com python3[24192]: ansible-ansible.legacy.command Invoked with _raw_params=set -x exec 1>&2 lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC journalctl -ex _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Oct 21 16:27:16 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[24190]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:18 ip-10-31-8-65.us-east-1.aws.redhat.com python3[24336]: ansible-setup Invoked with gather_subset=['!all', '!min', 'architecture', 'distribution', 'distribution_major_version', 'distribution_version', 'os_family'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:27:19 ip-10-31-8-65.us-east-1.aws.redhat.com python3[24446]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:27:20 ip-10-31-8-65.us-east-1.aws.redhat.com python3[24553]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Oct 21 16:27:20 ip-10-31-8-65.us-east-1.aws.redhat.com python3[24609]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:27:21 ip-10-31-8-65.us-east-1.aws.redhat.com python3[24717]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={} Oct 21 16:27:22 ip-10-31-8-65.us-east-1.aws.redhat.com python3[24827]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Oct 21 16:27:22 ip-10-31-8-65.us-east-1.aws.redhat.com python3[24883]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:27:23 ip-10-31-8-65.us-east-1.aws.redhat.com python3[24991]: ansible-service_facts Invoked Oct 21 16:27:24 ip-10-31-8-65.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring. Oct 21 16:27:25 ip-10-31-8-65.us-east-1.aws.redhat.com python3[25200]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=True packages_only=False diskvolume_mkfs_option_map={} Oct 21 16:27:26 ip-10-31-8-65.us-east-1.aws.redhat.com python3[25310]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:27:27 ip-10-31-8-65.us-east-1.aws.redhat.com python3[25419]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:27:27 ip-10-31-8-65.us-east-1.aws.redhat.com python3[25526]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:27:29 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[25698]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-nkgzguxxjgoxxuvtvjusnvtfpcbilubr ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542449.1478171-18818-89386599079005/AnsiballZ_setup.py' Oct 21 16:27:29 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[25698]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:29 ip-10-31-8-65.us-east-1.aws.redhat.com python3[25700]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:27:30 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[25698]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:31 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[25837]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-honxellzlyosppolnwtvxqagdmpvnfim ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542450.8304121-19058-198559966469421/AnsiballZ_stat.py' Oct 21 16:27:31 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[25837]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:31 ip-10-31-8-65.us-east-1.aws.redhat.com python3[25839]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:27:31 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[25837]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:32 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[25946]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zpwjmpwfyfpgruhnycyrqcojpyukzlvc ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542451.7425363-19200-59404263880092/AnsiballZ_dnf.py' Oct 21 16:27:32 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[25946]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:32 ip-10-31-8-65.us-east-1.aws.redhat.com python3[25948]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:27:32 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[25946]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:33 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[26056]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ilfsfbzhonmolmiuqqmvnoupvnnuzgno ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542452.8525312-19389-274628592520502/AnsiballZ_blivet.py' Oct 21 16:27:33 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[26056]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:33 ip-10-31-8-65.us-east-1.aws.redhat.com python3[26058]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={} Oct 21 16:27:33 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[26056]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:33 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[26168]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-bmkwwsqbhiqfsyobixclzefxoxwxjazy ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542453.8155131-19468-46666747142474/AnsiballZ_dnf.py' Oct 21 16:27:33 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[26168]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:34 ip-10-31-8-65.us-east-1.aws.redhat.com python3[26170]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:27:34 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[26168]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:35 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[26278]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-uauuxdzqwkdzlzvculgpvztwjwqvcmky ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542454.6818204-19506-148066100444034/AnsiballZ_service_facts.py' Oct 21 16:27:35 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[26278]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:35 ip-10-31-8-65.us-east-1.aws.redhat.com python3[26280]: ansible-service_facts Invoked Oct 21 16:27:35 ip-10-31-8-65.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring. Oct 21 16:27:36 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[26278]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:37 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[26489]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ccxcuohjifylvcxtbrvsioxmojokwunc ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542456.9484231-19588-62462904886712/AnsiballZ_blivet.py' Oct 21 16:27:37 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[26489]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:37 ip-10-31-8-65.us-east-1.aws.redhat.com python3[26491]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=True packages_only=False diskvolume_mkfs_option_map={} Oct 21 16:27:37 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[26489]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:37 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[26601]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-sxxfdbgnlgliakoqbozvpyusubhdeqyn ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542457.6864753-19627-278516890072628/AnsiballZ_stat.py' Oct 21 16:27:37 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[26601]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:38 ip-10-31-8-65.us-east-1.aws.redhat.com python3[26603]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:27:38 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[26601]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:38 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[26712]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-sgqbcwocjmiheakdjjirbbcezovrwaqu ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542458.5399015-19678-207339273762806/AnsiballZ_stat.py' Oct 21 16:27:38 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[26712]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:38 ip-10-31-8-65.us-east-1.aws.redhat.com python3[26714]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:27:38 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[26712]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:39 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[26821]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-cneuncpeoolvwzqyvdebxqzcrzqetcap ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542459.0187695-19713-183372398289614/AnsiballZ_setup.py' Oct 21 16:27:39 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[26821]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:39 ip-10-31-8-65.us-east-1.aws.redhat.com python3[26823]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:27:39 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[26821]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:40 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[26960]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-rmrocoswripbllkvrptwciprbjewtagn ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542459.9941218-19761-218926845849488/AnsiballZ_blivet.py' Oct 21 16:27:40 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[26960]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:40 ip-10-31-8-65.us-east-1.aws.redhat.com python3[26962]: ansible-redhat.rhel_system_roles.blivet Invoked with packages_only=True pools=[{'name': 'foo', 'type': 'lvm', 'state': 'present', 'disks': [], 'encryption': False, 'volumes': [{'name': 'test1', 'type': 'lvm', 'fs_type': 'xfs', 'state': 'present', 'mount_point': '/foo', 'encryption': False, 'cache_devices': [], 'raid_disks': [], 'thin': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': None, 'fs_label': None, 'mount_options': None, 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'raid_level': None, 'size': None, 'cached': None, 'cache_mode': None, 'cache_size': None, 'compression': None, 'deduplication': None, 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'vdo_pool_size': None}], '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': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': None}] volumes=[] pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=True diskvolume_mkfs_option_map={} disklabel_type=None use_partitions=None Oct 21 16:27:40 ip-10-31-8-65.us-east-1.aws.redhat.com systemd[1]: Starting Disk Manager... â–‘â–‘ Subject: A start job for unit udisks2.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit udisks2.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 1668. Oct 21 16:27:40 ip-10-31-8-65.us-east-1.aws.redhat.com udisksd[26973]: udisks daemon version 2.9.4 starting Oct 21 16:27:40 ip-10-31-8-65.us-east-1.aws.redhat.com systemd[1]: Starting Authorization Manager... â–‘â–‘ Subject: A start job for unit polkit.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit polkit.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 1752. Oct 21 16:27:42 ip-10-31-8-65.us-east-1.aws.redhat.com polkitd[26977]: Started polkitd version 0.117 Oct 21 16:27:44 ip-10-31-8-65.us-east-1.aws.redhat.com polkitd[26977]: Loading rules from directory /etc/polkit-1/rules.d Oct 21 16:27:44 ip-10-31-8-65.us-east-1.aws.redhat.com polkitd[26977]: Loading rules from directory /usr/share/polkit-1/rules.d Oct 21 16:27:44 ip-10-31-8-65.us-east-1.aws.redhat.com polkitd[26977]: Finished loading, compiling and executing 3 rules Oct 21 16:27:44 ip-10-31-8-65.us-east-1.aws.redhat.com systemd[1]: Started Authorization Manager. â–‘â–‘ Subject: A start job for unit polkit.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit polkit.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 1752. Oct 21 16:27:44 ip-10-31-8-65.us-east-1.aws.redhat.com polkitd[26977]: Acquired the name org.freedesktop.PolicyKit1 on the system bus Oct 21 16:27:44 ip-10-31-8-65.us-east-1.aws.redhat.com systemd[1]: Started Disk Manager. â–‘â–‘ Subject: A start job for unit udisks2.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit udisks2.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 1668. Oct 21 16:27:44 ip-10-31-8-65.us-east-1.aws.redhat.com udisksd[26973]: Acquired the name org.freedesktop.UDisks2 on the system message bus Oct 21 16:27:44 ip-10-31-8-65.us-east-1.aws.redhat.com systemd[1264]: Created slice User Background Tasks Slice. â–‘â–‘ Subject: A start job for unit UNIT has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit UNIT has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 17. Oct 21 16:27:44 ip-10-31-8-65.us-east-1.aws.redhat.com systemd[1264]: Starting Cleanup of User's Temporary Files and Directories... â–‘â–‘ Subject: A start job for unit UNIT has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit UNIT has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 16. Oct 21 16:27:44 ip-10-31-8-65.us-east-1.aws.redhat.com systemd[1264]: Finished Cleanup of User's Temporary Files and Directories. â–‘â–‘ Subject: A start job for unit UNIT has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit UNIT has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 16. Oct 21 16:27:44 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[26960]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:45 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[27185]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-yvrlxeehhshlusvknwcrpdldgqrhtcyh ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542465.0691905-19946-126114956060537/AnsiballZ_blivet.py' Oct 21 16:27:45 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[27185]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:45 ip-10-31-8-65.us-east-1.aws.redhat.com python3[27187]: ansible-redhat.rhel_system_roles.blivet Invoked with packages_only=True pools=[] volumes=[{'name': 'foo', 'type': 'disk', 'state': 'present', 'disks': [], 'fs_type': 'ext4', 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': None, 'fs_label': None, 'mount_options': None, 'mount_point': None, 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'raid_level': None, 'size': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None}] pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=True diskvolume_mkfs_option_map={} disklabel_type=None use_partitions=None Oct 21 16:27:45 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[27185]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:46 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[27327]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ddzkctpdnxjpdrvixuaeidrrymgubidj ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542466.0828745-19990-10077384018725/AnsiballZ_blivet.py' Oct 21 16:27:46 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[27327]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:46 ip-10-31-8-65.us-east-1.aws.redhat.com python3[27329]: ansible-redhat.rhel_system_roles.blivet Invoked with packages_only=True pools=[] volumes=[{'name': 'foo', 'type': 'disk', 'state': 'present', 'disks': [], 'fs_type': 'swap', 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': None, 'fs_label': None, 'mount_options': None, 'mount_point': None, 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'raid_level': None, 'size': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None}] pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=True diskvolume_mkfs_option_map={} disklabel_type=None use_partitions=None Oct 21 16:27:46 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[27327]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:51 ip-10-31-8-65.us-east-1.aws.redhat.com python3[27504]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:27:51 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[27641]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zvsndqilymuoixldymwfdhfxwxfbiywb ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542471.7327778-20637-239090967707558/AnsiballZ_setup.py' Oct 21 16:27:51 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[27641]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:52 ip-10-31-8-65.us-east-1.aws.redhat.com python3[27643]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:27:52 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[27641]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:53 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[27780]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-eudooieanehmjlsrbxqvfpbpppflqvqo ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542472.8516793-20676-223022672453461/AnsiballZ_stat.py' Oct 21 16:27:53 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[27780]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:53 ip-10-31-8-65.us-east-1.aws.redhat.com python3[27782]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:27:53 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[27780]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:53 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[27889]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-tjnmsjeiunwjmiwkazzoogeqzomftrlz ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542473.527211-20700-208493115259473/AnsiballZ_dnf.py' Oct 21 16:27:53 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[27889]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:53 ip-10-31-8-65.us-east-1.aws.redhat.com python3[27891]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:27:54 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[27889]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:55 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[27999]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-yspgagzwnetwpdcepyutwqzojjabinzr ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542474.6688614-20750-176365383862135/AnsiballZ_blivet.py' Oct 21 16:27:55 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[27999]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:55 ip-10-31-8-65.us-east-1.aws.redhat.com python3[28001]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={} Oct 21 16:27:55 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[27999]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:55 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[28111]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ctkjkfnkhoflwchxicilgmdrislwvksk ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542475.6930337-20841-187666987439928/AnsiballZ_dnf.py' Oct 21 16:27:55 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[28111]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:56 ip-10-31-8-65.us-east-1.aws.redhat.com python3[28113]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:27:56 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[28111]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:56 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[28221]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-jielxnbhdrjkrsnihwthxmvcgvijvhbn ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542476.6088395-20905-43294395462757/AnsiballZ_service_facts.py' Oct 21 16:27:56 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[28221]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:57 ip-10-31-8-65.us-east-1.aws.redhat.com python3[28223]: ansible-service_facts Invoked Oct 21 16:27:57 ip-10-31-8-65.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring. Oct 21 16:27:58 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[28221]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:58 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[28431]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ysdjgqyjtuxirqkwijghupoqjiqcgjlb ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542478.815138-21030-3325102516128/AnsiballZ_blivet.py' Oct 21 16:27:58 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[28431]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:59 ip-10-31-8-65.us-east-1.aws.redhat.com python3[28433]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=True packages_only=False diskvolume_mkfs_option_map={} Oct 21 16:27:59 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[28431]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:59 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[28543]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-fiyhpogrvpjywsclqmmreyeqcdnmlvyv ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542479.407318-21054-90508006547158/AnsiballZ_stat.py' Oct 21 16:27:59 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[28543]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:59 ip-10-31-8-65.us-east-1.aws.redhat.com python3[28545]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:27:59 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[28543]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:00 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[28654]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qzxpukkkfrudhzkxeucerofgvvfvmyrl ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542480.2857738-21109-173126377524546/AnsiballZ_stat.py' Oct 21 16:28:00 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[28654]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:00 ip-10-31-8-65.us-east-1.aws.redhat.com python3[28656]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:28:00 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[28654]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:00 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[28763]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zkgwyyylxdamohesjbywebttmxfwbaps ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542480.7417212-21141-129087894832073/AnsiballZ_setup.py' Oct 21 16:28:00 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[28763]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:01 ip-10-31-8-65.us-east-1.aws.redhat.com python3[28765]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:28:01 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[28763]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:02 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[28902]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-cmgmqgkzcalbnaklzixigfrruyhjrxok ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542481.9415376-21200-256953937240006/AnsiballZ_dnf.py' Oct 21 16:28:02 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[28902]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:02 ip-10-31-8-65.us-east-1.aws.redhat.com python3[28904]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:28:02 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[28902]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:03 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[29012]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-impbuiwghpsovvgnwcovdtmtddkysnav ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542482.8278642-21257-213878017262642/AnsiballZ_find_unused_disk.py' Oct 21 16:28:03 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[29012]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:03 ip-10-31-8-65.us-east-1.aws.redhat.com python3[29014]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with min_size=10g max_return=1 with_interface=scsi max_size=0 match_sector_size=False Oct 21 16:28:03 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[29012]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:03 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[29123]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-leevaoomyqixghwpeogrunookmthctem ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542483.348772-21269-190294823813749/AnsiballZ_command.py' Oct 21 16:28:03 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[29123]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:03 ip-10-31-8-65.us-east-1.aws.redhat.com python3[29125]: ansible-ansible.legacy.command Invoked with _raw_params=set -x exec 1>&2 lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC journalctl -ex _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Oct 21 16:28:03 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[29123]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:05 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[29269]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-tmwcdbfzsoiwlmocdovpmkgenrjoohff ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542485.0625358-21389-130797273792609/AnsiballZ_setup.py' Oct 21 16:28:05 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[29269]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:05 ip-10-31-8-65.us-east-1.aws.redhat.com python3[29271]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:28:06 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[29269]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:07 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[29408]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-fhtnsfuaknfvnfaigcbtmjxmjlapqwnb ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542486.709366-21605-212141878435662/AnsiballZ_stat.py' Oct 21 16:28:07 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[29408]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:07 ip-10-31-8-65.us-east-1.aws.redhat.com python3[29410]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:28:07 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[29408]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:08 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[29517]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qigyuhkrhmaldhexnetcdhtaqfhgnmck ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542487.6865575-21738-263051717977512/AnsiballZ_dnf.py' Oct 21 16:28:08 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[29517]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:08 ip-10-31-8-65.us-east-1.aws.redhat.com python3[29519]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:28:08 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[29517]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:09 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[29627]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-boywhjftfzyabrusgpmurkonzjvjxbpi ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542488.8854365-21884-92937141108681/AnsiballZ_blivet.py' Oct 21 16:28:09 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[29627]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:09 ip-10-31-8-65.us-east-1.aws.redhat.com python3[29629]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={} Oct 21 16:28:09 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[29627]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:10 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[29739]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-huspjjrqsptgiiaiyvfkjsmvkdmcippz ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542489.9231236-21924-271738337485049/AnsiballZ_dnf.py' Oct 21 16:28:10 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[29739]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:10 ip-10-31-8-65.us-east-1.aws.redhat.com python3[29741]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:28:10 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[29739]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:11 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[29849]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-bhxdqsdbpsuhrrcqcsxqnnjbcfpcrztn ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542490.7840512-21966-92195383441644/AnsiballZ_service_facts.py' Oct 21 16:28:11 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[29849]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:11 ip-10-31-8-65.us-east-1.aws.redhat.com python3[29851]: ansible-service_facts Invoked Oct 21 16:28:11 ip-10-31-8-65.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring. Oct 21 16:28:12 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[29849]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:13 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[30059]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-bqmthwattmkyptkzjncseznbqjlribuw ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542493.026046-22116-267155582049982/AnsiballZ_blivet.py' Oct 21 16:28:13 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[30059]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:13 ip-10-31-8-65.us-east-1.aws.redhat.com python3[30061]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=False packages_only=False diskvolume_mkfs_option_map={} Oct 21 16:28:13 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[30059]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:13 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[30171]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-nhlqahcealimghpmrqzkiegbeydhhdll ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542493.776788-22167-185872471491837/AnsiballZ_stat.py' Oct 21 16:28:13 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[30171]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:14 ip-10-31-8-65.us-east-1.aws.redhat.com python3[30173]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:28:14 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[30171]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:14 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[30282]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-twwjgrskcwrlthkazeldjiyobaqbpoom ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542494.5326014-22258-123078288084164/AnsiballZ_stat.py' Oct 21 16:28:14 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[30282]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:14 ip-10-31-8-65.us-east-1.aws.redhat.com python3[30284]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:28:14 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[30282]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:15 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[30391]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-utrxrlwgehxusohgntnvdksibzfpvlun ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542495.0068526-22295-265498333760413/AnsiballZ_setup.py' Oct 21 16:28:15 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[30391]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:15 ip-10-31-8-65.us-east-1.aws.redhat.com python3[30393]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:28:15 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[30391]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:16 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[30530]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-lfsrklkqzedjgexdkhzpxscswanqshbq ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542496.2232947-22351-849329373460/AnsiballZ_dnf.py' Oct 21 16:28:16 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[30530]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:16 ip-10-31-8-65.us-east-1.aws.redhat.com python3[30532]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:28:16 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[30530]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:17 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[30640]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-cnkvxccorrpcuiiovthnzrhwiuoydfdq ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542497.0979955-22375-51584627244974/AnsiballZ_find_unused_disk.py' Oct 21 16:28:17 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[30640]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:17 ip-10-31-8-65.us-east-1.aws.redhat.com python3[30642]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with max_return=2 match_sector_size=True min_size=0 max_size=0 with_interface=None Oct 21 16:28:17 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[30640]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:21 ip-10-31-8-65.us-east-1.aws.redhat.com python3[30786]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:28:21 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[30923]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-mrehfkzicmkgyltpupedgzgdufsbmoyv ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542501.6805189-22824-165352878971872/AnsiballZ_setup.py' Oct 21 16:28:21 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[30923]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:22 ip-10-31-8-65.us-east-1.aws.redhat.com python3[30925]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:28:22 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[30923]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:23 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[31062]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-csagqmpnqknlebpdcqlkftgiebgettac ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542502.904743-22905-252799342068372/AnsiballZ_stat.py' Oct 21 16:28:23 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[31062]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:23 ip-10-31-8-65.us-east-1.aws.redhat.com python3[31064]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:28:23 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[31062]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:24 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[31171]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-gsjrzmxbqmakdzbszywzcxwwravblpth ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542504.048047-23077-258225186024424/AnsiballZ_dnf.py' Oct 21 16:28:24 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[31171]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:24 ip-10-31-8-65.us-east-1.aws.redhat.com python3[31173]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:28:25 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[31171]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:25 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[31281]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ogxsxctndbihbeeyxxmpzivuqttmduae ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542505.1726856-23121-26436388485125/AnsiballZ_blivet.py' Oct 21 16:28:25 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[31281]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:25 ip-10-31-8-65.us-east-1.aws.redhat.com python3[31283]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=True disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={} Oct 21 16:28:25 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[31281]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:26 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[31393]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-tkrarjpaovngyfmyqumgnuwfanypeayw ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542506.1884267-23172-257129685380597/AnsiballZ_dnf.py' Oct 21 16:28:26 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[31393]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:26 ip-10-31-8-65.us-east-1.aws.redhat.com python3[31395]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:28:26 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[31393]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:27 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[31503]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-nfyqsaqptfsaejxxlegehbyueyvrwxpi ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542507.078281-23216-198558536028983/AnsiballZ_service_facts.py' Oct 21 16:28:27 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[31503]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:27 ip-10-31-8-65.us-east-1.aws.redhat.com python3[31505]: ansible-service_facts Invoked Oct 21 16:28:28 ip-10-31-8-65.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring. Oct 21 16:28:29 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[31503]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:29 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[31713]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-bigwwqueeacvjroeexwgaoqygexkpkhl ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542509.2396-23497-239163409209794/AnsiballZ_blivet.py' Oct 21 16:28:29 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[31713]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:29 ip-10-31-8-65.us-east-1.aws.redhat.com python3[31715]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=True disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=False packages_only=False diskvolume_mkfs_option_map={} Oct 21 16:28:29 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[31713]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:29 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[31825]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-dohzyldjutusylizhebqmrpwmoirxztb ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542509.8043928-23567-69780126278649/AnsiballZ_stat.py' Oct 21 16:28:29 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[31825]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:30 ip-10-31-8-65.us-east-1.aws.redhat.com python3[31827]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:28:30 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[31825]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:30 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[31936]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-tcmvgcdswzqeshhcamhfosxwafpqvwgz ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542510.6791408-23615-221159659260355/AnsiballZ_stat.py' Oct 21 16:28:30 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[31936]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:30 ip-10-31-8-65.us-east-1.aws.redhat.com python3[31938]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:28:30 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[31936]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:31 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[32045]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-akxvjrrfuzqfbuaavstogulfvloubsbs ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542511.149736-23632-119895170184892/AnsiballZ_setup.py' Oct 21 16:28:31 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[32045]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:31 ip-10-31-8-65.us-east-1.aws.redhat.com python3[32047]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:28:31 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[32045]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:32 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[32184]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-olrriftpvngfwacnytwmqhnpsksdygsm ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542512.3307836-23689-192628986864808/AnsiballZ_dnf.py' Oct 21 16:28:32 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[32184]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:32 ip-10-31-8-65.us-east-1.aws.redhat.com python3[32186]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:28:33 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[32184]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:33 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[32294]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-snvzzoymulgdpstdpuiyhsnzrfysfkta ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542513.2720869-23738-117558179889997/AnsiballZ_find_unused_disk.py' Oct 21 16:28:33 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[32294]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:33 ip-10-31-8-65.us-east-1.aws.redhat.com python3[32296]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with max_return=2 with_interface=scsi min_size=0 max_size=0 match_sector_size=False Oct 21 16:28:33 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[32294]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:34 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[32405]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-gueytzelblkgwdstdjcinbdcfnhqkgwj ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542513.93455-23777-54850144457811/AnsiballZ_command.py' Oct 21 16:28:34 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[32405]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:34 ip-10-31-8-65.us-east-1.aws.redhat.com python3[32407]: ansible-ansible.legacy.command Invoked with _raw_params=set -x exec 1>&2 lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC journalctl -ex _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Oct 21 16:28:34 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[32405]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:37 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[32551]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-xusluhuqmxxkvqsnkyzzuqojvnhokdhy ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542516.288878-23997-107804109694575/AnsiballZ_setup.py' Oct 21 16:28:37 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[32551]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:37 ip-10-31-8-65.us-east-1.aws.redhat.com python3[32553]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:28:37 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[32551]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:38 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[32690]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vodxzzwhulwhxykbxwvwvbztrjxccqan ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542518.2870307-24227-221745823050195/AnsiballZ_stat.py' Oct 21 16:28:38 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[32690]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:38 ip-10-31-8-65.us-east-1.aws.redhat.com python3[32692]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:28:38 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[32690]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:39 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[32799]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-eolockpxrmspdmbefpfqwxziqdcwprbj ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542518.91519-24307-116164479571157/AnsiballZ_dnf.py' Oct 21 16:28:39 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[32799]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:39 ip-10-31-8-65.us-east-1.aws.redhat.com python3[32801]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:28:39 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[32799]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:40 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[32909]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-pbboonwidbgutirihpmktlyyeaqaechm ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542520.0074966-24391-62313916511342/AnsiballZ_blivet.py' Oct 21 16:28:40 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[32909]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:40 ip-10-31-8-65.us-east-1.aws.redhat.com python3[32911]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={} Oct 21 16:28:40 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[32909]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:41 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[33021]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-uahuehzmuxbswwqxjrmznirgkjygtrys ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542521.1686752-24431-105985082831766/AnsiballZ_dnf.py' Oct 21 16:28:41 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[33021]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:41 ip-10-31-8-65.us-east-1.aws.redhat.com python3[33023]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:28:41 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[33021]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:42 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[33131]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-crwivhvdpyyglvqhbpqenzfzearnmotq ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542522.0211687-24497-148134981792244/AnsiballZ_service_facts.py' Oct 21 16:28:42 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[33131]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:42 ip-10-31-8-65.us-east-1.aws.redhat.com python3[33133]: ansible-service_facts Invoked Oct 21 16:28:43 ip-10-31-8-65.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring. Oct 21 16:28:43 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[33131]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:44 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[33341]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qfgltlwyssceyfqxkcvxmzbnrxjqrner ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542524.2006774-24583-160338856943730/AnsiballZ_blivet.py' Oct 21 16:28:44 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[33341]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:44 ip-10-31-8-65.us-east-1.aws.redhat.com python3[33343]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=True packages_only=False diskvolume_mkfs_option_map={} Oct 21 16:28:44 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[33341]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:45 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[33453]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-woyknuykqpmqngivfciswvjdrfevtcqq ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542524.851466-24621-145655845370801/AnsiballZ_stat.py' Oct 21 16:28:45 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[33453]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:45 ip-10-31-8-65.us-east-1.aws.redhat.com python3[33455]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:28:45 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[33453]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:46 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[33564]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-svievpufgtkhzwvijpqpbfgrcuywpriu ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542525.861662-24691-31805657994289/AnsiballZ_stat.py' Oct 21 16:28:46 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[33564]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:46 ip-10-31-8-65.us-east-1.aws.redhat.com python3[33566]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:28:46 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[33564]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:46 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[33673]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-hbxkawgzbvouanhrfjljlalnaqztmqfn ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542526.2573872-24755-111083453746839/AnsiballZ_setup.py' Oct 21 16:28:46 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[33673]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:46 ip-10-31-8-65.us-east-1.aws.redhat.com python3[33675]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:28:47 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[33673]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:47 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[33812]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-fggfaxldarubjsrvnuuxtewyrvkcqzhf ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542527.4034696-24824-188840199942406/AnsiballZ_dnf.py' Oct 21 16:28:47 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[33812]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:47 ip-10-31-8-65.us-east-1.aws.redhat.com python3[33814]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:28:48 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[33812]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:48 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[33922]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-odjgpqnlvjovmjyydcuqjuzpecsavyud ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542528.267929-24894-73439193907599/AnsiballZ_find_unused_disk.py' Oct 21 16:28:48 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[33922]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:48 ip-10-31-8-65.us-east-1.aws.redhat.com python3[33924]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with max_return=1 min_size=0 max_size=0 match_sector_size=False with_interface=None Oct 21 16:28:49 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[33922]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:50 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[34033]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-cjwcizqfemlprekgepjpabnbkjdhgxdl ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542529.8802285-24987-244359742317174/AnsiballZ_command.py' Oct 21 16:28:50 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[34033]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:50 ip-10-31-8-65.us-east-1.aws.redhat.com python3[34035]: ansible-ansible.legacy.command Invoked with _raw_params=set -x exec 1>&2 lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC journalctl -ex _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Oct 21 16:28:50 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[34033]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:55 ip-10-31-8-65.us-east-1.aws.redhat.com python3[34179]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:28:56 ip-10-31-8-65.us-east-1.aws.redhat.com python3[34316]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:29:01 ip-10-31-8-65.us-east-1.aws.redhat.com python3[34453]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:29:02 ip-10-31-8-65.us-east-1.aws.redhat.com python3[34560]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:29:03 ip-10-31-8-65.us-east-1.aws.redhat.com python3[34668]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={} Oct 21 16:29:04 ip-10-31-8-65.us-east-1.aws.redhat.com python3[34778]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:29:05 ip-10-31-8-65.us-east-1.aws.redhat.com python3[34886]: ansible-service_facts Invoked Oct 21 16:29:05 ip-10-31-8-65.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring. Oct 21 16:29:07 ip-10-31-8-65.us-east-1.aws.redhat.com python3[35094]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=True packages_only=False diskvolume_mkfs_option_map={} Oct 21 16:29:07 ip-10-31-8-65.us-east-1.aws.redhat.com python3[35204]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:29:08 ip-10-31-8-65.us-east-1.aws.redhat.com python3[35313]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:29:09 ip-10-31-8-65.us-east-1.aws.redhat.com python3[35420]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:29:12 ip-10-31-8-65.us-east-1.aws.redhat.com python3[35592]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:29:12 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[35729]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wkaljqfxfzaagtgnfotmboobupggcpkp ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542552.7777495-26945-39229582964217/AnsiballZ_setup.py' Oct 21 16:29:12 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[35729]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:13 ip-10-31-8-65.us-east-1.aws.redhat.com python3[35731]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:29:13 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[35729]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:14 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[35868]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-onmacsarchnpkdfmrizalfyccpygefjh ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542554.0468926-26999-86922490266557/AnsiballZ_stat.py' Oct 21 16:29:14 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[35868]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:14 ip-10-31-8-65.us-east-1.aws.redhat.com python3[35870]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:29:14 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[35868]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:15 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[35977]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-bkvmosirmjzddhmlqtqfxtizfjzcxoue ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542554.7489543-27112-192561744957666/AnsiballZ_dnf.py' Oct 21 16:29:15 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[35977]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:15 ip-10-31-8-65.us-east-1.aws.redhat.com python3[35979]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:29:15 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[35977]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:16 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[36087]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qfklvxriodvquhtwlnajljklwztdqlzz ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542556.0619893-27206-94124044003191/AnsiballZ_blivet.py' Oct 21 16:29:16 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[36087]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:16 ip-10-31-8-65.us-east-1.aws.redhat.com python3[36089]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={} Oct 21 16:29:16 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[36087]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:17 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[36199]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-thlsfpdzyfltvihxsdhsyjlukmuqgiyp ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542557.0395434-27272-121141709653434/AnsiballZ_dnf.py' Oct 21 16:29:17 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[36199]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:17 ip-10-31-8-65.us-east-1.aws.redhat.com python3[36201]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:29:17 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[36199]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:18 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[36309]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-aqtagzhxaofajpiixstqwuuvcqxnchkg ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542557.970199-27322-112526633332566/AnsiballZ_service_facts.py' Oct 21 16:29:18 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[36309]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:18 ip-10-31-8-65.us-east-1.aws.redhat.com python3[36311]: ansible-service_facts Invoked Oct 21 16:29:19 ip-10-31-8-65.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring. Oct 21 16:29:20 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[36309]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:20 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[36519]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-uwjigdifhnqhhycohgjhfpccyqpielbr ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542560.2797213-27414-26959096654373/AnsiballZ_blivet.py' Oct 21 16:29:20 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[36519]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:20 ip-10-31-8-65.us-east-1.aws.redhat.com python3[36521]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=True packages_only=False diskvolume_mkfs_option_map={} Oct 21 16:29:20 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[36519]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:21 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[36631]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-petkpxwprerlptmqkahrkqyeoskwsfto ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542560.90007-27507-279913264162134/AnsiballZ_stat.py' Oct 21 16:29:21 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[36631]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:21 ip-10-31-8-65.us-east-1.aws.redhat.com python3[36633]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:29:21 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[36631]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:22 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[36742]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-sdxcbwjlepcwaavmcdegjbtbzffpadna ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542561.866912-27626-204147643366298/AnsiballZ_stat.py' Oct 21 16:29:22 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[36742]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:22 ip-10-31-8-65.us-east-1.aws.redhat.com python3[36744]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:29:22 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[36742]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:22 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[36851]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-riscrjwtncupgmeowmpkxspyurmonuxe ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542562.2521908-27714-44797569857265/AnsiballZ_setup.py' Oct 21 16:29:22 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[36851]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:22 ip-10-31-8-65.us-east-1.aws.redhat.com python3[36853]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:29:23 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[36851]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:23 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[36990]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-aezbqlvrycqjedqtwofuplblamotzjtj ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542563.3595016-27805-223277115090910/AnsiballZ_dnf.py' Oct 21 16:29:23 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[36990]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:23 ip-10-31-8-65.us-east-1.aws.redhat.com python3[36992]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:29:24 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[36990]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:24 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[37100]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qdfruiabguqlrhtxjrahfpwnwkcqgjbu ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542564.2504718-27840-17616067070682/AnsiballZ_find_unused_disk.py' Oct 21 16:29:24 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[37100]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:24 ip-10-31-8-65.us-east-1.aws.redhat.com python3[37102]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with min_size=5g max_return=1 with_interface=scsi max_size=0 match_sector_size=False Oct 21 16:29:24 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[37100]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:25 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[37211]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ojqcpsgsdrqmkohtigmxzcsaneattkcb ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542564.8625393-27879-18762851674748/AnsiballZ_command.py' Oct 21 16:29:25 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[37211]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:25 ip-10-31-8-65.us-east-1.aws.redhat.com python3[37213]: ansible-ansible.legacy.command Invoked with _raw_params=set -x exec 1>&2 lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC journalctl -ex _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Oct 21 16:29:25 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[37211]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:27 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[37357]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-shewyxfxcuqtectigbjesaawchqtfbpa ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542566.889174-28048-84835546537581/AnsiballZ_setup.py' Oct 21 16:29:27 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[37357]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:27 ip-10-31-8-65.us-east-1.aws.redhat.com python3[37359]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:29:28 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[37357]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:29 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[37496]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qxjsjgowvnqjkroxrabrtjmnbuuuixcd ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542568.5421505-28164-127418602498899/AnsiballZ_stat.py' Oct 21 16:29:29 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[37496]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:29 ip-10-31-8-65.us-east-1.aws.redhat.com python3[37498]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:29:29 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[37496]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:29 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[37605]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ihnhoxmyayyyoapsjgyfpfknfcgoqvtx ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542569.3901048-28257-98284890394830/AnsiballZ_dnf.py' Oct 21 16:29:29 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[37605]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:30 ip-10-31-8-65.us-east-1.aws.redhat.com python3[37607]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:29:30 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[37605]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:31 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[37715]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-nbeaozmuxvctmwylmatptlsjzcyxzdtr ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542570.667615-28383-87840065037021/AnsiballZ_blivet.py' Oct 21 16:29:31 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[37715]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:31 ip-10-31-8-65.us-east-1.aws.redhat.com python3[37717]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={} Oct 21 16:29:31 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[37715]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:31 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[37827]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vznwhbbajprlpiqzdvcervwsfgobhygc ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542571.6454725-28492-251022740794409/AnsiballZ_dnf.py' Oct 21 16:29:31 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[37827]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:31 ip-10-31-8-65.us-east-1.aws.redhat.com python3[37829]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:29:32 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[37827]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:32 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[37937]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ipjzkiijxuycdijhckmojvwxypkbmbwa ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542572.5171986-28568-88523919058966/AnsiballZ_service_facts.py' Oct 21 16:29:32 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[37937]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:33 ip-10-31-8-65.us-east-1.aws.redhat.com python3[37939]: ansible-service_facts Invoked Oct 21 16:29:33 ip-10-31-8-65.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring. Oct 21 16:29:35 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[37937]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:36 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[38147]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-adwrzyuamnzostounobuqnplbqkigwhu ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542575.9731314-28715-237694612993478/AnsiballZ_blivet.py' Oct 21 16:29:36 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[38147]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:36 ip-10-31-8-65.us-east-1.aws.redhat.com python3[38149]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=True packages_only=False diskvolume_mkfs_option_map={} Oct 21 16:29:36 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[38147]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:36 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[38259]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-haaikjsjibxclgtfexfujgbbswejvlwp ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542576.5684764-28749-88479320407397/AnsiballZ_stat.py' Oct 21 16:29:36 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[38259]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:36 ip-10-31-8-65.us-east-1.aws.redhat.com python3[38261]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:29:36 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[38259]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:37 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[38370]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-jedvqyqjidfjulbbuyvxyzpzsvdiwrkn ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542577.5795813-28803-106505221717571/AnsiballZ_stat.py' Oct 21 16:29:37 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[38370]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:37 ip-10-31-8-65.us-east-1.aws.redhat.com python3[38372]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:29:37 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[38370]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:38 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[38479]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-uzmonfrixyvjgtkynsplteaoklrqtjuw ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542578.0382946-28823-191188940005306/AnsiballZ_setup.py' Oct 21 16:29:38 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[38479]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:38 ip-10-31-8-65.us-east-1.aws.redhat.com python3[38481]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:29:38 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[38479]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:39 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[38618]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-muvdbbszzhbweadiwifdvwsjpdzcolze ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542579.0621746-28923-36814782809634/AnsiballZ_dnf.py' Oct 21 16:29:39 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[38618]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:39 ip-10-31-8-65.us-east-1.aws.redhat.com python3[38620]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:29:39 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[38618]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:40 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[38728]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-stziviykovqevggfasobmifgrwfoyivb ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542579.9677546-28988-136677721245603/AnsiballZ_find_unused_disk.py' Oct 21 16:29:40 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[38728]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:40 ip-10-31-8-65.us-east-1.aws.redhat.com python3[38730]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with min_size=10g max_return=1 max_size=0 match_sector_size=False with_interface=None Oct 21 16:29:40 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[38728]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:40 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[38839]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vfuramreqizzedvbgaewreiogvxywssy ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542580.595091-29055-235725507125223/AnsiballZ_command.py' Oct 21 16:29:40 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[38839]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:41 ip-10-31-8-65.us-east-1.aws.redhat.com python3[38841]: ansible-ansible.legacy.command Invoked with _raw_params=set -x exec 1>&2 lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC journalctl -ex _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Oct 21 16:29:41 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[38839]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:44 ip-10-31-8-65.us-east-1.aws.redhat.com python3[38985]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:29:45 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[39122]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-rkzgqqzoaixzmqhudguksfdzqavqeiyt ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542585.4964147-29533-117893666713021/AnsiballZ_setup.py' Oct 21 16:29:45 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[39122]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:45 ip-10-31-8-65.us-east-1.aws.redhat.com python3[39124]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:29:46 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[39122]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:46 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[39261]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-svfzfrkitkplvalkhrusjgsvhibvffqu ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542586.6812208-29582-50675018828914/AnsiballZ_stat.py' Oct 21 16:29:46 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[39261]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:47 ip-10-31-8-65.us-east-1.aws.redhat.com python3[39263]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:29:47 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[39261]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:47 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[39370]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-csagnfujpvxqjlaydjsnwgsxcheysayh ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542587.3652966-29660-231779635545781/AnsiballZ_dnf.py' Oct 21 16:29:47 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[39370]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:47 ip-10-31-8-65.us-east-1.aws.redhat.com python3[39372]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:29:48 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[39370]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:49 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[39480]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-drprcnqmvssirpfhpdvameyouhqlhvnc ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542588.6294086-29736-136473595040065/AnsiballZ_blivet.py' Oct 21 16:29:49 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[39480]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:49 ip-10-31-8-65.us-east-1.aws.redhat.com python3[39482]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={} Oct 21 16:29:49 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[39480]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:50 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[39592]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vtztgobywbnthgaexqnvnfvtapslxqxi ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542589.8321726-29848-226873117664669/AnsiballZ_dnf.py' Oct 21 16:29:50 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[39592]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:50 ip-10-31-8-65.us-east-1.aws.redhat.com python3[39594]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:29:50 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[39592]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:51 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[39702]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-dpgajlvzriysfnjfwfqjfyyuocbdayxp ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542590.7756603-29911-36090051090814/AnsiballZ_service_facts.py' Oct 21 16:29:51 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[39702]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:51 ip-10-31-8-65.us-east-1.aws.redhat.com python3[39704]: ansible-service_facts Invoked Oct 21 16:29:52 ip-10-31-8-65.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring. Oct 21 16:29:52 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[39702]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:53 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[39912]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-rdtimjhksrolgmcsqvkwwldsbofkzsie ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542593.1241186-30052-30753408362398/AnsiballZ_blivet.py' Oct 21 16:29:53 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[39912]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:53 ip-10-31-8-65.us-east-1.aws.redhat.com python3[39914]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=True packages_only=False diskvolume_mkfs_option_map={} Oct 21 16:29:53 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[39912]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:53 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[40024]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-pzexajqlvrukgogyxvoyslparpbrgfqk ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542593.7100675-30066-58912010201129/AnsiballZ_stat.py' Oct 21 16:29:53 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[40024]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:54 ip-10-31-8-65.us-east-1.aws.redhat.com python3[40026]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:29:54 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[40024]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:54 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[40135]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wvsmdklwngzgrzihuhmdxgnpglkjuudk ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542594.7273371-30198-101363033191979/AnsiballZ_stat.py' Oct 21 16:29:54 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[40135]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:55 ip-10-31-8-65.us-east-1.aws.redhat.com python3[40137]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:29:55 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[40135]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:55 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[40244]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wgqjaplapshbubozhahjztctjmcugyjj ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542595.1337888-30266-194120570429871/AnsiballZ_setup.py' Oct 21 16:29:55 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[40244]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:55 ip-10-31-8-65.us-east-1.aws.redhat.com python3[40246]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:29:55 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[40244]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:56 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[40383]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-xzbxtiftctrjvtycvevabtvqtqnfwsly ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542596.4351013-30384-114660371308009/AnsiballZ_dnf.py' Oct 21 16:29:56 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[40383]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:56 ip-10-31-8-65.us-east-1.aws.redhat.com python3[40385]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:29:57 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[40383]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:57 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[40493]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-gkfyqwxcobnaiilhnsivibukvnrzsxvu ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542597.3445654-30421-41019895828884/AnsiballZ_find_unused_disk.py' Oct 21 16:29:57 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[40493]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:57 ip-10-31-8-65.us-east-1.aws.redhat.com python3[40495]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with min_size=5g max_return=2 with_interface=scsi match_sector_size=True max_size=0 Oct 21 16:29:57 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[40493]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:00 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[40639]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ixjvmftranyunlmjslbxvwecyravfsqs ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542599.8438065-30665-220891526760115/AnsiballZ_setup.py' Oct 21 16:30:00 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[40639]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:00 ip-10-31-8-65.us-east-1.aws.redhat.com python3[40641]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:30:01 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[40639]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:01 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[40778]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-xaiyjjhgkjjcywmmotydndeohmwjfdht ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542601.3919969-30728-212847585202807/AnsiballZ_stat.py' Oct 21 16:30:01 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[40778]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:01 ip-10-31-8-65.us-east-1.aws.redhat.com python3[40780]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:30:01 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[40778]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:03 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[40887]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-nvzlwwxowueeehubookkleewzlwsfmhv ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542602.424266-30835-27742961067351/AnsiballZ_dnf.py' Oct 21 16:30:03 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[40887]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:03 ip-10-31-8-65.us-east-1.aws.redhat.com python3[40889]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:30:03 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[40887]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:04 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[40997]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-xlvguubujwvsrcktukkamtiylnaaxeip ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542603.7729871-31000-39670075508291/AnsiballZ_blivet.py' Oct 21 16:30:04 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[40997]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:04 ip-10-31-8-65.us-east-1.aws.redhat.com python3[40999]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={} Oct 21 16:30:04 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[40997]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:05 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[41109]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-slahomtjzyofzpvetljzbqrrxlhjnrht ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542604.885397-31123-114482392602578/AnsiballZ_dnf.py' Oct 21 16:30:05 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[41109]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:05 ip-10-31-8-65.us-east-1.aws.redhat.com python3[41111]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:30:05 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[41109]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:06 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[41219]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-jjdoubgthxrlpkcmdntvlvmpizdfomxf ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542605.7670424-31141-147534221214251/AnsiballZ_service_facts.py' Oct 21 16:30:06 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[41219]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:06 ip-10-31-8-65.us-east-1.aws.redhat.com python3[41221]: ansible-service_facts Invoked Oct 21 16:30:06 ip-10-31-8-65.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring. Oct 21 16:30:07 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[41219]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:08 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[41429]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-fszggzcqkgwgstjjmcmwhtryjetgbdal ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542608.0596144-31224-122570445349117/AnsiballZ_blivet.py' Oct 21 16:30:08 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[41429]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:08 ip-10-31-8-65.us-east-1.aws.redhat.com python3[41431]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=True packages_only=False diskvolume_mkfs_option_map={} Oct 21 16:30:08 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[41429]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:08 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[41541]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-kjldqrxbqsigwfneoiplhhlzalktshkt ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542608.7561874-31269-249708918016345/AnsiballZ_stat.py' Oct 21 16:30:08 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[41541]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:09 ip-10-31-8-65.us-east-1.aws.redhat.com python3[41543]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:30:09 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[41541]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:09 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[41652]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-oyvixwtoxbnuwcipmbdlaxmicruprnka ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542609.7874615-31346-128666492127047/AnsiballZ_stat.py' Oct 21 16:30:09 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[41652]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:10 ip-10-31-8-65.us-east-1.aws.redhat.com python3[41654]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:30:10 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[41652]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:10 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[41761]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-tqjpdtjxqljfkwqwjrdfmwirrfuhbzuu ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542610.25854-31370-47107883781197/AnsiballZ_setup.py' Oct 21 16:30:10 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[41761]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:10 ip-10-31-8-65.us-east-1.aws.redhat.com python3[41763]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:30:11 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[41761]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:11 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[41900]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-mrudtfygkhrdrkpwchavkyrvwjdphudy ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542611.3874204-31419-142187646484940/AnsiballZ_dnf.py' Oct 21 16:30:11 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[41900]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:11 ip-10-31-8-65.us-east-1.aws.redhat.com python3[41902]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:30:12 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[41900]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:12 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[42010]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-pdytkorgarxumlmodcevydbferedzfuz ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542612.3552248-31448-207615117448852/AnsiballZ_find_unused_disk.py' Oct 21 16:30:12 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[42010]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:12 ip-10-31-8-65.us-east-1.aws.redhat.com python3[42012]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with min_size=5g max_return=1 max_size=0 match_sector_size=False with_interface=None Oct 21 16:30:12 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[42010]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:13 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[42121]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-iffrddnafzojckjtmntfhbxyrjaiwtkb ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542612.8969762-31525-202690695082063/AnsiballZ_command.py' Oct 21 16:30:13 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[42121]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:13 ip-10-31-8-65.us-east-1.aws.redhat.com python3[42123]: ansible-ansible.legacy.command Invoked with _raw_params=set -x exec 1>&2 lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC journalctl -ex _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Oct 21 16:30:13 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[42121]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:19 ip-10-31-8-65.us-east-1.aws.redhat.com python3[42267]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:30:19 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[42404]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-cudanstvejmlljoqiyeiydxozlasfkkq ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542619.7007678-32194-177218822965691/AnsiballZ_setup.py' Oct 21 16:30:19 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[42404]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:20 ip-10-31-8-65.us-east-1.aws.redhat.com python3[42406]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:30:20 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[42404]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:21 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[42543]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-dzchgmfazedchsbznuhlmxshyxdqhamv ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542620.856028-32260-70616628842821/AnsiballZ_stat.py' Oct 21 16:30:21 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[42543]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:21 ip-10-31-8-65.us-east-1.aws.redhat.com python3[42545]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:30:21 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[42543]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:21 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[42652]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vqvqyywmcfarmczvjsrftpjggwtasajd ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542621.5524418-32335-246478697938618/AnsiballZ_dnf.py' Oct 21 16:30:21 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[42652]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:22 ip-10-31-8-65.us-east-1.aws.redhat.com python3[42654]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:30:22 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[42652]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:23 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[42762]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vghjwehjapolmuffpojtsmmudykipwsw ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542622.8340845-32398-33951939250294/AnsiballZ_blivet.py' Oct 21 16:30:23 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[42762]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:23 ip-10-31-8-65.us-east-1.aws.redhat.com python3[42764]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={} Oct 21 16:30:23 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[42762]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:24 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[42874]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-mkpvtfpocuexcsxlqignzqxjexpydjqh ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542623.9319975-32472-170943969756310/AnsiballZ_dnf.py' Oct 21 16:30:24 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[42874]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:24 ip-10-31-8-65.us-east-1.aws.redhat.com python3[42876]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:30:24 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[42874]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:25 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[42984]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ogapwwmwefdqzqpvyycpazakozggavzn ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542624.8034537-32519-202916149252946/AnsiballZ_service_facts.py' Oct 21 16:30:25 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[42984]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:25 ip-10-31-8-65.us-east-1.aws.redhat.com python3[42986]: ansible-service_facts Invoked Oct 21 16:30:25 ip-10-31-8-65.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring. Oct 21 16:30:26 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[42984]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:27 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[43194]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-phkwzloucnujifwdvrrhlnplhsnkdbzm ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542626.9341686-32587-96133390177048/AnsiballZ_blivet.py' Oct 21 16:30:27 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[43194]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:27 ip-10-31-8-65.us-east-1.aws.redhat.com python3[43196]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=False packages_only=False diskvolume_mkfs_option_map={} Oct 21 16:30:27 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[43194]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:27 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[43306]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-mjdaulogfymrsuxiitgrpnzklbyvbmwh ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542627.528845-32659-209440467580650/AnsiballZ_stat.py' Oct 21 16:30:27 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[43306]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:27 ip-10-31-8-65.us-east-1.aws.redhat.com python3[43308]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:30:27 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[43306]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:28 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[43417]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ghaldbwqojvcvtkipnvdoaxanigssajf ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542628.5231674-32751-123579441841822/AnsiballZ_stat.py' Oct 21 16:30:28 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[43417]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:28 ip-10-31-8-65.us-east-1.aws.redhat.com python3[43419]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:30:28 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[43417]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:29 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[43526]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-afrmhenwcsgvnijujupwsezlagvzwurl ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542628.9947054-32880-200776674944096/AnsiballZ_setup.py' Oct 21 16:30:29 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[43526]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:29 ip-10-31-8-65.us-east-1.aws.redhat.com python3[43528]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:30:29 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[43526]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:30 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[43665]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-fkdkqrfdbnvbfcqjcbocxfsaotxmgmib ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542630.0501304-33022-128735851252702/AnsiballZ_dnf.py' Oct 21 16:30:30 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[43665]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:30 ip-10-31-8-65.us-east-1.aws.redhat.com python3[43667]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:30:30 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[43665]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:31 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[43775]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-daopqopxvrxfpviwieoxonbmjpkvvwfj ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542631.0029867-33047-141522972114477/AnsiballZ_find_unused_disk.py' Oct 21 16:30:31 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[43775]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:31 ip-10-31-8-65.us-east-1.aws.redhat.com python3[43777]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with min_size=10g max_return=1 with_interface=scsi max_size=0 match_sector_size=False Oct 21 16:30:31 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[43775]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:31 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[43886]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-myxpfujoisszccxumkuukrgyfoupbnqt ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542631.6077833-33064-190228465103780/AnsiballZ_command.py' Oct 21 16:30:31 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[43886]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:32 ip-10-31-8-65.us-east-1.aws.redhat.com python3[43888]: ansible-ansible.legacy.command Invoked with _raw_params=set -x exec 1>&2 lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC journalctl -ex _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Oct 21 16:30:32 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[43886]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:34 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[44032]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-pfdarjgpzczodzfewcmpbqztgwxqusip ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542633.7682295-33233-160049222930946/AnsiballZ_setup.py' Oct 21 16:30:34 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[44032]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:34 ip-10-31-8-65.us-east-1.aws.redhat.com python3[44034]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:30:35 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[44032]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:36 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[44171]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-spwhlbztyooxsqtkotpiepbnlbaiopsw ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542635.781475-33482-83185066805377/AnsiballZ_stat.py' Oct 21 16:30:36 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[44171]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:36 ip-10-31-8-65.us-east-1.aws.redhat.com python3[44173]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:30:36 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[44171]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:36 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[44280]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-jpqrvyoiiowndmyafpoeptphisztaipc ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542636.6221428-33599-132040769739528/AnsiballZ_dnf.py' Oct 21 16:30:36 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[44280]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:37 ip-10-31-8-65.us-east-1.aws.redhat.com python3[44282]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:30:37 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[44280]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:38 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[44390]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-lanakultfbmwxqqadaobmgdudhofcdfe ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542637.8742766-33696-17634917675151/AnsiballZ_blivet.py' Oct 21 16:30:38 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[44390]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:38 ip-10-31-8-65.us-east-1.aws.redhat.com python3[44392]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={} Oct 21 16:30:38 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[44390]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:38 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[44502]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-panplmiblvaoosllpcjnisfdrugptihc ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542638.7416227-33722-215309332397764/AnsiballZ_dnf.py' Oct 21 16:30:38 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[44502]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:39 ip-10-31-8-65.us-east-1.aws.redhat.com python3[44504]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:30:39 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[44502]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:40 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[44612]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vaiuwzlspjevpkxmkjxyqaljtnpqqnuw ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542639.5908034-33751-202084772598834/AnsiballZ_service_facts.py' Oct 21 16:30:40 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[44612]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:40 ip-10-31-8-65.us-east-1.aws.redhat.com python3[44614]: ansible-service_facts Invoked Oct 21 16:30:40 ip-10-31-8-65.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring. Oct 21 16:30:41 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[44612]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:42 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[44822]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zricgvzejjatpijcsojfbqaaacafsjpc ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542641.9992537-33879-178684818098029/AnsiballZ_blivet.py' Oct 21 16:30:42 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[44822]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:42 ip-10-31-8-65.us-east-1.aws.redhat.com python3[44824]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=False packages_only=False diskvolume_mkfs_option_map={} Oct 21 16:30:42 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[44822]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:42 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[44934]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-eelshyalppriteyhiuucqnfvzbjyylof ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542642.584321-33907-90252512483257/AnsiballZ_stat.py' Oct 21 16:30:42 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[44934]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:42 ip-10-31-8-65.us-east-1.aws.redhat.com python3[44936]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:30:42 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[44934]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:43 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[45045]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-jrwrtjfbutuiudulzinqsieqdsrvzrub ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542643.5564208-33971-217019681061345/AnsiballZ_stat.py' Oct 21 16:30:43 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[45045]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:43 ip-10-31-8-65.us-east-1.aws.redhat.com python3[45047]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:30:43 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[45045]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:44 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[45154]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zcrewihaycijwukeahmjzamaigxgosmj ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542643.943239-33982-15286076296485/AnsiballZ_setup.py' Oct 21 16:30:44 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[45154]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:44 ip-10-31-8-65.us-east-1.aws.redhat.com python3[45156]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:30:44 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[45154]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:45 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[45293]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wlevgycaayinyrffrdcebtniwgowficd ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542644.9649901-34026-230649779655344/AnsiballZ_dnf.py' Oct 21 16:30:45 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[45293]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:45 ip-10-31-8-65.us-east-1.aws.redhat.com python3[45295]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:30:45 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[45293]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:46 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[45403]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vdnumqnvauamxcojuzcpjonjwusqtklk ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542645.844824-34047-208523230644274/AnsiballZ_find_unused_disk.py' Oct 21 16:30:46 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[45403]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:46 ip-10-31-8-65.us-east-1.aws.redhat.com python3[45405]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with min_size=10g max_return=1 max_size=0 match_sector_size=False with_interface=None Oct 21 16:30:46 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[45403]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:46 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[45514]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-urtewikxnbkhipltvduesoipigslghvj ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542646.4275422-34123-16228699618900/AnsiballZ_command.py' Oct 21 16:30:46 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[45514]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:46 ip-10-31-8-65.us-east-1.aws.redhat.com python3[45516]: ansible-ansible.legacy.command Invoked with _raw_params=set -x exec 1>&2 lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC journalctl -ex _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Oct 21 16:30:47 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[45514]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:51 ip-10-31-8-65.us-east-1.aws.redhat.com python3[45660]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:30:52 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[45797]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-pwiswdlwrayxruhzfillszgmwzgkmglf ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542652.3335185-34774-224211189147375/AnsiballZ_setup.py' Oct 21 16:30:52 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[45797]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:52 ip-10-31-8-65.us-east-1.aws.redhat.com python3[45799]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:30:53 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[45797]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:57 ip-10-31-8-65.us-east-1.aws.redhat.com python3[45971]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:30:58 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[46108]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-mzpfynfuovlyzjuynkkviambufrryrvj ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542658.55199-35336-9982644258960/AnsiballZ_setup.py' Oct 21 16:30:58 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[46108]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:58 ip-10-31-8-65.us-east-1.aws.redhat.com python3[46110]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:30:59 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[46108]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:59 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[46247]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-pfjpwyfjheqgcmrgyayyubtpobmmkaco ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542659.697318-35386-178420249219287/AnsiballZ_stat.py' Oct 21 16:30:59 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[46247]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:00 ip-10-31-8-65.us-east-1.aws.redhat.com python3[46249]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:31:00 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[46247]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:00 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[46356]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-tccyojugmhoaiaqvtrwsgeukyuymxxek ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542660.333292-35403-187423754542006/AnsiballZ_dnf.py' Oct 21 16:31:00 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[46356]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:01 ip-10-31-8-65.us-east-1.aws.redhat.com python3[46358]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:31:01 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[46356]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:02 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[46466]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-roljanexxnilibnplfvojjvsaycddbou ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542661.8079672-35484-130825483342262/AnsiballZ_blivet.py' Oct 21 16:31:02 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[46466]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:02 ip-10-31-8-65.us-east-1.aws.redhat.com python3[46468]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={} Oct 21 16:31:02 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[46466]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:03 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[46578]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-iwjvuwdlasmwybvzuzhrzkrzvhqldfta ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542662.8627064-35547-106407687517164/AnsiballZ_dnf.py' Oct 21 16:31:03 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[46578]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:03 ip-10-31-8-65.us-east-1.aws.redhat.com python3[46580]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:31:03 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[46578]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:04 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[46688]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ylcavrbafpkxhnzgzhwuwudlcpxckeav ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542663.7768989-35583-238277273175462/AnsiballZ_service_facts.py' Oct 21 16:31:04 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[46688]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:04 ip-10-31-8-65.us-east-1.aws.redhat.com python3[46690]: ansible-service_facts Invoked Oct 21 16:31:05 ip-10-31-8-65.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring. Oct 21 16:31:05 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[46688]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:06 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[46898]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-usujktfysdxuhmbzdxakduuxhlblemjg ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542666.1669881-35667-49580984537530/AnsiballZ_blivet.py' Oct 21 16:31:06 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[46898]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:06 ip-10-31-8-65.us-east-1.aws.redhat.com python3[46900]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=False packages_only=False diskvolume_mkfs_option_map={} Oct 21 16:31:06 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[46898]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:06 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[47010]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vvxlznxfjauxpsgagvuuabeokjperaau ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542666.7425864-35736-272108659012722/AnsiballZ_stat.py' Oct 21 16:31:06 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[47010]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:07 ip-10-31-8-65.us-east-1.aws.redhat.com python3[47012]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:31:07 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[47010]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:07 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[47121]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-xmuchqwwdngibvfznpcljcsxxgzgxmdo ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542667.7993045-35832-126705494195179/AnsiballZ_stat.py' Oct 21 16:31:07 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[47121]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:08 ip-10-31-8-65.us-east-1.aws.redhat.com python3[47123]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:31:08 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[47121]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:08 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[47230]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-beheubctctxhodfbwzzakuamsfkmofkz ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542668.2790763-35961-234523786235387/AnsiballZ_setup.py' Oct 21 16:31:08 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[47230]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:08 ip-10-31-8-65.us-east-1.aws.redhat.com python3[47232]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:31:09 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[47230]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:09 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[47369]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-hdhotityxcfbcbitnxcdmowoaxufgthp ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542669.4318206-36103-199121610207659/AnsiballZ_dnf.py' Oct 21 16:31:09 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[47369]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:09 ip-10-31-8-65.us-east-1.aws.redhat.com python3[47371]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:31:10 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[47369]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:10 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[47479]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-agoxgfkoepqojhadxitdjiexqqeepkds ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542670.3182468-36133-185306907388891/AnsiballZ_find_unused_disk.py' Oct 21 16:31:10 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[47479]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:10 ip-10-31-8-65.us-east-1.aws.redhat.com python3[47481]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with min_size=5g max_return=1 with_interface=scsi max_size=0 match_sector_size=False Oct 21 16:31:10 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[47479]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:11 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[47590]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-nxintfaziclcxqdjbdtxjntofftgvmzu ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542670.851559-36146-100018985901565/AnsiballZ_command.py' Oct 21 16:31:11 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[47590]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:11 ip-10-31-8-65.us-east-1.aws.redhat.com python3[47592]: ansible-ansible.legacy.command Invoked with _raw_params=set -x exec 1>&2 lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC journalctl -ex _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Oct 21 16:31:11 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[47590]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:13 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[47736]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wmegjsrousxfyrkrgqwovyonkumcgwue ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542673.1548371-36421-120988044295146/AnsiballZ_setup.py' Oct 21 16:31:13 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[47736]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:14 ip-10-31-8-65.us-east-1.aws.redhat.com python3[47738]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:31:14 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[47736]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:15 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[47875]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-lqysofkablyyelebjevsapfqjsmbtezh ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542674.923906-36561-280021835552237/AnsiballZ_stat.py' Oct 21 16:31:15 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[47875]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:15 ip-10-31-8-65.us-east-1.aws.redhat.com python3[47877]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:31:15 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[47875]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:16 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[47984]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-eptknhxczgugvrsojmkrfgidhtuyknra ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542675.7817404-36668-28891087606398/AnsiballZ_dnf.py' Oct 21 16:31:16 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[47984]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:16 ip-10-31-8-65.us-east-1.aws.redhat.com python3[47986]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:31:16 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[47984]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:17 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[48094]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-srgbmzrbaexizlrmrdwiuylyvywmbdfo ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542677.098464-36773-45926427462820/AnsiballZ_blivet.py' Oct 21 16:31:17 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[48094]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:17 ip-10-31-8-65.us-east-1.aws.redhat.com python3[48096]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=True disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={} Oct 21 16:31:17 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[48094]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:18 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[48206]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-gtxfrjpbeaozynktlbhwxggvcgwoexln ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542678.0953584-36803-118589408903359/AnsiballZ_dnf.py' Oct 21 16:31:18 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[48206]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:18 ip-10-31-8-65.us-east-1.aws.redhat.com python3[48208]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:31:18 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[48206]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:19 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[48316]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-cdqzaqdtiwfgfplvdpmxuunzmesoalfo ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542678.920147-36832-134854634358312/AnsiballZ_service_facts.py' Oct 21 16:31:19 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[48316]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:19 ip-10-31-8-65.us-east-1.aws.redhat.com python3[48318]: ansible-service_facts Invoked Oct 21 16:31:20 ip-10-31-8-65.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring. Oct 21 16:31:20 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[48316]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:21 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[48526]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-fdkeoeseqttigdixyhhbqobcvkumqyja ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542681.0559683-36946-40937337998232/AnsiballZ_blivet.py' Oct 21 16:31:21 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[48526]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:21 ip-10-31-8-65.us-east-1.aws.redhat.com python3[48528]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=True disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=False packages_only=False diskvolume_mkfs_option_map={} Oct 21 16:31:21 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[48526]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:21 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[48638]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-gmfxcvwbvbedxezupqgvsuektworxauz ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542681.7217412-36987-137660199716824/AnsiballZ_stat.py' Oct 21 16:31:21 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[48638]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:21 ip-10-31-8-65.us-east-1.aws.redhat.com python3[48640]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:31:22 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[48638]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:22 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[48749]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-syhkwkylgueuqjohbibumprmxbdqpvqt ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542682.7173808-37054-246808328336019/AnsiballZ_stat.py' Oct 21 16:31:22 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[48749]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:22 ip-10-31-8-65.us-east-1.aws.redhat.com python3[48751]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:31:22 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[48749]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:23 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[48858]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-gjaygbnqwcujlyrwkwrdclklkcjepzwd ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542683.1093378-37065-224529852738532/AnsiballZ_setup.py' Oct 21 16:31:23 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[48858]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:23 ip-10-31-8-65.us-east-1.aws.redhat.com python3[48860]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:31:23 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[48858]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:24 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[48997]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ghwglvofdlrwjbifsenhcilaarslnyij ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542684.1974924-37109-204958877843507/AnsiballZ_dnf.py' Oct 21 16:31:24 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[48997]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:24 ip-10-31-8-65.us-east-1.aws.redhat.com python3[48999]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:31:24 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[48997]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:25 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[49107]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wzhxyctthervbvdzwgvumpfpordkinsu ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542685.0361907-37187-68480685422490/AnsiballZ_find_unused_disk.py' Oct 21 16:31:25 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[49107]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:25 ip-10-31-8-65.us-east-1.aws.redhat.com python3[49109]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with max_return=2 min_size=0 max_size=0 match_sector_size=False with_interface=None Oct 21 16:31:25 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[49107]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:26 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[49218]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-xtjvtsafhcymtbairqjbtyxsuxliowih ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542685.5687673-37198-41692152159922/AnsiballZ_command.py' Oct 21 16:31:26 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[49218]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:26 ip-10-31-8-65.us-east-1.aws.redhat.com python3[49220]: ansible-ansible.legacy.command Invoked with _raw_params=set -x exec 1>&2 lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC journalctl -ex _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Oct 21 16:31:26 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[49218]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:31 ip-10-31-8-65.us-east-1.aws.redhat.com python3[49364]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:31:32 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[49501]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-dspeebzyamyarmoocvraoesilhhbjjyc ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542692.1259217-37866-221114665098917/AnsiballZ_setup.py' Oct 21 16:31:32 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[49501]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:32 ip-10-31-8-65.us-east-1.aws.redhat.com python3[49503]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:31:32 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[49501]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:33 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[49640]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-whwwrabzcxmxuouyygkkkxepjfvwhphi ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542693.2588885-37981-201466757346572/AnsiballZ_stat.py' Oct 21 16:31:33 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[49640]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:33 ip-10-31-8-65.us-east-1.aws.redhat.com python3[49642]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:31:33 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[49640]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:34 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[49749]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-jubtsqlysigpyntetlmtjvgjfsepzfvj ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542694.0041597-38011-176408668856671/AnsiballZ_dnf.py' Oct 21 16:31:34 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[49749]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:34 ip-10-31-8-65.us-east-1.aws.redhat.com python3[49751]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:31:35 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[49749]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:35 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[49859]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zuxkkndbtkrlldadbkbswxnagfhkiyzg ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542695.2738206-38069-11368851102013/AnsiballZ_blivet.py' Oct 21 16:31:35 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[49859]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:35 ip-10-31-8-65.us-east-1.aws.redhat.com python3[49861]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=True disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={} Oct 21 16:31:35 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[49859]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:36 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[49971]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-lyvnecaakhunrsluxfrhzgmxcnazsfdo ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542696.3508127-38144-114535044839376/AnsiballZ_dnf.py' Oct 21 16:31:36 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[49971]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:36 ip-10-31-8-65.us-east-1.aws.redhat.com python3[49973]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:31:37 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[49971]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:37 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[50081]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-asizjrtbqyezxlewpekwsezlbxhdrtgp ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542697.2379124-38190-254327562508386/AnsiballZ_service_facts.py' Oct 21 16:31:37 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[50081]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:37 ip-10-31-8-65.us-east-1.aws.redhat.com python3[50083]: ansible-service_facts Invoked Oct 21 16:31:38 ip-10-31-8-65.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring. Oct 21 16:31:39 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[50081]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:39 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[50291]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-bybvjpqmnqxrvcznjeyfzcwtgdbmacah ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542699.4336607-38260-117625419003606/AnsiballZ_blivet.py' Oct 21 16:31:39 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[50291]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:39 ip-10-31-8-65.us-east-1.aws.redhat.com python3[50293]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=True disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=False packages_only=False diskvolume_mkfs_option_map={} Oct 21 16:31:39 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[50291]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:40 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[50403]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qbcdjzvvbhjqdluaacouwciidprbvrjc ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542700.0398352-38332-10081492665689/AnsiballZ_stat.py' Oct 21 16:31:40 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[50403]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:40 ip-10-31-8-65.us-east-1.aws.redhat.com python3[50405]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:31:40 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[50403]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:41 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[50514]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-mjdxkcuviuwugwpautwjxphcguaykcst ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542701.1175115-38429-209309189073027/AnsiballZ_stat.py' Oct 21 16:31:41 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[50514]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:41 ip-10-31-8-65.us-east-1.aws.redhat.com python3[50516]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:31:41 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[50514]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:41 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[50623]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-tlodhjfwrdixrfdhyotvqnszuejsgnip ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542701.6227968-38557-123056868428178/AnsiballZ_setup.py' Oct 21 16:31:41 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[50623]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:42 ip-10-31-8-65.us-east-1.aws.redhat.com python3[50625]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:31:42 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[50623]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:42 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[50762]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-kqoysmkifkoogweskykvtwdlaontzvjd ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542702.8034055-38699-4149800653097/AnsiballZ_dnf.py' Oct 21 16:31:42 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[50762]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:43 ip-10-31-8-65.us-east-1.aws.redhat.com python3[50764]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:31:43 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[50762]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:43 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[50872]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-lkttrnjktfoexoerkoyxpvfcsepdbzhj ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542703.685729-38732-262299055091485/AnsiballZ_find_unused_disk.py' Oct 21 16:31:43 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[50872]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:44 ip-10-31-8-65.us-east-1.aws.redhat.com python3[50874]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with max_return=3 with_interface=scsi min_size=0 max_size=0 match_sector_size=False Oct 21 16:31:44 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[50872]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:44 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[50983]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-kwiqzhjryvpstletpdjepieoefozwmrd ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542704.2428482-38757-109550953024203/AnsiballZ_command.py' Oct 21 16:31:44 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[50983]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:44 ip-10-31-8-65.us-east-1.aws.redhat.com python3[50985]: ansible-ansible.legacy.command Invoked with _raw_params=set -x exec 1>&2 lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC journalctl -ex _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Oct 21 16:31:44 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[50983]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:47 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[51129]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zkfggeqxgefzoqateickbustvqclcreo ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542706.893838-39017-89764577834297/AnsiballZ_setup.py' Oct 21 16:31:47 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[51129]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:47 ip-10-31-8-65.us-east-1.aws.redhat.com python3[51131]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:31:48 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[51129]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:48 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[51268]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-cfbqlubnmymffuopggwfdfhgsabpuuwm ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542708.5227935-39183-122049249122262/AnsiballZ_stat.py' Oct 21 16:31:48 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[51268]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:48 ip-10-31-8-65.us-east-1.aws.redhat.com python3[51270]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:31:48 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[51268]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:49 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[51377]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-bcpfegdqogxzapmxdoqvfpnhqgijdkjp ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542709.3210542-39210-146992166284366/AnsiballZ_dnf.py' Oct 21 16:31:49 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[51377]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:49 ip-10-31-8-65.us-east-1.aws.redhat.com python3[51379]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:31:50 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[51377]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:50 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[51487]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vbsbbhshfgemofnbhguvwrkmagvvqyxc ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542710.4889355-39374-243346662208550/AnsiballZ_blivet.py' Oct 21 16:31:50 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[51487]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:51 ip-10-31-8-65.us-east-1.aws.redhat.com python3[51489]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=True disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={} Oct 21 16:31:51 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[51487]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:51 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[51599]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wguiylgysocrmldlhhzlsmudaqxojyxi ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542711.6721032-39409-16338197245401/AnsiballZ_dnf.py' Oct 21 16:31:51 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[51599]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:52 ip-10-31-8-65.us-east-1.aws.redhat.com python3[51601]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:31:52 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[51599]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:52 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[51709]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-tegnhfglyhwyptfdvkkarzjewqvpckuu ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542712.5249476-39452-217607025364661/AnsiballZ_service_facts.py' Oct 21 16:31:52 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[51709]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:53 ip-10-31-8-65.us-east-1.aws.redhat.com python3[51711]: ansible-service_facts Invoked Oct 21 16:31:53 ip-10-31-8-65.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring. Oct 21 16:31:54 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[51709]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:54 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[51919]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-xegmdirqtgcihkizkhppxlgagqbaryys ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542714.8058102-39569-151426708815415/AnsiballZ_blivet.py' Oct 21 16:31:54 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[51919]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:55 ip-10-31-8-65.us-east-1.aws.redhat.com python3[51921]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=True disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=False packages_only=False diskvolume_mkfs_option_map={} Oct 21 16:31:55 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[51919]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:55 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[52031]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-kctnokbzisbqnnwzuaocwupppxtezosm ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542715.407228-39586-254660384225380/AnsiballZ_stat.py' Oct 21 16:31:55 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[52031]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:55 ip-10-31-8-65.us-east-1.aws.redhat.com python3[52033]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:31:55 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[52031]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:56 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[52142]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vgjsawhfrhrwouuhguuskefwzhsxmfty ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542716.2755933-39642-276738687833209/AnsiballZ_stat.py' Oct 21 16:31:56 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[52142]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:56 ip-10-31-8-65.us-east-1.aws.redhat.com python3[52144]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:31:56 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[52142]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:56 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[52251]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ojhsvcemypjfokajmvixcxdncvrvvqvt ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542716.7482414-39680-130231752377628/AnsiballZ_setup.py' Oct 21 16:31:56 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[52251]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:57 ip-10-31-8-65.us-east-1.aws.redhat.com python3[52253]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:31:57 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[52251]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:58 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[52390]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-tsgyormszyjrqowjxickhkgqwngouuft ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542717.8690321-39781-171713199202004/AnsiballZ_dnf.py' Oct 21 16:31:58 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[52390]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:58 ip-10-31-8-65.us-east-1.aws.redhat.com python3[52392]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:31:58 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[52390]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:59 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[52500]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-fpitvkyeejvewusgwsyllqtltknfedrp ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542718.7656548-39876-239175519924740/AnsiballZ_find_unused_disk.py' Oct 21 16:31:59 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[52500]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:59 ip-10-31-8-65.us-east-1.aws.redhat.com python3[52502]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with max_return=3 min_size=0 max_size=0 match_sector_size=False with_interface=None Oct 21 16:31:59 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[52500]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:59 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[52611]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-sblwrogxwholgcyqelqhzejzypmjmpfg ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542719.3059123-39891-190362377813728/AnsiballZ_command.py' Oct 21 16:31:59 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[52611]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:59 ip-10-31-8-65.us-east-1.aws.redhat.com python3[52613]: ansible-ansible.legacy.command Invoked with _raw_params=set -x exec 1>&2 lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC journalctl -ex _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None 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 16:31:59 -0400 (0:00:00.622) 0:00:13.045 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was 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 16:31:59 -0400 (0:00:00.064) 0:00:13.109 ******** fatal: [managed-node1]: FAILED! => { "changed": false } MSG: Unable to find enough unused disks. Exiting playbook. PLAY RECAP ********************************************************************* managed-node1 : ok=28 changed=0 unreachable=0 failed=1 skipped=15 rescued=0 ignored=0 Monday 21 October 2024 16:32:00 -0400 (0:00:00.072) 0:00:13.182 ******** =============================================================================== redhat.rhel_system_roles.storage : Get service facts -------------------- 2.15s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:51 Gathering Facts --------------------------------------------------------- 1.36s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_raid_volume_options.yml:2 redhat.rhel_system_roles.storage : Make sure blivet is available -------- 1.08s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:2 Ensure test packages ---------------------------------------------------- 0.92s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/get_unused_disk.yml:2 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 redhat.rhel_system_roles.storage : Update facts ------------------------- 0.90s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:222 redhat.rhel_system_roles.storage : Get required packages ---------------- 0.88s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:19 Debug why there are no unused disks ------------------------------------- 0.62s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/get_unused_disk.yml:20 redhat.rhel_system_roles.storage : Check if system is ostree ------------ 0.58s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml:25 Find unused disks in the system ----------------------------------------- 0.58s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/get_unused_disk.yml:11 redhat.rhel_system_roles.storage : Manage the pools and volumes to match the specified state --- 0.57s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:69 redhat.rhel_system_roles.storage : Check if /etc/fstab is present ------- 0.51s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:90 redhat.rhel_system_roles.storage : Retrieve facts for the /etc/crypttab file --- 0.45s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:195 redhat.rhel_system_roles.storage : Enable copr repositories if needed --- 0.14s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:31 Mark tasks to be skipped ------------------------------------------------ 0.09s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_raid_volume_options.yml:15 redhat.rhel_system_roles.storage : Set storage_cryptsetup_services ------ 0.08s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:57 Get unused disks -------------------------------------------------------- 0.08s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_raid_volume_options.yml:22 redhat.rhel_system_roles.storage : Set platform/version specific variables --- 0.08s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml:7 redhat.rhel_system_roles.storage : Include the appropriate provider tasks --- 0.08s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main.yml:13 Exit playbook when there's not enough unused disks in the system -------- 0.07s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/get_unused_disk.yml:34