[DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. No config file found; using defaults running playbook inside collection fedora.linux_system_roles PLAY [Test managing existing lvm pool] ***************************************** TASK [Gathering Facts] ********************************************************* Thursday 25 July 2024 07:05:03 -0400 (0:00:00.007) 0:00:00.007 ********* [WARNING]: Platform linux on host managed_node1 is using the discovered Python interpreter at /usr/bin/python3.9, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed_node1] TASK [Run the role] ************************************************************ Thursday 25 July 2024 07:05:04 -0400 (0:00:01.274) 0:00:01.282 ********* included: fedora.linux_system_roles.storage for managed_node1 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** Thursday 25 July 2024 07:05:04 -0400 (0:00:00.023) 0:00:01.305 ********* included: /var/ARTIFACTS/work-generalyh2v64wf/plans/general/tree/tmp.XsxsHBAw6G/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed_node1 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** Thursday 25 July 2024 07:05:04 -0400 (0:00:00.019) 0:00:01.324 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** Thursday 25 July 2024 07:05:04 -0400 (0:00:00.023) 0:00:01.348 ********* skipping: [managed_node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node1] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/var/ARTIFACTS/work-generalyh2v64wf/plans/general/tree/tmp.XsxsHBAw6G/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [managed_node1] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/var/ARTIFACTS/work-generalyh2v64wf/plans/general/tree/tmp.XsxsHBAw6G/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** Thursday 25 July 2024 07:05:04 -0400 (0:00:00.040) 0:00:01.388 ********* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** Thursday 25 July 2024 07:05:05 -0400 (0:00:00.464) 0:00:01.853 ********* ok: [managed_node1] => { "ansible_facts": { "__storage_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** Thursday 25 July 2024 07:05:05 -0400 (0:00:00.022) 0:00:01.875 ********* ok: [managed_node1] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** Thursday 25 July 2024 07:05:05 -0400 (0:00:00.016) 0:00:01.892 ********* ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** Thursday 25 July 2024 07:05:05 -0400 (0:00:00.014) 0:00:01.906 ********* included: /var/ARTIFACTS/work-generalyh2v64wf/plans/general/tree/tmp.XsxsHBAw6G/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed_node1 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* Thursday 25 July 2024 07:05:05 -0400 (0:00:00.045) 0:00:01.952 ********* ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: kmod-kvdo libblockdev-crypto libblockdev-dm libblockdev-lvm libblockdev-mdraid libblockdev-swap python3-blivet stratis-cli stratisd vdo xfsprogs TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** Thursday 25 July 2024 07:05:06 -0400 (0:00:01.057) 0:00:03.010 ********* ok: [managed_node1] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** Thursday 25 July 2024 07:05:06 -0400 (0:00:00.017) 0:00:03.027 ********* ok: [managed_node1] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** Thursday 25 July 2024 07:05:06 -0400 (0:00:00.017) 0:00:03.045 ********* ok: [managed_node1] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** Thursday 25 July 2024 07:05:07 -0400 (0:00:00.662) 0:00:03.707 ********* included: /var/ARTIFACTS/work-generalyh2v64wf/plans/general/tree/tmp.XsxsHBAw6G/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for managed_node1 TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] *** Thursday 25 July 2024 07:05:07 -0400 (0:00:00.028) 0:00:03.736 ********* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] *** Thursday 25 July 2024 07:05:07 -0400 (0:00:00.019) 0:00:03.755 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "install_copr | d(false) | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************ Thursday 25 July 2024 07:05:07 -0400 (0:00:00.018) 0:00:03.774 ********* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** Thursday 25 July 2024 07:05:07 -0400 (0:00:00.017) 0:00:03.791 ********* ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: kpartx TASK [fedora.linux_system_roles.storage : Get service facts] ******************* Thursday 25 July 2024 07:05:08 -0400 (0:00:00.925) 0:00:04.716 ********* ok: [managed_node1] => { "ansible_facts": { "services": { "NetworkManager-dispatcher.service": { "name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "NetworkManager-wait-online.service": { "name": "NetworkManager-wait-online.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "NetworkManager.service": { "name": "NetworkManager.service", "source": "systemd", "state": "running", "status": "enabled" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "autofs.service": { "name": "autofs.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "alias" }, "blivet.service": { "name": "blivet.service", "source": "systemd", "state": "inactive", "status": "static" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd-restricted.service": { "name": "chronyd-restricted.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cpupower.service": { "name": "cpupower.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-broker.service": { "name": "dbus-broker.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "active", "status": "alias" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "display-manager.service": { "name": "display-manager.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "fcoe.service": { "name": "fcoe.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "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" }, "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" }, "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" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-svcgssd.service": { "name": "rpc-svcgssd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpmdb-rebuild.service": { "name": "rpmdb-rebuild.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "running", "status": "enabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "selinux-check-proper-disable.service": { "name": "selinux-check-proper-disable.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "indirect" }, "serial-getty@ttyS0.service": { "name": "serial-getty@ttyS0.service", "source": "systemd", "state": "running", "status": "active" }, "snapd.seeded.service": { "name": "snapd.seeded.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen.service": { "name": "sshd-keygen.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "stratis-fstab-setup@.service": { "name": "stratis-fstab-setup@.service", "source": "systemd", "state": "unknown", "status": "static" }, "stratisd-min-postinitrd.service": { "name": "stratisd-min-postinitrd.service", "source": "systemd", "state": "inactive", "status": "static" }, "stratisd.service": { "name": "stratisd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "syslog.service": { "name": "syslog.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-bless-boot.service": { "name": "systemd-bless-boot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-boot-check-no-failures.service": { "name": "systemd-boot-check-no-failures.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-boot-random-seed.service": { "name": "systemd-boot-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-boot-update.service": { "name": "systemd-boot-update.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-growfs-root.service": { "name": "systemd-growfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-growfs@.service": { "name": "systemd-growfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-resume@.service": { "name": "systemd-hibernate-resume@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-journald@.service": { "name": "systemd-journald@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-network-generator.service": { "name": "systemd-network-generator.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-networkd-wait-online.service": { "name": "systemd-networkd-wait-online.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-pcrfs-root.service": { "name": "systemd-pcrfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pcrfs@.service": { "name": "systemd-pcrfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrmachine.service": { "name": "systemd-pcrmachine.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-initrd.service": { "name": "systemd-pcrphase-initrd.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-sysinit.service": { "name": "systemd-pcrphase-sysinit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase.service": { "name": "systemd-pcrphase.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-repart.service": { "name": "systemd-repart.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysext.service": { "name": "systemd-sysext.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-sysupdate-reboot.service": { "name": "systemd-sysupdate-reboot.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysupdate.service": { "name": "systemd-sysupdate.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-timesyncd.service": { "name": "systemd-timesyncd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles.service": { "name": "systemd-tmpfiles.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "active" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "active" }, "ypbind.service": { "name": "ypbind.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "yppasswdd.service": { "name": "yppasswdd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypserv.service": { "name": "ypserv.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypxfrd.service": { "name": "ypxfrd.service", "source": "systemd", "state": "stopped", "status": "not-found" } } }, "changed": false } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** Thursday 25 July 2024 07:05:10 -0400 (0:00:01.971) 0:00:06.687 ********* ok: [managed_node1] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** Thursday 25 July 2024 07:05:10 -0400 (0:00:00.037) 0:00:06.725 ********* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** Thursday 25 July 2024 07:05:10 -0400 (0:00:00.014) 0:00:06.740 ********* ok: [managed_node1] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** Thursday 25 July 2024 07:05:10 -0400 (0:00:00.545) 0:00:07.286 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** Thursday 25 July 2024 07:05:10 -0400 (0:00:00.021) 0:00:07.308 ********* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1721904810.0130835, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "8cad013d63365688432a8388114a8a462d88d654", "ctime": 1721812897.039903, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097283, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1721812897.039903, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1344, "uid": 0, "version": "3617642505", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** Thursday 25 July 2024 07:05:11 -0400 (0:00:00.384) 0:00:07.692 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "blivet_output is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** Thursday 25 July 2024 07:05:11 -0400 (0:00:00.022) 0:00:07.715 ********* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** Thursday 25 July 2024 07:05:11 -0400 (0:00:00.016) 0:00:07.731 ********* ok: [managed_node1] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** Thursday 25 July 2024 07:05:11 -0400 (0:00:00.020) 0:00:07.752 ********* ok: [managed_node1] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** Thursday 25 July 2024 07:05:11 -0400 (0:00:00.020) 0:00:07.772 ********* ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** Thursday 25 July 2024 07:05:11 -0400 (0:00:00.020) 0:00:07.793 ********* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** Thursday 25 July 2024 07:05:11 -0400 (0:00:00.022) 0:00:07.815 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** Thursday 25 July 2024 07:05:11 -0400 (0:00:00.019) 0:00:07.835 ********* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** Thursday 25 July 2024 07:05:11 -0400 (0:00:00.028) 0:00:07.863 ********* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** Thursday 25 July 2024 07:05:11 -0400 (0:00:00.025) 0:00:07.889 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** Thursday 25 July 2024 07:05:11 -0400 (0:00:00.017) 0:00:07.906 ********* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1721904974.0707917, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1721811897.01, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1721811632.521, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "848569508", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** Thursday 25 July 2024 07:05:11 -0400 (0:00:00.385) 0:00:08.292 ********* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ Thursday 25 July 2024 07:05:11 -0400 (0:00:00.016) 0:00:08.309 ********* ok: [managed_node1] TASK [Mark tasks to be skipped] ************************************************ Thursday 25 July 2024 07:05:12 -0400 (0:00:00.904) 0:00:09.213 ********* ok: [managed_node1] => { "ansible_facts": { "storage_skip_checks": [ "blivet_available", "packages_installed", "service_facts" ] }, "changed": false } TASK [Get unused disks] ******************************************************** Thursday 25 July 2024 07:05:12 -0400 (0:00:00.026) 0:00:09.240 ********* included: /var/ARTIFACTS/work-generalyh2v64wf/plans/general/tree/tmp.XsxsHBAw6G/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml for managed_node1 TASK [Ensure test packages] **************************************************** Thursday 25 July 2024 07:05:12 -0400 (0:00:00.031) 0:00:09.271 ********* ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: util-linux-core TASK [Find unused disks in the system] ***************************************** Thursday 25 July 2024 07:05:13 -0400 (0:00:00.936) 0:00:10.208 ********* ok: [managed_node1] => { "changed": false, "disks": "Unable to find unused disk", "info": [ "Line: NAME=\"/dev/xvda\" TYPE=\"disk\" SIZE=\"268435456000\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"268434390528\" FSTYPE=\"xfs\" LOG_SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"268434390528\" FSTYPE=\"xfs\" LOG_SEC=\"512\"", "filename [xvda1] is a partition", "Disk [/dev/xvda] attrs [{'type': 'disk', 'size': '268435456000', 'fstype': '', 'ssize': '512'}] has partitions" ] } TASK [Debug why there are no unused disks] ************************************* Thursday 25 July 2024 07:05:14 -0400 (0:00:00.480) 0:00:10.688 ********* ok: [managed_node1] => { "changed": false, "cmd": "set -x\nexec 1>&2\nlsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC\njournalctl -ex\n", "delta": "0:00:00.036558", "end": "2024-07-25 07:05:14.718418", "rc": 0, "start": "2024-07-25 07:05:14.681860" } 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="268434390528" FSTYPE="xfs" LOG_SEC="512" + journalctl -ex Jul 25 07:00:35 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[38072]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:35 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[38181]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-znymvefnoioxtnshvgxjinjapjhpdkan ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905235.6702662-10882-176329626534030/AnsiballZ_dnf.py' Jul 25 07:00:35 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[38181]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:35 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[38183]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False allowerasing=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 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:00:36 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[38181]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:36 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[38291]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-obgbyebgtexyyszajlbldeuuaqcznltz ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905236.6228178-10890-97412290101735/AnsiballZ_find_unused_disk.py' Jul 25 07:00:36 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[38291]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:36 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[38293]: ansible-fedora.linux_system_roles.find_unused_disk Invoked with min_size=10g max_return=2 match_sector_size=True max_size=0 with_interface=None Jul 25 07:00:38 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[38291]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:41 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[38437]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:00:41 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[38573]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-dsqybkufpwhfwuqeczgmsgnuncbybvsk ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905241.5791166-11011-9317730288428/AnsiballZ_setup.py' Jul 25 07:00:41 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[38573]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:41 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[38575]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:00:42 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[38573]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:42 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[38711]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-muyaynuufjhdfvtxcomrqzpcccsycfia ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905242.596107-11023-281322509863084/AnsiballZ_stat.py' Jul 25 07:00:42 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[38711]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:42 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[38713]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:00:42 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[38711]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:43 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[38820]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-igdlwooghrjpzfuhwbyiqufnxikvxaor ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905243.1622572-11035-44504013003650/AnsiballZ_dnf.py' Jul 25 07:00:43 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[38820]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:43 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[38822]: 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'] state=present allow_downgrade=False allowerasing=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 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:00:44 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[38820]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:44 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[38930]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-bdjotrynssabasmvofptsjqxrnpqujkb ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905244.2446053-11045-230081602672102/AnsiballZ_blivet.py' Jul 25 07:00:44 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[38930]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:44 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[38932]: ansible-fedora.linux_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={} Jul 25 07:00:44 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[38930]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:45 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[39041]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-weiiytywzmplhtzttyoifyithlphiicb ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905244.9976466-11057-105857360759294/AnsiballZ_dnf.py' Jul 25 07:00:45 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[39041]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:45 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[39043]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False allowerasing=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 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:00:45 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[39041]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:46 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[39151]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-byitieoyhypcrcnpftxitgzoepibaovd ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905245.89587-11065-191098172686132/AnsiballZ_service_facts.py' Jul 25 07:00:46 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[39151]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:46 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[39153]: ansible-service_facts Invoked Jul 25 07:00:47 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[39151]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:48 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[39355]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wtgxlvspggmksrrbqqlbnpzxlkcteskv ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905247.90292-11075-135779490125035/AnsiballZ_blivet.py' Jul 25 07:00:48 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[39355]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:48 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[39357]: ansible-fedora.linux_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={} Jul 25 07:00:48 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[39355]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:48 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[39466]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qtarvmryxdoqukixsjdiniiypcyoyffu ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905248.44644-11084-84536315071020/AnsiballZ_stat.py' Jul 25 07:00:48 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[39466]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:48 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[39468]: ansible-stat Invoked with path=/etc/fstab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:00:48 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[39466]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:49 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[39577]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-kouyfefteforcohbtywstoqdfdmfsenv ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905249.035648-11102-70281011665508/AnsiballZ_stat.py' Jul 25 07:00:49 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[39577]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:49 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[39579]: ansible-stat Invoked with path=/etc/crypttab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:00:49 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[39577]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:49 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[39688]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wmfegwotlafnpdmdvebimfxbydgzzovn ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905249.427577-11112-174298636849625/AnsiballZ_setup.py' Jul 25 07:00:49 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[39688]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:49 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[39690]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:00:50 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[39688]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:50 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[39826]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-nwttcyfezfxdomfoigdchfltfwnihdwd ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905250.3569524-11121-207474763349714/AnsiballZ_package_facts.py' Jul 25 07:00:50 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[39826]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:50 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[39828]: ansible-package_facts Invoked with manager=['auto'] strategy=first Jul 25 07:00:51 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[39826]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:51 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[39935]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vkzwklctfljcvxwrkycoafhdbbsmsewi ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905251.8173313-11133-195072146713499/AnsiballZ_dnf.py' Jul 25 07:00:51 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[39935]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:52 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[39937]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False allowerasing=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 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:00:52 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[39935]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:52 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[40045]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-snkwokawxatppzmlkhsdxfgtrxhuxmey ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905252.7395146-11141-248513369466338/AnsiballZ_find_unused_disk.py' Jul 25 07:00:52 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[40045]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:53 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[40047]: ansible-fedora.linux_system_roles.find_unused_disk Invoked with min_size=10g max_return=2 with_interface=scsi match_sector_size=True max_size=0 Jul 25 07:00:54 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[40045]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:55 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[40191]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ktxkuwfoqozvnvgscfxvacwqxjsfnxns ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905255.3088086-11199-60426910868674/AnsiballZ_setup.py' Jul 25 07:00:55 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[40191]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:56 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[40193]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:00:56 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[40191]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:56 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[40329]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-nqrdcavuaqqyuhrnwetibocjphqpemuj ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905256.6423783-11213-222878769286959/AnsiballZ_stat.py' Jul 25 07:00:56 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[40329]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:56 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[40331]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:00:57 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[40329]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:57 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[40438]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ebmzueeyziqopgenczekmcbojrajfadt ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905257.1923196-11225-121710695936368/AnsiballZ_dnf.py' Jul 25 07:00:57 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[40438]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:57 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[40440]: 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'] state=present allow_downgrade=False allowerasing=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 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:00:58 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[40438]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:58 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[40548]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-rodtzycxrkciuapkjlqfokeveinmvody ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905258.2592967-11235-182604154028135/AnsiballZ_blivet.py' Jul 25 07:00:58 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[40548]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:58 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[40550]: ansible-fedora.linux_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={} Jul 25 07:00:58 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[40548]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:59 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[40659]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-mvkgukmuvxyafspngrdchsnkacvspgrs ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905258.999257-11247-40037423177728/AnsiballZ_dnf.py' Jul 25 07:00:59 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[40659]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:59 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[40661]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False allowerasing=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 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:00:59 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[40659]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:00 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[40769]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-hufknicjfuhaezcnnaufhlynxlqrqegw ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905259.9013886-11255-89698760027271/AnsiballZ_service_facts.py' Jul 25 07:01:00 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[40769]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:00 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[40771]: ansible-service_facts Invoked Jul 25 07:01:01 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[40769]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:01 ip-10-31-11-242.us-east-1.aws.redhat.com CROND[40908]: (root) CMD (run-parts /etc/cron.hourly) Jul 25 07:01:01 ip-10-31-11-242.us-east-1.aws.redhat.com run-parts[40920]: (/etc/cron.hourly) starting 0anacron Jul 25 07:01:01 ip-10-31-11-242.us-east-1.aws.redhat.com anacron[40934]: Anacron started on 2024-07-25 Jul 25 07:01:01 ip-10-31-11-242.us-east-1.aws.redhat.com anacron[40934]: Will run job `cron.daily' in 18 min. Jul 25 07:01:01 ip-10-31-11-242.us-east-1.aws.redhat.com anacron[40934]: Will run job `cron.weekly' in 38 min. Jul 25 07:01:01 ip-10-31-11-242.us-east-1.aws.redhat.com anacron[40934]: Will run job `cron.monthly' in 58 min. Jul 25 07:01:01 ip-10-31-11-242.us-east-1.aws.redhat.com anacron[40934]: Jobs will be executed sequentially Jul 25 07:01:01 ip-10-31-11-242.us-east-1.aws.redhat.com run-parts[40936]: (/etc/cron.hourly) finished 0anacron Jul 25 07:01:01 ip-10-31-11-242.us-east-1.aws.redhat.com CROND[40904]: (root) CMDEND (run-parts /etc/cron.hourly) Jul 25 07:01:02 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[40988]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-gafxeubehnqtqnzomjmyjhbtasleyjbe ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905261.891954-11265-90199857687661/AnsiballZ_blivet.py' Jul 25 07:01:02 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[40988]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:02 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[40990]: ansible-fedora.linux_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={} Jul 25 07:01:02 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[40988]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:02 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[41099]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-oojfcbzywwfoktsecajzmmocnfpptwup ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905262.4640691-11289-171107187740116/AnsiballZ_stat.py' Jul 25 07:01:02 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[41099]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:02 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[41101]: ansible-stat Invoked with path=/etc/fstab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:01:02 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[41099]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:03 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[41210]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-dxdmakdnqubqwizxdbjcmtfcdqwqpcyn ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905263.0646672-11307-160465233072584/AnsiballZ_stat.py' Jul 25 07:01:03 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[41210]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:03 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[41212]: ansible-stat Invoked with path=/etc/crypttab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:01:03 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[41210]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:03 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[41321]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-yhibhbhpizkjudmtiouvrthjtmsjjlcs ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905263.4582415-11316-137141263586126/AnsiballZ_setup.py' Jul 25 07:01:03 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[41321]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:03 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[41323]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:01:04 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[41321]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:04 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[41459]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-azpopwfiiyitfgittpibsxjdclhbieds ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905264.4224312-11326-131227719142668/AnsiballZ_dnf.py' Jul 25 07:01:04 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[41459]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:04 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[41461]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False allowerasing=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 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:01:05 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[41459]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:05 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[41569]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-lwycboizpijozuzffbwglguvcekozyqm ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905265.3285217-11334-69477807696873/AnsiballZ_find_unused_disk.py' Jul 25 07:01:05 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[41569]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:05 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[41571]: ansible-fedora.linux_system_roles.find_unused_disk Invoked with min_size=10g max_return=1 max_size=0 match_sector_size=False with_interface=None Jul 25 07:01:05 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[41569]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:06 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[41680]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zfsnugyippkibuulyqbuzrnbmqesiozo ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905265.7955716-11342-279617114894673/AnsiballZ_command.py' Jul 25 07:01:06 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[41680]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:06 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[41682]: 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 expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 25 07:01:06 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[41680]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:09 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[41826]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:01:09 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[41962]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-tvnfwbjynytmdhryemymtqgfgfoqpmgq ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905269.7675414-11465-231148803203782/AnsiballZ_setup.py' Jul 25 07:01:09 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[41962]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:10 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[41964]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:01:10 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[41962]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:10 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[42100]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-kgsicrfdfylxlmtiovmdthssilsxjeky ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905270.77356-11477-179412313449006/AnsiballZ_stat.py' Jul 25 07:01:11 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[42100]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:11 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[42102]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:01:11 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[42100]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:11 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[42209]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-fmiutculkcxuxqxhlrdhetyoldzdnlhl ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905271.3372118-11489-34900511386177/AnsiballZ_dnf.py' Jul 25 07:01:11 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[42209]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:11 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[42211]: 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'] state=present allow_downgrade=False allowerasing=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 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:01:12 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[42209]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:12 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[42319]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-irraygkxihgphxlpqgolbkqxrufcuwfg ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905272.4068987-11499-58177470921421/AnsiballZ_blivet.py' Jul 25 07:01:12 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[42319]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:12 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[42321]: ansible-fedora.linux_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={} Jul 25 07:01:12 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[42319]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:13 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[42430]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-lcmjjionfbplhkyaxngrvuxepkmgrovo ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905273.1515694-11511-237559133784253/AnsiballZ_dnf.py' Jul 25 07:01:13 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[42430]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:13 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[42432]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False allowerasing=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 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:01:13 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[42430]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:14 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[42540]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-dupzsvghkgrbzhdnxowasmlrngetqzzp ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905274.0502768-11519-105146717101679/AnsiballZ_service_facts.py' Jul 25 07:01:14 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[42540]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:14 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[42542]: ansible-service_facts Invoked Jul 25 07:01:15 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[42540]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:16 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[42744]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wpjpzvypyazkqycfqphmbvpsspmmlzzw ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905276.023987-11529-26833867071760/AnsiballZ_blivet.py' Jul 25 07:01:16 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[42744]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:16 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[42746]: ansible-fedora.linux_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={} Jul 25 07:01:16 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[42744]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:16 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[42855]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-bispolgpdomdwofaamvsbechqjnhrjfx ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905276.5659587-11538-237007069445258/AnsiballZ_stat.py' Jul 25 07:01:16 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[42855]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:16 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[42857]: ansible-stat Invoked with path=/etc/fstab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:01:16 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[42855]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:17 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[42966]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-amzvbicjrolzhsmsisftifxgcmakthhk ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905277.154216-11556-50029587214659/AnsiballZ_stat.py' Jul 25 07:01:17 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[42966]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:17 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[42968]: ansible-stat Invoked with path=/etc/crypttab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:01:17 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[42966]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:17 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[43077]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-mtrhasaqrefdycsjflyuopsfbkoexmev ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905277.544756-11565-162753863598161/AnsiballZ_setup.py' Jul 25 07:01:17 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[43077]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:17 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[43079]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:01:18 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[43077]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:18 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[43215]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-gvxvzsjjicgvwsqpwgurvtrwlpqzxbyt ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905278.515689-11575-273605444251034/AnsiballZ_dnf.py' Jul 25 07:01:18 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[43215]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:18 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[43217]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False allowerasing=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 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:01:19 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[43215]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:19 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[43325]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-dhrspjiblhnyiqdzlwsxkgwwekehwhno ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905279.431023-11583-37833779320374/AnsiballZ_find_unused_disk.py' Jul 25 07:01:19 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[43325]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:19 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[43327]: ansible-fedora.linux_system_roles.find_unused_disk Invoked with min_size=10g max_return=1 with_interface=scsi max_size=0 match_sector_size=False Jul 25 07:01:20 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[43325]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:21 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[43436]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-xcqxmbfqhexbohwrcjnsjktiswnvkagl ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905280.9033778-11591-147164142463044/AnsiballZ_command.py' Jul 25 07:01:21 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[43436]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:21 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[43438]: 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 expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 25 07:01:21 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[43436]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:23 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[43582]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-juvupwwpxfyfahyayzoyvlvfbzrbkscn ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905283.2551293-11651-145665772822610/AnsiballZ_setup.py' Jul 25 07:01:23 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[43582]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:23 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[43584]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:01:24 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[43582]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:24 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[43720]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-xpkypjpptmwimcvfefvmrzbbrcebdapn ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905284.5976782-11665-237691680564356/AnsiballZ_stat.py' Jul 25 07:01:24 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[43720]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:24 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[43722]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:01:24 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[43720]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:25 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[43829]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-cumwvbtzlewdmgysjgpcwpfuhszmgjni ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905285.1589365-11677-132562785210838/AnsiballZ_dnf.py' Jul 25 07:01:25 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[43829]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:25 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[43831]: 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'] state=present allow_downgrade=False allowerasing=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 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:01:26 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[43829]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:26 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[43939]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-dggymizniyjgiqwwwpwfswcuzhsjarse ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905286.2308025-11687-190719587372527/AnsiballZ_blivet.py' Jul 25 07:01:26 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[43939]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:26 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[43941]: ansible-fedora.linux_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={} Jul 25 07:01:26 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[43939]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:27 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[44050]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-bfvhwupvcpawnrimvhzhreqvcdyscjna ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905286.9824238-11699-116365976184936/AnsiballZ_dnf.py' Jul 25 07:01:27 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[44050]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:27 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[44052]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False allowerasing=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 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:01:27 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[44050]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:28 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[44160]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-pmwsigsuavmsikkgmoodmqjsjywejgzi ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905287.886883-11707-229804669084711/AnsiballZ_service_facts.py' Jul 25 07:01:28 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[44160]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:28 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[44162]: ansible-service_facts Invoked Jul 25 07:01:29 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[44160]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:29 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[44364]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-uaskslfvqpfneqqiudkfdcpnwhlxrxpr ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905289.8508565-11717-9414297021608/AnsiballZ_blivet.py' Jul 25 07:01:29 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[44364]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:30 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[44366]: ansible-fedora.linux_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={} Jul 25 07:01:30 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[44364]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:30 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[44475]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-kryrssyezsiksweoizztaruhzsipnptn ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905290.402397-11726-211773997065643/AnsiballZ_stat.py' Jul 25 07:01:30 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[44475]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:30 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[44477]: ansible-stat Invoked with path=/etc/fstab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:01:30 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[44475]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:31 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[44586]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-eudmsgbihhxkagvxfzfiaazozmqrqlxh ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905290.991891-11744-267765651736829/AnsiballZ_stat.py' Jul 25 07:01:31 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[44586]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:31 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[44588]: ansible-stat Invoked with path=/etc/crypttab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:01:31 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[44586]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:31 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[44697]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-olaeygdbxfrjxovvhwktvtpytfiiwvbv ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905291.3838265-11753-266872499524351/AnsiballZ_setup.py' Jul 25 07:01:31 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[44697]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:31 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[44699]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:01:32 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[44697]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:32 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[44835]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-dpnpolvzqpqecdjfoxvwpmingciuqfla ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905292.3075647-11762-119499692983550/AnsiballZ_package_facts.py' Jul 25 07:01:32 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[44835]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:32 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[44837]: ansible-package_facts Invoked with manager=['auto'] strategy=first Jul 25 07:01:33 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[44835]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:33 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[44944]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-falleuarcpptjajdupfrawywbikyfiqy ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905293.6057618-11772-241660496121003/AnsiballZ_command.py' Jul 25 07:01:33 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[44944]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:33 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[44946]: ansible-ansible.legacy.command Invoked with _raw_params=set -euo pipefail modprobe --dry-run kvdo _uses_shell=True expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 25 07:01:33 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[44944]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:34 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[45054]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zximbdpzetznhwxpkafcriicbhoirqsw ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905294.211363-11781-80898511535850/AnsiballZ_dnf.py' Jul 25 07:01:34 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[45054]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:34 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[45056]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False allowerasing=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 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:01:35 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[45054]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:35 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[45164]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qlbpcxirsezuokhynacbhcrzhinzxwzl ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905295.1739655-11789-122256374932296/AnsiballZ_find_unused_disk.py' Jul 25 07:01:35 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[45164]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:35 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[45166]: ansible-fedora.linux_system_roles.find_unused_disk Invoked with min_size=10g max_return=1 max_size=0 match_sector_size=False with_interface=None Jul 25 07:01:35 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[45164]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:35 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[45275]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-uyyjdsfhdkjfrxveyficrbkqjpqczcjq ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905295.6737525-11797-76944809172776/AnsiballZ_command.py' Jul 25 07:01:35 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[45275]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:35 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[45277]: 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 expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 25 07:01:36 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[45275]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:39 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[45421]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:01:39 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[45557]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-oujmiktcumrnpssdtqvfsodmdfjhuqgb ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905299.6730053-11920-127868375177898/AnsiballZ_setup.py' Jul 25 07:01:39 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[45557]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:40 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[45559]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:01:40 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[45557]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:40 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[45695]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-yyqpentgujkqiyfuenvvbacrhonbwzav ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905300.6797888-11932-90421323121794/AnsiballZ_stat.py' Jul 25 07:01:40 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[45695]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:41 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[45697]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:01:41 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[45695]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:41 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[45804]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-otppvcflngsdmqsemmpcrpifbbvkcydn ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905301.236694-11944-164508927383958/AnsiballZ_dnf.py' Jul 25 07:01:41 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[45804]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:41 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[45806]: 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'] state=present allow_downgrade=False allowerasing=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 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:01:42 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[45804]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:42 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[45914]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-anccgtepqnynzhixoapyeypyhkhdsjtd ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905302.313857-11954-13103073308861/AnsiballZ_blivet.py' Jul 25 07:01:42 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[45914]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:42 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[45916]: ansible-fedora.linux_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={} Jul 25 07:01:42 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[45914]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:43 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[46025]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-tukaxtdyzpfmspsimfligdjzhcjzmava ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905303.062605-11966-29279091164069/AnsiballZ_dnf.py' Jul 25 07:01:43 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[46025]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:43 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[46027]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False allowerasing=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 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:01:43 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[46025]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:44 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[46135]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-lqxpjgeellxaneowhdawldyzsjzyyeiz ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905303.9601603-11974-217424627971053/AnsiballZ_service_facts.py' Jul 25 07:01:44 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[46135]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:44 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[46137]: ansible-service_facts Invoked Jul 25 07:01:45 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[46135]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:46 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[46339]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-lpcnyxnieaeqfhhbfqzlhchtvcuaxhbr ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905305.9348187-11984-228541097706931/AnsiballZ_blivet.py' Jul 25 07:01:46 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[46339]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:46 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[46341]: ansible-fedora.linux_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={} Jul 25 07:01:46 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[46339]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:46 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[46450]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-uumzgyeixqzwfgjkkbvbtmmplxhramfd ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905306.4795797-11993-81168223936738/AnsiballZ_stat.py' Jul 25 07:01:46 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[46450]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:46 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[46452]: ansible-stat Invoked with path=/etc/fstab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:01:46 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[46450]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:47 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[46561]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ididdathrblkesmeimmcoipqzmepygyh ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905307.069055-12011-275067267694572/AnsiballZ_stat.py' Jul 25 07:01:47 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[46561]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:47 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[46563]: ansible-stat Invoked with path=/etc/crypttab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:01:47 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[46561]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:47 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[46672]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-izasqiuujjttexstetjpzlhgwjwcvoix ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905307.4602516-12020-95281326037454/AnsiballZ_setup.py' Jul 25 07:01:47 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[46672]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:47 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[46674]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:01:48 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[46672]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:48 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[46810]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-xhxemekycqfhmvfilbmdganvzhirzvky ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905308.3857775-12029-130187961281470/AnsiballZ_package_facts.py' Jul 25 07:01:48 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[46810]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:49 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[46812]: ansible-package_facts Invoked with manager=['auto'] strategy=first Jul 25 07:01:49 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[46810]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:49 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[46919]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-fxrnuovfehcvyymysizahaeudlvbxjmg ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905309.6992512-12039-38798461670858/AnsiballZ_command.py' Jul 25 07:01:49 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[46919]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:50 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[46921]: ansible-ansible.legacy.command Invoked with _raw_params=set -euo pipefail modprobe --dry-run kvdo _uses_shell=True expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 25 07:01:50 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[46919]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:50 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[47029]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-pizdmnthtiknkbrebhyllljadmhzzloc ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905310.289121-12048-173257556674680/AnsiballZ_dnf.py' Jul 25 07:01:50 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[47029]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:50 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[47031]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False allowerasing=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 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:01:51 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[47029]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:51 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[47139]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-cgfgxofvkioenjqnfueoxdqefyakxzpn ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905311.2331383-12056-83804538679178/AnsiballZ_find_unused_disk.py' Jul 25 07:01:51 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[47139]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:51 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[47141]: ansible-fedora.linux_system_roles.find_unused_disk Invoked with min_size=10g max_return=1 with_interface=scsi max_size=0 match_sector_size=False Jul 25 07:01:51 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[47139]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:51 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[47250]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-xyotcincpyttugtnpkpsqswqytjpjonr ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905311.7208507-12064-224550005967308/AnsiballZ_command.py' Jul 25 07:01:51 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[47250]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:51 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[47252]: 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 expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 25 07:01:52 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[47250]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:54 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[47396]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wbpmaiprcpyighzfszngosqhrgkggsuq ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905314.3081548-12124-255213238193952/AnsiballZ_setup.py' Jul 25 07:01:54 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[47396]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:55 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[47398]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:01:55 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[47396]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:55 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[47534]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-cbyogsragvbbmstvyhsjfglymbpeajwa ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905315.66003-12138-94729063888501/AnsiballZ_stat.py' Jul 25 07:01:55 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[47534]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:56 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[47536]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:01:56 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[47534]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:56 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[47643]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-rphyopmxebfkxdakerjbqkcvtbtbwlcy ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905316.208346-12150-119530466501932/AnsiballZ_dnf.py' Jul 25 07:01:56 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[47643]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:56 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[47645]: 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'] state=present allow_downgrade=False allowerasing=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 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:01:57 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[47643]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:57 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[47753]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-llvpdmbegjxsyrtpiwcfatdxhrrkjfca ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905317.2695181-12160-39483606137225/AnsiballZ_blivet.py' Jul 25 07:01:57 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[47753]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:57 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[47755]: ansible-fedora.linux_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={} Jul 25 07:01:57 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[47753]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:58 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[47864]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-oocutnpqwillxpdlhqqfonfzemhfydqp ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905318.006678-12172-224545141349417/AnsiballZ_dnf.py' Jul 25 07:01:58 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[47864]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:58 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[47866]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False allowerasing=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 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:01:58 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[47864]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:59 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[47974]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wuaawlgzunpfjiiqwnlszwslfpeujhbc ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905318.9008682-12180-203801836907809/AnsiballZ_service_facts.py' Jul 25 07:01:59 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[47974]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:59 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[47976]: ansible-service_facts Invoked Jul 25 07:02:00 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[47974]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:01 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[48178]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-xvtnzsrudoxucseikwdsjcsmqfcuzfxw ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905320.883838-12190-65043320227680/AnsiballZ_blivet.py' Jul 25 07:02:01 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[48178]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:01 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[48180]: ansible-fedora.linux_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={} Jul 25 07:02:01 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[48178]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:01 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[48289]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qxpxnbfnrkfnnpxqamajohhznhsdanud ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905321.430304-12199-240019498611634/AnsiballZ_stat.py' Jul 25 07:02:01 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[48289]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:01 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[48291]: ansible-stat Invoked with path=/etc/fstab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:02:01 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[48289]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:02 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[48400]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-mzqfmrhfmexjnhfabkglqnoawwelohzf ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905322.0298033-12217-128554938791997/AnsiballZ_stat.py' Jul 25 07:02:02 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[48400]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:02 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[48402]: ansible-stat Invoked with path=/etc/crypttab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:02:02 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[48400]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:02 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[48511]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-kpijobuokyngmezhpcwgcwocrddsqxlw ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905322.42764-12226-16754509260614/AnsiballZ_setup.py' Jul 25 07:02:02 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[48511]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:02 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[48513]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:02:03 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[48511]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:03 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[48649]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qicdvodprqsztqyyvvziokhuphranluh ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905323.4092011-12236-263201320340133/AnsiballZ_dnf.py' Jul 25 07:02:03 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[48649]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:03 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[48651]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False allowerasing=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 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:02:04 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[48649]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:04 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[48759]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-jpkywtmgwjnrvsajelwnhfmwbmrzxgeh ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905324.322718-12244-150283079376005/AnsiballZ_find_unused_disk.py' Jul 25 07:02:04 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[48759]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:04 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[48761]: ansible-fedora.linux_system_roles.find_unused_disk Invoked with max_return=1 min_size=0 max_size=0 match_sector_size=False with_interface=None Jul 25 07:02:04 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[48759]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:05 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[48870]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-kyimqtsmlzatemseusbwpjodzdsvwige ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905324.7872136-12252-140608513002114/AnsiballZ_command.py' Jul 25 07:02:05 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[48870]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:05 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[48872]: 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 expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 25 07:02:05 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[48870]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:08 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[49016]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:02:08 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[49152]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-eaqwsunhoxhmwhfhepjqmljmfpptpsrx ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905328.719876-12375-10440291587796/AnsiballZ_setup.py' Jul 25 07:02:08 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[49152]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:09 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[49154]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:02:09 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[49152]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:09 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[49290]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-mwmgxyjlrksjkcibxlwtthyefrlsdoja ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905329.7344213-12387-139454567457370/AnsiballZ_stat.py' Jul 25 07:02:09 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[49290]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:10 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[49292]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:02:10 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[49290]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:10 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[49399]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-fetayazcxjnzkbmdufklzitsnhjowhsc ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905330.2973182-12399-121876558094477/AnsiballZ_dnf.py' Jul 25 07:02:10 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[49399]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:10 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[49401]: 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'] state=present allow_downgrade=False allowerasing=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 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:02:11 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[49399]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:11 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[49509]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-cnriabypgvtoldmdxrfaoqhpseuhyttg ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905331.4037719-12409-265847664110738/AnsiballZ_blivet.py' Jul 25 07:02:11 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[49509]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:11 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[49511]: ansible-fedora.linux_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={} Jul 25 07:02:11 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[49509]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:12 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[49620]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-catozeijoppidyakprouxppgkdcxbjkk ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905332.1658056-12421-277260058456170/AnsiballZ_dnf.py' Jul 25 07:02:12 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[49620]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:12 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[49622]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False allowerasing=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 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:02:13 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[49620]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:13 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[49730]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-inrbhirxrpaavgbeeztdloygfoyofthg ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905333.104881-12429-17030288154405/AnsiballZ_service_facts.py' Jul 25 07:02:13 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[49730]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:13 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[49732]: ansible-service_facts Invoked Jul 25 07:02:14 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[49730]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:15 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[49934]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-tvqvsihnmwivdzsfgufaknbkyhcpsixc ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905335.1350977-12439-24436475935291/AnsiballZ_blivet.py' Jul 25 07:02:15 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[49934]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:15 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[49936]: ansible-fedora.linux_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={} Jul 25 07:02:15 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[49934]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:15 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[50045]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ujnvonftjvzpghppyxwexrdpdmpprnmj ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905335.696685-12448-2456354257740/AnsiballZ_stat.py' Jul 25 07:02:15 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[50045]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:15 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[50047]: ansible-stat Invoked with path=/etc/fstab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:02:16 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[50045]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:16 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[50156]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-pnifeyabtyimwtdmfhfiqnbsedrympsk ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905336.2965853-12466-257815642956373/AnsiballZ_stat.py' Jul 25 07:02:16 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[50156]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:16 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[50158]: ansible-stat Invoked with path=/etc/crypttab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:02:16 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[50156]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:16 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[50267]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-fyxaidmopsstvgjrujdbufynayfriuik ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905336.6944122-12475-79245118155781/AnsiballZ_setup.py' Jul 25 07:02:16 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[50267]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:17 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[50269]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:02:17 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[50267]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:17 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[50405]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-lfwuxbygivgfvizbjwcnunzhjjjwavrn ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905337.6716092-12485-261501155420352/AnsiballZ_dnf.py' Jul 25 07:02:17 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[50405]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:18 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[50407]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False allowerasing=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 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:02:18 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[50405]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:18 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[50515]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-nhaqkaqurdxtpqcmfhjqwvkciuxtewnc ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905338.6018755-12493-92827424892631/AnsiballZ_find_unused_disk.py' Jul 25 07:02:18 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[50515]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:18 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[50517]: ansible-fedora.linux_system_roles.find_unused_disk Invoked with max_return=1 with_interface=scsi min_size=0 max_size=0 match_sector_size=False Jul 25 07:02:19 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[50515]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:19 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[50626]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-mgjewrtdpglpibcmtxreloprqlhlwark ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905339.085096-12501-133342190838792/AnsiballZ_command.py' Jul 25 07:02:19 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[50626]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:19 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[50628]: 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 expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 25 07:02:19 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[50626]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:23 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[50772]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-jogjrbchprvqcgmtzkkxuusjlnrsybdg ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905342.714492-12561-163360306872201/AnsiballZ_setup.py' Jul 25 07:02:23 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[50772]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:23 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[50774]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:02:23 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[50772]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:24 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[50910]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-tccqnsruykmsuunsaycwolhrxgoxhuxh ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905344.018348-12575-274012532781836/AnsiballZ_stat.py' Jul 25 07:02:24 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[50910]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:24 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[50912]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:02:24 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[50910]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:24 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[51019]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-dbelsuddermwvvjsnnabnagmyrfzlgkm ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905344.5811095-12587-113366389780933/AnsiballZ_dnf.py' Jul 25 07:02:24 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[51019]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:25 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[51021]: 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'] state=present allow_downgrade=False allowerasing=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 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:02:25 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[51019]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:25 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[51129]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-kspqhskgqdbtyuyncqireipbgxeabxjp ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905345.6717453-12597-215364484108300/AnsiballZ_blivet.py' Jul 25 07:02:25 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[51129]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:26 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[51131]: ansible-fedora.linux_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={} Jul 25 07:02:26 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[51129]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:26 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[51240]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ldyrzkquqtmescfwqzrfbuigvkkcvqxl ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905346.428566-12609-9379573769478/AnsiballZ_dnf.py' Jul 25 07:02:26 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[51240]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:26 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[51242]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False allowerasing=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 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:02:27 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[51240]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:27 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[51350]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-lddajunrzrgnntnpbdzpkklnfmqwykeq ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905347.3566847-12617-37160672034287/AnsiballZ_service_facts.py' Jul 25 07:02:27 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[51350]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:27 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[51352]: ansible-service_facts Invoked Jul 25 07:02:29 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[51350]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:29 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[51554]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-nirgpbfqkbywvoesbfawuhwrrezaakbf ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905349.4032118-12627-127691950793354/AnsiballZ_blivet.py' Jul 25 07:02:29 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[51554]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:29 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[51556]: ansible-fedora.linux_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={} Jul 25 07:02:29 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[51554]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:30 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[51665]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-smqjidssdvfkaqnqditwtxiuqrmbxref ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905349.9621794-12636-237145384157102/AnsiballZ_stat.py' Jul 25 07:02:30 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[51665]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:30 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[51667]: ansible-stat Invoked with path=/etc/fstab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:02:30 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[51665]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:30 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[51776]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-lfnppuexzdzflyvqoljuuwgyqvfnenhn ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905350.5498693-12654-255978054744997/AnsiballZ_stat.py' Jul 25 07:02:30 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[51776]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:30 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[51778]: ansible-stat Invoked with path=/etc/crypttab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:02:30 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[51776]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:31 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[51887]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-bllsutjrysngfbovwnsqokvplfictjth ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905350.9479458-12663-204670833618725/AnsiballZ_setup.py' Jul 25 07:02:31 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[51887]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:31 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[51889]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:02:31 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[51887]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:32 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[52025]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zxnepidvmsgpcmljfnxvgspvvpzaaqqe ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905351.8822227-12672-274952881044320/AnsiballZ_package_facts.py' Jul 25 07:02:32 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[52025]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:32 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[52027]: ansible-package_facts Invoked with manager=['auto'] strategy=first Jul 25 07:02:32 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[52025]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:33 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[52134]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-byfjbvldwlafsakltumknpgtxmbykllg ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905353.3527853-12684-19683333735340/AnsiballZ_dnf.py' Jul 25 07:02:33 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[52134]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:33 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[52136]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False allowerasing=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 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:02:34 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[52134]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:34 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[52244]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-iwfhecloteszclwselkggqhqwmmpiedv ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905354.2984242-12692-250944820822086/AnsiballZ_find_unused_disk.py' Jul 25 07:02:34 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[52244]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:34 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[52246]: ansible-fedora.linux_system_roles.find_unused_disk Invoked with max_return=2 min_size=0 max_size=0 match_sector_size=False with_interface=None Jul 25 07:02:34 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[52244]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:35 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[52355]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-hvrdvprfdwsnlwuoftwrrfjiniazxyih ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905354.789202-12700-107069424946075/AnsiballZ_command.py' Jul 25 07:02:35 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[52355]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:35 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[52357]: 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 expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 25 07:02:35 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[52355]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:38 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[52501]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:02:38 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[52637]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-fknaunpsbpfuqyivifgpsgrirxprbcdu ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905358.7956111-12823-251820237422541/AnsiballZ_setup.py' Jul 25 07:02:38 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[52637]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:39 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[52639]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:02:39 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[52637]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:40 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[52775]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-cvzjykdohsqmsptqzgulookpizgzuona ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905359.817766-12835-248821828994751/AnsiballZ_stat.py' Jul 25 07:02:40 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[52775]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:40 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[52777]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:02:40 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[52775]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:40 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[52884]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-oinqamuqlpocdmimeoziariuvsggnuly ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905360.3763564-12847-98788368710575/AnsiballZ_dnf.py' Jul 25 07:02:40 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[52884]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:40 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[52886]: 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'] state=present allow_downgrade=False allowerasing=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 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:02:41 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[52884]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:41 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[52994]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-naahsgofazrbjekylgjmjmdptccomdfe ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905361.4584465-12857-107711710600070/AnsiballZ_blivet.py' Jul 25 07:02:41 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[52994]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:41 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[52996]: ansible-fedora.linux_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={} Jul 25 07:02:42 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[52994]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:42 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[53105]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-tawqewxmuyudbvrwdvxghgurqsjyollr ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905362.2084763-12869-165482190474969/AnsiballZ_dnf.py' Jul 25 07:02:42 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[53105]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:42 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[53107]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False allowerasing=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 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:02:43 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[53105]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:43 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[53215]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-bdzjplggfprgxfxiqblujvprrklvbawl ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905363.135965-12877-163357332602453/AnsiballZ_service_facts.py' Jul 25 07:02:43 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[53215]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:43 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[53217]: ansible-service_facts Invoked Jul 25 07:02:44 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[53215]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:45 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[53419]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-yonkollzprawoayvpffhiwsiazbureyj ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905365.1382256-12887-255956090881088/AnsiballZ_blivet.py' Jul 25 07:02:45 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[53419]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:45 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[53421]: ansible-fedora.linux_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={} Jul 25 07:02:45 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[53419]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:45 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[53530]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-imjuclrgbjritrpueijrfzuxidewxdbl ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905365.698721-12896-29090800388506/AnsiballZ_stat.py' Jul 25 07:02:45 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[53530]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:45 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[53532]: ansible-stat Invoked with path=/etc/fstab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:02:46 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[53530]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:46 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[53641]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qttsiqvdtvstozovpkydoxuirjumthfx ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905366.2948968-12914-64459171859315/AnsiballZ_stat.py' Jul 25 07:02:46 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[53641]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:46 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[53643]: ansible-stat Invoked with path=/etc/crypttab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:02:46 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[53641]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:46 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[53752]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-cwiieusapdrqojgxgnxmzdssjvzpuqcz ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905366.692401-12923-265404584455088/AnsiballZ_setup.py' Jul 25 07:02:46 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[53752]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:47 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[53754]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:02:47 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[53752]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:47 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[53890]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qdmxshwkbdhgdlsdqjhcpyuoyytmeobh ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905367.631641-12932-228867196502330/AnsiballZ_package_facts.py' Jul 25 07:02:47 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[53890]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:48 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[53892]: ansible-package_facts Invoked with manager=['auto'] strategy=first Jul 25 07:02:48 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[53890]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:49 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[53999]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wdtpxtftfozeqhhyqlbtiplwpdcqbxrd ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905369.1063938-12944-34341899631516/AnsiballZ_dnf.py' Jul 25 07:02:49 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[53999]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:49 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[54001]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False allowerasing=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 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:02:49 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[53999]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:50 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[54109]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-podblbyggcdvveqawzvyutmiwxdtrmmx ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905370.060613-12952-270056263079760/AnsiballZ_find_unused_disk.py' Jul 25 07:02:50 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[54109]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:50 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[54111]: ansible-fedora.linux_system_roles.find_unused_disk Invoked with max_return=2 with_interface=scsi min_size=0 max_size=0 match_sector_size=False Jul 25 07:02:51 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[54109]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:51 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[54220]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ctptqwoodmtcxmefgzzafqhtahvejcoy ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905371.545418-12960-127482563016718/AnsiballZ_command.py' Jul 25 07:02:51 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[54220]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:51 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[54222]: 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 expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 25 07:02:51 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[54220]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:53 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[54366]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-iguehbqepaetckldnbfrtmudgfexqmme ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905373.4096432-13020-27261093002686/AnsiballZ_setup.py' Jul 25 07:02:53 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[54366]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:54 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[54368]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:02:54 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[54366]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:54 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[54504]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-agdvvlprlxqrznbsghysbccbjhxafyyh ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905374.7607687-13034-120629472237204/AnsiballZ_stat.py' Jul 25 07:02:54 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[54504]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:55 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[54506]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:02:55 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[54504]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:55 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[54613]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-bvyxwrcywzdwqokqijkmlwsvpafunwcm ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905375.3160634-13046-66604179699522/AnsiballZ_dnf.py' Jul 25 07:02:55 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[54613]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:55 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[54615]: 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'] state=present allow_downgrade=False allowerasing=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 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:02:56 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[54613]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:56 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[54723]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-njayiqngzbeswyhffuepmcstnlqdyugp ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905376.3969011-13056-99676029062561/AnsiballZ_blivet.py' Jul 25 07:02:56 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[54723]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:56 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[54725]: ansible-fedora.linux_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={} Jul 25 07:02:56 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[54723]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:57 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[54834]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-kheizjzowqliuekexmdvxfykbaokpbxw ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905377.1424365-13068-176264693998636/AnsiballZ_dnf.py' Jul 25 07:02:57 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[54834]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:57 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[54836]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False allowerasing=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 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:02:58 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[54834]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:58 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[54944]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-owjxaiaodwzzltysvqdyilqmoeylltgu ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905378.1632478-13076-63288064711615/AnsiballZ_service_facts.py' Jul 25 07:02:58 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[54944]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:58 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[54946]: ansible-service_facts Invoked Jul 25 07:03:00 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[54944]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:00 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[55148]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-nlysildrncufnquqwqtikibhrlovgivh ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905380.1785078-13086-245213566577120/AnsiballZ_blivet.py' Jul 25 07:03:00 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[55148]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:00 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[55150]: ansible-fedora.linux_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={} Jul 25 07:03:00 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[55148]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:00 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[55259]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-fluubqrvhrpzxdbveospwkujgcgwkkcz ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905380.7375968-13095-158002432154886/AnsiballZ_stat.py' Jul 25 07:03:00 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[55259]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:01 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[55261]: ansible-stat Invoked with path=/etc/fstab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:03:01 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[55259]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:01 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[55370]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-adndoakigzmnuketvucxwwjochkbgoxj ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905381.3386385-13113-69025972952413/AnsiballZ_stat.py' Jul 25 07:03:01 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[55370]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:01 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[55372]: ansible-stat Invoked with path=/etc/crypttab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:03:01 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[55370]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:01 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[55481]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ajghvfymcygbuamwkixtihhtkrjstfsw ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905381.7431657-13122-155286827039145/AnsiballZ_setup.py' Jul 25 07:03:01 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[55481]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:02 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[55483]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:03:02 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[55481]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:02 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[55619]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ovvgfstcowybcynnvlyfatdejxrsggfl ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905382.7624495-13132-124963793549287/AnsiballZ_dnf.py' Jul 25 07:03:02 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[55619]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:03 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[55621]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False allowerasing=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 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:03:03 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[55619]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:03 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[55729]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ekigggzqbinkhznbapvppsvcunbsayfs ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905383.7021563-13140-256542953725416/AnsiballZ_find_unused_disk.py' Jul 25 07:03:03 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[55729]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:04 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[55731]: ansible-fedora.linux_system_roles.find_unused_disk Invoked with max_return=2 min_size=0 max_size=0 match_sector_size=False with_interface=None Jul 25 07:03:04 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[55729]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:04 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[55840]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zzbfasnvcenbgnewnscrvugaecugutxl ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905384.1804948-13148-173558599316900/AnsiballZ_command.py' Jul 25 07:03:04 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[55840]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:04 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[55842]: 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 expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 25 07:03:04 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[55840]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:07 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[55986]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:03:08 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[56122]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-hmsheiiftejairtzvqmhlquxzpwhiwgu ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905388.1702807-13271-71886548418323/AnsiballZ_setup.py' Jul 25 07:03:08 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[56122]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:08 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[56124]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:03:08 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[56122]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:09 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[56260]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ehjqezvxpejumytcifqrygdwyiyjepoi ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905389.2025654-13283-96093463448678/AnsiballZ_stat.py' Jul 25 07:03:09 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[56260]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:09 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[56262]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:03:09 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[56260]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:10 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[56369]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-dzgcfvpkhqitsucpfsmrxlcwnrgaskuj ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905389.7753642-13295-123279612304635/AnsiballZ_dnf.py' Jul 25 07:03:10 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[56369]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:10 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[56371]: 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'] state=present allow_downgrade=False allowerasing=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 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:03:10 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[56369]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:11 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[56479]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-dmypvsvdtdogbdptwilfyuarzghtimhe ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905390.878444-13305-129688253449495/AnsiballZ_blivet.py' Jul 25 07:03:11 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[56479]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:11 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[56481]: ansible-fedora.linux_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={} Jul 25 07:03:11 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[56479]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:11 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[56590]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-yfuvosxefqjxcdshndncddihfnushsbc ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905391.6410875-13317-213675910371994/AnsiballZ_dnf.py' Jul 25 07:03:11 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[56590]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:11 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[56592]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False allowerasing=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 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:03:12 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[56590]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:12 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[56700]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ujvacblguphawuxqprrmfakbultkhvbr ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905392.5724921-13325-83820074453389/AnsiballZ_service_facts.py' Jul 25 07:03:12 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[56700]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:12 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[56702]: ansible-service_facts Invoked Jul 25 07:03:14 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[56700]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:14 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[56904]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wkpyixcshnpjwxdhiblsygvijevdsfcf ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905394.59652-13335-80777793075882/AnsiballZ_blivet.py' Jul 25 07:03:14 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[56904]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:15 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[56906]: ansible-fedora.linux_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={} Jul 25 07:03:15 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[56904]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:15 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[57015]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-hexzegrycxtqktccltdfksoyysjdgkxq ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905395.15144-13344-145304901070256/AnsiballZ_stat.py' Jul 25 07:03:15 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[57015]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:15 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[57017]: ansible-stat Invoked with path=/etc/fstab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:03:15 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[57015]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:15 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[57126]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-rpkgmjgpvqqadcywrdjmizuqzjsvnxhw ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905395.7445102-13362-102358871909989/AnsiballZ_stat.py' Jul 25 07:03:15 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[57126]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:16 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[57128]: ansible-stat Invoked with path=/etc/crypttab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:03:16 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[57126]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:16 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[57237]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-dhkplkjbpyputhnfdficrlqwygxklwgk ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905396.1428354-13371-53843154013158/AnsiballZ_setup.py' Jul 25 07:03:16 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[57237]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:16 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[57239]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:03:16 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[57237]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:17 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[57375]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-nfsfckanpseutynymtmuispknanylcib ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905397.1276546-13381-173674017596998/AnsiballZ_dnf.py' Jul 25 07:03:17 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[57375]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:17 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[57377]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False allowerasing=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 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:03:17 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[57375]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:18 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[57485]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vwxquuijlgnynspogxxzriecwkwvioxo ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905398.0707507-13389-98078008214204/AnsiballZ_find_unused_disk.py' Jul 25 07:03:18 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[57485]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:18 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[57487]: ansible-fedora.linux_system_roles.find_unused_disk Invoked with max_return=2 with_interface=scsi min_size=0 max_size=0 match_sector_size=False Jul 25 07:03:18 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[57485]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:18 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[57596]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-dhslknptbdzmzeccfiebhjvaenzicvep ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905398.5502129-13397-194048261511603/AnsiballZ_command.py' Jul 25 07:03:18 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[57596]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:18 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[57598]: 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 expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 25 07:03:18 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[57596]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:20 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[57742]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-otefabgqzpmacnurmvcmbklxkbvppcut ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905400.2024086-13457-139258199097225/AnsiballZ_setup.py' Jul 25 07:03:20 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[57742]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:20 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[57744]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:03:21 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[57742]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:21 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[57880]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-tcpzhigbjabntsqwtuazvdbljefwtmin ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905401.571435-13471-233265104911048/AnsiballZ_stat.py' Jul 25 07:03:21 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[57880]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:21 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[57882]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:03:21 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[57880]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:22 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[57989]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-jwbqduikvnkvfzvxnotsctbmuhxsudob ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905402.1348846-13483-28871894930464/AnsiballZ_dnf.py' Jul 25 07:03:22 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[57989]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:22 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[57991]: 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'] state=present allow_downgrade=False allowerasing=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 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:03:23 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[57989]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:23 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[58099]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-sryohdwlvizqlskpqktctyhmcojegite ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905403.235824-13493-100864993370836/AnsiballZ_blivet.py' Jul 25 07:03:23 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[58099]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:23 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[58101]: ansible-fedora.linux_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={} Jul 25 07:03:23 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[58099]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:24 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[58210]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-aelxvhdwhrltbqqisjfsbshfykhuprdp ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905403.9818685-13505-228978677239945/AnsiballZ_dnf.py' Jul 25 07:03:24 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[58210]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:24 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[58212]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False allowerasing=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 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:03:24 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[58210]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:25 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[58320]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wydvmcjlbeumezohjrvwogvfohmmocrt ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905404.9123228-13513-96048485201510/AnsiballZ_service_facts.py' Jul 25 07:03:25 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[58320]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:25 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[58322]: ansible-service_facts Invoked Jul 25 07:03:26 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[58320]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:27 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[58524]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ticplvnxepgqgeejzefngoabnspqsjxc ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905406.9463003-13523-117118555815050/AnsiballZ_blivet.py' Jul 25 07:03:27 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[58524]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:27 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[58526]: ansible-fedora.linux_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={} Jul 25 07:03:27 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[58524]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:27 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[58635]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-xrijittyigqzkpklyxhtnaqbbevdyykz ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905407.5044873-13532-225935619615893/AnsiballZ_stat.py' Jul 25 07:03:27 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[58635]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:27 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[58637]: ansible-stat Invoked with path=/etc/fstab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:03:27 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[58635]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:28 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[58746]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vonqjaceetfphdyaacbplsnlfnwjvvgc ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905408.0990837-13550-176939384031062/AnsiballZ_stat.py' Jul 25 07:03:28 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[58746]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:28 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[58748]: ansible-stat Invoked with path=/etc/crypttab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:03:28 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[58746]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:28 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[58857]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-jutumtivkyvdnmcfpxmuprcstjlcdayz ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905408.4953747-13559-194591721672223/AnsiballZ_setup.py' Jul 25 07:03:28 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[58857]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:28 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[58859]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:03:29 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[58857]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:29 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[58995]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-foggzztoiifhrxadajongofzagzjntjw ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905409.4558551-13568-259733080628376/AnsiballZ_dnf.py' Jul 25 07:03:29 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[58995]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:29 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[58997]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False allowerasing=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 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:03:30 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[58995]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:30 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[59105]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-rkvkqfjevtumwrqpvhxhfegugdwkliwz ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905410.4027543-13576-111345570282424/AnsiballZ_find_unused_disk.py' Jul 25 07:03:30 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[59105]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:30 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[59107]: ansible-fedora.linux_system_roles.find_unused_disk Invoked with max_return=3 match_sector_size=True min_size=0 max_size=0 with_interface=None Jul 25 07:03:31 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[59105]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:35 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[59251]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:03:35 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[59387]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-moqkjzqmtorrwgtwdrajtbojcfpzyhfu ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905415.6170485-13697-155461234198227/AnsiballZ_setup.py' Jul 25 07:03:35 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[59387]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:36 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[59389]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:03:36 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[59387]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:36 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[59525]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-hzbnxffmmshiwxreenmphbflyenncgkq ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905416.6346157-13709-73366172209476/AnsiballZ_stat.py' Jul 25 07:03:36 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[59525]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:36 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[59527]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:03:37 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[59525]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:37 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[59634]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ptrgjmwvaqzxofxrhtdpfpvwltgijthz ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905417.194002-13721-48596189389746/AnsiballZ_dnf.py' Jul 25 07:03:37 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[59634]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:37 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[59636]: 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'] state=present allow_downgrade=False allowerasing=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 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:03:38 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[59634]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:38 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[59744]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ozklgodicileqhydwawbuvxziyoqnkid ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905418.269109-13731-22140924446494/AnsiballZ_blivet.py' Jul 25 07:03:38 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[59744]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:38 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[59746]: ansible-fedora.linux_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={} Jul 25 07:03:38 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[59744]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:39 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[59855]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-sxugjzcpwjltqnzorqqkbouisdyopetf ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905419.0107167-13743-136004839988054/AnsiballZ_dnf.py' Jul 25 07:03:39 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[59855]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:39 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[59857]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False allowerasing=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 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:03:39 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[59855]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:40 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[59965]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-czwuuujdzpdajvriconeaqjbjyfikioo ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905419.9183013-13751-131475750294764/AnsiballZ_service_facts.py' Jul 25 07:03:40 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[59965]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:40 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[59967]: ansible-service_facts Invoked Jul 25 07:03:41 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[59965]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:42 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[60169]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-pewayxvpsqzpnznrccbyagabjygzecda ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905421.9276967-13761-164193023353757/AnsiballZ_blivet.py' Jul 25 07:03:42 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[60169]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:42 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[60171]: ansible-fedora.linux_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={} Jul 25 07:03:42 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[60169]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:42 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[60280]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wfypawedrwneoklweqcalctchrpsupxn ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905422.471668-13770-196887349177320/AnsiballZ_stat.py' Jul 25 07:03:42 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[60280]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:42 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[60282]: ansible-stat Invoked with path=/etc/fstab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:03:42 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[60280]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:43 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[60391]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-jdgnqfikrxwlathtaxjlcelcddhxfwmu ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905423.0616424-13788-102895715256045/AnsiballZ_stat.py' Jul 25 07:03:43 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[60391]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:43 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[60393]: ansible-stat Invoked with path=/etc/crypttab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:03:43 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[60391]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:43 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[60502]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-jkfmxhghtcxzigjplyypztwkdwvqghwm ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905423.4523478-13797-27497096597546/AnsiballZ_setup.py' Jul 25 07:03:43 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[60502]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:43 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[60504]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:03:44 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[60502]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:44 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[60640]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-stbgjqvcuqjjlfcnnydbkjciakpqzqpg ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905424.373469-13806-143735203226968/AnsiballZ_dnf.py' Jul 25 07:03:44 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[60640]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:44 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[60642]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False allowerasing=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 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:03:45 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[60640]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:45 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[60750]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-rxglqtcyeycaxggcowpxkbqpciwpswge ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905425.2791798-13814-93063777808339/AnsiballZ_find_unused_disk.py' Jul 25 07:03:45 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[60750]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:45 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[60752]: ansible-fedora.linux_system_roles.find_unused_disk Invoked with max_return=3 with_interface=scsi match_sector_size=True min_size=0 max_size=0 Jul 25 07:03:45 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[60750]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:47 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[60896]: ansible-setup Invoked with gather_subset=['!all', '!min', 'distribution', 'distribution_major_version', 'distribution_version', 'os_family'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:03:48 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[61005]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:03:48 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[61112]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Jul 25 07:03:49 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[61168]: 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'] state=present allow_downgrade=False allowerasing=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 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:03:50 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[61276]: ansible-fedora.linux_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={} Jul 25 07:03:50 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[61385]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Jul 25 07:03:51 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[61441]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False allowerasing=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 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:03:52 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[61549]: ansible-service_facts Invoked Jul 25 07:03:53 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[61751]: ansible-fedora.linux_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={} Jul 25 07:03:54 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[61860]: ansible-stat Invoked with path=/etc/fstab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:03:54 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[61969]: ansible-stat Invoked with path=/etc/crypttab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:03:55 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[62078]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:03:58 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[62249]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:03:59 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[62385]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:04:00 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[62492]: 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'] state=present allow_downgrade=False allowerasing=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 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:04:01 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[62600]: ansible-fedora.linux_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={} Jul 25 07:04:02 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[62709]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False allowerasing=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 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:04:03 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[62817]: ansible-service_facts Invoked Jul 25 07:04:05 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[63019]: ansible-fedora.linux_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={} Jul 25 07:04:05 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[63128]: ansible-stat Invoked with path=/etc/fstab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:04:06 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[63237]: ansible-stat Invoked with path=/etc/crypttab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:04:06 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[63346]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:04:08 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[63517]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-rzjqjoaqdguylnjvfxtnfntrflwmnirk ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905448.1633403-14250-105226422373113/AnsiballZ_setup.py' Jul 25 07:04:08 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[63517]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:04:08 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[63519]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:04:09 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[63517]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:09 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[63655]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-jtfdsguwdfziiqkedkpmckcdyuqvximg ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905449.5104828-14264-4798813051902/AnsiballZ_stat.py' Jul 25 07:04:09 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[63655]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:04:09 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[63657]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:04:09 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[63655]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:10 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[63764]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-biyughyxxajxuwnqyexczzzhsjetzwtb ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905450.0595052-14276-184016708282948/AnsiballZ_dnf.py' Jul 25 07:04:10 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[63764]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:04:10 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[63766]: 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'] state=present allow_downgrade=False allowerasing=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 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:04:10 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[63764]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:11 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[63874]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-yvdnytevwnjhjbuaqkpnwyachfgqdqpo ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905451.1165142-14286-22205468206137/AnsiballZ_blivet.py' Jul 25 07:04:11 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[63874]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:04:11 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[63876]: ansible-fedora.linux_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={} Jul 25 07:04:11 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[63874]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:11 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[63985]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-kcfqizelibbvlofwluxtyvpvlfydrzme ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905451.8532968-14298-14961467338570/AnsiballZ_dnf.py' Jul 25 07:04:11 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[63985]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:04:12 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[63987]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False allowerasing=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 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:04:12 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[63985]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:12 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[64095]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zcrzvqrwlpvjdlrjmeecoluefhuophdv ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905452.755126-14306-103870113326542/AnsiballZ_service_facts.py' Jul 25 07:04:12 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[64095]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:04:13 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[64097]: ansible-service_facts Invoked Jul 25 07:04:14 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[64095]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:14 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[64299]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-asuudjdrzfbklcviudynryrlsuwnpqhg ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905454.7345808-14316-193085361180170/AnsiballZ_blivet.py' Jul 25 07:04:14 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[64299]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:04:15 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[64301]: ansible-fedora.linux_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={} Jul 25 07:04:15 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[64299]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:15 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[64410]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-blvdjyhbhuohpezormkqgejzpxwyqhor ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905455.2787552-14325-25402974506857/AnsiballZ_stat.py' Jul 25 07:04:15 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[64410]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:04:15 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[64412]: ansible-stat Invoked with path=/etc/fstab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:04:15 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[64410]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:15 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[64521]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-odmvijuirsjhaqzcrvevrrfsuilkfuwn ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905455.8585625-14343-158429738522262/AnsiballZ_stat.py' Jul 25 07:04:15 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[64521]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:04:16 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[64523]: ansible-stat Invoked with path=/etc/crypttab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:04:16 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[64521]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:16 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[64632]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-bokajoebvnzgchycdhxjjdydfqkmbiux ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905456.252275-14352-185368081436341/AnsiballZ_setup.py' Jul 25 07:04:16 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[64632]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:04:16 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[64634]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:04:17 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[64632]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:17 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[64770]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-yrajfsqlzakadqnkvdhmwpryqinvzecq ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905457.1856956-14361-91140261843051/AnsiballZ_blivet.py' Jul 25 07:04:17 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[64770]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:04:17 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[64772]: ansible-fedora.linux_system_roles.blivet Invoked with packages_only=True pools=[{'name': 'foo', 'type': 'lvm', 'state': 'present', 'disks': [], 'encryption': False, 'volumes': [{'name': 'test1', 'type': 'lvm', 'fs_type': 'xfs', 'state': 'present', 'mount_point': '/foo', 'encryption': False, 'cache_devices': [], 'raid_disks': [], 'thin': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': None, 'fs_label': None, 'mount_options': None, 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'raid_level': None, 'size': None, 'cached': None, 'cache_mode': None, 'cache_size': None, 'compression': None, 'deduplication': None, 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'vdo_pool_size': None}], 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'grow_to_fill': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': None}] volumes=[] pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=True diskvolume_mkfs_option_map={} disklabel_type=None use_partitions=None Jul 25 07:04:18 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[64770]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:18 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[64893]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-aozjxsgeydgaiuhuieqdkeealbxnczdu ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905458.1417584-14371-111666155800354/AnsiballZ_blivet.py' Jul 25 07:04:18 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[64893]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:04:18 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[64895]: ansible-fedora.linux_system_roles.blivet Invoked with packages_only=True pools=[] volumes=[{'name': 'foo', 'type': 'disk', 'state': 'present', 'disks': [], 'fs_type': 'ext4', 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': None, 'fs_label': None, 'mount_options': None, 'mount_point': None, 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'raid_level': None, 'size': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None}] pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=True diskvolume_mkfs_option_map={} disklabel_type=None use_partitions=None Jul 25 07:04:18 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[64893]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:19 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[65016]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-uksbrqfiqxyipiokpwpwafuedkroqlzy ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905459.0198467-14381-36627544151154/AnsiballZ_blivet.py' Jul 25 07:04:19 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[65016]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:04:19 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[65018]: ansible-fedora.linux_system_roles.blivet Invoked with packages_only=True pools=[] volumes=[{'name': 'foo', 'type': 'disk', 'state': 'present', 'disks': [], 'fs_type': 'swap', 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': None, 'fs_label': None, 'mount_options': None, 'mount_point': None, 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'raid_level': None, 'size': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None}] pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=True diskvolume_mkfs_option_map={} disklabel_type=None use_partitions=None Jul 25 07:04:19 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[65016]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:22 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[65173]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:04:23 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[65309]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vjqxxmrdwhrgeoxkmzayfgoigewfsqll ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905463.3070383-14503-194955894681675/AnsiballZ_setup.py' Jul 25 07:04:23 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[65309]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:04:23 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[65311]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:04:24 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[65309]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:24 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[65447]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-uuuunjpfletyjdfrvdbaxqfqrsvflool ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905464.3040059-14515-170154179625463/AnsiballZ_stat.py' Jul 25 07:04:24 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[65447]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:04:24 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[65449]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:04:24 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[65447]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:25 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[65556]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wryufdqebfzcyjngrldarlcbynbplyna ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905464.8591795-14527-276666190298654/AnsiballZ_dnf.py' Jul 25 07:04:25 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[65556]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:04:25 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[65558]: 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'] state=present allow_downgrade=False allowerasing=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 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:04:25 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[65556]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:26 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[65666]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-tdueobvgvhwybtdxboizqeazmjhznqae ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905465.9467716-14537-81319514228079/AnsiballZ_blivet.py' Jul 25 07:04:26 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[65666]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:04:26 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[65668]: ansible-fedora.linux_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={} Jul 25 07:04:26 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[65666]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:26 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[65777]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-blubcvyurhagtzlfhxeofacomfxwcztj ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905466.6835344-14549-258860685131255/AnsiballZ_dnf.py' Jul 25 07:04:26 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[65777]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:04:27 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[65779]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False allowerasing=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 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:04:27 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[65777]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:27 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[65887]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-kdcjqajzbzkuxerqokjejzjtvtzvkzri ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905467.5965445-14557-156542384315708/AnsiballZ_service_facts.py' Jul 25 07:04:27 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[65887]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:04:27 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[65889]: ansible-service_facts Invoked Jul 25 07:04:29 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[65887]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:29 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[66091]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qvdufvxpcemjymzeelcvlaxdbwdioalm ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905469.6086788-14567-200078464430665/AnsiballZ_blivet.py' Jul 25 07:04:29 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[66091]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:04:30 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[66093]: ansible-fedora.linux_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={} Jul 25 07:04:30 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[66091]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:30 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[66202]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ycljwdgnvzsjwnbdcvolupuiacfczbfx ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905470.164349-14576-135570579363025/AnsiballZ_stat.py' Jul 25 07:04:30 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[66202]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:04:30 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[66204]: ansible-stat Invoked with path=/etc/fstab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:04:30 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[66202]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:30 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[66313]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zrhevemykogzypmlkrsrhfejkltkkjzo ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905470.7556665-14594-167873200255446/AnsiballZ_stat.py' Jul 25 07:04:30 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[66313]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:04:31 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[66315]: ansible-stat Invoked with path=/etc/crypttab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:04:31 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[66313]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:31 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[66424]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-fkhunoqcktxrgepkutvgxngydryvdgwc ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905471.1684747-14603-112562287604812/AnsiballZ_setup.py' Jul 25 07:04:31 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[66424]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:04:31 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[66426]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:04:32 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[66424]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:32 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[66562]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-kxzxcbfcknsrsteijuofkpkjfuulgday ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905472.1662314-14612-129678593165285/AnsiballZ_blivet.py' Jul 25 07:04:32 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[66562]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:04:32 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[66564]: ansible-fedora.linux_system_roles.blivet Invoked with packages_only=True pools=[{'name': 'foo', 'type': 'lvm', 'state': 'present', 'disks': [], 'encryption': False, 'volumes': [{'name': 'test1', 'type': 'lvm', 'fs_type': 'xfs', 'state': 'present', 'mount_point': '/foo', 'encryption': False, 'cache_devices': [], 'raid_disks': [], 'thin': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': None, 'fs_label': None, 'mount_options': None, 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'raid_level': None, 'size': None, 'cached': None, 'cache_mode': None, 'cache_size': None, 'compression': None, 'deduplication': None, 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'vdo_pool_size': None}], 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'grow_to_fill': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': None}] volumes=[] pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=True diskvolume_mkfs_option_map={} disklabel_type=None use_partitions=None Jul 25 07:04:32 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[66562]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:33 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[66685]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-kfuhmbkdkrjjfojdogsccnqgqzfbdtmc ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905473.0603974-14622-272201727723126/AnsiballZ_blivet.py' Jul 25 07:04:33 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[66685]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:04:33 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[66687]: ansible-fedora.linux_system_roles.blivet Invoked with packages_only=True pools=[] volumes=[{'name': 'foo', 'type': 'disk', 'state': 'present', 'disks': [], 'fs_type': 'ext4', 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': None, 'fs_label': None, 'mount_options': None, 'mount_point': None, 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'raid_level': None, 'size': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None}] pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=True diskvolume_mkfs_option_map={} disklabel_type=None use_partitions=None Jul 25 07:04:33 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[66685]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:34 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[66807]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-envltcllopgkxifhmwoymjuscpcpfnds ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905473.941854-14632-23872052262133/AnsiballZ_blivet.py' Jul 25 07:04:34 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[66807]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:04:34 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[66809]: ansible-fedora.linux_system_roles.blivet Invoked with packages_only=True pools=[] volumes=[{'name': 'foo', 'type': 'disk', 'state': 'present', 'disks': [], 'fs_type': 'swap', 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': None, 'fs_label': None, 'mount_options': None, 'mount_point': None, 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'raid_level': None, 'size': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None}] pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=True diskvolume_mkfs_option_map={} disklabel_type=None use_partitions=None Jul 25 07:04:34 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[66807]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:36 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[66964]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ftsotnkhxhejhesjethispquwrgwxyuc ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905475.8896072-14691-15010604079703/AnsiballZ_setup.py' Jul 25 07:04:36 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[66964]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:04:36 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[66966]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:04:36 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[66964]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:37 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[67102]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-epilpwqiurukvbgiwdoouleluscvlrau ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905477.1861556-14705-263639453772353/AnsiballZ_stat.py' Jul 25 07:04:37 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[67102]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:04:37 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[67104]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:04:37 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[67102]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:37 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[67211]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-srvuqxvbdxayhrgawinudcqapnqnkxdk ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905477.7453938-14717-119460772834387/AnsiballZ_dnf.py' Jul 25 07:04:37 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[67211]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:04:38 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[67213]: 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'] state=present allow_downgrade=False allowerasing=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 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:04:38 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[67211]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:39 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[67321]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-jcosnfwlzxhlaucajmebikzdyoynpnfv ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905478.8208377-14727-73173935021972/AnsiballZ_blivet.py' Jul 25 07:04:39 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[67321]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:04:39 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[67323]: ansible-fedora.linux_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={} Jul 25 07:04:39 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[67321]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:39 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[67432]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-pfsmlwedoaomdbqggifevuallhlfgnzt ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905479.5693614-14739-100765610378053/AnsiballZ_dnf.py' Jul 25 07:04:39 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[67432]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:04:39 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[67434]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False allowerasing=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 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:04:40 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[67432]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:40 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[67542]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-cqhuyyperqnyyxthkzdrflzjmjidspye ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905480.487115-14747-138135062006604/AnsiballZ_service_facts.py' Jul 25 07:04:40 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[67542]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:04:40 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[67544]: ansible-service_facts Invoked Jul 25 07:04:42 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[67542]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:42 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[67746]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-avqeayrnkjdjcfrlwylrzjqvnwjxjvud ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905482.5523875-14757-150007051537317/AnsiballZ_blivet.py' Jul 25 07:04:42 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[67746]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:04:42 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[67748]: ansible-fedora.linux_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={} Jul 25 07:04:43 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[67746]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:43 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[67857]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-mjdzmbxkgukpnrpasgexktoxqhdueeuw ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905483.1073034-14766-70506337616825/AnsiballZ_stat.py' Jul 25 07:04:43 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[67857]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:04:43 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[67859]: ansible-stat Invoked with path=/etc/fstab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:04:43 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[67857]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:43 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[67968]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-cpwckggpnrjuzbtucsqceqvaznwbvfil ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905483.7002232-14784-51007024241249/AnsiballZ_stat.py' Jul 25 07:04:43 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[67968]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:04:43 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[67970]: ansible-stat Invoked with path=/etc/crypttab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:04:43 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[67968]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:44 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[68079]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ubtlacuueawthmfxpkgqmfphxwndfrrj ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905484.0955496-14793-216256640397629/AnsiballZ_setup.py' Jul 25 07:04:44 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[68079]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:04:44 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[68081]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:04:44 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[68079]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:45 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[68217]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-gnrzjrtmjmuucrskkmaljbfkqqkmydue ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905485.0634973-14803-123874071598506/AnsiballZ_dnf.py' Jul 25 07:04:45 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[68217]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:04:45 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[68219]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False allowerasing=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 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:04:45 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[68217]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:46 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[68327]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-pfgnkhvhplenbupmpxgmfsjpbvxmwchv ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905485.9831295-14811-105020899484616/AnsiballZ_find_unused_disk.py' Jul 25 07:04:46 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[68327]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:04:46 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[68329]: ansible-fedora.linux_system_roles.find_unused_disk Invoked with min_size=10g max_return=1 max_size=0 match_sector_size=False with_interface=None Jul 25 07:04:46 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[68327]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:46 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[68438]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ioxnbrwhhptajjgkjqxadxjhuxebwvhj ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905486.461348-14819-217794836618599/AnsiballZ_command.py' Jul 25 07:04:46 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[68438]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:04:46 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[68440]: 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 expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 25 07:04:46 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[68438]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:51 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[68584]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:04:51 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[68720]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-osxttqinupfxrqialrsuugjxkffaqmts ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905491.6448326-14942-33575561068152/AnsiballZ_setup.py' Jul 25 07:04:51 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[68720]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:04:52 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[68722]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:04:52 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[68720]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:52 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[68858]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zvloaydputhovlzngivqtjyfidxxkglm ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905492.664786-14954-183852381631319/AnsiballZ_stat.py' Jul 25 07:04:52 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[68858]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:04:53 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[68860]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:04:53 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[68858]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:53 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[68967]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-kletdcnrgbfxhxqhajjycltpepngrgkl ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905493.2260835-14966-137378567760482/AnsiballZ_dnf.py' Jul 25 07:04:53 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[68967]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:04:53 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[68969]: 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'] state=present allow_downgrade=False allowerasing=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 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:04:54 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[68967]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:54 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[69077]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-btjrnrgferhjoridkyrarlmtcddllunl ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905494.3021278-14976-147565983190212/AnsiballZ_blivet.py' Jul 25 07:04:54 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[69077]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:04:54 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[69079]: ansible-fedora.linux_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={} Jul 25 07:04:54 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[69077]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:55 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[69188]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-whgtsfkaapvbgifqflfszxpsdnvcsdgq ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905495.0567815-14988-265301947263502/AnsiballZ_dnf.py' Jul 25 07:04:55 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[69188]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:04:55 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[69190]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False allowerasing=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 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:04:55 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[69188]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:56 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[69298]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-fxhfjnqvfxttjivdgpdsrhjtlewlkqlk ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905495.975072-14996-225145120409111/AnsiballZ_service_facts.py' Jul 25 07:04:56 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[69298]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:04:56 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[69300]: ansible-service_facts Invoked Jul 25 07:04:57 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[69298]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:58 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[69502]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ynybwvirrotzcoztberlwdsptpqggzjk ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905498.006177-15006-217535339963230/AnsiballZ_blivet.py' Jul 25 07:04:58 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[69502]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:04:58 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[69504]: ansible-fedora.linux_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={} Jul 25 07:04:58 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[69502]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:58 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[69613]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-jtalkjsnpqfeekokazogokyykjkpbgwt ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905498.5543776-15015-22191659901004/AnsiballZ_stat.py' Jul 25 07:04:58 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[69613]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:04:58 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[69615]: ansible-stat Invoked with path=/etc/fstab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:04:58 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[69613]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:59 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[69724]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-hbdesafspccyfwhwqbhfluluimcexljr ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905499.1452994-15033-272738198570068/AnsiballZ_stat.py' Jul 25 07:04:59 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[69724]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:04:59 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[69726]: ansible-stat Invoked with path=/etc/crypttab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:04:59 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[69724]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:59 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[69835]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-iqqdsunrufxbwlqqopxcwagblaikgayn ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905499.536965-15042-200305402346156/AnsiballZ_setup.py' Jul 25 07:04:59 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[69835]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:04:59 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[69837]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:05:00 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[69835]: pam_unix(sudo:session): session closed for user root Jul 25 07:05:00 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[69973]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vvqusyfvkgxovlucysdilrzaafqjfsyt ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905500.5102704-15052-119495160988986/AnsiballZ_dnf.py' Jul 25 07:05:00 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[69973]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:05:00 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[69975]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False allowerasing=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 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:05:01 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[69973]: pam_unix(sudo:session): session closed for user root Jul 25 07:05:01 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[70083]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-slaamsnpxplakpmuxawlnjnqdgokltlx ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905501.4547205-15060-264060817397834/AnsiballZ_find_unused_disk.py' Jul 25 07:05:01 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[70083]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:05:01 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[70085]: ansible-fedora.linux_system_roles.find_unused_disk Invoked with min_size=10g max_return=1 with_interface=scsi max_size=0 match_sector_size=False Jul 25 07:05:01 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[70083]: pam_unix(sudo:session): session closed for user root Jul 25 07:05:02 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[70194]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-mnywrrkrtckzoeaabrzuyrbmicidenqm ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905501.9414494-15068-189236009684684/AnsiballZ_command.py' Jul 25 07:05:02 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[70194]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:05:02 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[70196]: 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 expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 25 07:05:02 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[70194]: pam_unix(sudo:session): session closed for user root Jul 25 07:05:04 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[70340]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-gfqqvxksegbydypthnjakxxbpfpnpsvb ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905503.631469-15128-2361169818329/AnsiballZ_setup.py' Jul 25 07:05:04 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[70340]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:05:04 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[70342]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:05:04 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[70340]: pam_unix(sudo:session): session closed for user root Jul 25 07:05:05 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[70478]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zrwycquacphguctrcvamqgymnyzabzah ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905505.0198026-15142-110472845555800/AnsiballZ_stat.py' Jul 25 07:05:05 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[70478]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:05:05 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[70480]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:05:05 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[70478]: pam_unix(sudo:session): session closed for user root Jul 25 07:05:05 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[70587]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-johiswtzorbukvcrodhjclpxflarbuja ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905505.588076-15154-177041466692331/AnsiballZ_dnf.py' Jul 25 07:05:05 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[70587]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:05:06 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[70589]: 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'] state=present allow_downgrade=False allowerasing=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 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:05:06 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[70587]: pam_unix(sudo:session): session closed for user root Jul 25 07:05:06 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[70697]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-dxnvxingecxxinqtawimdufcidebeuet ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905506.682621-15164-52037649008460/AnsiballZ_blivet.py' Jul 25 07:05:06 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[70697]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:05:07 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[70699]: ansible-fedora.linux_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={} Jul 25 07:05:07 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[70697]: pam_unix(sudo:session): session closed for user root Jul 25 07:05:07 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[70808]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-usqbgglmodeevdbutykujtrxnufazftb ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905507.426948-15176-107696947589246/AnsiballZ_dnf.py' Jul 25 07:05:07 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[70808]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:05:07 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[70810]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False allowerasing=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 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:05:08 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[70808]: pam_unix(sudo:session): session closed for user root Jul 25 07:05:08 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[70918]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-bpdseibnzdbfhxpmtyossqzchsirdmiw ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905508.3452227-15184-189093113195950/AnsiballZ_service_facts.py' Jul 25 07:05:08 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[70918]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:05:08 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[70920]: ansible-service_facts Invoked Jul 25 07:05:10 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[70918]: pam_unix(sudo:session): session closed for user root Jul 25 07:05:10 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[71122]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-rgaqhsquzqfjkokhyytvjnecauhzfinf ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905510.3732932-15195-81821286174972/AnsiballZ_blivet.py' Jul 25 07:05:10 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[71122]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:05:10 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[71124]: ansible-fedora.linux_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={} Jul 25 07:05:10 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[71122]: pam_unix(sudo:session): session closed for user root Jul 25 07:05:11 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[71233]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-mkfkbmfdwyzjzqhqryvmicztgildhtxu ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905510.9304883-15204-103001488963618/AnsiballZ_stat.py' Jul 25 07:05:11 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[71233]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:05:11 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[71235]: ansible-stat Invoked with path=/etc/fstab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:05:11 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[71233]: pam_unix(sudo:session): session closed for user root Jul 25 07:05:11 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[71344]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qgrydkmisqbiphmlmxfrxfssgucxpfmb ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905511.5298848-15222-58171936696773/AnsiballZ_stat.py' Jul 25 07:05:11 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[71344]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:05:11 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[71346]: ansible-stat Invoked with path=/etc/crypttab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:05:11 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[71344]: pam_unix(sudo:session): session closed for user root Jul 25 07:05:12 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[71455]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-aiqufjtncrowctdezusllrizoxjfecau ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905511.9344363-15231-187182205836139/AnsiballZ_setup.py' Jul 25 07:05:12 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[71455]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:05:12 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[71457]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:05:12 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[71455]: pam_unix(sudo:session): session closed for user root Jul 25 07:05:13 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[71593]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-mzzpiudaaslnbugqyjiokenstfrimjfb ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905512.907693-15241-183271785245036/AnsiballZ_dnf.py' Jul 25 07:05:13 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[71593]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:05:13 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[71595]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False allowerasing=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 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:05:13 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[71593]: pam_unix(sudo:session): session closed for user root Jul 25 07:05:14 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[71703]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-adjawuwfaunlcbrugcqqqmezlbumjqmv ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905513.8404872-15249-14045782442747/AnsiballZ_find_unused_disk.py' Jul 25 07:05:14 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[71703]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:05:14 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[71705]: ansible-fedora.linux_system_roles.find_unused_disk Invoked with min_size=5g max_return=1 max_size=0 match_sector_size=False with_interface=None Jul 25 07:05:14 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[71703]: pam_unix(sudo:session): session closed for user root Jul 25 07:05:14 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[71814]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-luxrzwyfrmfygrtapyqjbnfdosbttqrg ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1721905514.3126566-15257-281205665256532/AnsiballZ_command.py' Jul 25 07:05:14 ip-10-31-11-242.us-east-1.aws.redhat.com sudo[71814]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:05:14 ip-10-31-11-242.us-east-1.aws.redhat.com python3.9[71816]: 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 expand_argument_vars=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] ******************************************* Thursday 25 July 2024 07:05:14 -0400 (0:00:00.522) 0:00:11.211 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "'Unable to find unused disk' not in unused_disks_return.disks", "skip_reason": "Conditional result was False" } TASK [Exit playbook when there's not enough unused disks in the system] ******** Thursday 25 July 2024 07:05:14 -0400 (0:00:00.016) 0:00:11.228 ********* fatal: [managed_node1]: FAILED! => { "changed": false } MSG: Unable to find enough unused disks. Exiting playbook. PLAY RECAP ********************************************************************* managed_node1 : ok=29 changed=0 unreachable=0 failed=1 skipped=15 rescued=0 ignored=0 Thursday 25 July 2024 07:05:14 -0400 (0:00:00.021) 0:00:11.250 ********* =============================================================================== fedora.linux_system_roles.storage : Get service facts ------------------- 1.97s Gathering Facts --------------------------------------------------------- 1.27s fedora.linux_system_roles.storage : Make sure blivet is available ------- 1.06s Ensure test packages ---------------------------------------------------- 0.94s fedora.linux_system_roles.storage : Make sure required packages are installed --- 0.93s fedora.linux_system_roles.storage : Update facts ------------------------ 0.90s fedora.linux_system_roles.storage : Get required packages --------------- 0.66s fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 0.55s Debug why there are no unused disks ------------------------------------- 0.52s Find unused disks in the system ----------------------------------------- 0.48s fedora.linux_system_roles.storage : Check if system is ostree ----------- 0.46s fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file --- 0.39s fedora.linux_system_roles.storage : Check if /etc/fstab is present ------ 0.38s fedora.linux_system_roles.storage : Include the appropriate provider tasks --- 0.05s fedora.linux_system_roles.storage : Set platform/version specific variables --- 0.04s fedora.linux_system_roles.storage : Set storage_cryptsetup_services ----- 0.04s Get unused disks -------------------------------------------------------- 0.03s fedora.linux_system_roles.storage : Enable copr repositories if needed --- 0.03s fedora.linux_system_roles.storage : Set up new/current mounts ----------- 0.03s Mark tasks to be skipped ------------------------------------------------ 0.03s