[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_misc.yml ******************************************************* 1 plays in /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_misc.yml PLAY [Test misc features of the storage role] ********************************** TASK [Gathering Facts] ********************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_misc.yml:2 Monday 21 October 2024 16:30:53 -0400 (0:00:00.011) 0:00:00.011 ******** ok: [managed-node3] TASK [Include the role to ensure packages are installed] *********************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_misc.yml:15 Monday 21 October 2024 16:30:54 -0400 (0:00:01.237) 0:00:01.249 ******** 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:30:54 -0400 (0:00:00.030) 0:00:01.280 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml for managed-node3 TASK [redhat.rhel_system_roles.storage : Ensure ansible_facts used by role] **** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml:2 Monday 21 October 2024 16:30:54 -0400 (0:00:00.025) 0:00:01.305 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Set platform/version specific variables] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml:7 Monday 21 October 2024 16:30:54 -0400 (0:00:00.032) 0:00:01.338 ******** skipping: [managed-node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } ok: [managed-node3] => (item=RedHat_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/vars/RedHat_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.yml" } skipping: [managed-node3] => (item=RedHat_9.5.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.5.yml", "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Check if system is ostree] ************ task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml:25 Monday 21 October 2024 16:30:54 -0400 (0:00:00.069) 0:00:01.407 ******** ok: [managed-node3] => { "changed": false, "stat": { "exists": false } } TASK [redhat.rhel_system_roles.storage : Set flag to indicate system is ostree] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml:30 Monday 21 October 2024 16:30:55 -0400 (0:00:00.689) 0:00:02.097 ******** ok: [managed-node3] => { "ansible_facts": { "__storage_is_ostree": false }, "changed": false } TASK [redhat.rhel_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main.yml:5 Monday 21 October 2024 16:30:55 -0400 (0:00:00.046) 0:00:02.143 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [redhat.rhel_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main.yml:9 Monday 21 October 2024 16:30:55 -0400 (0:00:00.032) 0:00:02.175 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [redhat.rhel_system_roles.storage : Include the appropriate provider tasks] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main.yml:13 Monday 21 October 2024 16:30:55 -0400 (0:00:00.031) 0:00:02.207 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml for managed-node3 TASK [redhat.rhel_system_roles.storage : Make sure blivet is available] ******** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:2 Monday 21 October 2024 16:30:55 -0400 (0:00:00.078) 0:00:02.286 ******** ok: [managed-node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [redhat.rhel_system_roles.storage : Show storage_pools] ******************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:9 Monday 21 October 2024 16:30:56 -0400 (0:00:00.992) 0:00:03.278 ******** ok: [managed-node3] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined. 'storage_pools' is undefined" } TASK [redhat.rhel_system_roles.storage : Show storage_volumes] ***************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:14 Monday 21 October 2024 16:30:56 -0400 (0:00:00.021) 0:00:03.300 ******** ok: [managed-node3] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [redhat.rhel_system_roles.storage : Get required packages] **************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:19 Monday 21 October 2024 16:30:56 -0400 (0:00:00.021) 0:00:03.321 ******** ok: [managed-node3] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [redhat.rhel_system_roles.storage : Enable copr repositories if needed] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:31 Monday 21 October 2024 16:30:57 -0400 (0:00:00.781) 0:00:04.102 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/enable_coprs.yml for managed-node3 TASK [redhat.rhel_system_roles.storage : Check if the COPR support packages should be installed] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/enable_coprs.yml:2 Monday 21 October 2024 16:30:57 -0400 (0:00:00.059) 0:00:04.162 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [redhat.rhel_system_roles.storage : Make sure COPR support packages are present] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/enable_coprs.yml:13 Monday 21 October 2024 16:30:57 -0400 (0:00:00.046) 0:00:04.209 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Enable COPRs] ************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/enable_coprs.yml:19 Monday 21 October 2024 16:30:57 -0400 (0:00:00.049) 0:00:04.258 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [redhat.rhel_system_roles.storage : Make sure required packages are installed] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:37 Monday 21 October 2024 16:30:57 -0400 (0:00:00.046) 0:00:04.305 ******** ok: [managed-node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [redhat.rhel_system_roles.storage : Get service facts] ******************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:51 Monday 21 October 2024 16:30:58 -0400 (0:00:00.857) 0:00:05.163 ******** ok: [managed-node3] => { "ansible_facts": { "services": { "NetworkManager-dispatcher.service": { "name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "NetworkManager-wait-online.service": { "name": "NetworkManager-wait-online.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "NetworkManager.service": { "name": "NetworkManager.service", "source": "systemd", "state": "running", "status": "enabled" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "autofs.service": { "name": "autofs.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "alias" }, "blivet.service": { "name": "blivet.service", "source": "systemd", "state": "inactive", "status": "static" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd-restricted.service": { "name": "chronyd-restricted.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cpupower.service": { "name": "cpupower.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-broker.service": { "name": "dbus-broker.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "active", "status": "alias" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "display-manager.service": { "name": "display-manager.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "fcoe.service": { "name": "fcoe.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "fwupd-offline-update.service": { "name": "fwupd-offline-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "fwupd-refresh.service": { "name": "fwupd-refresh.service", "source": "systemd", "state": "inactive", "status": "static" }, "fwupd.service": { "name": "fwupd.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "active" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "grub2-systemd-integration.service": { "name": "grub2-systemd-integration.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "hv_kvp_daemon.service": { "name": "hv_kvp_daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "iscsi-shutdown.service": { "name": "iscsi-shutdown.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsi.service": { "name": "iscsi.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsid.service": { "name": "iscsid.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "kdump.service": { "name": "kdump.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "kvm_stat.service": { "name": "kvm_stat.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "logrotate.service": { "name": "logrotate.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm-devices-import.service": { "name": "lvm-devices-import.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "lvm2-activation-early.service": { "name": "lvm2-activation-early.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-lvmpolld.service": { "name": "lvm2-lvmpolld.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-monitor.service": { "name": "lvm2-monitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@.service": { "name": "modprobe@.service", "source": "systemd", "state": "unknown", "status": "static" }, "modprobe@configfs.service": { "name": "modprobe@configfs.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ndctl-monitor.service": { "name": "ndctl-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "network.service": { "name": "network.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "nm-priv-helper.service": { "name": "nm-priv-helper.service", "source": "systemd", "state": "inactive", "status": "static" }, "ntpd.service": { "name": "ntpd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ntpdate.service": { "name": "ntpdate.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "oddjobd.service": { "name": "oddjobd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "pam_namespace.service": { "name": "pam_namespace.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "polkit.service": { "name": "polkit.service", "source": "systemd", "state": "inactive", "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": "stopped", "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:00 -0400 (0:00:02.234) 0:00:07.397 ******** ok: [managed-node3] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [redhat.rhel_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:63 Monday 21 October 2024 16:31:00 -0400 (0:00:00.190) 0:00:07.588 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [redhat.rhel_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:69 Monday 21 October 2024 16:31:00 -0400 (0:00:00.043) 0:00:07.632 ******** ok: [managed-node3] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [redhat.rhel_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:83 Monday 21 October 2024 16:31:01 -0400 (0:00:00.662) 0:00:08.295 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Check if /etc/fstab is present] ******* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:90 Monday 21 October 2024 16:31:01 -0400 (0:00:00.062) 0:00:08.357 ******** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1729541987.331, "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:01 -0400 (0:00:00.477) 0:00:08.835 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:113 Monday 21 October 2024 16:31:02 -0400 (0:00:00.055) 0:00:08.891 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [redhat.rhel_system_roles.storage : Show blivet_output] ******************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:119 Monday 21 October 2024 16:31:02 -0400 (0:00:00.040) 0:00:08.931 ******** ok: [managed-node3] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } } TASK [redhat.rhel_system_roles.storage : Set the list of pools for test verification] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:128 Monday 21 October 2024 16:31:02 -0400 (0:00:00.050) 0:00:08.981 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [redhat.rhel_system_roles.storage : Set the list of volumes for test verification] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:132 Monday 21 October 2024 16:31:02 -0400 (0:00:00.038) 0:00:09.020 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [redhat.rhel_system_roles.storage : Remove obsolete mounts] *************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:148 Monday 21 October 2024 16:31:02 -0400 (0:00:00.034) 0:00:09.054 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [redhat.rhel_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:159 Monday 21 October 2024 16:31:02 -0400 (0:00:00.043) 0:00:09.097 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Set up new/current mounts] ************ task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:164 Monday 21 October 2024 16:31:02 -0400 (0:00:00.024) 0:00:09.122 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [redhat.rhel_system_roles.storage : Manage mount ownership/permissions] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:175 Monday 21 October 2024 16:31:02 -0400 (0:00:00.036) 0:00:09.159 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [redhat.rhel_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:187 Monday 21 October 2024 16:31:02 -0400 (0:00:00.036) 0:00:09.195 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:195 Monday 21 October 2024 16:31:02 -0400 (0:00:00.022) 0:00:09.217 ******** ok: [managed-node3] => { "changed": false, "stat": { "exists": false } } TASK [redhat.rhel_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:200 Monday 21 October 2024 16:31:02 -0400 (0:00:00.402) 0:00:09.620 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [redhat.rhel_system_roles.storage : Update facts] ************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:222 Monday 21 October 2024 16:31:02 -0400 (0:00:00.073) 0:00:09.693 ******** ok: [managed-node3] TASK [Mark tasks to be skipped] ************************************************ task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_misc.yml:19 Monday 21 October 2024 16:31:03 -0400 (0:00:01.004) 0:00:10.699 ******** ok: [managed-node3] => { "ansible_facts": { "storage_skip_checks": [ "blivet_available", "packages_installed", "service_facts" ] }, "changed": false } TASK [Get unused disks for test] *********************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_misc.yml:26 Monday 21 October 2024 16:31:03 -0400 (0:00:00.104) 0:00:10.804 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/get_unused_disk.yml for managed-node3 TASK [Ensure test packages] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/get_unused_disk.yml:2 Monday 21 October 2024 16:31:03 -0400 (0:00:00.077) 0:00:10.882 ******** ok: [managed-node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Find unused disks in the system] ***************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/get_unused_disk.yml:11 Monday 21 October 2024 16:31:04 -0400 (0:00:00.954) 0:00:11.836 ******** ok: [managed-node3] => { "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:05 -0400 (0:00:00.568) 0:00:12.405 ******** ok: [managed-node3] => { "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.034845", "end": "2024-10-21 16:31:05.983377", "rc": 0, "start": "2024-10-21 16:31:05.948532" } 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:25:14 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[11683]: pam_unix(sudo:session): session closed for user root Oct 21 16:25:15 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[11822]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-nwbvhgypulnaenswsmpexkzdinkumhma ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542315.1045346-8480-59157078064257/AnsiballZ_dnf.py' Oct 21 16:25:15 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[11822]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:25:15 ip-10-31-8-70.us-east-1.aws.redhat.com python3[11824]: 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:25:15 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[11822]: pam_unix(sudo:session): session closed for user root Oct 21 16:25:16 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[11932]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-gkckdsymneiygtghirtxozgendspcioj ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542316.0628254-8561-110090850383461/AnsiballZ_find_unused_disk.py' Oct 21 16:25:16 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[11932]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:25:16 ip-10-31-8-70.us-east-1.aws.redhat.com python3[11934]: 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:25:16 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[11932]: pam_unix(sudo:session): session closed for user root Oct 21 16:25:17 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[12043]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-mjvsfxmjlxqsxmckjzuzdiyltfuxtxyp ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542316.7439566-8597-37361749078205/AnsiballZ_command.py' Oct 21 16:25:17 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[12043]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:25:17 ip-10-31-8-70.us-east-1.aws.redhat.com python3[12045]: 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:25:17 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[12043]: pam_unix(sudo:session): session closed for user root Oct 21 16:25:23 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[12189]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-gtaryfxukobctbcneprmagoehphwaxaf ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542322.3458774-9165-203141527394795/AnsiballZ_setup.py' Oct 21 16:25:23 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[12189]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:25:23 ip-10-31-8-70.us-east-1.aws.redhat.com python3[12191]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:25:23 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[12189]: pam_unix(sudo:session): session closed for user root Oct 21 16:25:24 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[12328]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-myzuqyrvftgepaavmfepgtfojbfucaca ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542324.1489155-9269-190508700351775/AnsiballZ_stat.py' Oct 21 16:25:24 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[12328]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:25:24 ip-10-31-8-70.us-east-1.aws.redhat.com python3[12330]: 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:25:24 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[12328]: pam_unix(sudo:session): session closed for user root Oct 21 16:25:25 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[12437]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-rtbpqbfwbxjluubsconwdowkrbzaidko ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542324.9089978-9310-277635678982856/AnsiballZ_dnf.py' Oct 21 16:25:25 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[12437]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:25:25 ip-10-31-8-70.us-east-1.aws.redhat.com python3[12439]: 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:25:25 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[12437]: pam_unix(sudo:session): session closed for user root Oct 21 16:25:26 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[12547]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-kkifapedxjooxrdcuasfjxtyfpwartfm ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542326.0810983-9373-162108837397855/AnsiballZ_blivet.py' Oct 21 16:25:26 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[12547]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:25:26 ip-10-31-8-70.us-east-1.aws.redhat.com python3[12549]: 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:25:26 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[12547]: pam_unix(sudo:session): session closed for user root Oct 21 16:25:27 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[12659]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-gwtfwbxkbevdznirwkxekiizpxfglxty ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542327.080711-9416-117612267637047/AnsiballZ_dnf.py' Oct 21 16:25:27 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[12659]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:25:27 ip-10-31-8-70.us-east-1.aws.redhat.com python3[12661]: 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:25:27 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[12659]: pam_unix(sudo:session): session closed for user root Oct 21 16:25:28 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[12769]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-gizzhjzasbxujfbqrtreaypbppfzbfef ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542327.9454522-9493-260177843132222/AnsiballZ_service_facts.py' Oct 21 16:25:28 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[12769]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:25:28 ip-10-31-8-70.us-east-1.aws.redhat.com python3[12771]: ansible-service_facts Invoked Oct 21 16:25:29 ip-10-31-8-70.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:25:29 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[12769]: pam_unix(sudo:session): session closed for user root Oct 21 16:25:30 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[12981]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-scesltcokibiyozpymafjrrpzdwagwls ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542330.2862573-9789-71986497675933/AnsiballZ_blivet.py' Oct 21 16:25:30 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[12981]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:25:30 ip-10-31-8-70.us-east-1.aws.redhat.com python3[12983]: 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:25:30 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[12981]: pam_unix(sudo:session): session closed for user root Oct 21 16:25:31 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[13093]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-isoipihecaksbocenbmpshrviasryhwd ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542331.0196772-9827-137028021514177/AnsiballZ_stat.py' Oct 21 16:25:31 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[13093]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:25:31 ip-10-31-8-70.us-east-1.aws.redhat.com python3[13095]: 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:25:31 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[13093]: pam_unix(sudo:session): session closed for user root Oct 21 16:25:31 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[13204]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-shxbxmqoqqnrdxeimidvbvzklajwrrig ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542331.745094-9868-266703381017951/AnsiballZ_stat.py' Oct 21 16:25:31 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[13204]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:25:32 ip-10-31-8-70.us-east-1.aws.redhat.com python3[13206]: 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:25:32 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[13204]: pam_unix(sudo:session): session closed for user root Oct 21 16:25:32 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[13313]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-mfalyfujkhilpbolkufrfnqjzsynlupm ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542332.175243-9896-171215046394755/AnsiballZ_setup.py' Oct 21 16:25:32 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[13313]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:25:32 ip-10-31-8-70.us-east-1.aws.redhat.com python3[13315]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:25:32 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[13313]: pam_unix(sudo:session): session closed for user root Oct 21 16:25:33 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[13452]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-uvsaxccqmbyvpogarpowemooxqzxxrbb ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542333.262413-9940-35824625131026/AnsiballZ_dnf.py' Oct 21 16:25:33 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[13452]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:25:33 ip-10-31-8-70.us-east-1.aws.redhat.com python3[13454]: 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:25:34 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[13452]: pam_unix(sudo:session): session closed for user root Oct 21 16:25:34 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[13562]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-gfmbthfkfjjwmetkyoevzfsopuxjzkxu ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542334.236736-9989-150322802511145/AnsiballZ_find_unused_disk.py' Oct 21 16:25:34 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[13562]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:25:34 ip-10-31-8-70.us-east-1.aws.redhat.com python3[13564]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with min_size=3g max_return=1 max_size=0 match_sector_size=False with_interface=None Oct 21 16:25:34 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[13562]: pam_unix(sudo:session): session closed for user root Oct 21 16:25:35 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[13673]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-goqchyxprbsicfzwkthuuadcmhwdtusg ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542335.0297856-10076-237939888630829/AnsiballZ_command.py' Oct 21 16:25:35 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[13673]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:25:35 ip-10-31-8-70.us-east-1.aws.redhat.com python3[13675]: 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:25:35 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[13673]: pam_unix(sudo:session): session closed for user root Oct 21 16:25:39 ip-10-31-8-70.us-east-1.aws.redhat.com python3[13819]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:25:40 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[13956]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-tufxlpuuumgvbclxwvwdzhqixhjmecer ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542340.2885923-10612-262795435439559/AnsiballZ_setup.py' Oct 21 16:25:40 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[13956]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:25:40 ip-10-31-8-70.us-east-1.aws.redhat.com python3[13958]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:25:41 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[13956]: pam_unix(sudo:session): session closed for user root Oct 21 16:25:41 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[14095]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-iaybdfwvpgwqjppudrfidxnbydxcdcuy ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542341.4201572-10670-117764786285847/AnsiballZ_stat.py' Oct 21 16:25:41 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[14095]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:25:41 ip-10-31-8-70.us-east-1.aws.redhat.com python3[14097]: 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:25:41 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[14095]: pam_unix(sudo:session): session closed for user root Oct 21 16:25:42 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[14204]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-smrlndfyalotwbralsuqncukadmrtwrd ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542342.1598687-10716-247980457682348/AnsiballZ_dnf.py' Oct 21 16:25:42 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[14204]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:25:42 ip-10-31-8-70.us-east-1.aws.redhat.com python3[14206]: 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:25:43 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[14204]: pam_unix(sudo:session): session closed for user root Oct 21 16:25:43 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[14314]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-azmhcfuwzfxanbrnqlsmilexjlkrxwvs ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542343.2832139-10765-193710440768061/AnsiballZ_blivet.py' Oct 21 16:25:43 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[14314]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:25:43 ip-10-31-8-70.us-east-1.aws.redhat.com python3[14316]: 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:25:44 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[14314]: pam_unix(sudo:session): session closed for user root Oct 21 16:25:44 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[14426]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ovvkctdomfhjvvjnrtulmwfhzfkoyqyd ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542344.5338352-10832-161045018188752/AnsiballZ_dnf.py' Oct 21 16:25:44 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[14426]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:25:44 ip-10-31-8-70.us-east-1.aws.redhat.com python3[14428]: 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:25:45 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[14426]: pam_unix(sudo:session): session closed for user root Oct 21 16:25:45 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[14536]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-jkvtethtxnurfsyvqqnbqlyozcivvwek ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542345.372058-10871-75455544067484/AnsiballZ_service_facts.py' Oct 21 16:25:45 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[14536]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:25:45 ip-10-31-8-70.us-east-1.aws.redhat.com python3[14538]: ansible-service_facts Invoked Oct 21 16:25:46 ip-10-31-8-70.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:25:47 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[14536]: pam_unix(sudo:session): session closed for user root Oct 21 16:25:47 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[14747]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ddztnpwcvvcnhhskusqbydqvakicykha ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542347.7003832-11006-226149043759511/AnsiballZ_blivet.py' Oct 21 16:25:47 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[14747]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:25:48 ip-10-31-8-70.us-east-1.aws.redhat.com python3[14749]: 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:25:48 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[14747]: pam_unix(sudo:session): session closed for user root Oct 21 16:25:48 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[14859]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-rzhxxbhxebvnczrlqxdwwkwkgcuibahn ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542348.387993-11111-98208137066104/AnsiballZ_stat.py' Oct 21 16:25:48 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[14859]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:25:48 ip-10-31-8-70.us-east-1.aws.redhat.com python3[14861]: 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:25:48 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[14859]: pam_unix(sudo:session): session closed for user root Oct 21 16:25:49 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[14970]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-hrkcrbghdklejcgrmpkmckhfdlqsziaf ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542349.6660082-11289-123518600792458/AnsiballZ_stat.py' Oct 21 16:25:49 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[14970]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:25:50 ip-10-31-8-70.us-east-1.aws.redhat.com python3[14972]: 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:25:50 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[14970]: pam_unix(sudo:session): session closed for user root Oct 21 16:25:50 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[15079]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qyqvlijulqefgbtvlgfbgowktadnsgia ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542350.121249-11374-3664385629082/AnsiballZ_setup.py' Oct 21 16:25:50 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[15079]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:25:50 ip-10-31-8-70.us-east-1.aws.redhat.com python3[15081]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:25:50 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[15079]: pam_unix(sudo:session): session closed for user root Oct 21 16:25:51 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[15218]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-woctxdiupxaeetsnadkuabzmqrkuhcvu ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542351.2754748-11497-1354938007095/AnsiballZ_dnf.py' Oct 21 16:25:51 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[15218]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:25:51 ip-10-31-8-70.us-east-1.aws.redhat.com python3[15220]: 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:25:52 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[15218]: pam_unix(sudo:session): session closed for user root Oct 21 16:25:52 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[15328]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-jmjuotzmcngioglfrwzwxeboqjidypzs ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542352.1619596-11530-229830002526620/AnsiballZ_find_unused_disk.py' Oct 21 16:25:52 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[15328]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:25:52 ip-10-31-8-70.us-east-1.aws.redhat.com python3[15330]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with max_return=1 with_interface=scsi min_size=0 max_size=0 match_sector_size=False Oct 21 16:25:52 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[15328]: pam_unix(sudo:session): session closed for user root Oct 21 16:25:53 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[15439]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-auojdnlndjzrglpdhtrpnabkulmlhuzk ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542352.7670343-11568-241704344600436/AnsiballZ_command.py' Oct 21 16:25:53 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[15439]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:25:53 ip-10-31-8-70.us-east-1.aws.redhat.com python3[15441]: 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:25:53 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[15439]: pam_unix(sudo:session): session closed for user root Oct 21 16:25:55 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[15585]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wwiveziqaetogrnpoifwswrqmhadvjqa ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542354.4921787-11690-58898528235976/AnsiballZ_setup.py' Oct 21 16:25:55 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[15585]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:25:55 ip-10-31-8-70.us-east-1.aws.redhat.com python3[15587]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:25:55 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[15585]: pam_unix(sudo:session): session closed for user root Oct 21 16:25:56 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[15724]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-sghmvcvrrfuomtadfsqlteqcpyoffhkg ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542356.2880516-11838-280095079405743/AnsiballZ_stat.py' Oct 21 16:25:56 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[15724]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:25:56 ip-10-31-8-70.us-east-1.aws.redhat.com python3[15726]: 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:25:56 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[15724]: pam_unix(sudo:session): session closed for user root Oct 21 16:25:57 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[15833]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-nxckhdfmnuqmosrdehxzuztftgazgquu ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542357.1901548-11896-86251993287672/AnsiballZ_dnf.py' Oct 21 16:25:57 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[15833]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:25:57 ip-10-31-8-70.us-east-1.aws.redhat.com python3[15835]: 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:25:58 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[15833]: pam_unix(sudo:session): session closed for user root Oct 21 16:25:58 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[15943]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zgaysryeaylftrnoucqeextsidvisfkx ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542358.431131-11953-221991815095243/AnsiballZ_blivet.py' Oct 21 16:25:58 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[15943]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:25:59 ip-10-31-8-70.us-east-1.aws.redhat.com python3[15945]: 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:25:59 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[15943]: pam_unix(sudo:session): session closed for user root Oct 21 16:25:59 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[16055]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vpyunclfmonyczmfrxexnuptbqarbeso ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542359.3191836-11994-269198585340842/AnsiballZ_dnf.py' Oct 21 16:25:59 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[16055]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:25:59 ip-10-31-8-70.us-east-1.aws.redhat.com python3[16057]: 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:00 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[16055]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:00 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[16165]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-eokuiiymnyqrfaheabwipchgdjfryvsx ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542360.164893-12023-196614156463801/AnsiballZ_service_facts.py' Oct 21 16:26:00 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[16165]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:00 ip-10-31-8-70.us-east-1.aws.redhat.com python3[16167]: ansible-service_facts Invoked Oct 21 16:26:01 ip-10-31-8-70.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:02 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[16165]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:02 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[16376]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-xmwzggbamqohiyhycaeedyfeyvexkctg ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542362.5415835-12290-214013642544693/AnsiballZ_blivet.py' Oct 21 16:26:02 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[16376]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:02 ip-10-31-8-70.us-east-1.aws.redhat.com python3[16378]: 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:03 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[16376]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:03 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[16488]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ofvnthtyzklrxqlkgxtskknegmpcqfyb ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542363.1946352-12421-53692168693368/AnsiballZ_stat.py' Oct 21 16:26:03 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[16488]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:03 ip-10-31-8-70.us-east-1.aws.redhat.com python3[16490]: 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:03 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[16488]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:04 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[16599]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-mhbppxeotzylroepmovtviquaysdathu ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542364.235014-12470-11537328896238/AnsiballZ_stat.py' Oct 21 16:26:04 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[16599]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:04 ip-10-31-8-70.us-east-1.aws.redhat.com python3[16601]: 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:04 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[16599]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:04 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[16708]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ensxxclluvynsrcassupsbmevegzbqcu ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542364.6792352-12492-261086084553590/AnsiballZ_setup.py' Oct 21 16:26:04 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[16708]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:05 ip-10-31-8-70.us-east-1.aws.redhat.com python3[16710]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:26:05 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[16708]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:06 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[16847]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ydzwmobndvhpmmpbdagbtyufqjmsbxvj ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542365.6049695-12536-82851832358273/AnsiballZ_package_facts.py' Oct 21 16:26:06 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[16847]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:06 ip-10-31-8-70.us-east-1.aws.redhat.com python3[16849]: ansible-package_facts Invoked with manager=['auto'] strategy=first Oct 21 16:26:06 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[16847]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:07 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[16956]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-anmurtcdmrjrflfhtzdzmofictvoduom ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542367.8020027-12743-165437326018372/AnsiballZ_dnf.py' Oct 21 16:26:07 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[16956]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:08 ip-10-31-8-70.us-east-1.aws.redhat.com python3[16958]: 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:08 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[16956]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:09 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[17066]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vrozsjsqooklyxxgcfnozugglmecvalo ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542368.7769206-12776-11166271662951/AnsiballZ_find_unused_disk.py' Oct 21 16:26:09 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[17066]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:09 ip-10-31-8-70.us-east-1.aws.redhat.com python3[17068]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with min_size=10g max_return=2 match_sector_size=True max_size=0 with_interface=None Oct 21 16:26:09 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[17066]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:13 ip-10-31-8-70.us-east-1.aws.redhat.com python3[17212]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:26:14 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[17349]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-cvzituqkcatgnpubpsxffnxzhckkezih ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542374.164942-13240-124795281753339/AnsiballZ_setup.py' Oct 21 16:26:14 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[17349]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:14 ip-10-31-8-70.us-east-1.aws.redhat.com python3[17351]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:26:14 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[17349]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:15 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[17488]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zwwfmfztowqwdzraugyweknlefjgeioi ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542375.2620554-13306-41630602958147/AnsiballZ_stat.py' Oct 21 16:26:15 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[17488]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:15 ip-10-31-8-70.us-east-1.aws.redhat.com python3[17490]: 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:15 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[17488]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:16 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[17597]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-fhwrypetbpjamgtvniviwqixccrgjdqj ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542375.928452-13330-9157537797290/AnsiballZ_dnf.py' Oct 21 16:26:16 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[17597]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:16 ip-10-31-8-70.us-east-1.aws.redhat.com python3[17599]: 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:17 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[17597]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:17 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[17707]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-auyphvcoeztvkiharasxuvbcflnscrxa ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542377.3060532-13384-157267027981624/AnsiballZ_blivet.py' Oct 21 16:26:17 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[17707]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:18 ip-10-31-8-70.us-east-1.aws.redhat.com python3[17709]: 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:26:18 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[17707]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:18 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[17819]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-yxlwgwpudmuwsdsowmiqsmutabqtnekk ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542378.4984896-13462-1891100645758/AnsiballZ_dnf.py' Oct 21 16:26:18 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[17819]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:18 ip-10-31-8-70.us-east-1.aws.redhat.com python3[17821]: 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:19 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[17819]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:19 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[17929]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-lfemhjfvhxvcyjxnfbcgmkzgfvvbjoed ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542379.3996987-13491-237001884059709/AnsiballZ_service_facts.py' Oct 21 16:26:19 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[17929]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:19 ip-10-31-8-70.us-east-1.aws.redhat.com python3[17931]: ansible-service_facts Invoked Oct 21 16:26:20 ip-10-31-8-70.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:21 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[17929]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:22 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[18140]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-itmvksjextrueambsafnahkjvtzvolld ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542381.8504155-13699-234317680835446/AnsiballZ_blivet.py' Oct 21 16:26:22 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[18140]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:22 ip-10-31-8-70.us-east-1.aws.redhat.com python3[18142]: 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:26:22 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[18140]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:22 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[18252]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vqxmeyhutwutkoqqvrcqjannlybmrdrv ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542382.429334-13799-277850145166337/AnsiballZ_stat.py' Oct 21 16:26:22 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[18252]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:22 ip-10-31-8-70.us-east-1.aws.redhat.com python3[18254]: 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:22 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[18252]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:23 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[18363]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-dvvklxofsmyoeedntdsavfpilbbqekbj ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542383.443904-13906-62210310291653/AnsiballZ_stat.py' Oct 21 16:26:23 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[18363]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:23 ip-10-31-8-70.us-east-1.aws.redhat.com python3[18365]: 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:23 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[18363]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:24 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[18472]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-hgmzmujnugvrrdpdxpqlicblpdxtvccc ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542383.9108696-13980-70510587217217/AnsiballZ_setup.py' Oct 21 16:26:24 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[18472]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:24 ip-10-31-8-70.us-east-1.aws.redhat.com python3[18474]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:26:24 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[18472]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:25 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[18611]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-xvogbhhmbktcoywjonkzynqipkfwpsuq ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542385.0561574-14101-242441868539012/AnsiballZ_dnf.py' Oct 21 16:26:25 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[18611]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:25 ip-10-31-8-70.us-east-1.aws.redhat.com python3[18613]: 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:25 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[18611]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:26 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[18721]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ejnzjbiwznvffpobyligjyfujaufxwrk ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542386.0058265-14135-216723939435695/AnsiballZ_find_unused_disk.py' Oct 21 16:26:26 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[18721]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:26 ip-10-31-8-70.us-east-1.aws.redhat.com python3[18723]: 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:26 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[18721]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:26 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[18832]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-noweukhmtsjvpegvcxtnewyxorbjkxzh ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542386.576502-14161-194349925981922/AnsiballZ_command.py' Oct 21 16:26:26 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[18832]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:27 ip-10-31-8-70.us-east-1.aws.redhat.com python3[18834]: 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:27 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[18832]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:29 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[18978]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wcctxxdwkziodupnytqaguoqhppivghr ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542388.413691-14294-222357023121131/AnsiballZ_setup.py' Oct 21 16:26:29 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[18978]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:29 ip-10-31-8-70.us-east-1.aws.redhat.com python3[18980]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:26:29 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[18978]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:30 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[19117]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qpvgeknrdtbelmmgdcpdohmtqumpxcvi ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542390.258931-14448-107344036344690/AnsiballZ_stat.py' Oct 21 16:26:30 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[19117]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:30 ip-10-31-8-70.us-east-1.aws.redhat.com python3[19119]: 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:30 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[19117]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:31 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[19226]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-imjnojrgkckhrwufilunonqrneugzzrk ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542391.171704-14514-257971781790923/AnsiballZ_dnf.py' Oct 21 16:26:31 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[19226]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:31 ip-10-31-8-70.us-east-1.aws.redhat.com python3[19228]: 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:32 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[19226]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:32 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[19336]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-oakagmvduexltrcgzwhkejcovktmiuvp ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542392.4576964-14566-121634952228539/AnsiballZ_blivet.py' Oct 21 16:26:32 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[19336]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:33 ip-10-31-8-70.us-east-1.aws.redhat.com python3[19338]: 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:26:33 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[19336]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:33 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[19448]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vttnxurkowhimbiqofdcjwcaxsrstrcz ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542393.403775-14597-155437175307393/AnsiballZ_dnf.py' Oct 21 16:26:33 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[19448]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:33 ip-10-31-8-70.us-east-1.aws.redhat.com python3[19450]: 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:34 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[19448]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:34 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[19558]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-akuinclvqbeplfdsgldxbjuqpcdrlimv ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542394.2772167-14629-118257486767537/AnsiballZ_service_facts.py' Oct 21 16:26:34 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[19558]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:34 ip-10-31-8-70.us-east-1.aws.redhat.com python3[19560]: ansible-service_facts Invoked Oct 21 16:26:35 ip-10-31-8-70.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:36 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[19558]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:36 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[19769]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-mzabevaxsrdtmhqxzlcknvpkfckslzya ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542396.650188-14746-184726302243751/AnsiballZ_blivet.py' Oct 21 16:26:36 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[19769]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:37 ip-10-31-8-70.us-east-1.aws.redhat.com python3[19771]: 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:26:37 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[19769]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:37 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[19881]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-fkfvfvvyezbhhttlacsdvwmyvhnlvagl ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542397.3144987-14835-32864626813462/AnsiballZ_stat.py' Oct 21 16:26:37 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[19881]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:37 ip-10-31-8-70.us-east-1.aws.redhat.com python3[19883]: 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:37 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[19881]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:38 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[19992]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-mpiuuizgvdkabgfuzhcrqnwggbjxcbcj ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542398.4195352-15009-272276561531320/AnsiballZ_stat.py' Oct 21 16:26:38 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[19992]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:38 ip-10-31-8-70.us-east-1.aws.redhat.com python3[19994]: 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:38 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[19992]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:39 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[20101]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-sfpdtkfzhphhpxzrnwfannlvjczrgozg ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542398.8062396-15047-245230609417663/AnsiballZ_setup.py' Oct 21 16:26:39 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[20101]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:39 ip-10-31-8-70.us-east-1.aws.redhat.com python3[20103]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:26:39 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[20101]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:40 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[20240]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-olrrammzazscblngvbmwjncfbgsigjtj ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542399.92258-15145-60390417459190/AnsiballZ_dnf.py' Oct 21 16:26:40 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[20240]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:40 ip-10-31-8-70.us-east-1.aws.redhat.com python3[20242]: 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:40 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[20240]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:41 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[20350]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-xlgwscoibyrehkawhntoqdrmtatbnary ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542400.8799453-15172-150352213595629/AnsiballZ_find_unused_disk.py' Oct 21 16:26:41 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[20350]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:41 ip-10-31-8-70.us-east-1.aws.redhat.com python3[20352]: 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:26:41 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[20350]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:41 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[20461]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-kgkpnafachorapepzdqmgfmwxovveppb ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542401.5135605-15205-3468417173542/AnsiballZ_command.py' Oct 21 16:26:41 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[20461]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:41 ip-10-31-8-70.us-east-1.aws.redhat.com python3[20463]: 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:41 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[20461]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:48 ip-10-31-8-70.us-east-1.aws.redhat.com python3[20607]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:26:49 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[20744]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-rnmdxckrhhsmpxizzgrsafagnnjjqwzz ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542409.2868493-15892-42733619576250/AnsiballZ_setup.py' Oct 21 16:26:49 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[20744]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:49 ip-10-31-8-70.us-east-1.aws.redhat.com python3[20746]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:26:50 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[20744]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:50 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[20883]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wxznknumuugyvdzoqmjjqdsblxxdudvu ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542410.4062157-15961-250317777238102/AnsiballZ_stat.py' Oct 21 16:26:50 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[20883]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:50 ip-10-31-8-70.us-east-1.aws.redhat.com python3[20885]: 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:50 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[20883]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:51 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[20992]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-urhjstqhmputbejmpioxoydhciorccoy ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542411.0394616-15982-2590620093852/AnsiballZ_dnf.py' Oct 21 16:26:51 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[20992]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:51 ip-10-31-8-70.us-east-1.aws.redhat.com python3[20994]: 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:52 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[20992]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:52 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[21102]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wtxljnpunvxeeeqgmovgotbmgesniecm ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542412.1799846-16028-274733200539240/AnsiballZ_blivet.py' Oct 21 16:26:52 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[21102]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:52 ip-10-31-8-70.us-east-1.aws.redhat.com python3[21104]: 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:52 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[21102]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:53 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[21214]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-crtxrsgkifxvdtlblejsjyhdgfcbgjue ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542413.409535-16105-11117548514842/AnsiballZ_dnf.py' Oct 21 16:26:53 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[21214]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:53 ip-10-31-8-70.us-east-1.aws.redhat.com python3[21216]: 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:54 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[21214]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:54 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[21324]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qjtzryenbxwkslxwykdcjnwipqszizsm ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542414.2453027-16196-46463077813984/AnsiballZ_service_facts.py' Oct 21 16:26:54 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[21324]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:54 ip-10-31-8-70.us-east-1.aws.redhat.com python3[21326]: ansible-service_facts Invoked Oct 21 16:26:55 ip-10-31-8-70.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:56 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[21324]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:56 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[21535]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ngdzypxrllofciglezosytveaaklymjt ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542416.4362407-16339-22522578642594/AnsiballZ_blivet.py' Oct 21 16:26:56 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[21535]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:56 ip-10-31-8-70.us-east-1.aws.redhat.com python3[21537]: 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:56 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[21535]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:57 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[21647]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-abtrkwaerrtsxcvcsqtlzlqkbdmoyedr ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542417.0483894-16377-20249212288463/AnsiballZ_stat.py' Oct 21 16:26:57 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[21647]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:57 ip-10-31-8-70.us-east-1.aws.redhat.com python3[21649]: 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:57 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[21647]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:58 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[21758]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-haygfjsrxbcihtgrgvfpxrsqnxlpuxqc ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542418.0180361-16438-6782349797789/AnsiballZ_stat.py' Oct 21 16:26:58 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[21758]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:58 ip-10-31-8-70.us-east-1.aws.redhat.com python3[21760]: 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:58 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[21758]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:58 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[21867]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-fsxwlnxdtuerbdrspfcbeluaskwrxlgx ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542418.4345975-16460-166825920888505/AnsiballZ_setup.py' Oct 21 16:26:58 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[21867]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:26:58 ip-10-31-8-70.us-east-1.aws.redhat.com python3[21869]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:26:59 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[21867]: pam_unix(sudo:session): session closed for user root Oct 21 16:26:59 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[22006]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qurvditxhlmqxuopsoafdxyajsgqbjtv ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542419.353461-16551-66796400110735/AnsiballZ_package_facts.py' Oct 21 16:26:59 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[22006]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:00 ip-10-31-8-70.us-east-1.aws.redhat.com python3[22008]: ansible-package_facts Invoked with manager=['auto'] strategy=first Oct 21 16:27:00 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[22006]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:01 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[22115]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-gilauevqsgretwbklwvpnqasxwmimpez ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542421.152772-16759-120439971093716/AnsiballZ_dnf.py' Oct 21 16:27:01 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[22115]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:01 ip-10-31-8-70.us-east-1.aws.redhat.com python3[22117]: 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:01 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[22115]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:02 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[22225]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-cygddshtdifqmjhxnkybuqzkqzjjatys ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542422.0723612-16845-22121297389237/AnsiballZ_find_unused_disk.py' Oct 21 16:27:02 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[22225]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:02 ip-10-31-8-70.us-east-1.aws.redhat.com python3[22227]: 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:02 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[22225]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:03 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[22336]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-xjvxhzgggbxakhvvrdwruzhxabzvwipo ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542422.7998755-16861-8597695733923/AnsiballZ_command.py' Oct 21 16:27:03 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[22336]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:03 ip-10-31-8-70.us-east-1.aws.redhat.com python3[22338]: 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:03 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[22336]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:05 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[22482]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-jkowpbpzepmdsttcsojvyfxhdkcwkxte ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542424.5560863-17056-22860849419274/AnsiballZ_setup.py' Oct 21 16:27:05 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[22482]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:05 ip-10-31-8-70.us-east-1.aws.redhat.com python3[22484]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:27:05 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[22482]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:06 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[22621]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-tjmqtpoeunpjrilesvnxqnajoilybiez ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542426.3731449-17161-140539574400948/AnsiballZ_stat.py' Oct 21 16:27:06 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[22621]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:06 ip-10-31-8-70.us-east-1.aws.redhat.com python3[22623]: 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:06 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[22621]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:07 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[22730]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-umjgsdhacwdvxhkwyvvawmmqlazhdqdn ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542427.0708582-17193-260988630960748/AnsiballZ_dnf.py' Oct 21 16:27:07 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[22730]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:07 ip-10-31-8-70.us-east-1.aws.redhat.com python3[22732]: 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:08 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[22730]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:08 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[22840]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-fvsohezmpdwbaxcyvcyuyowopvgpbmzp ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542428.3163598-17251-70407099263345/AnsiballZ_blivet.py' Oct 21 16:27:08 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[22840]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:08 ip-10-31-8-70.us-east-1.aws.redhat.com python3[22842]: 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:08 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[22840]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:09 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[22952]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vllssnykxjmlhsjjwqpfcjhfnrlqhrpm ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542429.5181262-17298-197393011373425/AnsiballZ_dnf.py' Oct 21 16:27:09 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[22952]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:09 ip-10-31-8-70.us-east-1.aws.redhat.com python3[22954]: 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:10 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[22952]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:10 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[23062]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-myjddmszfmgfmewwmvqzxratlhmqjtxq ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542430.3734906-17382-140338596493174/AnsiballZ_service_facts.py' Oct 21 16:27:10 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[23062]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:10 ip-10-31-8-70.us-east-1.aws.redhat.com python3[23064]: ansible-service_facts Invoked Oct 21 16:27:11 ip-10-31-8-70.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:12 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[23062]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:12 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[23273]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-dvvwsrbutvygffxjgkwbegvbdmrmxdjg ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542432.5600028-17648-13747942146924/AnsiballZ_blivet.py' Oct 21 16:27:12 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[23273]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:12 ip-10-31-8-70.us-east-1.aws.redhat.com python3[23275]: 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:13 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[23273]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:13 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[23385]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-fmmztbnricshmgjqybsppcprapewdlwk ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542433.2066677-17702-220544481191938/AnsiballZ_stat.py' Oct 21 16:27:13 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[23385]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:13 ip-10-31-8-70.us-east-1.aws.redhat.com python3[23387]: 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:13 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[23385]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:14 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[23496]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qhridlvicwnpfldesqgadszwqzknrqma ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542434.0808675-17751-33825406402603/AnsiballZ_stat.py' Oct 21 16:27:14 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[23496]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:14 ip-10-31-8-70.us-east-1.aws.redhat.com python3[23498]: 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:14 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[23496]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:14 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[23605]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-nbbsaizwgrqvsjpmzmnrjeaxscylpbrv ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542434.5554876-17770-5018435795625/AnsiballZ_setup.py' Oct 21 16:27:14 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[23605]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:14 ip-10-31-8-70.us-east-1.aws.redhat.com python3[23607]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:27:15 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[23605]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:15 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[23744]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-mgyuuyslateuibbmogahsvbgjcqgqlio ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542435.559129-17815-257999872035050/AnsiballZ_dnf.py' Oct 21 16:27:15 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[23744]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:15 ip-10-31-8-70.us-east-1.aws.redhat.com python3[23746]: 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:16 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[23744]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:16 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[23854]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-rbttdcsgspgqxgfuvwysynuwzjjfzhpc ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542436.4713075-17855-183184995404832/AnsiballZ_find_unused_disk.py' Oct 21 16:27:16 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[23854]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:16 ip-10-31-8-70.us-east-1.aws.redhat.com python3[23856]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with max_return=3 match_sector_size=True min_size=0 max_size=0 with_interface=None Oct 21 16:27:16 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[23854]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:22 ip-10-31-8-70.us-east-1.aws.redhat.com python3[24000]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:27:23 ip-10-31-8-70.us-east-1.aws.redhat.com python3[24137]: 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:24 ip-10-31-8-70.us-east-1.aws.redhat.com python3[24244]: 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:25 ip-10-31-8-70.us-east-1.aws.redhat.com python3[24352]: 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:26 ip-10-31-8-70.us-east-1.aws.redhat.com python3[24462]: 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:27 ip-10-31-8-70.us-east-1.aws.redhat.com python3[24570]: ansible-service_facts Invoked Oct 21 16:27:28 ip-10-31-8-70.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:29 ip-10-31-8-70.us-east-1.aws.redhat.com python3[24779]: 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:30 ip-10-31-8-70.us-east-1.aws.redhat.com python3[24889]: 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:31 ip-10-31-8-70.us-east-1.aws.redhat.com python3[24998]: 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:31 ip-10-31-8-70.us-east-1.aws.redhat.com python3[25105]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:27:35 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[25277]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-abzkdmhkiinmlhnqstbchgcbxmftmvgi ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542455.2370176-19518-254387072144855/AnsiballZ_setup.py' Oct 21 16:27:35 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[25277]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:36 ip-10-31-8-70.us-east-1.aws.redhat.com python3[25279]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:27:36 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[25277]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:37 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[25416]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-imwzvzocmbvobegvaepjpmlmrvkgjxgh ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542456.8323016-19581-126922720207991/AnsiballZ_stat.py' Oct 21 16:27:37 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[25416]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:37 ip-10-31-8-70.us-east-1.aws.redhat.com python3[25418]: 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:37 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[25416]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:38 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[25525]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-godfddtdfxtazsidfsbbkyeneundmnhh ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542457.676299-19621-90436384991991/AnsiballZ_dnf.py' Oct 21 16:27:38 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[25525]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:38 ip-10-31-8-70.us-east-1.aws.redhat.com python3[25527]: 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:38 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[25525]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:39 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[25635]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-okahqvagonpdgtahpixyalxpqyhvbupq ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542458.847309-19706-272617554732372/AnsiballZ_blivet.py' Oct 21 16:27:39 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[25635]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:39 ip-10-31-8-70.us-east-1.aws.redhat.com python3[25637]: 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:39 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[25635]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:39 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[25747]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-bkxtezuhkwjihlwuziroizbpnorxhwzh ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542459.8002455-19744-109433422074774/AnsiballZ_dnf.py' Oct 21 16:27:39 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[25747]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:40 ip-10-31-8-70.us-east-1.aws.redhat.com python3[25749]: 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:40 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[25747]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:40 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[25857]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-jhimtvnfbucujdimtuflxdwihrywpwkl ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542460.640821-19770-110509476230197/AnsiballZ_service_facts.py' Oct 21 16:27:40 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[25857]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:41 ip-10-31-8-70.us-east-1.aws.redhat.com python3[25859]: ansible-service_facts Invoked Oct 21 16:27:41 ip-10-31-8-70.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:42 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[25857]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:42 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[26068]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-csuizezkplbzheagaqdbhzzevpfimgxy ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542462.8042367-19808-138731547214154/AnsiballZ_blivet.py' Oct 21 16:27:42 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[26068]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:43 ip-10-31-8-70.us-east-1.aws.redhat.com python3[26070]: 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:43 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[26068]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:43 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[26180]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-txdbqyjavfjwtijvwexglgnlcszijxpw ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542463.3876848-19838-160860761605503/AnsiballZ_stat.py' Oct 21 16:27:43 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[26180]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:43 ip-10-31-8-70.us-east-1.aws.redhat.com python3[26182]: 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:43 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[26180]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:44 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[26291]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-swugtqoqfbgazbemmnrgdofflktfuhgr ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542464.2295754-19904-131376787540750/AnsiballZ_stat.py' Oct 21 16:27:44 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[26291]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:44 ip-10-31-8-70.us-east-1.aws.redhat.com python3[26293]: 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:44 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[26291]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:44 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[26400]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-tlcfailcbuopeofktkqleerglxeyhpqq ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542464.627692-19926-7905995173096/AnsiballZ_setup.py' Oct 21 16:27:44 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[26400]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:44 ip-10-31-8-70.us-east-1.aws.redhat.com python3[26402]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:27:45 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[26400]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:45 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[26539]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-tplxwubytpfwcreswjvfkrxgiwwcrxws ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542465.6210725-19970-177673175330926/AnsiballZ_dnf.py' Oct 21 16:27:45 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[26539]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:45 ip-10-31-8-70.us-east-1.aws.redhat.com python3[26541]: 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:46 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[26539]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:46 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[26649]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-pjfcpsnmobfrzjqtczhvuhwnaoxwasdu ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542466.452291-19999-36824026506405/AnsiballZ_find_unused_disk.py' Oct 21 16:27:46 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[26649]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:46 ip-10-31-8-70.us-east-1.aws.redhat.com python3[26651]: 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:27:47 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[26649]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:48 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[26760]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-xbuukclkkhqjopwzvofwbjyznrtbjzpj ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542468.0566707-20101-134674245505259/AnsiballZ_command.py' Oct 21 16:27:48 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[26760]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:48 ip-10-31-8-70.us-east-1.aws.redhat.com python3[26762]: 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:48 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[26760]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:54 ip-10-31-8-70.us-east-1.aws.redhat.com systemd[1263]: 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 14. Oct 21 16:27:54 ip-10-31-8-70.us-east-1.aws.redhat.com systemd[1263]: 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 13. Oct 21 16:27:54 ip-10-31-8-70.us-east-1.aws.redhat.com systemd[1263]: 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 13. Oct 21 16:27:57 ip-10-31-8-70.us-east-1.aws.redhat.com python3[26907]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:27:58 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[27044]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-hgiwtubgvxjryiqrziqtdtzfwuzgzxgo ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542478.440535-21017-259047093610853/AnsiballZ_setup.py' Oct 21 16:27:58 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[27044]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:58 ip-10-31-8-70.us-east-1.aws.redhat.com python3[27046]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:27:59 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[27044]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:59 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[27183]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qxrpcpodpsclbtfvsqkzauooddrfnvyt ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542479.5300827-21063-176692128935209/AnsiballZ_stat.py' Oct 21 16:27:59 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[27183]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:59 ip-10-31-8-70.us-east-1.aws.redhat.com python3[27185]: 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:59 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[27183]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:00 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[27292]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-verydeflbtybsubhzvjziquondqqoqdy ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542480.365562-21115-72160609483357/AnsiballZ_dnf.py' Oct 21 16:28:00 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[27292]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:00 ip-10-31-8-70.us-east-1.aws.redhat.com python3[27294]: 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:01 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[27292]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:02 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[27402]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ewykwthgqylhawbpfilzpaaqohpqjfha ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542481.5689802-21181-150619778927474/AnsiballZ_blivet.py' Oct 21 16:28:02 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[27402]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:02 ip-10-31-8-70.us-east-1.aws.redhat.com python3[27404]: 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:02 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[27402]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:02 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[27514]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-yikvffllsjtquzoqvnxgcczqfbiuzfzm ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542482.669377-21250-215014777227459/AnsiballZ_dnf.py' Oct 21 16:28:02 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[27514]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:03 ip-10-31-8-70.us-east-1.aws.redhat.com python3[27516]: 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:03 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[27514]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:03 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[27624]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-kqnwzsawomdrqkdjizyppjtpsrvkguod ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542483.6094685-21287-220249942022254/AnsiballZ_service_facts.py' Oct 21 16:28:03 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[27624]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:04 ip-10-31-8-70.us-east-1.aws.redhat.com python3[27626]: ansible-service_facts Invoked Oct 21 16:28:05 ip-10-31-8-70.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:06 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[27624]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:07 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[27835]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-afsuxcycfozqksorkecizbwuxiteibvy ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542487.145315-21658-218270084938788/AnsiballZ_blivet.py' Oct 21 16:28:07 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[27835]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:07 ip-10-31-8-70.us-east-1.aws.redhat.com python3[27837]: 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:07 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[27835]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:07 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[27947]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qxataxllljbcstickohnypngmunurvyi ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542487.7630794-21744-146493160047302/AnsiballZ_stat.py' Oct 21 16:28:07 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[27947]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:08 ip-10-31-8-70.us-east-1.aws.redhat.com python3[27949]: 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:08 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[27947]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:08 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[28058]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-rrirgjlwsxnpynzfmjchcbussosjzixo ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542488.475647-21856-192032274043566/AnsiballZ_stat.py' Oct 21 16:28:08 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[28058]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:08 ip-10-31-8-70.us-east-1.aws.redhat.com python3[28060]: 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:08 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[28058]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:09 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[28167]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-hjdnshspxblgefifdpwwszkgkxehjqbu ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542488.9668818-21891-259280456777249/AnsiballZ_setup.py' Oct 21 16:28:09 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[28167]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:09 ip-10-31-8-70.us-east-1.aws.redhat.com python3[28169]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:28:09 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[28167]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:10 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[28306]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-hqjzezjozaigpyyusbfjjkyiappcnzrp ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542490.1061616-21936-6797708782066/AnsiballZ_dnf.py' Oct 21 16:28:10 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[28306]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:10 ip-10-31-8-70.us-east-1.aws.redhat.com python3[28308]: 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:10 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[28306]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:11 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[28416]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-prdwfecczfusrrxpemsmzdsspxkazowz ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542491.007856-21971-88482343777613/AnsiballZ_find_unused_disk.py' Oct 21 16:28:11 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[28416]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:11 ip-10-31-8-70.us-east-1.aws.redhat.com python3[28418]: 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:28:11 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[28416]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:11 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[28527]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-blyaoctvopjmaajixpyruiphvskcwkqh ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542491.5706396-21995-30456093350375/AnsiballZ_command.py' Oct 21 16:28:11 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[28527]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:12 ip-10-31-8-70.us-east-1.aws.redhat.com python3[28529]: 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:12 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[28527]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:14 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[28673]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zsqykeqoimtluzarmtcxdcqynlznykep ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542493.3658085-22125-65333955860231/AnsiballZ_setup.py' Oct 21 16:28:14 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[28673]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:14 ip-10-31-8-70.us-east-1.aws.redhat.com python3[28675]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:28:14 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[28673]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:15 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[28812]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ixnpvbtkhcyzaymvsgzhqpidfyadsdww ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542495.16186-22308-161965532945684/AnsiballZ_stat.py' Oct 21 16:28:15 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[28812]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:15 ip-10-31-8-70.us-east-1.aws.redhat.com python3[28814]: 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:15 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[28812]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:16 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[28921]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-jqyjbtihhhuhbcgvtqldocfkyqgewlrr ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542495.865843-22338-35643476519502/AnsiballZ_dnf.py' Oct 21 16:28:16 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[28921]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:16 ip-10-31-8-70.us-east-1.aws.redhat.com python3[28923]: 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:16 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[28921]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:17 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[29031]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-tiuwmhhiazxeawjdncadrjezithylbbd ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542497.1447861-22380-280110357436883/AnsiballZ_blivet.py' Oct 21 16:28:17 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[29031]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:17 ip-10-31-8-70.us-east-1.aws.redhat.com python3[29033]: 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:17 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[29031]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:18 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[29143]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-hyniioyfrpitojicpiizgrtrbyuaziez ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542498.3442202-22507-176125529075577/AnsiballZ_dnf.py' Oct 21 16:28:18 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[29143]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:18 ip-10-31-8-70.us-east-1.aws.redhat.com python3[29145]: 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:19 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[29143]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:19 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[29253]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-jmwzjhoghaneultcaearxpuyhtquizoe ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542499.2101812-22591-16909221002117/AnsiballZ_service_facts.py' Oct 21 16:28:19 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[29253]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:19 ip-10-31-8-70.us-east-1.aws.redhat.com python3[29255]: ansible-service_facts Invoked Oct 21 16:28:20 ip-10-31-8-70.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:21 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[29253]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:21 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[29464]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-mmndyhqaykuldyladneofhmuhhqmyiqi ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542501.4955797-22811-249543762793925/AnsiballZ_blivet.py' Oct 21 16:28:21 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[29464]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:21 ip-10-31-8-70.us-east-1.aws.redhat.com python3[29466]: 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:21 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[29464]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:22 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[29576]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-lqzwglmxlgwryaitrxrrjudiocoxagfl ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542502.1435955-22847-143135381584418/AnsiballZ_stat.py' Oct 21 16:28:22 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[29576]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:22 ip-10-31-8-70.us-east-1.aws.redhat.com python3[29578]: 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:22 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[29576]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:23 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[29687]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qabiwsjhmmgvilukjyjbqwextvdgywyx ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542503.2224326-22964-239756035907565/AnsiballZ_stat.py' Oct 21 16:28:23 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[29687]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:23 ip-10-31-8-70.us-east-1.aws.redhat.com python3[29689]: 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:23 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[29687]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:23 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[29796]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-eahlhstulyckydgcgjagrspwsplrfzge ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542503.7566276-23012-151318384951660/AnsiballZ_setup.py' Oct 21 16:28:24 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[29796]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:24 ip-10-31-8-70.us-east-1.aws.redhat.com python3[29798]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:28:24 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[29796]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:24 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[29935]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ltfrmbnnupksmgykicjgozmgpybdfvdl ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542504.8288157-23101-56538701287072/AnsiballZ_dnf.py' Oct 21 16:28:24 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[29935]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:25 ip-10-31-8-70.us-east-1.aws.redhat.com python3[29937]: 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:25 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[29935]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:26 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[30045]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-disfcqrokpeeisvnneuiqckjwyllcdts ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542505.69598-23143-231215476966214/AnsiballZ_find_unused_disk.py' Oct 21 16:28:26 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[30045]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:26 ip-10-31-8-70.us-east-1.aws.redhat.com python3[30047]: 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:28:26 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[30045]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:26 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[30156]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-rhctkoddyiptmpbgoldgvrksxbigxzyf ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542506.4133773-23191-11753458308544/AnsiballZ_command.py' Oct 21 16:28:26 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[30156]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:26 ip-10-31-8-70.us-east-1.aws.redhat.com python3[30158]: 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:26 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[30156]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:31 ip-10-31-8-70.us-east-1.aws.redhat.com python3[30302]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:28:32 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[30439]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-yxkjrfoopjcyfvlzhmmugihfatkdgzpq ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542512.2442563-23686-277731195751361/AnsiballZ_setup.py' Oct 21 16:28:32 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[30439]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:32 ip-10-31-8-70.us-east-1.aws.redhat.com python3[30441]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:28:33 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[30439]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:33 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[30578]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-aaqotckctgrksghwwukriroupvhkqkxh ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542513.4667795-23761-223504991443249/AnsiballZ_stat.py' Oct 21 16:28:33 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[30578]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:33 ip-10-31-8-70.us-east-1.aws.redhat.com python3[30580]: 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:33 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[30578]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:34 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[30687]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-hxeslacsxwhohsslwqbcigvlsvjligsf ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542514.3146238-23792-94510138580523/AnsiballZ_dnf.py' Oct 21 16:28:34 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[30687]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:34 ip-10-31-8-70.us-east-1.aws.redhat.com python3[30689]: 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:35 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[30687]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:36 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[30797]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-dieoyzpdlkovktidzlwbilvhgywphfwz ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542515.6901975-23948-146257226100602/AnsiballZ_blivet.py' Oct 21 16:28:36 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[30797]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:36 ip-10-31-8-70.us-east-1.aws.redhat.com python3[30799]: 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:36 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[30797]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:37 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[30909]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-smnjviosgviwknuoyyfjikmdvdguqdsj ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542516.883339-24020-173270716647260/AnsiballZ_dnf.py' Oct 21 16:28:37 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[30909]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:37 ip-10-31-8-70.us-east-1.aws.redhat.com python3[30911]: 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:37 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[30909]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:38 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[31019]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qxlcqwhmakoezoozmfzhoaiacokkuvjb ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542517.8296485-24139-262100755864666/AnsiballZ_service_facts.py' Oct 21 16:28:38 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[31019]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:38 ip-10-31-8-70.us-east-1.aws.redhat.com python3[31021]: ansible-service_facts Invoked Oct 21 16:28:39 ip-10-31-8-70.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:40 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[31019]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:40 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[31230]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qjeronijlpxjubpddzauhoqcxbasiisz ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542520.5729067-24408-28581748921325/AnsiballZ_blivet.py' Oct 21 16:28:40 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[31230]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:40 ip-10-31-8-70.us-east-1.aws.redhat.com python3[31232]: 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:41 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[31230]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:41 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[31342]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-lprwsnnllidlgdqfastjmhbpzzfdyfyi ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542521.1736233-24434-106221542148016/AnsiballZ_stat.py' Oct 21 16:28:41 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[31342]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:41 ip-10-31-8-70.us-east-1.aws.redhat.com python3[31344]: 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:41 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[31342]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:42 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[31453]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-huzxvcmqcmikvdholocyjiqndjnvpfwb ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542521.8733625-24489-230608225691693/AnsiballZ_stat.py' Oct 21 16:28:42 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[31453]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:42 ip-10-31-8-70.us-east-1.aws.redhat.com python3[31455]: 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:42 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[31453]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:42 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[31562]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-twcnuznmxiwkallueqygzmtkyklxueux ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542522.3225267-24510-191791620024717/AnsiballZ_setup.py' Oct 21 16:28:42 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[31562]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:42 ip-10-31-8-70.us-east-1.aws.redhat.com python3[31564]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:28:43 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[31562]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:43 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[31701]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wegwowwioqysdyokaljgqkzqdfoxnrkj ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542523.4673162-24559-7296357623030/AnsiballZ_dnf.py' Oct 21 16:28:43 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[31701]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:43 ip-10-31-8-70.us-east-1.aws.redhat.com python3[31703]: 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:44 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[31701]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:44 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[31811]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-fzfnvczrtmexdpogybqyopkryxvdsxug ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542524.391541-24595-240973550611045/AnsiballZ_find_unused_disk.py' Oct 21 16:28:44 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[31811]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:44 ip-10-31-8-70.us-east-1.aws.redhat.com python3[31813]: 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:44 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[31811]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:45 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[31922]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-xidurazoavezdlrzjxbgmveanolezuvt ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542525.0231166-24632-129046261321313/AnsiballZ_command.py' Oct 21 16:28:45 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[31922]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:45 ip-10-31-8-70.us-east-1.aws.redhat.com python3[31924]: 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:45 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[31922]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:48 ip-10-31-8-70.us-east-1.aws.redhat.com python3[32068]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:28:52 ip-10-31-8-70.us-east-1.aws.redhat.com python3[32205]: 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:53 ip-10-31-8-70.us-east-1.aws.redhat.com python3[32312]: 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:54 ip-10-31-8-70.us-east-1.aws.redhat.com python3[32420]: 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:55 ip-10-31-8-70.us-east-1.aws.redhat.com python3[32530]: 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:56 ip-10-31-8-70.us-east-1.aws.redhat.com python3[32638]: ansible-service_facts Invoked Oct 21 16:28:57 ip-10-31-8-70.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:59 ip-10-31-8-70.us-east-1.aws.redhat.com python3[32847]: 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:59 ip-10-31-8-70.us-east-1.aws.redhat.com python3[32957]: 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:00 ip-10-31-8-70.us-east-1.aws.redhat.com python3[33066]: 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:01 ip-10-31-8-70.us-east-1.aws.redhat.com python3[33173]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:29:05 ip-10-31-8-70.us-east-1.aws.redhat.com python3[33345]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:29:06 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[33482]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-bonyxgbrshofyixnrrfgdskmzntjvhhu ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542546.3745434-26514-164505151085850/AnsiballZ_setup.py' Oct 21 16:29:06 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[33482]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:06 ip-10-31-8-70.us-east-1.aws.redhat.com python3[33484]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:29:07 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[33482]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:07 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[33621]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-gkhjxmhyavoxgeoxgfwqkxgysztdvuaw ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542547.597-26571-244354156111761/AnsiballZ_stat.py' Oct 21 16:29:07 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[33621]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:07 ip-10-31-8-70.us-east-1.aws.redhat.com python3[33623]: 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:08 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[33621]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:08 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[33730]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-erfolohizhshwirmbnlxoetmhrlsmfwc ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542548.3486218-26617-184355683290929/AnsiballZ_dnf.py' Oct 21 16:29:08 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[33730]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:08 ip-10-31-8-70.us-east-1.aws.redhat.com python3[33732]: 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:09 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[33730]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:10 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[33840]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-dkmwwjbomkanhuaifvmmbrenhcmptlxv ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542549.6674101-26684-262283589795200/AnsiballZ_blivet.py' Oct 21 16:29:10 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[33840]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:10 ip-10-31-8-70.us-east-1.aws.redhat.com python3[33842]: 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:10 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[33840]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:11 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[33952]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qqjfoqxqwuoisusuwkzabebdwpwtchfw ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542550.9234288-26809-254221264221347/AnsiballZ_dnf.py' Oct 21 16:29:11 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[33952]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:11 ip-10-31-8-70.us-east-1.aws.redhat.com python3[33954]: 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:11 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[33952]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:12 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[34062]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vwgfmlayfszellsskblfbxktlhbjkqwe ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542551.831592-26908-252327336007163/AnsiballZ_service_facts.py' Oct 21 16:29:12 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[34062]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:12 ip-10-31-8-70.us-east-1.aws.redhat.com python3[34064]: ansible-service_facts Invoked Oct 21 16:29:13 ip-10-31-8-70.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:14 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[34062]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:15 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[34273]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-yojtwhhsnmizfjpatzvsevcmgcriyxdk ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542555.2793067-27175-139266325558728/AnsiballZ_blivet.py' Oct 21 16:29:15 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[34273]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:15 ip-10-31-8-70.us-east-1.aws.redhat.com python3[34275]: 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:15 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[34273]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:16 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[34385]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-xhnawihytqjycmxpjknfnzakvxopxxyz ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542555.9447734-27195-4198515001671/AnsiballZ_stat.py' Oct 21 16:29:16 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[34385]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:16 ip-10-31-8-70.us-east-1.aws.redhat.com python3[34387]: 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:16 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[34385]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:16 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[34496]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-awghqsciwjqsgnbtoazpnlntxadcxcfv ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542556.7073882-27249-250812759295047/AnsiballZ_stat.py' Oct 21 16:29:16 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[34496]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:17 ip-10-31-8-70.us-east-1.aws.redhat.com python3[34498]: 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:17 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[34496]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:17 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[34605]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-iitofmqekkafawsykiizuifhnaxgugfn ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542557.208636-27286-31949739412289/AnsiballZ_setup.py' Oct 21 16:29:17 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[34605]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:17 ip-10-31-8-70.us-east-1.aws.redhat.com python3[34607]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:29:18 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[34605]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:18 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[34744]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-jdbkrouoaotanhbgsflrywiraukilwmk ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542558.3698916-27336-182388864285186/AnsiballZ_dnf.py' Oct 21 16:29:18 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[34744]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:18 ip-10-31-8-70.us-east-1.aws.redhat.com python3[34746]: 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:19 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[34744]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:19 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[34854]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-fqtlauaklqzpneeqqwbxqgzawgfztjjf ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542559.2426348-27364-269714688505606/AnsiballZ_find_unused_disk.py' Oct 21 16:29:19 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[34854]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:19 ip-10-31-8-70.us-east-1.aws.redhat.com python3[34856]: 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:19 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[34854]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:20 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[34965]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-husqohtjbsxwgfdlmyqvlqyrhhbvqzcn ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542559.791717-27390-130534327952158/AnsiballZ_command.py' Oct 21 16:29:20 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[34965]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:20 ip-10-31-8-70.us-east-1.aws.redhat.com python3[34967]: 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:20 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[34965]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:24 ip-10-31-8-70.us-east-1.aws.redhat.com python3[35111]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:29:25 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[35248]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wtgnqtvqlcvrsxgzwfjouwmvrnnkcwms ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542565.038708-27893-123058537985368/AnsiballZ_setup.py' Oct 21 16:29:25 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[35248]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:25 ip-10-31-8-70.us-east-1.aws.redhat.com python3[35250]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:29:25 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[35248]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:26 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[35387]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ronttqmoccqdmzwfjmjadrvlskuyweoa ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542566.4621384-28033-51863173988909/AnsiballZ_stat.py' Oct 21 16:29:26 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[35387]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:26 ip-10-31-8-70.us-east-1.aws.redhat.com python3[35389]: 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:26 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[35387]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:27 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[35496]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-izphqkfshpralwcnfuldqikmcfdbvubk ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542567.3652794-28063-7286083621627/AnsiballZ_dnf.py' Oct 21 16:29:27 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[35496]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:27 ip-10-31-8-70.us-east-1.aws.redhat.com python3[35498]: 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:28 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[35496]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:29 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[35606]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-fboxfpjaznherisujgxjatsawcrjhdye ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542568.5989842-28168-194757987475685/AnsiballZ_blivet.py' Oct 21 16:29:29 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[35606]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:29 ip-10-31-8-70.us-east-1.aws.redhat.com python3[35608]: 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:29 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[35606]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:29 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[35718]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-kcqwmjziqwzxabalqfdbxgrxeykyztje ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542569.7707489-28299-22559150221477/AnsiballZ_dnf.py' Oct 21 16:29:29 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[35718]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:30 ip-10-31-8-70.us-east-1.aws.redhat.com python3[35720]: 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:30 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[35718]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:31 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[35828]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-huczfntulvcsspvtwgvkdomcymfvdtyo ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542570.6930401-28386-52550207443762/AnsiballZ_service_facts.py' Oct 21 16:29:31 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[35828]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:31 ip-10-31-8-70.us-east-1.aws.redhat.com python3[35830]: ansible-service_facts Invoked Oct 21 16:29:31 ip-10-31-8-70.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:32 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[35828]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:33 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[36039]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-hnfnikajeluxxxnvqcmvkfutigcpbwyn ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542573.1563704-28588-9461927934806/AnsiballZ_blivet.py' Oct 21 16:29:33 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[36039]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:33 ip-10-31-8-70.us-east-1.aws.redhat.com python3[36041]: 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:33 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[36039]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:33 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[36151]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-bukabidzzowascxalhdtnmkxpqnvpepw ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542573.7326314-28604-12664734530616/AnsiballZ_stat.py' Oct 21 16:29:33 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[36151]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:33 ip-10-31-8-70.us-east-1.aws.redhat.com python3[36153]: 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:34 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[36151]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:34 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[36262]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ekqrtztbfizpxuwirjeslxcqppfyzvxq ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542574.435528-28653-144021397719388/AnsiballZ_stat.py' Oct 21 16:29:34 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[36262]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:34 ip-10-31-8-70.us-east-1.aws.redhat.com python3[36264]: 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:34 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[36262]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:34 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[36371]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-slwcbjmmwldvderohnhdbqnoubokwoes ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542574.8167415-28664-72229055807584/AnsiballZ_setup.py' Oct 21 16:29:34 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[36371]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:35 ip-10-31-8-70.us-east-1.aws.redhat.com python3[36373]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:29:35 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[36371]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:36 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[36510]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-gqhddcineqapcpmwbiawigshcwvxeozd ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542576.0409641-28720-97477609453946/AnsiballZ_dnf.py' Oct 21 16:29:36 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[36510]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:36 ip-10-31-8-70.us-east-1.aws.redhat.com python3[36512]: 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:36 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[36510]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:37 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[36620]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zhbqpqmmrsevtqmsttkejagvzrmsgtja ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542577.01612-28761-90429945786106/AnsiballZ_find_unused_disk.py' Oct 21 16:29:37 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[36620]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:37 ip-10-31-8-70.us-east-1.aws.redhat.com python3[36622]: 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:29:37 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[36620]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:38 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[36731]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ztcvhttofbrdknalegkyvylxhoqqwczx ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542577.8020082-28816-111884499480143/AnsiballZ_command.py' Oct 21 16:29:38 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[36731]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:38 ip-10-31-8-70.us-east-1.aws.redhat.com python3[36733]: 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:38 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[36731]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:40 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[36877]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-gvyzpuhikbtbtpbghicdekurijtkcnnx ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542580.0332606-28992-67698488804824/AnsiballZ_setup.py' Oct 21 16:29:40 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[36877]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:40 ip-10-31-8-70.us-east-1.aws.redhat.com python3[36879]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:29:41 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[36877]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:42 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[37016]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-tutghnalkjbxiktbzcfkppfjxcypjqgd ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542581.8809125-29161-39990181984117/AnsiballZ_stat.py' Oct 21 16:29:42 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[37016]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:42 ip-10-31-8-70.us-east-1.aws.redhat.com python3[37018]: 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:42 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[37016]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:43 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[37125]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-dawjywrauejrshsxbjappqnfamzwhpdu ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542582.7807956-29326-16072220308376/AnsiballZ_dnf.py' Oct 21 16:29:43 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[37125]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:43 ip-10-31-8-70.us-east-1.aws.redhat.com python3[37127]: 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:43 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[37125]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:44 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[37235]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-oleithhlnawowoahahsrwzyvjcckocfm ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542584.098524-29472-248910661301337/AnsiballZ_blivet.py' Oct 21 16:29:44 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[37235]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:44 ip-10-31-8-70.us-east-1.aws.redhat.com python3[37237]: 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:44 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[37235]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:45 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[37347]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wkcoqhdmjjirofqdevhixehorfeuwtcz ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542585.0706813-29511-193095879809672/AnsiballZ_dnf.py' Oct 21 16:29:45 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[37347]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:45 ip-10-31-8-70.us-east-1.aws.redhat.com python3[37349]: 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:45 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[37347]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:46 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[37457]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-rxnevjokfuakgwahwnbxnkoaqjvtlfmj ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542585.9383748-29547-200462367606725/AnsiballZ_service_facts.py' Oct 21 16:29:46 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[37457]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:46 ip-10-31-8-70.us-east-1.aws.redhat.com python3[37459]: ansible-service_facts Invoked Oct 21 16:29:47 ip-10-31-8-70.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:47 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[37457]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:48 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[37668]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-bsmfbbxbsgdpstaanlkhejmdwfhptqgr ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542588.230678-29693-271548502415455/AnsiballZ_blivet.py' Oct 21 16:29:48 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[37668]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:48 ip-10-31-8-70.us-east-1.aws.redhat.com python3[37670]: 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:48 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[37668]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:49 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[37780]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-tcnlvovhtkemputdgcimvkhilbjfrtwj ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542588.9767687-29799-56369242860601/AnsiballZ_stat.py' Oct 21 16:29:49 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[37780]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:49 ip-10-31-8-70.us-east-1.aws.redhat.com python3[37782]: 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:49 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[37780]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:50 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[37891]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vbfvsurxhksmjlgqqhcftxmtagwqbrnr ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542589.895587-29857-164883881781053/AnsiballZ_stat.py' Oct 21 16:29:50 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[37891]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:50 ip-10-31-8-70.us-east-1.aws.redhat.com python3[37893]: 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:50 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[37891]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:50 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[38000]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ktfkaymsnqameahmexvntzegkepzjkbe ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542590.3521192-29883-239051893058403/AnsiballZ_setup.py' Oct 21 16:29:50 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[38000]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:50 ip-10-31-8-70.us-east-1.aws.redhat.com python3[38002]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:29:51 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[38000]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:51 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[38139]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vmmlwbfhqfhsgbqitfubzaigjmjpizmt ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542591.3408618-29930-57678766964914/AnsiballZ_dnf.py' Oct 21 16:29:51 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[38139]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:51 ip-10-31-8-70.us-east-1.aws.redhat.com python3[38141]: 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:52 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[38139]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:52 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[38249]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-fgzqlatfmmwurykimfncrvcuwiyqlhlv ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542592.1936915-29957-172857857008259/AnsiballZ_find_unused_disk.py' Oct 21 16:29:52 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[38249]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:52 ip-10-31-8-70.us-east-1.aws.redhat.com python3[38251]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with min_size=5g max_return=2 match_sector_size=True max_size=0 with_interface=None Oct 21 16:29:52 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[38249]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:57 ip-10-31-8-70.us-east-1.aws.redhat.com python3[38395]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:29:58 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[38532]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-dpgtvfzydxnnpbjmitvawtvqprjrmxgi ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542598.1101692-30499-9597097841312/AnsiballZ_setup.py' Oct 21 16:29:58 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[38532]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:58 ip-10-31-8-70.us-east-1.aws.redhat.com python3[38534]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:29:58 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[38532]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:59 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[38671]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-xjbvmolvoltbhvjhgopbrkghpgbhofph ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542599.4301767-30651-194499103127114/AnsiballZ_stat.py' Oct 21 16:29:59 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[38671]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:59 ip-10-31-8-70.us-east-1.aws.redhat.com python3[38673]: 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:00 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[38671]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:00 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[38780]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wfbwosvlxhghyxbpsftkuyrturiafksn ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542600.3582213-30682-252917526810819/AnsiballZ_dnf.py' Oct 21 16:30:00 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[38780]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:00 ip-10-31-8-70.us-east-1.aws.redhat.com python3[38782]: 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:01 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[38780]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:02 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[38890]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-fotbrinuyfjfruggobmdcobrwtzwkzyz ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542601.731849-30738-110179575316787/AnsiballZ_blivet.py' Oct 21 16:30:02 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[38890]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:02 ip-10-31-8-70.us-east-1.aws.redhat.com python3[38892]: 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:02 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[38890]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:03 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[39002]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-iaxlgdldmrnoifksslabqsvunvhntdsi ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542603.0899038-30881-154674810369734/AnsiballZ_dnf.py' Oct 21 16:30:03 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[39002]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:03 ip-10-31-8-70.us-east-1.aws.redhat.com python3[39004]: 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:03 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[39002]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:04 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[39112]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-autjbumbvloyjwedxybnhmhbfktssvri ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542604.0627046-31048-222768065782544/AnsiballZ_service_facts.py' Oct 21 16:30:04 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[39112]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:04 ip-10-31-8-70.us-east-1.aws.redhat.com python3[39114]: ansible-service_facts Invoked Oct 21 16:30:06 ip-10-31-8-70.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-70.us-east-1.aws.redhat.com sudo[39112]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:07 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[39323]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-bdkhptjbvskjykposmwwpifwlkcvpsha ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542607.5051196-31196-205303369391753/AnsiballZ_blivet.py' Oct 21 16:30:07 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[39323]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:07 ip-10-31-8-70.us-east-1.aws.redhat.com python3[39325]: 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:07 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[39323]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:08 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[39435]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-avaulvembhxsarrhmxhmptzdlcrfwisq ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542608.1617346-31238-131228772629901/AnsiballZ_stat.py' Oct 21 16:30:08 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[39435]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:08 ip-10-31-8-70.us-east-1.aws.redhat.com python3[39437]: 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:08 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[39435]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:09 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[39546]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-xtpbvvxbjrrlpssbdenhdgzkplegvfio ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542608.9532526-31286-205932401122810/AnsiballZ_stat.py' Oct 21 16:30:09 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[39546]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:09 ip-10-31-8-70.us-east-1.aws.redhat.com python3[39548]: 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:09 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[39546]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:09 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[39655]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ghzgkuvyydbzydhndsuqnfdpwzgbixgs ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542609.4808483-31324-233221096132640/AnsiballZ_setup.py' Oct 21 16:30:09 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[39655]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:09 ip-10-31-8-70.us-east-1.aws.redhat.com python3[39657]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:30:10 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[39655]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:10 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[39794]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-rlbmhtojsmltqcmvykwmrxtwvvmoqook ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542610.6052368-31394-116836904177395/AnsiballZ_dnf.py' Oct 21 16:30:10 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[39794]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:10 ip-10-31-8-70.us-east-1.aws.redhat.com python3[39796]: 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:11 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[39794]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:11 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[39904]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wuwyzfuwhdbsahwxykebhmegovkiqtvx ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542611.5458803-31424-79619840471025/AnsiballZ_find_unused_disk.py' Oct 21 16:30:11 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[39904]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:11 ip-10-31-8-70.us-east-1.aws.redhat.com python3[39906]: 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:11 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[39904]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:12 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[40015]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-doiuoefylrompucvmfektwngrfdswqfa ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542612.0781012-31441-109483589451115/AnsiballZ_command.py' Oct 21 16:30:12 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[40015]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:12 ip-10-31-8-70.us-east-1.aws.redhat.com python3[40017]: 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:12 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[40015]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:14 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[40161]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-dhqytlknqrweggusvlsnccinzzfaqznp ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542614.2474527-31634-258527815167570/AnsiballZ_setup.py' Oct 21 16:30:14 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[40161]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:15 ip-10-31-8-70.us-east-1.aws.redhat.com python3[40163]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:30:15 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[40161]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:16 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[40300]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-elqwngqblqizujsaoywcahrzglfnqsjt ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542615.9725487-31864-141225962745171/AnsiballZ_stat.py' Oct 21 16:30:16 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[40300]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:16 ip-10-31-8-70.us-east-1.aws.redhat.com python3[40302]: 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:16 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[40300]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:17 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[40409]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ubznuszkckrtwwulijxgmaursxrlkbdm ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542616.8088994-31968-224280788642799/AnsiballZ_dnf.py' Oct 21 16:30:17 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[40409]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:17 ip-10-31-8-70.us-east-1.aws.redhat.com python3[40411]: 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:17 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[40409]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:18 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[40519]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-hqkhwrmdvkwktazxsjbmshvtgvjctbqh ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542618.0445497-32065-257947171332318/AnsiballZ_blivet.py' Oct 21 16:30:18 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[40519]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:18 ip-10-31-8-70.us-east-1.aws.redhat.com python3[40521]: 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:18 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[40519]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:19 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[40631]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-mpvfbttpmkyifbzjlxlbwxyadtfkvzqc ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542619.1096299-32106-210079547809919/AnsiballZ_dnf.py' Oct 21 16:30:19 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[40631]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:19 ip-10-31-8-70.us-east-1.aws.redhat.com python3[40633]: 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:19 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[40631]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:20 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[40741]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-scwlvanfmoeigvaqwvpjfkzwszlimiry ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542619.9912763-32204-72994443025745/AnsiballZ_service_facts.py' Oct 21 16:30:20 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[40741]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:20 ip-10-31-8-70.us-east-1.aws.redhat.com python3[40743]: ansible-service_facts Invoked Oct 21 16:30:21 ip-10-31-8-70.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:22 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[40741]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:22 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[40952]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ybpnjvrvgnzybsyzxftirrzxpzhzyefg ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542622.2376955-32364-112809434555881/AnsiballZ_blivet.py' Oct 21 16:30:22 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[40952]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:22 ip-10-31-8-70.us-east-1.aws.redhat.com python3[40954]: 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:22 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[40952]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:23 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[41064]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-eepkfwouwjibqiryisizymiookmhmucz ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542622.9053652-32406-260584761361029/AnsiballZ_stat.py' Oct 21 16:30:23 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[41064]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:23 ip-10-31-8-70.us-east-1.aws.redhat.com python3[41066]: 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:23 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[41064]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:23 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[41175]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-fhutbvicycvloavpqmfqzcnkvadewpcf ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542623.7338674-32457-246889978742474/AnsiballZ_stat.py' Oct 21 16:30:23 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[41175]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:24 ip-10-31-8-70.us-east-1.aws.redhat.com python3[41177]: 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:24 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[41175]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:24 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[41284]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zwqggdrumtvjztttbmerypjftugsaele ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542624.1865823-32489-246050160233478/AnsiballZ_setup.py' Oct 21 16:30:24 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[41284]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:24 ip-10-31-8-70.us-east-1.aws.redhat.com python3[41286]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:30:24 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[41284]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:25 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[41423]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-swkjeuczsumyecqwfodkewhpkcgtbieh ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542625.1447031-32533-222826890989065/AnsiballZ_dnf.py' Oct 21 16:30:25 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[41423]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:25 ip-10-31-8-70.us-east-1.aws.redhat.com python3[41425]: 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:25 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[41423]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:26 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[41533]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ljigbpoitmbbjrtxbhgkycqyasotzflj ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542625.9777946-32558-190745443580709/AnsiballZ_find_unused_disk.py' Oct 21 16:30:26 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[41533]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:26 ip-10-31-8-70.us-east-1.aws.redhat.com python3[41535]: 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:26 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[41533]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:26 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[41644]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-dbfpsctwhnntvqwdfahjwlwltarkuzea ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542626.4774485-32567-36194750675616/AnsiballZ_command.py' Oct 21 16:30:26 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[41644]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:26 ip-10-31-8-70.us-east-1.aws.redhat.com python3[41646]: 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:26 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[41644]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:31 ip-10-31-8-70.us-east-1.aws.redhat.com python3[41790]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:30:32 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[41927]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qubocfcjbbcquvqxdypthwitqudhogne ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542631.9020498-33083-136110365515835/AnsiballZ_setup.py' Oct 21 16:30:32 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[41927]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:32 ip-10-31-8-70.us-east-1.aws.redhat.com python3[41929]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:30:32 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[41927]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:33 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[42066]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ffglnwlagsfmhfgtfbmgvdyizqxhmryi ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542633.06976-33216-18641209412657/AnsiballZ_stat.py' Oct 21 16:30:33 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[42066]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:33 ip-10-31-8-70.us-east-1.aws.redhat.com python3[42068]: 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:33 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[42066]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:34 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[42175]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-tfrywmdpvbqolrwhtvalmuhviqiragaq ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542634.1020777-33277-200886148677006/AnsiballZ_dnf.py' Oct 21 16:30:34 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[42175]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:34 ip-10-31-8-70.us-east-1.aws.redhat.com python3[42177]: 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:35 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[42175]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:35 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[42285]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-pyugfjphipljfmaoplhdakixzbtyfotv ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542635.3635633-33468-120209859897826/AnsiballZ_blivet.py' Oct 21 16:30:35 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[42285]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:36 ip-10-31-8-70.us-east-1.aws.redhat.com python3[42287]: 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:30:36 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[42285]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:36 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[42397]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-lbflznhapglijhjgrkntpfflyxwjddah ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542636.54976-33595-40096157523789/AnsiballZ_dnf.py' Oct 21 16:30:36 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[42397]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:36 ip-10-31-8-70.us-east-1.aws.redhat.com python3[42399]: 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:37 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[42397]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:37 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[42507]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-icjlfrizhfqzhovixfvcohkoqfgcggnm ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542637.4396265-33681-106089775507138/AnsiballZ_service_facts.py' Oct 21 16:30:37 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[42507]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:37 ip-10-31-8-70.us-east-1.aws.redhat.com python3[42509]: ansible-service_facts Invoked Oct 21 16:30:38 ip-10-31-8-70.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:39 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[42507]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:40 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[42718]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-hfmxonemnlzpyhcwityeqojiyvxrqnij ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542639.8647072-33761-1958660136527/AnsiballZ_blivet.py' Oct 21 16:30:40 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[42718]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:40 ip-10-31-8-70.us-east-1.aws.redhat.com python3[42720]: 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:30:40 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[42718]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:40 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[42830]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-kkvmmdpvprjoyeubwimvydxvlqnupfaw ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542640.505002-33799-197981559708413/AnsiballZ_stat.py' Oct 21 16:30:40 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[42830]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:40 ip-10-31-8-70.us-east-1.aws.redhat.com python3[42832]: 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:40 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[42830]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:41 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[42941]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-gpobnvmcwoibolbvewozhnmqwnhjzyzl ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542641.3326914-33852-113133829422612/AnsiballZ_stat.py' Oct 21 16:30:41 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[42941]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:41 ip-10-31-8-70.us-east-1.aws.redhat.com python3[42943]: 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:41 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[42941]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:41 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[43050]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vwekmrswzgxyzuzagehzsganxukdoruw ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542641.7269943-33863-141772563925029/AnsiballZ_setup.py' Oct 21 16:30:41 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[43050]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:42 ip-10-31-8-70.us-east-1.aws.redhat.com python3[43052]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:30:42 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[43050]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:43 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[43189]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-btipnksnrsrhkvurvkpqlfshhzvkdudq ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542642.7463174-33918-101979473513103/AnsiballZ_package_facts.py' Oct 21 16:30:43 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[43189]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:43 ip-10-31-8-70.us-east-1.aws.redhat.com python3[43191]: ansible-package_facts Invoked with manager=['auto'] strategy=first Oct 21 16:30:43 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[43189]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:44 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[43298]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-sbkdzpcuivvdxsvqcxwqjccrfkqrakrq ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542644.6781838-34013-63780296675917/AnsiballZ_dnf.py' Oct 21 16:30:44 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[43298]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:45 ip-10-31-8-70.us-east-1.aws.redhat.com python3[43300]: 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-70.us-east-1.aws.redhat.com sudo[43298]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:45 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[43408]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-fvytpjivdeuljarmyekjmbcnnzekumdz ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542645.588409-34042-78176918169300/AnsiballZ_find_unused_disk.py' Oct 21 16:30:45 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[43408]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:46 ip-10-31-8-70.us-east-1.aws.redhat.com python3[43410]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with min_size=10g with_interface=scsi match_sector_size=True max_return=10 max_size=0 Oct 21 16:30:46 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[43408]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:47 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[43554]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-enyrejtalhonihrbdnareumbwwowqwgc ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542647.2446418-34161-26804324234417/AnsiballZ_setup.py' Oct 21 16:30:47 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[43554]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:48 ip-10-31-8-70.us-east-1.aws.redhat.com python3[43556]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:30:48 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[43554]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:53 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[43729]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ftgfouojjofltqmuusslnsktfqgbxeht ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542653.1687348-34865-49557153196458/AnsiballZ_setup.py' Oct 21 16:30:53 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[43729]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:53 ip-10-31-8-70.us-east-1.aws.redhat.com python3[43731]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:30:54 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[43729]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:55 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[43868]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-xpnqnheiclkyjuldvkkjmuorgahfxvfz ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542654.58089-34954-214730589155150/AnsiballZ_stat.py' Oct 21 16:30:55 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[43868]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:55 ip-10-31-8-70.us-east-1.aws.redhat.com python3[43870]: 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:55 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[43868]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:55 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[43977]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-goetlbvkbgigwovznuxroywiqjmlpqap ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542655.4828212-35130-27323621814996/AnsiballZ_dnf.py' Oct 21 16:30:55 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[43977]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:55 ip-10-31-8-70.us-east-1.aws.redhat.com python3[43979]: 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:56 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[43977]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:56 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[44087]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-gipjbijbkpjfjvqutzpssuyhapgmmvgw ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542656.4936855-35274-233912596398171/AnsiballZ_blivet.py' Oct 21 16:30:56 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[44087]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:57 ip-10-31-8-70.us-east-1.aws.redhat.com python3[44089]: 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:57 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[44087]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:57 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[44199]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-jwyyjfevopkrnjvtztalloltdhcjmnlq ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542657.503097-35311-59953275441183/AnsiballZ_dnf.py' Oct 21 16:30:57 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[44199]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:57 ip-10-31-8-70.us-east-1.aws.redhat.com python3[44201]: 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:58 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[44199]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:58 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[44309]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-nebktollbhttzsuhqdhiyvjlmhrsnepb ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542658.320944-35327-111412205343230/AnsiballZ_service_facts.py' Oct 21 16:30:58 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[44309]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:58 ip-10-31-8-70.us-east-1.aws.redhat.com python3[44311]: ansible-service_facts Invoked Oct 21 16:30:59 ip-10-31-8-70.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:00 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[44309]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:01 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[44520]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ndttipwivneiagzvvgbzlprwruzywpip ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542660.8553371-35432-104332906811430/AnsiballZ_blivet.py' Oct 21 16:31:01 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[44520]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:01 ip-10-31-8-70.us-east-1.aws.redhat.com python3[44522]: 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:01 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[44520]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:01 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[44632]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-guzqkzadzkhatuftlrhckgiazihajodu ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542661.5129254-35463-150324907670441/AnsiballZ_stat.py' Oct 21 16:31:01 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[44632]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:01 ip-10-31-8-70.us-east-1.aws.redhat.com python3[44634]: 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:01 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[44632]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:02 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[44743]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zxrhkkyyfffucmdptwntstkoqkvvszia ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542662.3697815-35517-7874688185621/AnsiballZ_stat.py' Oct 21 16:31:02 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[44743]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:02 ip-10-31-8-70.us-east-1.aws.redhat.com python3[44745]: 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:02 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[44743]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:03 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[44852]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-cwywujkqoqpstycjqztobwwciiebcjyq ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542662.889854-35553-79916234151287/AnsiballZ_setup.py' Oct 21 16:31:03 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[44852]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:03 ip-10-31-8-70.us-east-1.aws.redhat.com python3[44854]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:31:03 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[44852]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:04 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[44991]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-bpdkvnpeafzueisgbosdilyhnzrkwygt ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542664.1248856-35605-114093320432788/AnsiballZ_dnf.py' Oct 21 16:31:04 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[44991]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:04 ip-10-31-8-70.us-east-1.aws.redhat.com python3[44993]: 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:04 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[44991]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:05 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[45101]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wrhmoyncadjrfflapzpnrruwkvbwuajs ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542665.0403383-35632-198990002449206/AnsiballZ_find_unused_disk.py' Oct 21 16:31:05 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[45101]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:05 ip-10-31-8-70.us-east-1.aws.redhat.com python3[45103]: 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:31:05 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[45101]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:05 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[45212]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ywrcbyiobklfvlyugjyrhoavmulvqrcw ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542665.5591471-35645-255977903054315/AnsiballZ_command.py' Oct 21 16:31:05 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[45212]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:05 ip-10-31-8-70.us-east-1.aws.redhat.com python3[45214]: 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:06 -0400 (0:00:00.616) 0:00:13.022 ******** skipping: [managed-node3] => { "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:06 -0400 (0:00:00.029) 0:00:13.051 ******** fatal: [managed-node3]: FAILED! => { "changed": false } MSG: Unable to find enough unused disks. Exiting playbook. PLAY RECAP ********************************************************************* managed-node3 : ok=28 changed=0 unreachable=0 failed=1 skipped=15 rescued=0 ignored=0 Monday 21 October 2024 16:31:06 -0400 (0:00:00.039) 0:00:13.090 ******** =============================================================================== redhat.rhel_system_roles.storage : Get service facts -------------------- 2.23s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:51 Gathering Facts --------------------------------------------------------- 1.24s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_misc.yml:2 redhat.rhel_system_roles.storage : Update facts ------------------------- 1.01s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:222 redhat.rhel_system_roles.storage : Make sure blivet is available -------- 0.99s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:2 Ensure test packages ---------------------------------------------------- 0.95s /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.86s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:37 redhat.rhel_system_roles.storage : Get required packages ---------------- 0.78s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:19 redhat.rhel_system_roles.storage : Check if system is ostree ------------ 0.69s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml:25 redhat.rhel_system_roles.storage : Manage the pools and volumes to match the specified state --- 0.66s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:69 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 Find unused disks in the system ----------------------------------------- 0.57s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/get_unused_disk.yml:11 redhat.rhel_system_roles.storage : Check if /etc/fstab is present ------- 0.48s /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.40s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:195 redhat.rhel_system_roles.storage : Set storage_cryptsetup_services ------ 0.19s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:57 Mark tasks to be skipped ------------------------------------------------ 0.10s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_misc.yml:19 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 Get unused disks for test ----------------------------------------------- 0.08s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_misc.yml:26 redhat.rhel_system_roles.storage : Manage /etc/crypttab to account for changes we just made --- 0.07s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:200 redhat.rhel_system_roles.storage : Set platform/version specific variables --- 0.07s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml:7 redhat.rhel_system_roles.storage : Workaround for udev issue on some platforms --- 0.06s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:83