[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:07:34 -0400 (0:00:00.008) 0:00:00.008 ********* ok: [managed_node1] TASK [Run the role] ************************************************************ Thursday 25 July 2024 07:07:35 -0400 (0:00:01.201) 0:00:01.209 ********* TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** Thursday 25 July 2024 07:07:35 -0400 (0:00:00.024) 0:00:01.234 ********* included: /var/ARTIFACTS/work-generalzwmmyyae/plans/general/tree/tmp.BuqFHsg4ul/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:07:35 -0400 (0:00:00.020) 0:00:01.254 ********* 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:07:35 -0400 (0:00:00.029) 0:00:01.284 ********* 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_8.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-generalzwmmyyae/plans/general/tree/tmp.BuqFHsg4ul/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed_node1] => (item=CentOS_8.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-generalzwmmyyae/plans/general/tree/tmp.BuqFHsg4ul/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** Thursday 25 July 2024 07:07:35 -0400 (0:00:00.044) 0:00:01.328 ********* 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:07:36 -0400 (0:00:00.460) 0:00:01.788 ********* 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:07:36 -0400 (0:00:00.023) 0:00:01.812 ********* 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:07:36 -0400 (0:00:00.014) 0:00:01.827 ********* 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:07:36 -0400 (0:00:00.015) 0:00:01.842 ********* included: /var/ARTIFACTS/work-generalzwmmyyae/plans/general/tree/tmp.BuqFHsg4ul/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:07:36 -0400 (0:00:00.048) 0:00:01.890 ********* 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:07:39 -0400 (0:00:02.713) 0:00:04.604 ********* ok: [managed_node1] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined. 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** Thursday 25 July 2024 07:07:39 -0400 (0:00:00.018) 0:00:04.622 ********* ok: [managed_node1] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** Thursday 25 July 2024 07:07:39 -0400 (0:00:00.019) 0:00:04.641 ********* 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:07:39 -0400 (0:00:00.678) 0:00:05.320 ********* included: /var/ARTIFACTS/work-generalzwmmyyae/plans/general/tree/tmp.BuqFHsg4ul/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:07:39 -0400 (0:00:00.031) 0:00:05.351 ********* 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:07:39 -0400 (0:00:00.026) 0:00:05.377 ********* 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:07:39 -0400 (0:00:00.028) 0:00:05.406 ********* 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:07:39 -0400 (0:00:00.026) 0:00:05.433 ********* 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:07:42 -0400 (0:00:02.696) 0:00:08.130 ********* 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" }, "auto-cpufreq.service": { "name": "auto-cpufreq.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "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-dnssrv@.service": { "name": "chrony-dnssrv@.service", "source": "systemd", "state": "unknown", "status": "static" }, "chrony-wait.service": { "name": "chrony-wait.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": "stopped", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "static" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "dbus-org.freedesktop.portable1.service": { "name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "running", "status": "static" }, "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" }, "ebtables.service": { "name": "ebtables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "halt-local.service": { "name": "halt-local.service", "source": "systemd", "state": "inactive", "status": "static" }, "hv_kvp_daemon.service": { "name": "hv_kvp_daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "import-state.service": { "name": "import-state.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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" }, "iprdump.service": { "name": "iprdump.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "iprinit.service": { "name": "iprinit.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "iprupdate.service": { "name": "iprupdate.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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" }, "loadmodules.service": { "name": "loadmodules.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "lvm2-activation-early.service": { "name": "lvm2-activation-early.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-activation.service": { "name": "lvm2-activation.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" }, "lvm2-pvscan@.service": { "name": "lvm2-pvscan@.service", "source": "systemd", "state": "unknown", "status": "static" }, "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" }, "messagebus.service": { "name": "messagebus.service", "source": "systemd", "state": "active", "status": "static" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@efi_pstore.service": { "name": "modprobe@efi_pstore.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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-convert.service": { "name": "nfs-convert.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" }, "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" }, "plymouth-halt.service": { "name": "plymouth-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-kexec.service": { "name": "plymouth-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-poweroff.service": { "name": "plymouth-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-quit.service": { "name": "plymouth-quit.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-read-write.service": { "name": "plymouth-read-write.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-reboot.service": { "name": "plymouth-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-switch-root-initramfs.service": { "name": "plymouth-switch-root-initramfs.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-switch-root.service": { "name": "plymouth-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "polkit.service": { "name": "polkit.service", "source": "systemd", "state": "running", "status": "static" }, "power-profiles-daemon.service": { "name": "power-profiles-daemon.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" }, "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" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "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" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "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": "active", "status": "enabled" }, "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-plymouth.service": { "name": "systemd-ask-password-plymouth.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-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-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-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-networkd-wait-online.service": { "name": "systemd-networkd-wait-online.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-portabled.service": { "name": "systemd-portabled.service", "source": "systemd", "state": "inactive", "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": "stopped", "status": "enabled" }, "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": "static" }, "systemd-resolved.service": { "name": "systemd-resolved.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "inactive", "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-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "masked" }, "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-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" }, "tcsd.service": { "name": "tcsd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "timedatex.service": { "name": "timedatex.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "tlp.service": { "name": "tlp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "tuned.service": { "name": "tuned.service", "source": "systemd", "state": "running", "status": "enabled" }, "unbound-anchor.service": { "name": "unbound-anchor.service", "source": "systemd", "state": "stopped", "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" }, "vdo-start-by-dev@.service": { "name": "vdo-start-by-dev@.service", "source": "systemd", "state": "unknown", "status": "static" }, "vdo.service": { "name": "vdo.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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:07:44 -0400 (0:00:01.839) 0:00:09.969 ********* 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:07:44 -0400 (0:00:00.047) 0:00:10.017 ********* 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:07:44 -0400 (0:00:00.015) 0:00:10.032 ********* 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:07:45 -0400 (0:00:00.545) 0:00:10.578 ********* 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:07:45 -0400 (0:00:00.031) 0:00:10.609 ********* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1721904767.7755804, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "4644c54c9838cbc512975c626cc4f46832c5b181", "ctime": 1716969427.210901, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 134, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1716969427.210901, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1321, "uid": 0, "version": "1528175122", "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:07:45 -0400 (0:00:00.371) 0:00:10.981 ********* 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:07:45 -0400 (0:00:00.022) 0:00:11.003 ********* 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:07:45 -0400 (0:00:00.015) 0:00:11.018 ********* 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:07:45 -0400 (0:00:00.021) 0:00:11.040 ********* 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:07:45 -0400 (0:00:00.020) 0:00:11.061 ********* ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** Thursday 25 July 2024 07:07:45 -0400 (0:00:00.020) 0:00:11.081 ********* 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:07:45 -0400 (0:00:00.031) 0:00:11.113 ********* 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:07:45 -0400 (0:00:00.017) 0:00:11.130 ********* 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:07:45 -0400 (0:00:00.037) 0:00:11.167 ********* 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:07:45 -0400 (0:00:00.032) 0:00:11.200 ********* 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:07:45 -0400 (0:00:00.017) 0:00:11.217 ********* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1721904973.0927725, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716968941.893, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "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": 1716968586.525, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1157759751", "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:07:46 -0400 (0:00:00.364) 0:00:11.581 ********* 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:07:46 -0400 (0:00:00.015) 0:00:11.597 ********* ok: [managed_node1] TASK [Mark tasks to be skipped] ************************************************ Thursday 25 July 2024 07:07:46 -0400 (0:00:00.864) 0:00:12.462 ********* 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:07:46 -0400 (0:00:00.037) 0:00:12.500 ********* included: /var/ARTIFACTS/work-generalzwmmyyae/plans/general/tree/tmp.BuqFHsg4ul/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml for managed_node1 TASK [Ensure test packages] **************************************************** Thursday 25 July 2024 07:07:46 -0400 (0:00:00.030) 0:00:12.530 ********* ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: util-linux TASK [Find unused disks in the system] ***************************************** Thursday 25 July 2024 07:07:49 -0400 (0:00:02.566) 0:00:15.097 ********* 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:07:50 -0400 (0:00:00.485) 0:00:15.582 ********* 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.025080", "end": "2024-07-25 07:07:50.465698", "rc": 0, "start": "2024-07-25 07:07:50.440618" } 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 -- Logs begin at Thu 2024-07-25 06:52:23 EDT, end at Thu 2024-07-25 07:07:50 EDT. -- Jul 25 07:01:17 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[43846]: 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-215.us-east-1.aws.redhat.com sudo[43843]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:18 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[44001]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-uenymbuerztrcsaytrfagsqnppbrdrfk ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905278.2663822-12537-100835592083774/AnsiballZ_package_facts.py' Jul 25 07:01:18 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[44001]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:01:18 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[44004]: ansible-package_facts Invoked with manager=['auto'] strategy=first Jul 25 07:01:19 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[44001]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:20 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[44129]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-dtybwdyfznqlapcovxotljovjargwlkt ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905280.4192338-12549-96929484954795/AnsiballZ_dnf.py' Jul 25 07:01:20 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[44129]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:01:20 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[44132]: ansible-ansible.legacy.dnf Invoked with name=['util-linux'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Jul 25 07:01:22 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[44129]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:23 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[44256]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-xoaeasvnaelufqdvohykdggsvguqnrhm ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905283.0445478-12557-256402239319100/AnsiballZ_find_unused_disk.py' Jul 25 07:01:23 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[44256]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:01:23 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[44259]: 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:01:23 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[44256]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:26 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[44423]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:01:26 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[44578]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-mbwbfrqdvfflfsrxbxbjkyrotfbxcrqx ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905286.794527-12678-127177107140027/AnsiballZ_setup.py' Jul 25 07:01:26 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[44578]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:01:27 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[44581]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:01:27 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[44578]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:28 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[44736]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-lgjheyujxsytoysqrbrcxrcjkqxyeqxl ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905287.78342-12690-139895879000866/AnsiballZ_stat.py' Jul 25 07:01:28 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[44736]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:01:28 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[44739]: 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:28 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[44736]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:28 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[44862]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-jngfhrxmwddughypzmeiddaccoxguxtd ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905288.3662157-12702-197713371928909/AnsiballZ_dnf.py' Jul 25 07:01:28 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[44862]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:01:28 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[44865]: 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 autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Jul 25 07:01:29 ip-10-31-11-215.us-east-1.aws.redhat.com chronyd[602]: Selected source 10.2.32.37 Jul 25 07:01:31 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[44862]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:31 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[44989]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ehqpmmkhjzkgvstgkorgthumiimowjuy ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905291.2667334-12712-231689524950425/AnsiballZ_blivet.py' Jul 25 07:01:31 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[44989]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:01:31 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[44992]: 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:31 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[44989]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:32 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[45117]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-rugdenqfmawtyaimpairaghhhjjlydyl ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905292.0612066-12724-92495181567816/AnsiballZ_dnf.py' Jul 25 07:01:32 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[45117]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:01:32 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[45120]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Jul 25 07:01:34 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[45117]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:34 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[45244]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-gotwrvuhvbjkmjaaaqypmbyhrxemhivr ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905294.621945-12732-194044049521477/AnsiballZ_service_facts.py' Jul 25 07:01:34 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[45244]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:01:34 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[45247]: ansible-service_facts Invoked Jul 25 07:01:36 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[45244]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:36 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[45467]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-godtkmmlywnwokurdjdftuhhkmqqyxvz ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905296.5349112-12742-85765906661587/AnsiballZ_blivet.py' Jul 25 07:01:36 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[45467]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:01:36 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[45470]: 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:36 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[45467]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:37 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[45595]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-icrowysesnecpsochytdspfcjoxyrlfg ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905297.0908957-12751-26716571700477/AnsiballZ_stat.py' Jul 25 07:01:37 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[45595]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:01:37 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[45598]: 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:37 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[45595]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:37 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[45723]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vtjadvxliazpdglqfzdqiqvbddlpaisl ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905297.67591-12769-229551028249671/AnsiballZ_stat.py' Jul 25 07:01:37 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[45723]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:01:37 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[45726]: 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:37 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[45723]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:38 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[45851]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-iywajgpnqczzjvdriaywfjrlljeafebm ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905298.0551229-12778-154967690353119/AnsiballZ_setup.py' Jul 25 07:01:38 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[45851]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:01:38 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[45854]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:01:38 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[45851]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:39 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[46009]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-tzhmsknyqucjiazqptdkpjpsaaxurvee ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905298.9574583-12787-25501735135418/AnsiballZ_package_facts.py' Jul 25 07:01:39 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[46009]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:01:39 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[46012]: ansible-package_facts Invoked with manager=['auto'] strategy=first Jul 25 07:01:40 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[46009]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:41 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[46137]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-lmvggfjnbzkqmkdveipwjldvrwzcluyk ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905301.0863488-12799-68676975100030/AnsiballZ_dnf.py' Jul 25 07:01:41 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[46137]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:01:41 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[46140]: ansible-ansible.legacy.dnf Invoked with name=['util-linux'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Jul 25 07:01:43 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[46137]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:43 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[46264]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-pwpydhzayixclifigcuugtmctvcnkvan ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905303.6737683-12807-191890894157789/AnsiballZ_find_unused_disk.py' Jul 25 07:01:43 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[46264]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:01:44 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[46267]: 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:01:44 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[46264]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:45 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[46431]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-tplxxqziviwubolzrfiaqymgjkqrvihw ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905305.2073238-12865-120348579522803/AnsiballZ_setup.py' Jul 25 07:01:45 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[46431]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:01:45 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[46434]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:01:46 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[46431]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:46 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[46589]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ykcmopruqpeztoyohzvzxwhuusyujsid ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905306.532141-12879-218505398178468/AnsiballZ_stat.py' Jul 25 07:01:46 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[46589]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:01:46 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[46592]: 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:46 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[46589]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:47 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[46715]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vglljacipxcpycqcmrdducovsmvopize ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905307.11108-12891-156714066159957/AnsiballZ_dnf.py' Jul 25 07:01:47 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[46715]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:01:47 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[46718]: 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 autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Jul 25 07:01:49 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[46715]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:50 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[46842]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-xwnqugldmcejevsvcyztdrgiefbsjnzc ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905310.0120282-12901-235749111271277/AnsiballZ_blivet.py' Jul 25 07:01:50 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[46842]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:01:50 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[46845]: 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:50 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[46842]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:50 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[46970]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qgkfszbfhjvmctfcztyvkcixqjavujdv ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905310.8171418-12913-42895238025723/AnsiballZ_dnf.py' Jul 25 07:01:50 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[46970]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:01:51 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[46973]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Jul 25 07:01:53 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[46970]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:53 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[47097]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vewndqcyekeczhvxzxfsmjimssezyqwt ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905313.3769805-12921-93276588958149/AnsiballZ_service_facts.py' Jul 25 07:01:53 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[47097]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:01:53 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[47100]: ansible-service_facts Invoked Jul 25 07:01:55 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[47097]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:55 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[47320]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-tyreiehlruylhnduugzhyfhzlqjabnba ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905315.2859983-12931-266056991236691/AnsiballZ_blivet.py' Jul 25 07:01:55 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[47320]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:01:55 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[47323]: 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:55 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[47320]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:55 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[47448]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-osqkgenxanjlnrbqukxubjlwwrtbfmkt ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905315.8443563-12940-227605046049728/AnsiballZ_stat.py' Jul 25 07:01:55 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[47448]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:01:56 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[47451]: 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:56 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[47448]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:56 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[47576]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-jlnapandggsiwqnxvwclahackgipznok ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905316.4329734-12958-162937969739819/AnsiballZ_stat.py' Jul 25 07:01:56 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[47576]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:01:56 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[47579]: 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:56 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[47576]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:56 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[47704]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ekfbpwkzbmaustafetczjuzfmspddkjk ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905316.809819-12967-29666365527424/AnsiballZ_setup.py' Jul 25 07:01:56 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[47704]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:01:57 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[47707]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:01:57 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[47704]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:57 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[47862]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-kfbpjsuehqlruwdfkufxvwfgjygdhdnu ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905317.7512739-12977-129761575201396/AnsiballZ_dnf.py' Jul 25 07:01:57 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[47862]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:01:58 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[47865]: ansible-ansible.legacy.dnf Invoked with name=['util-linux'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Jul 25 07:02:00 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[47862]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:00 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[47989]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-knxpowfsgrwqnccdlzzmnvwzemsobsiy ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905320.4377177-12985-238923755850146/AnsiballZ_find_unused_disk.py' Jul 25 07:02:00 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[47989]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:02:00 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[47992]: 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:02:00 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[47989]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:01 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[48117]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-uuofwdeeadetpymzxhttseupwtpgfdqu ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905320.9102254-12993-218621536178565/AnsiballZ_command.py' Jul 25 07:02:01 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[48117]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:02:01 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[48120]: 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:01 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[48117]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:04 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[48284]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:02:04 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[48439]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-mmhkwyvnknixuezfngttcjnwbyiimmmz ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905324.812124-13116-187523113339565/AnsiballZ_setup.py' Jul 25 07:02:04 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[48439]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:02:05 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[48442]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:02:05 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[48439]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:06 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[48597]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wsoknbkvkqmhsvlhllildfmuohrrpyhu ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905325.7917883-13128-52252174737239/AnsiballZ_stat.py' Jul 25 07:02:06 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[48597]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:02:06 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[48600]: 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:06 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[48597]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:06 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[48723]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-phflcvwyppqmcauxwctapxagluoqkjea ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905326.3660367-13140-8888508581152/AnsiballZ_dnf.py' Jul 25 07:02:06 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[48723]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:02:06 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[48726]: 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 autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Jul 25 07:02:09 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[48723]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:09 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[48850]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-awrmdgsztdpufvrdgtfvuamukmrwtwfx ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905329.237823-13150-176475289543514/AnsiballZ_blivet.py' Jul 25 07:02:09 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[48850]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:02:09 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[48853]: 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:09 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[48850]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:10 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[48978]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ezzmbecvdgorndkrcxcoqddcxwbercxf ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905330.0154126-13162-50233105054692/AnsiballZ_dnf.py' Jul 25 07:02:10 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[48978]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:02:10 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[48981]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Jul 25 07:02:12 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[48978]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:12 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[49105]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zjyvxmpkasjxifxhwqlfeglegzgnblnf ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905332.6892185-13170-15516932639254/AnsiballZ_service_facts.py' Jul 25 07:02:12 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[49105]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:02:13 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[49108]: ansible-service_facts Invoked Jul 25 07:02:14 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[49105]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:14 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[49328]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-nroclbuibsbazljlvskgwfyduodxrfcm ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905334.6158786-13180-183013890627249/AnsiballZ_blivet.py' Jul 25 07:02:14 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[49328]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:02:15 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[49331]: 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-215.us-east-1.aws.redhat.com sudo[49328]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:15 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[49456]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ummpzrlpjecggkdrgkhfmgnagxneglxx ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905335.1779747-13189-99041365528400/AnsiballZ_stat.py' Jul 25 07:02:15 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[49456]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:02:15 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[49459]: 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:15 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[49456]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:15 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[49584]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-dwcfhljvuwnelsyzscdesgjhenxvbvnp ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905335.785111-13207-80666280635805/AnsiballZ_stat.py' Jul 25 07:02:15 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[49584]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:02:16 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[49587]: 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-215.us-east-1.aws.redhat.com sudo[49584]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:16 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[49712]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-heumrfywsiqhoopuoeviwlmkpkojyjvi ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905336.1716921-13216-9635082272739/AnsiballZ_setup.py' Jul 25 07:02:16 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[49712]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:02:16 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[49715]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:02:16 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[49712]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:17 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[49870]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-yvpxhbdoworosztocvhcyvugffyctgpv ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905337.1172578-13226-178142536371512/AnsiballZ_dnf.py' Jul 25 07:02:17 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[49870]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:02:17 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[49873]: ansible-ansible.legacy.dnf Invoked with name=['util-linux'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Jul 25 07:02:19 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[49870]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:20 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[49997]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-fdhdubiztvkmjyfegkeunqwbcpuzogok ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905339.8016865-13234-92572205201294/AnsiballZ_find_unused_disk.py' Jul 25 07:02:20 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[49997]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:02:20 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[50000]: 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:02:20 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[49997]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:20 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[50125]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-yrtudyggtuppsqtkwywwbtmsdwaahamv ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905340.2772377-13242-60160150122744/AnsiballZ_command.py' Jul 25 07:02:20 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[50125]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:02:20 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[50128]: 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:20 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[50125]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:23 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[50292]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wsidrsfsdquqyqxwpxnprecgkiuttpis ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905342.7156258-13302-260078015653595/AnsiballZ_setup.py' Jul 25 07:02:23 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[50292]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:02:23 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[50295]: 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-215.us-east-1.aws.redhat.com sudo[50292]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:24 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[50450]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-woqwrmeavclqtxlphdtryjqebysrhulo ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905344.0300279-13316-89616705904559/AnsiballZ_stat.py' Jul 25 07:02:24 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[50450]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:02:24 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[50453]: 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-215.us-east-1.aws.redhat.com sudo[50450]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:24 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[50576]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ynimuqgjbwxadhmfxaahonrbxdnmqmjk ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905344.606621-13328-109023910491258/AnsiballZ_dnf.py' Jul 25 07:02:24 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[50576]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:02:25 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[50579]: 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 autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Jul 25 07:02:27 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[50576]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:27 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[50703]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-dvizfmxrrobgmskpqsatyeoieprwqaye ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905347.3650112-13338-201069574492583/AnsiballZ_blivet.py' Jul 25 07:02:27 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[50703]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:02:27 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[50706]: 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:27 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[50703]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:28 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[50831]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vryzelrzemociwgusjtiwonpiwoyxynd ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905348.1543276-13350-208975614090875/AnsiballZ_dnf.py' Jul 25 07:02:28 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[50831]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:02:28 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[50834]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Jul 25 07:02:30 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[50831]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:30 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[50958]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-batwocuufpdhgmvnbbudrmalkrfbfcrs ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905350.709056-13358-259815292370876/AnsiballZ_service_facts.py' Jul 25 07:02:30 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[50958]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:02:31 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[50961]: ansible-service_facts Invoked Jul 25 07:02:32 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[50958]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:32 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[51181]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-oydmaambmonqtznnwqgpomjrxzumxwkd ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905352.6137695-13368-880553842443/AnsiballZ_blivet.py' Jul 25 07:02:32 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[51181]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:02:33 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[51184]: 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:33 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[51181]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:33 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[51309]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-mukrsgulpzfsvmpzfvlmfvhuqazspzct ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905353.1758356-13377-228657020637020/AnsiballZ_stat.py' Jul 25 07:02:33 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[51309]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:02:33 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[51312]: 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:33 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[51309]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:33 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[51437]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-sixazsbxosfbwpmrgvtrmkylzsmxirhx ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905353.7795367-13395-20162905560846/AnsiballZ_stat.py' Jul 25 07:02:33 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[51437]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:02:34 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[51440]: 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:34 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[51437]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:34 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[51565]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-isbappooraygvaojjwwpfwgjfrfdvsar ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905354.164638-13404-171338823153162/AnsiballZ_setup.py' Jul 25 07:02:34 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[51565]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:02:34 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[51568]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:02:34 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[51565]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:35 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[51723]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-strskfwkwsrlmqroicklflqhpwzwmaao ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905355.1096692-13413-187835028948789/AnsiballZ_package_facts.py' Jul 25 07:02:35 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[51723]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:02:35 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[51726]: ansible-package_facts Invoked with manager=['auto'] strategy=first Jul 25 07:02:36 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[51723]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:37 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[51851]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-cagudnyvkvagfxhlddhbcmhrbfruffak ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905357.0889633-13423-216420018508102/AnsiballZ_command.py' Jul 25 07:02:37 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[51851]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:02:37 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[51854]: 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:02:37 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[51851]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:37 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[51978]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ihvjbsvoruckfjlywlwkolhueucfpsmx ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905357.706696-13432-25953685206961/AnsiballZ_dnf.py' Jul 25 07:02:37 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[51978]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:02:38 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[51981]: ansible-ansible.legacy.dnf Invoked with name=['util-linux'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Jul 25 07:02:40 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[51978]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:40 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[52105]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-psdlkovbnvdgmavlfbwuqdlylgltrrql ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905360.299708-13440-18692453672182/AnsiballZ_find_unused_disk.py' Jul 25 07:02:40 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[52105]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:02:40 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[52108]: 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:02:40 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[52105]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:40 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[52233]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vtbgmmtbdzqnwgemfixntncwucruunre ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905360.801549-13448-204728437186784/AnsiballZ_command.py' Jul 25 07:02:40 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[52233]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:02:41 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[52236]: 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:41 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[52233]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:44 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[52400]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:02:44 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[52555]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-btzwvihqzaftohbznhdnpculebhdbaht ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905364.681449-13571-47849259638082/AnsiballZ_setup.py' Jul 25 07:02:44 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[52555]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:02:45 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[52558]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:02:45 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[52555]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:45 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[52713]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-mspqobkgymfjfxbxxlpbrfqhvgvhrsjb ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905365.6613677-13583-85611196994930/AnsiballZ_stat.py' Jul 25 07:02:45 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[52713]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:02:46 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[52716]: 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:46 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[52713]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:46 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[52839]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-mepinhaegefzxgcyhqbbjedaksmdldqz ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905366.236619-13595-80326108385875/AnsiballZ_dnf.py' Jul 25 07:02:46 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[52839]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:02:46 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[52842]: 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 autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Jul 25 07:02:48 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[52839]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:49 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[52966]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-iymsbyzxxmzzjojrimmtypmrrjvsjxan ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905368.9748845-13605-75036538762785/AnsiballZ_blivet.py' Jul 25 07:02:49 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[52966]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:02:49 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[52969]: 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:49 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[52966]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:49 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[53094]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-xcuprcgsbtqftroiftiueakyalhrwtur ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905369.7576218-13617-200767043039856/AnsiballZ_dnf.py' Jul 25 07:02:49 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[53094]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:02:50 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[53097]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Jul 25 07:02:52 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[53094]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:52 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[53221]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wwbisqifefbbsywctcmmsgplvupcuovx ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905372.308778-13625-11135993923016/AnsiballZ_service_facts.py' Jul 25 07:02:52 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[53221]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:02:52 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[53224]: ansible-service_facts Invoked Jul 25 07:02:54 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[53221]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:54 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[53444]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vvojtkulrggwhdxeabnabvjbfugddsnl ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905374.21701-13635-77510154961544/AnsiballZ_blivet.py' Jul 25 07:02:54 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[53444]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:02:54 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[53447]: 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:54 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[53444]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:54 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[53572]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qwlcudfzrarglnzlepwsqxhsgncjrdma ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905374.7706232-13644-149287694869911/AnsiballZ_stat.py' Jul 25 07:02:54 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[53572]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:02:55 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[53575]: 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:55 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[53572]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:55 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[53700]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-tvgxfbkbeopkeleodnwjzxpzyucrgpha ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905375.373083-13662-140688899001523/AnsiballZ_stat.py' Jul 25 07:02:55 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[53700]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:02:55 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[53703]: 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:55 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[53700]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:55 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[53828]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-aoqtfczbxvenfgidewbclomuypxbhmtk ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905375.7573693-13671-3124198228692/AnsiballZ_setup.py' Jul 25 07:02:55 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[53828]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:02:56 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[53831]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:02:56 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[53828]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:57 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[53986]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ofeclidmvvluscmfmapvxzjkexukxcca ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905376.6574194-13680-271280969410768/AnsiballZ_package_facts.py' Jul 25 07:02:57 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[53986]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:02:57 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[53989]: ansible-package_facts Invoked with manager=['auto'] strategy=first Jul 25 07:02:58 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[53986]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:58 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[54114]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-jtjbazodbilkbgeeqmxwbdvxgnrdgako ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905378.6387217-13690-197614720389733/AnsiballZ_command.py' Jul 25 07:02:58 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[54114]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:02:59 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[54117]: 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:02:59 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[54114]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:59 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[54241]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-duyhlncoggnnobahvwzobeaqszrxqoba ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905379.253156-13699-29986645960733/AnsiballZ_dnf.py' Jul 25 07:02:59 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[54241]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:02:59 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[54244]: ansible-ansible.legacy.dnf Invoked with name=['util-linux'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Jul 25 07:03:01 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[54241]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:02 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[54368]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-pmesnmncmgrsbmkktxhtbfhceasyuxmv ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905381.863505-13707-148940542069688/AnsiballZ_find_unused_disk.py' Jul 25 07:03:02 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[54368]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:03:02 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[54371]: 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:03:02 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[54368]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:02 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[54496]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ttnjwbjanaveytupwqsfnqkievoazrsz ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905382.3767388-13715-71999628250698/AnsiballZ_command.py' Jul 25 07:03:02 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[54496]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:03:02 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[54499]: 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:02 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[54496]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:05 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[54663]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-pecvhrxymmopoxperxlmiyqdnjlzygkp ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905384.7565906-13775-276044074095737/AnsiballZ_setup.py' Jul 25 07:03:05 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[54663]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:03:05 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[54666]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:03:05 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[54663]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:06 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[54821]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zaikewpgpfrlkaotaexpevinwaqrnghv ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905386.0939777-13789-201276391565387/AnsiballZ_stat.py' Jul 25 07:03:06 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[54821]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:03:06 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[54824]: 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:06 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[54821]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:06 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[54947]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-geitwlxulhqpkbxsxnkbggjszstocwqh ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905386.6778297-13801-76631665536689/AnsiballZ_dnf.py' Jul 25 07:03:06 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[54947]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:03:07 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[54950]: 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 autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Jul 25 07:03:09 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[54947]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:09 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[55074]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-aapoqzousnvyahfkcabagzksrdtyirdg ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905389.541323-13811-22573303281969/AnsiballZ_blivet.py' Jul 25 07:03:09 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[55074]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:03:10 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[55077]: 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:10 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[55074]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:10 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[55202]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-csvurtscpuhnkaylcixqhmdggnketnbk ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905390.3419182-13823-219751390148663/AnsiballZ_dnf.py' Jul 25 07:03:10 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[55202]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:03:10 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[55205]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Jul 25 07:03:12 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[55202]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:13 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[55329]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qjjdfbbnhnnpvjoqayfmomkbvywhkclh ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905393.04656-13832-93775023244197/AnsiballZ_service_facts.py' Jul 25 07:03:13 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[55329]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:03:13 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[55332]: ansible-service_facts Invoked Jul 25 07:03:14 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[55329]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:15 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[55552]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-bbogujvnmmbuaetqaiqvjvpykpoyjqji ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905394.9511888-13842-221159766394407/AnsiballZ_blivet.py' Jul 25 07:03:15 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[55552]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:03:15 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[55555]: 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:03:15 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[55552]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:15 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[55680]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-krhzkqdnzpaeohoaeicwlcvzpazhpemn ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905395.511401-13851-228746592110731/AnsiballZ_stat.py' Jul 25 07:03:15 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[55680]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:03:15 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[55683]: 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-215.us-east-1.aws.redhat.com sudo[55680]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:16 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[55808]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-colyljcnkxcbomknwqfylukqftyrmira ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905396.1052406-13869-194241275000662/AnsiballZ_stat.py' Jul 25 07:03:16 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[55808]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:03:16 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[55811]: 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-215.us-east-1.aws.redhat.com sudo[55808]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:16 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[55936]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-uahpmmjpxmmjjxfznvhlhkqhmahzhayd ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905396.4841459-13878-147263030047098/AnsiballZ_setup.py' Jul 25 07:03:16 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[55936]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:03:16 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[55939]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:03:17 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[55936]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:17 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[56094]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ktglluyugzzanprjrcjtvxbrcxmqnqdi ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905397.4506364-13888-184934873348923/AnsiballZ_dnf.py' Jul 25 07:03:17 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[56094]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:03:17 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[56097]: ansible-ansible.legacy.dnf Invoked with name=['util-linux'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Jul 25 07:03:19 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[56094]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:20 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[56221]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ljabyfnirtdbfviszimxcuaqwqvbladq ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905400.0274189-13896-106699632006068/AnsiballZ_find_unused_disk.py' Jul 25 07:03:20 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[56221]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:03:20 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[56224]: 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:03:20 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[56221]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:20 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[56349]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-iyjuillhoikjzssfcbctuqkccakvbiqj ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905400.502018-13904-180595644664272/AnsiballZ_command.py' Jul 25 07:03:20 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[56349]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:03:20 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[56352]: 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:20 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[56349]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:24 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[56516]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:03:24 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[56671]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-mjpbwaxywjtqebkiwpgtbilyoechkbjt ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905404.5800211-14027-25662719750829/AnsiballZ_setup.py' Jul 25 07:03:24 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[56671]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:03:24 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[56674]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:03:25 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[56671]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:25 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[56829]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ltsewvqujyremxcslkcsvmdptqcumtiq ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905405.557983-14039-8116938203890/AnsiballZ_stat.py' Jul 25 07:03:25 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[56829]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:03:25 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[56832]: 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:25 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[56829]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:26 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[56955]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qmrqgwcjogsmzmuniqtkeybykvbvluca ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905406.1247563-14051-35968621298416/AnsiballZ_dnf.py' Jul 25 07:03:26 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[56955]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:03:26 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[56958]: 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 autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Jul 25 07:03:28 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[56955]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:29 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[57082]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-bkquakthmttaewulpxqjbkpjxdbyijge ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905408.8656726-14061-66967352833832/AnsiballZ_blivet.py' Jul 25 07:03:29 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[57082]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:03:29 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[57085]: 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:29 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[57082]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:29 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[57210]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ypqrtbfsjwupwdcildldiqizpepaosvo ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905409.651557-14073-83391729409158/AnsiballZ_dnf.py' Jul 25 07:03:29 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[57210]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:03:30 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[57213]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Jul 25 07:03:32 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[57210]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:32 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[57337]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-eorongpekordwklmxuyvfcupfgermebo ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905412.2056735-14081-150929321043282/AnsiballZ_service_facts.py' Jul 25 07:03:32 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[57337]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:03:32 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[57340]: ansible-service_facts Invoked Jul 25 07:03:33 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[57337]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:34 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[57560]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-fosfrgcuhcaptjnaquanoerrasphlkxh ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905414.1205933-14091-144632134910236/AnsiballZ_blivet.py' Jul 25 07:03:34 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[57560]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:03:34 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[57563]: 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:03:34 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[57560]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:34 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[57688]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-rpxmbaakymespunlbggophqitfqgjjmc ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905414.6775916-14100-41445141218515/AnsiballZ_stat.py' Jul 25 07:03:34 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[57688]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:03:34 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[57691]: 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:34 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[57688]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:35 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[57816]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-myrjpdntibergiifvwlrlanvhuxjcynd ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905415.2752328-14118-252591519285813/AnsiballZ_stat.py' Jul 25 07:03:35 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[57816]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:03:35 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[57819]: 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:35 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[57816]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:35 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[57944]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-xyfyggslfztxkvgjjulvpffoxxgtjdgz ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905415.656143-14127-16315456774614/AnsiballZ_setup.py' Jul 25 07:03:35 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[57944]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:03:36 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[57947]: ansible-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-215.us-east-1.aws.redhat.com sudo[57944]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:36 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[58102]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ddzcjqhknjfkeeswhcavshsvryxktios ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905416.598676-14137-75434776801036/AnsiballZ_dnf.py' Jul 25 07:03:36 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[58102]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:03:36 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[58105]: ansible-ansible.legacy.dnf Invoked with name=['util-linux'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Jul 25 07:03:39 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[58102]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:39 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[58229]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wbaidwojvdfcbrafeclvewjchswogfqp ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905419.17944-14145-93363358940045/AnsiballZ_find_unused_disk.py' Jul 25 07:03:39 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[58229]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:03:39 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[58232]: 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:03:39 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[58229]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:39 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[58357]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-rynqtpizarpowlzoecdyzudgyanrbhtv ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905419.6539123-14153-245928688995342/AnsiballZ_command.py' Jul 25 07:03:39 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[58357]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:03:40 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[58360]: 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:40 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[58357]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:41 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[58524]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-cyweodtuqhhfpvwyxhymogbizibthtgx ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905421.3595774-14213-164673273082852/AnsiballZ_setup.py' Jul 25 07:03:41 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[58524]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:03:42 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[58527]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:03:42 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[58524]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:42 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[58682]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-loqismcueyndwsxxhpezgrmtkmhftqny ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905422.6433501-14227-237535364129506/AnsiballZ_stat.py' Jul 25 07:03:42 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[58682]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:03:43 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[58685]: 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:43 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[58682]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:43 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[58808]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-glnuggocqqherlfkqjozsmzdlstidrgj ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905423.2131693-14239-256604782005540/AnsiballZ_dnf.py' Jul 25 07:03:43 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[58808]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:03:43 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[58811]: 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 autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Jul 25 07:03:45 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[58808]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:46 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[58935]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vkrsxcvqzriwpdgtifvvoglnasbaelid ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905426.0851293-14249-177142522993650/AnsiballZ_blivet.py' Jul 25 07:03:46 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[58935]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:03:46 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[58938]: 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:46 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[58935]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:47 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[59063]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wfrkcdgvecjguucsmzxnnyjgnwkjtkfc ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905426.8711002-14261-110825236064718/AnsiballZ_dnf.py' Jul 25 07:03:47 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[59063]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:03:47 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[59066]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Jul 25 07:03:49 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[59063]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:49 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[59190]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-meaibaschdiuktrryjkdrqskoxamunho ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905429.4153848-14269-165983732757771/AnsiballZ_service_facts.py' Jul 25 07:03:49 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[59190]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:03:49 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[59193]: ansible-service_facts Invoked Jul 25 07:03:51 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[59190]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:51 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[59413]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-fsobhrbbyzqgqkazqfsrguyhtphmnfik ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905431.3316507-14279-31666404072083/AnsiballZ_blivet.py' Jul 25 07:03:51 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[59413]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:03:51 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[59416]: 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:51 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[59413]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:52 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[59541]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-xnjwqetzvupymbkojwctvzztgfqemswm ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905431.8867788-14288-79467272300663/AnsiballZ_stat.py' Jul 25 07:03:52 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[59541]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:03:52 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[59544]: 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:52 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[59541]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:52 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[59669]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-aqqvyzxbbdhfuzcndhvnzzbiayeqxyju ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905432.4795778-14306-161648960704339/AnsiballZ_stat.py' Jul 25 07:03:52 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[59669]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:03:52 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[59672]: 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:52 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[59669]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:53 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[59797]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-aduuicvvbvyyhcgdhgvectqlwiwookrf ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905432.8601189-14315-103251846354303/AnsiballZ_setup.py' Jul 25 07:03:53 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[59797]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:03:53 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[59800]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:03:53 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[59797]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:54 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[59955]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-njxeqlxpkluyzmigvhhqeewdggmaehli ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905433.7457902-14324-204289663327327/AnsiballZ_package_facts.py' Jul 25 07:03:54 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[59955]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:03:54 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[59958]: ansible-package_facts Invoked with manager=['auto'] strategy=first Jul 25 07:03:55 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[59955]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:56 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[60083]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-glmbqohgapmixbknpuwovrxiqqtdkbbr ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905435.8836305-14336-236335675356589/AnsiballZ_dnf.py' Jul 25 07:03:56 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[60083]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:03:56 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[60086]: ansible-ansible.legacy.dnf Invoked with name=['util-linux'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Jul 25 07:03:58 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[60083]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:58 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[60210]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-jpdbxayczmmzczmaombafgbxeagiedxg ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905438.6108-14344-258604151680031/AnsiballZ_find_unused_disk.py' Jul 25 07:03:58 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[60210]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:03:58 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[60213]: 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:59 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[60210]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:59 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[60338]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-rfcticxqinechveowwypgzmsakvwjbwl ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905439.1018076-14352-83525715903225/AnsiballZ_command.py' Jul 25 07:03:59 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[60338]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:03:59 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[60341]: 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:59 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[60338]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:02 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[60505]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:04:03 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[60660]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-inoxmsondmmvgiorlfwvitcpylnvtebm ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905443.073281-14475-6309711962973/AnsiballZ_setup.py' Jul 25 07:04:03 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[60660]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:04:03 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[60663]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:04:03 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[60660]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:04 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[60818]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-iccwnyqckwgzqogfurrglyxjhymjirgk ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905444.0711856-14487-26567916611049/AnsiballZ_stat.py' Jul 25 07:04:04 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[60818]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:04:04 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[60821]: 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:04 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[60818]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:04 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[60944]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vybthfrjnakszjyuxlxvtfhigebazfdh ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905444.676997-14499-177724001048863/AnsiballZ_dnf.py' Jul 25 07:04:04 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[60944]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:04:05 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[60947]: 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 autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Jul 25 07:04:07 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[60944]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:07 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[61071]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-iahqkslniqsxulruvztusymqrkfeqlah ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905447.437764-14509-79702586073147/AnsiballZ_blivet.py' Jul 25 07:04:07 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[61071]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:04:07 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[61074]: 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:04:08 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[61071]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:08 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[61199]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-tgllwvvobxzajxhhczkarczzpcfvuyra ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905448.2374585-14521-47641735531041/AnsiballZ_dnf.py' Jul 25 07:04:08 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[61199]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:04:08 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[61202]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Jul 25 07:04:10 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[61199]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:11 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[61326]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zavdvmujzmcczebqepxslienktxkocsb ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905450.794553-14529-171872675538050/AnsiballZ_service_facts.py' Jul 25 07:04:11 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[61326]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:04:11 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[61329]: ansible-service_facts Invoked Jul 25 07:04:12 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[61326]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:12 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[61549]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ndxdmmillorrasxrrdftdbtvhcfqzusm ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905452.7030363-14539-131535674342087/AnsiballZ_blivet.py' Jul 25 07:04:12 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[61549]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:04:13 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[61552]: 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:04:13 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[61549]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:13 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[61677]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-iusxotagaauadlwbhpptdnaenktxvale ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905453.2584183-14548-259354629344718/AnsiballZ_stat.py' Jul 25 07:04:13 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[61677]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:04:13 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[61680]: 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:13 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[61677]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:14 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[61805]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-gtvskhuiopuajbowfpjkpzthlhsvvvpi ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905453.8682535-14566-47688505570190/AnsiballZ_stat.py' Jul 25 07:04:14 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[61805]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:04:14 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[61808]: 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:14 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[61805]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:14 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[61933]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-syudvijkbalrpoiggldlvlqchisqnojo ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905454.2506776-14575-254649373369078/AnsiballZ_setup.py' Jul 25 07:04:14 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[61933]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:04:14 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[61936]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:04:15 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[61933]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:15 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[62091]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wmuyycomaxxcbkbxijzirzooabpyojkz ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905455.1397138-14584-201020425324573/AnsiballZ_package_facts.py' Jul 25 07:04:15 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[62091]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:04:15 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[62094]: ansible-package_facts Invoked with manager=['auto'] strategy=first Jul 25 07:04:16 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[62091]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:17 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[62219]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-kkrqvaxronpfswmrgajdyanqapbaosfk ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905457.2867537-14596-55287417194515/AnsiballZ_dnf.py' Jul 25 07:04:17 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[62219]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:04:17 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[62222]: ansible-ansible.legacy.dnf Invoked with name=['util-linux'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Jul 25 07:04:19 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[62219]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:20 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[62346]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-slicuwwuzpawdjlifulohccdovavsojy ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905459.864626-14604-2315556690694/AnsiballZ_find_unused_disk.py' Jul 25 07:04:20 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[62346]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:04:20 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[62349]: 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:04:20 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[62346]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:20 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[62474]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vywxirmjkluhyjomrzmxtynbphsopqkg ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905460.3533359-14612-97318959822915/AnsiballZ_command.py' Jul 25 07:04:20 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[62474]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:04:20 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[62477]: 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:20 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[62474]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:22 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[62641]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-uasdddxsfsragjfixvpswixicpwdpgiq ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905462.1208234-14672-268491926561375/AnsiballZ_setup.py' Jul 25 07:04:22 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[62641]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:04:22 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[62644]: 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-215.us-east-1.aws.redhat.com sudo[62641]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:23 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[62799]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-hwixmrxegbaurqrndwepkgftaaehtwzw ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905463.4385762-14686-39190567915185/AnsiballZ_stat.py' Jul 25 07:04:23 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[62799]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:04:23 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[62802]: 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:23 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[62799]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:24 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[62925]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-muptlypssaapyumabpaaxakperbydmtg ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905464.0196419-14698-61189542808402/AnsiballZ_dnf.py' Jul 25 07:04:24 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[62925]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:04:24 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[62928]: 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 autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Jul 25 07:04:26 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[62925]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:27 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[63052]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-avmvvlrtumgbfbppjemghfcrqnxvlxrk ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905466.799237-14708-133604005854325/AnsiballZ_blivet.py' Jul 25 07:04:27 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[63052]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:04:27 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[63055]: 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:04:27 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[63052]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:27 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[63180]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-lousamxecazluivtlxwhgumrdhqbouwa ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905467.5882556-14720-122685758752928/AnsiballZ_dnf.py' Jul 25 07:04:27 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[63180]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:04:27 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[63183]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Jul 25 07:04:30 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[63180]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:30 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[63307]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-esyfodnvyfllxdomctndpedoaccwkeuv ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905470.1357038-14728-18359784150528/AnsiballZ_service_facts.py' Jul 25 07:04:30 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[63307]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:04:30 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[63310]: ansible-service_facts Invoked Jul 25 07:04:31 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[63307]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:32 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[63530]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ystdzsnwwdeupiihtkarnicwfbtgzxqf ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905472.0441806-14738-239900907296123/AnsiballZ_blivet.py' Jul 25 07:04:32 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[63530]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:04:32 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[63533]: 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:04:32 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[63530]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:32 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[63658]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qclwxfcxcchnlrmzshtrngwcckvpvwuk ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905472.6012824-14747-210622599140044/AnsiballZ_stat.py' Jul 25 07:04:32 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[63658]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:04:32 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[63661]: 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:32 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[63658]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:33 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[63786]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-dmxglkbceagfgxlnvxeulflaqmfatylk ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905473.215082-14765-120306938192656/AnsiballZ_stat.py' Jul 25 07:04:33 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[63786]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:04:33 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[63789]: 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:33 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[63786]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:33 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[63914]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wvzogmaocueeozdswxntjfifbwuitggv ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905473.6011622-14774-101759838737964/AnsiballZ_setup.py' Jul 25 07:04:33 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[63914]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:04:33 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[63917]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:04:34 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[63914]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:34 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[64072]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vyjyylrwjoywwxuvnwixejmcamwhwiph ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905474.5546467-14784-178812244462765/AnsiballZ_dnf.py' Jul 25 07:04:34 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[64072]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:04:34 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[64075]: ansible-ansible.legacy.dnf Invoked with name=['util-linux'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Jul 25 07:04:37 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[64072]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:37 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[64199]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ogztevimbaedgneklejdhzyqdvtdivge ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905477.1301498-14792-207454878478691/AnsiballZ_find_unused_disk.py' Jul 25 07:04:37 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[64199]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:04:37 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[64202]: 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:04:38 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[64199]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:38 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[64327]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-mnmzgxtakvzqqtyhkigoapanusaekymw ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905478.6091454-14800-73040382187830/AnsiballZ_command.py' Jul 25 07:04:38 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[64327]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:04:38 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[64330]: 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:39 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[64327]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:42 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[64494]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:04:42 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[64649]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-tamefpisqxfgthbaentlbbtffnzdptvh ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905482.547574-14923-195511473841639/AnsiballZ_setup.py' Jul 25 07:04:42 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[64649]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:04:42 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[64652]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:04:43 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[64649]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:43 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[64807]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-cebrijqqkfovvnxaefcczxylihifupxf ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905483.534951-14935-120026085374887/AnsiballZ_stat.py' Jul 25 07:04:43 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[64807]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:04:43 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[64810]: 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:43 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[64807]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:44 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[64933]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zvsswwlxgrlbowaceowuxcjransznxdy ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905484.1355712-14947-183335184562491/AnsiballZ_dnf.py' Jul 25 07:04:44 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[64933]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:04:44 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[64936]: 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 autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Jul 25 07:04:46 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[64933]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:47 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[65060]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-nftbsrkmsiphxlpslydyvzwqdjqyimnx ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905486.8911726-14957-109725460492739/AnsiballZ_blivet.py' Jul 25 07:04:47 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[65060]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:04:47 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[65063]: 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:04:47 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[65060]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:47 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[65188]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-dqhhzuslypeqlpwrjhphuckfvqcuysvo ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905487.6911001-14969-199476695663307/AnsiballZ_dnf.py' Jul 25 07:04:47 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[65188]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:04:48 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[65191]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Jul 25 07:04:50 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[65188]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:50 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[65315]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-fxdlbadfhportbalhlqjulbuxmlqyhjn ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905490.2412999-14977-30075246809159/AnsiballZ_service_facts.py' Jul 25 07:04:50 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[65315]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:04:50 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[65318]: ansible-service_facts Invoked Jul 25 07:04:51 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[65315]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:52 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[65538]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-tdadcbjvnnivttbjkrwnsfbzobobsbln ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905492.1635756-14987-240296734992897/AnsiballZ_blivet.py' Jul 25 07:04:52 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[65538]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:04:52 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[65541]: 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:04:52 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[65538]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:52 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[65666]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qesvdyjiimfwankwozadvtmpjawjzeqh ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905492.721751-14996-33991140971384/AnsiballZ_stat.py' Jul 25 07:04:52 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[65666]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:04:52 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[65669]: 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:53 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[65666]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:53 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[65794]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-dnpfvpakigqehsndtefaoobmhxbjpiua ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905493.3262792-15014-262047352431507/AnsiballZ_stat.py' Jul 25 07:04:53 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[65794]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:04:53 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[65797]: 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:53 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[65794]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:53 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[65922]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ihikftfxasrdzrmmxedgiwkhfxkygcoi ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905493.7133381-15023-177691775963631/AnsiballZ_setup.py' Jul 25 07:04:53 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[65922]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:04:54 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[65925]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:04:54 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[65922]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:54 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[66080]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vzyauytqsdinsmmjmbrqedresuvyjzgb ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905494.6621976-15033-41094705197385/AnsiballZ_dnf.py' Jul 25 07:04:54 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[66080]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:04:55 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[66083]: ansible-ansible.legacy.dnf Invoked with name=['util-linux'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Jul 25 07:04:57 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[66080]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:57 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[66207]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-xuwiaxipjyolcflneoqyewxwhsycdrsn ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905497.2409408-15041-14680247919980/AnsiballZ_find_unused_disk.py' Jul 25 07:04:57 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[66207]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:04:57 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[66210]: 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:04:57 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[66207]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:57 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[66335]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ixhnwavjcnnowggxsyfshmfhsfxlzpnz ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905497.7179222-15049-236459972632967/AnsiballZ_command.py' Jul 25 07:04:57 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[66335]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:04:58 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[66338]: 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:58 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[66335]: pam_unix(sudo:session): session closed for user root Jul 25 07:04:59 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[66502]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-bsdbhndfgurxaooshztvusqjznzvqqfg ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905499.3723226-15109-155244664127633/AnsiballZ_setup.py' Jul 25 07:04:59 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[66502]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:05:00 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[66505]: ansible-ansible.legacy.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-215.us-east-1.aws.redhat.com sudo[66502]: pam_unix(sudo:session): session closed for user root Jul 25 07:05:00 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[66660]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-hcrqqxdujypvddljxmoygpgpqkjgmvhb ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905500.7536392-15123-98611613193321/AnsiballZ_stat.py' Jul 25 07:05:00 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[66660]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:05:01 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[66663]: 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:01 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[66660]: pam_unix(sudo:session): session closed for user root Jul 25 07:05:01 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[66786]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-aehtilpodifcnpvnopxfzacfiyovgjmb ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905501.331237-15135-107727785068776/AnsiballZ_dnf.py' Jul 25 07:05:01 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[66786]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:05:01 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[66789]: 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 autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Jul 25 07:05:04 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[66786]: pam_unix(sudo:session): session closed for user root Jul 25 07:05:04 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[66913]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-durtstvqchorxlkvlucwsnibwikwocik ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905504.2296314-15145-24759816344306/AnsiballZ_blivet.py' Jul 25 07:05:04 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[66913]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:05:04 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[66916]: 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:05:04 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[66913]: pam_unix(sudo:session): session closed for user root Jul 25 07:05:05 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[67041]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ehvhjksemftuzayhqeqryidetkwkuxip ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905505.0289903-15157-209643595352325/AnsiballZ_dnf.py' Jul 25 07:05:05 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[67041]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:05:05 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[67044]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Jul 25 07:05:07 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[67041]: pam_unix(sudo:session): session closed for user root Jul 25 07:05:07 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[67168]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-csjdriahcozkfthraqmdivzvfxomctmy ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905507.6067185-15165-209441878624102/AnsiballZ_service_facts.py' Jul 25 07:05:07 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[67168]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:05:07 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[67171]: ansible-service_facts Invoked Jul 25 07:05:09 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[67168]: pam_unix(sudo:session): session closed for user root Jul 25 07:05:09 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[67391]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-jupcupamblseiyugaifokdxehxndcuyp ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905509.5159056-15175-279770983054334/AnsiballZ_blivet.py' Jul 25 07:05:09 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[67391]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:05:09 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[67394]: 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:05:09 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[67391]: pam_unix(sudo:session): session closed for user root Jul 25 07:05:10 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[67519]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-sholrsfdcwhtzfkmiscgfbiduggfjhsu ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905510.0728638-15184-189380326201935/AnsiballZ_stat.py' Jul 25 07:05:10 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[67519]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:05:10 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[67522]: 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:10 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[67519]: pam_unix(sudo:session): session closed for user root Jul 25 07:05:10 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[67647]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-bzmybmrmxwfqlrfsrnvnixsthinumrbh ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905510.6842403-15202-107661447695422/AnsiballZ_stat.py' Jul 25 07:05:10 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[67647]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:05:10 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[67650]: 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:10 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[67647]: pam_unix(sudo:session): session closed for user root Jul 25 07:05:11 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[67775]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qrxmcwfgxuuvuetglvjiciyofibfwazq ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905511.0676606-15211-200523611239985/AnsiballZ_setup.py' Jul 25 07:05:11 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[67775]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:05:11 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[67778]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:05:11 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[67775]: pam_unix(sudo:session): session closed for user root Jul 25 07:05:12 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[67933]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-kvevxeyxprnecsaubkumgwsyelfmpirm ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905511.990665-15220-90325816237612/AnsiballZ_dnf.py' Jul 25 07:05:12 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[67933]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:05:12 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[67936]: ansible-ansible.legacy.dnf Invoked with name=['util-linux'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Jul 25 07:05:14 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[67933]: pam_unix(sudo:session): session closed for user root Jul 25 07:05:14 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[68060]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-higilmgafekvghehccczgusyahwgefop ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905514.55564-15228-199187730240638/AnsiballZ_find_unused_disk.py' Jul 25 07:05:14 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[68060]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:05:14 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[68063]: 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:05:14 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[68060]: pam_unix(sudo:session): session closed for user root Jul 25 07:05:19 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[68227]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:05:19 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[68382]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-agblgwqzbsobwfgcmincdplryxtfwtkj ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905519.6073034-15349-184699388555695/AnsiballZ_setup.py' Jul 25 07:05:19 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[68382]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:05:20 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[68385]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:05:20 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[68382]: pam_unix(sudo:session): session closed for user root Jul 25 07:05:20 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[68540]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-hrivpuewrrwzmtbydfwikqsmoiognoni ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905520.6070774-15361-89933737105575/AnsiballZ_stat.py' Jul 25 07:05:20 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[68540]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:05:20 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[68543]: 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:20 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[68540]: pam_unix(sudo:session): session closed for user root Jul 25 07:05:21 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[68666]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qilgmupedcpvwpajllxrxifneryjyjta ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905521.1903787-15373-179849831728304/AnsiballZ_dnf.py' Jul 25 07:05:21 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[68666]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:05:21 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[68669]: 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 autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Jul 25 07:05:23 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[68666]: pam_unix(sudo:session): session closed for user root Jul 25 07:05:24 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[68793]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-styylnycdzphucwrbhttmexgnmnheknj ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905523.9390476-15383-197512813985090/AnsiballZ_blivet.py' Jul 25 07:05:24 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[68793]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:05:24 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[68796]: 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:05:24 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[68793]: pam_unix(sudo:session): session closed for user root Jul 25 07:05:24 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[68921]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-znxxbroejfiflowdlgxjhapmyyayqadj ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905524.733293-15395-201955966200638/AnsiballZ_dnf.py' Jul 25 07:05:24 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[68921]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:05:25 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[68924]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Jul 25 07:05:27 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[68921]: pam_unix(sudo:session): session closed for user root Jul 25 07:05:27 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[69048]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-siosimgherefoorvtxfcyrfzyrbecmda ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905527.3322153-15403-142624050473521/AnsiballZ_service_facts.py' Jul 25 07:05:27 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[69048]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:05:27 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[69051]: ansible-service_facts Invoked Jul 25 07:05:29 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[69048]: pam_unix(sudo:session): session closed for user root Jul 25 07:05:29 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[69271]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-dkvvpmkbhadackmgaaokqmfuqyhevznv ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905529.2470682-15413-231582564378171/AnsiballZ_blivet.py' Jul 25 07:05:29 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[69271]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:05:29 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[69274]: 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:05:29 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[69271]: pam_unix(sudo:session): session closed for user root Jul 25 07:05:29 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[69399]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-jkbmjhnvlrykseyleaayboyqssydznlf ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905529.8070445-15422-18393925829060/AnsiballZ_stat.py' Jul 25 07:05:29 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[69399]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:05:30 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[69402]: 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:30 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[69399]: pam_unix(sudo:session): session closed for user root Jul 25 07:05:30 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[69527]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qityamzyoovegihgyvstgyifkqtbjepw ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905530.4130843-15440-123915833720021/AnsiballZ_stat.py' Jul 25 07:05:30 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[69527]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:05:30 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[69530]: 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:30 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[69527]: pam_unix(sudo:session): session closed for user root Jul 25 07:05:30 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[69655]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-cocaanybjapaqopvcjijjftfdilfgrgq ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905530.7983408-15449-102324033594893/AnsiballZ_setup.py' Jul 25 07:05:30 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[69655]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:05:31 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[69658]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:05:31 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[69655]: pam_unix(sudo:session): session closed for user root Jul 25 07:05:31 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[69813]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-hnjkdmijccnmsvretglqthhdrvbzirfp ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905531.721687-15458-223598757752035/AnsiballZ_dnf.py' Jul 25 07:05:31 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[69813]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:05:32 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[69816]: ansible-ansible.legacy.dnf Invoked with name=['util-linux'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Jul 25 07:05:34 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[69813]: pam_unix(sudo:session): session closed for user root Jul 25 07:05:34 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[69940]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ydlwchinozrvilfhqsfuieniyxwtctks ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905534.419948-15466-176266391710840/AnsiballZ_find_unused_disk.py' Jul 25 07:05:34 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[69940]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:05:34 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[69943]: 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:05:34 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[69940]: pam_unix(sudo:session): session closed for user root Jul 25 07:05:37 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[70107]: 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:05:37 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[70234]: 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:38 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[70357]: 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:05:39 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[70425]: 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 autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Jul 25 07:05:41 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[70549]: 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:42 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[70674]: 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:05:42 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[70742]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Jul 25 07:05:45 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[70866]: ansible-service_facts Invoked Jul 25 07:05:47 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[71086]: 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:47 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[71211]: 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:48 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[71336]: 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:48 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[71461]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:05:52 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[71655]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:05:53 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[71810]: 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:54 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[71933]: 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 autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Jul 25 07:05:57 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[72057]: 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:57 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[72182]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Jul 25 07:06:00 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[72306]: ansible-service_facts Invoked Jul 25 07:06:02 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[72526]: 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:06:02 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[72651]: ansible-stat Invoked with path=/etc/fstab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:06:03 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[72776]: ansible-stat Invoked with path=/etc/crypttab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:06:03 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[72901]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:06:05 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[73095]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-tmhmdxunovrgomrwnozstijpazyzwgxj ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905565.3168411-15902-55074560484504/AnsiballZ_setup.py' Jul 25 07:06:05 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[73095]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:06:06 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[73098]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:06:06 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[73095]: pam_unix(sudo:session): session closed for user root Jul 25 07:06:06 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[73253]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-bvxenzowdbhvmzkwyxnpjievfmjnznym ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905566.67553-15916-126803970508068/AnsiballZ_stat.py' Jul 25 07:06:06 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[73253]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:06:07 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[73256]: 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:06:07 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[73253]: pam_unix(sudo:session): session closed for user root Jul 25 07:06:07 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[73379]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-bfvmgijeteqmgibrkdozdhqhkkggscds ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905567.2488143-15928-6475547217580/AnsiballZ_dnf.py' Jul 25 07:06:07 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[73379]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:06:07 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[73382]: 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 autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Jul 25 07:06:09 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[73379]: pam_unix(sudo:session): session closed for user root Jul 25 07:06:10 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[73506]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-sjlimvqartmkuvxtrlqhctfzljukqxgv ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905569.991322-15938-167974746424305/AnsiballZ_blivet.py' Jul 25 07:06:10 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[73506]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:06:10 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[73509]: 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:06:10 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[73506]: pam_unix(sudo:session): session closed for user root Jul 25 07:06:10 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[73634]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ewheyawhzimjxenkedbmcxfjbvdopzzw ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905570.7963078-15950-160125495720956/AnsiballZ_dnf.py' Jul 25 07:06:10 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[73634]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:06:11 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[73637]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Jul 25 07:06:13 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[73634]: pam_unix(sudo:session): session closed for user root Jul 25 07:06:13 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[73761]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-tgkgggccparxhhwfcwdjpfugfvibgtyh ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905573.4679768-15958-143878891912511/AnsiballZ_service_facts.py' Jul 25 07:06:13 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[73761]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:06:13 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[73764]: ansible-service_facts Invoked Jul 25 07:06:15 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[73761]: pam_unix(sudo:session): session closed for user root Jul 25 07:06:15 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[73984]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-grfbkmfomummquiuqwatardrrvjrcyzv ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905575.3641403-15968-94872590835216/AnsiballZ_blivet.py' Jul 25 07:06:15 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[73984]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:06:15 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[73987]: 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:06:15 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[73984]: pam_unix(sudo:session): session closed for user root Jul 25 07:06:16 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[74112]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-cerjnxjluhckywkwqqlowgbqmyjvknbc ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905575.9200146-15977-175201538848281/AnsiballZ_stat.py' Jul 25 07:06:16 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[74112]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:06:16 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[74115]: ansible-stat Invoked with path=/etc/fstab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:06:16 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[74112]: pam_unix(sudo:session): session closed for user root Jul 25 07:06:16 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[74240]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-hvgahwjujazghagwfssfvvqbhomvkvdc ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905576.5289323-15995-8721759395638/AnsiballZ_stat.py' Jul 25 07:06:16 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[74240]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:06:16 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[74243]: ansible-stat Invoked with path=/etc/crypttab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:06:16 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[74240]: pam_unix(sudo:session): session closed for user root Jul 25 07:06:17 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[74368]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-xdmmqdodbpjvaxakklieiozdkvagqrux ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905576.9252322-16004-111257216304554/AnsiballZ_setup.py' Jul 25 07:06:17 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[74368]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:06:17 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[74371]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:06:17 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[74368]: pam_unix(sudo:session): session closed for user root Jul 25 07:06:17 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[74526]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-okvenctoprqdyoegrmjmiujdihwwuhlz ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905577.8275256-16013-271294473319800/AnsiballZ_blivet.py' Jul 25 07:06:17 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[74526]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:06:18 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[74529]: 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:06:21 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[74526]: pam_unix(sudo:session): session closed for user root Jul 25 07:06:21 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[74666]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qljnfqjbxzwqljinbdyjnkcmeskgxroh ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905581.7520912-16023-242947153430360/AnsiballZ_blivet.py' Jul 25 07:06:21 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[74666]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:06:22 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[74669]: 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:06:25 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[74666]: pam_unix(sudo:session): session closed for user root Jul 25 07:06:25 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[74806]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-meemkfqzbdpglhseqxebdilwadhdzlih ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905585.7677665-16033-10405403021659/AnsiballZ_blivet.py' Jul 25 07:06:25 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[74806]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:06:26 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[74809]: 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:06:29 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[74806]: pam_unix(sudo:session): session closed for user root Jul 25 07:06:32 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[74985]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:06:33 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[75140]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-gxwynqixgabskdwixdddetlfelolcjpm ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905592.991509-16155-208337653345757/AnsiballZ_setup.py' Jul 25 07:06:33 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[75140]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:06:33 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[75143]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:06:33 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[75140]: pam_unix(sudo:session): session closed for user root Jul 25 07:06:34 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[75298]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-mzhjcsgolrnobhcheeycsoeodxpjfepo ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905593.9872568-16167-244332940330842/AnsiballZ_stat.py' Jul 25 07:06:34 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[75298]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:06:34 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[75301]: 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:06:34 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[75298]: pam_unix(sudo:session): session closed for user root Jul 25 07:06:34 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[75424]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-pivpttwqcdwqgczjatergdicyqwpqcce ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905594.5691564-16179-26058508301148/AnsiballZ_dnf.py' Jul 25 07:06:34 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[75424]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:06:35 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[75427]: 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 autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Jul 25 07:06:37 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[75424]: pam_unix(sudo:session): session closed for user root Jul 25 07:06:37 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[75551]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zwyreblrhhusgjtczkapubvhquhvzkue ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905597.3210773-16189-143402635476628/AnsiballZ_blivet.py' Jul 25 07:06:37 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[75551]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:06:37 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[75554]: 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:06:37 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[75551]: pam_unix(sudo:session): session closed for user root Jul 25 07:06:38 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[75679]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vddbkbbsetmxxearfptcxbxnakenftrr ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905598.118255-16201-45830940248510/AnsiballZ_dnf.py' Jul 25 07:06:38 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[75679]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:06:38 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[75682]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Jul 25 07:06:40 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[75679]: pam_unix(sudo:session): session closed for user root Jul 25 07:06:40 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[75806]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-tasmruvxyyeicvoznfxzreuxeklgiocu ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905600.7426224-16209-109883376643710/AnsiballZ_service_facts.py' Jul 25 07:06:40 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[75806]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:06:41 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[75809]: ansible-service_facts Invoked Jul 25 07:06:42 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[75806]: pam_unix(sudo:session): session closed for user root Jul 25 07:06:42 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[76029]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-cwlzuqpaqvbmboxvpxtrjadizqipjcwa ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905602.6593547-16219-178654569360517/AnsiballZ_blivet.py' Jul 25 07:06:42 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[76029]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:06:43 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[76032]: 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:06:43 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[76029]: pam_unix(sudo:session): session closed for user root Jul 25 07:06:43 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[76157]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ayjewkflmtbpklvwwskadjjppnyqbzch ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905603.2165604-16228-156276282580294/AnsiballZ_stat.py' Jul 25 07:06:43 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[76157]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:06:43 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[76160]: ansible-stat Invoked with path=/etc/fstab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:06:43 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[76157]: pam_unix(sudo:session): session closed for user root Jul 25 07:06:43 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[76285]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ukddaiwvlqwcoghxmmdwzzazohrwliow ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905603.8234982-16246-42075804707231/AnsiballZ_stat.py' Jul 25 07:06:43 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[76285]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:06:44 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[76288]: ansible-stat Invoked with path=/etc/crypttab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:06:44 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[76285]: pam_unix(sudo:session): session closed for user root Jul 25 07:06:44 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[76413]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-matgkycharejlxbpukwumfzspkhsmdrf ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905604.2196949-16255-104497171159604/AnsiballZ_setup.py' Jul 25 07:06:44 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[76413]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:06:44 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[76416]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:06:45 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[76413]: pam_unix(sudo:session): session closed for user root Jul 25 07:06:45 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[76571]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-cistcmvsbjwhnjqywjfyiltkfmqhjepl ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905605.1421347-16264-136224542015755/AnsiballZ_blivet.py' Jul 25 07:06:45 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[76571]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:06:45 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[76574]: 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:06:48 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[76571]: pam_unix(sudo:session): session closed for user root Jul 25 07:06:49 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[76711]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wsjgktcdlfibmkkghdaclwuotbfumnnh ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905609.0190187-16274-12544641816037/AnsiballZ_blivet.py' Jul 25 07:06:49 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[76711]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:06:49 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[76714]: 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:06:52 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[76711]: pam_unix(sudo:session): session closed for user root Jul 25 07:06:53 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[76851]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-jsaottuspnhyhaddeoudfaoblqginbdo ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905612.9928455-16284-170901341964367/AnsiballZ_blivet.py' Jul 25 07:06:53 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[76851]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:06:53 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[76854]: 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:06:56 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[76851]: pam_unix(sudo:session): session closed for user root Jul 25 07:06:58 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[77030]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ekxrsrdxjykyfmjsyimthphpigbtfqng ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905617.8619561-16343-14797624548721/AnsiballZ_setup.py' Jul 25 07:06:58 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[77030]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:06:58 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[77033]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:06:58 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[77030]: pam_unix(sudo:session): session closed for user root Jul 25 07:06:59 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[77188]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-mezfaznqzwaiyqkgpxdrprjepithbqto ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905619.1579-16357-48253331098386/AnsiballZ_stat.py' Jul 25 07:06:59 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[77188]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:06:59 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[77191]: 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:06:59 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[77188]: pam_unix(sudo:session): session closed for user root Jul 25 07:07:00 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[77314]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-oqrakyyeprtcoqkoyimameuejhkhblaf ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905619.7416701-16369-106954888846683/AnsiballZ_dnf.py' Jul 25 07:07:00 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[77314]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:07:00 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[77317]: 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 autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Jul 25 07:07:02 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[77314]: pam_unix(sudo:session): session closed for user root Jul 25 07:07:02 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[77441]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-enkbqpmkcasrriohcjnplltxvaulfcbc ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905622.4842472-16379-273183134812931/AnsiballZ_blivet.py' Jul 25 07:07:02 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[77441]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:07:03 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[77444]: 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:07:03 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[77441]: pam_unix(sudo:session): session closed for user root Jul 25 07:07:03 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[77569]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-fhrqsrckcwmilcgtvntrojssopxnthra ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905623.2747295-16391-23175276542921/AnsiballZ_dnf.py' Jul 25 07:07:03 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[77569]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:07:03 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[77572]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Jul 25 07:07:05 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[77569]: pam_unix(sudo:session): session closed for user root Jul 25 07:07:06 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[77696]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-eeeevjewxbfagkgwxwoaxecsdwlbzwtm ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905625.9474425-16399-265273742429172/AnsiballZ_service_facts.py' Jul 25 07:07:06 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[77696]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:07:06 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[77699]: ansible-service_facts Invoked Jul 25 07:07:07 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[77696]: pam_unix(sudo:session): session closed for user root Jul 25 07:07:07 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[77919]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-gcwkjraqofkqosfgudsrqbeivlucqrqp ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905627.8608844-16409-267184740077154/AnsiballZ_blivet.py' Jul 25 07:07:07 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[77919]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:07:08 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[77922]: 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:07:08 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[77919]: pam_unix(sudo:session): session closed for user root Jul 25 07:07:08 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[78047]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-fzabcjvfcfhtrprqbvvxogtghgshrsjo ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905628.4237309-16418-43173482325480/AnsiballZ_stat.py' Jul 25 07:07:08 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[78047]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:07:08 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[78050]: ansible-stat Invoked with path=/etc/fstab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:07:08 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[78047]: pam_unix(sudo:session): session closed for user root Jul 25 07:07:09 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[78175]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ulpznmtmlrqgjihfkwbqfluvhkzmayiq ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905629.0338173-16436-186534578766532/AnsiballZ_stat.py' Jul 25 07:07:09 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[78175]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:07:09 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[78178]: ansible-stat Invoked with path=/etc/crypttab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:07:09 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[78175]: pam_unix(sudo:session): session closed for user root Jul 25 07:07:09 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[78303]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-eoggaehmknfjduzoptluxmxtwhevrhzy ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905629.4152248-16445-24109839718380/AnsiballZ_setup.py' Jul 25 07:07:09 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[78303]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:07:09 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[78306]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:07:10 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[78303]: pam_unix(sudo:session): session closed for user root Jul 25 07:07:10 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[78461]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-yhkyzdbsfamafpqvspbwzzlsusorcwjx ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905630.401818-16455-68628288356268/AnsiballZ_dnf.py' Jul 25 07:07:10 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[78461]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:07:10 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[78464]: ansible-ansible.legacy.dnf Invoked with name=['util-linux'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Jul 25 07:07:12 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[78461]: pam_unix(sudo:session): session closed for user root Jul 25 07:07:13 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[78588]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qbwvdhmqfuoklhtnzmadgdhjzumtfymh ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905632.973714-16463-223618646798145/AnsiballZ_find_unused_disk.py' Jul 25 07:07:13 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[78588]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:07:13 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[78591]: 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:07:13 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[78588]: pam_unix(sudo:session): session closed for user root Jul 25 07:07:13 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[78716]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ezddqafrgzehlksjwfuxymuvjyzletgi ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905633.4588125-16471-180942558136932/AnsiballZ_command.py' Jul 25 07:07:13 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[78716]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:07:13 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[78719]: 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:07:13 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[78716]: pam_unix(sudo:session): session closed for user root Jul 25 07:07:16 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[78883]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:07:17 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[79038]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wizhzjzxvagjqajkacnumhotxpwbvcry ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905637.3348017-16594-102600556170637/AnsiballZ_setup.py' Jul 25 07:07:17 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[79038]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:07:17 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[79041]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:07:18 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[79038]: pam_unix(sudo:session): session closed for user root Jul 25 07:07:18 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[79196]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-pdsjpelhxlsmyaxwhcwbjkoedcssvccz ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905638.3751185-16606-86710716050669/AnsiballZ_stat.py' Jul 25 07:07:18 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[79196]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:07:18 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[79199]: 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:07:18 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[79196]: pam_unix(sudo:session): session closed for user root Jul 25 07:07:19 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[79322]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-tnzvuijnpbuhwonwxcorpzzqlnextzth ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905638.9742157-16618-22492660757471/AnsiballZ_dnf.py' Jul 25 07:07:19 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[79322]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:07:19 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[79325]: 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 autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Jul 25 07:07:21 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[79322]: pam_unix(sudo:session): session closed for user root Jul 25 07:07:21 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[79449]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-pqipuwohcpbfqmxorccoiebrvgmlsbse ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905641.718342-16628-100890132323057/AnsiballZ_blivet.py' Jul 25 07:07:21 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[79449]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:07:22 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[79452]: 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:07:22 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[79449]: pam_unix(sudo:session): session closed for user root Jul 25 07:07:22 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[79577]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-kzzupkosapxgbmsqbhvccghckrzjxflh ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905642.5165944-16640-172492756711345/AnsiballZ_dnf.py' Jul 25 07:07:22 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[79577]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:07:22 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[79580]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Jul 25 07:07:25 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[79577]: pam_unix(sudo:session): session closed for user root Jul 25 07:07:25 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[79704]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-jjyinqjaenatleumtlgfiehlsnfnssrv ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905645.2011163-16648-143257447216545/AnsiballZ_service_facts.py' Jul 25 07:07:25 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[79704]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:07:25 ip-10-31-11-215.us-east-1.aws.redhat.com systemd[1]: Starting Cleanup of Temporary Directories... -- Subject: Unit systemd-tmpfiles-clean.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-tmpfiles-clean.service has begun starting up. Jul 25 07:07:25 ip-10-31-11-215.us-east-1.aws.redhat.com systemd[1]: systemd-tmpfiles-clean.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit systemd-tmpfiles-clean.service has successfully entered the 'dead' state. Jul 25 07:07:25 ip-10-31-11-215.us-east-1.aws.redhat.com systemd[1]: Started Cleanup of Temporary Directories. -- Subject: Unit systemd-tmpfiles-clean.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-tmpfiles-clean.service has finished starting up. -- -- The start-up result is done. Jul 25 07:07:25 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[79707]: ansible-service_facts Invoked Jul 25 07:07:26 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[79704]: pam_unix(sudo:session): session closed for user root Jul 25 07:07:27 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[79931]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vpzzhrcotcfzehkxeaeldfcjhgxoenvx ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905647.1497219-16658-27673448625631/AnsiballZ_blivet.py' Jul 25 07:07:27 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[79931]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:07:27 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[79934]: 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:07:27 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[79931]: pam_unix(sudo:session): session closed for user root Jul 25 07:07:27 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[80059]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-gjujbredxftvxtpmgfdlscnglnjbtfmg ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905647.7120786-16667-250134245967694/AnsiballZ_stat.py' Jul 25 07:07:27 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[80059]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:07:27 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[80062]: ansible-stat Invoked with path=/etc/fstab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:07:28 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[80059]: pam_unix(sudo:session): session closed for user root Jul 25 07:07:28 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[80187]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-nfnvwtkqhtycxlmkrsmvdvjaqqeqemdg ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905648.324696-16685-235826051786043/AnsiballZ_stat.py' Jul 25 07:07:28 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[80187]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:07:28 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[80190]: ansible-stat Invoked with path=/etc/crypttab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:07:28 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[80187]: pam_unix(sudo:session): session closed for user root Jul 25 07:07:28 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[80315]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-aiiawrvprunszplzpscvymnkakpycvcz ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905648.7098358-16694-12012988910183/AnsiballZ_setup.py' Jul 25 07:07:28 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[80315]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:07:29 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[80318]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:07:29 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[80315]: pam_unix(sudo:session): session closed for user root Jul 25 07:07:29 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[80473]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-tshtqypuvgpaklvckpmkvktdcoqphgzs ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905649.6932492-16704-1663371579384/AnsiballZ_dnf.py' Jul 25 07:07:29 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[80473]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:07:30 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[80476]: ansible-ansible.legacy.dnf Invoked with name=['util-linux'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Jul 25 07:07:32 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[80473]: pam_unix(sudo:session): session closed for user root Jul 25 07:07:32 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[80600]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-igcwpssgwgdcolvpizfshiugexqyweju ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905652.3925595-16712-205870008063326/AnsiballZ_find_unused_disk.py' Jul 25 07:07:32 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[80600]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:07:32 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[80603]: 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:07:32 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[80600]: pam_unix(sudo:session): session closed for user root Jul 25 07:07:33 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[80728]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-nyyikeyzbnjowpsbzsuimgfwxeycodaw ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905652.8668709-16720-10953697399502/AnsiballZ_command.py' Jul 25 07:07:33 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[80728]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:07:33 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[80731]: 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:07:33 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[80728]: pam_unix(sudo:session): session closed for user root Jul 25 07:07:34 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[80895]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qitqhxbtqwzlqdnkjqeilonuoyejgqre ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905654.4967172-16780-164104400632472/AnsiballZ_setup.py' Jul 25 07:07:34 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[80895]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:07:35 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[80898]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:07:35 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[80895]: pam_unix(sudo:session): session closed for user root Jul 25 07:07:36 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[81053]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-kxnupjogupptempfxppyvfnjdpjnaiku ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905655.8247128-16794-41020167687723/AnsiballZ_stat.py' Jul 25 07:07:36 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[81053]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:07:36 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[81056]: 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:07:36 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[81053]: pam_unix(sudo:session): session closed for user root Jul 25 07:07:36 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[81179]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-tlriqngzelyhenbripnaxawmpvhgdxal ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905656.4021163-16806-165630669263252/AnsiballZ_dnf.py' Jul 25 07:07:36 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[81179]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:07:36 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[81182]: 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 autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Jul 25 07:07:39 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[81179]: pam_unix(sudo:session): session closed for user root Jul 25 07:07:39 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[81306]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-yixunkhgseospquzgskzletthksjvrnv ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905659.1533673-16816-29837287310215/AnsiballZ_blivet.py' Jul 25 07:07:39 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[81306]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:07:39 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[81309]: 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:07:39 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[81306]: pam_unix(sudo:session): session closed for user root Jul 25 07:07:40 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[81434]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-pyvyhpxelfxvlmwiormeziaxtwquzpdz ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905659.944155-16828-229270499214884/AnsiballZ_dnf.py' Jul 25 07:07:40 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[81434]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:07:40 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[81437]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Jul 25 07:07:42 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[81434]: pam_unix(sudo:session): session closed for user root Jul 25 07:07:42 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[81561]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-lvcgnrvdfjvzxqyaryposvzextndlxgu ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905662.6253605-16836-113530769542377/AnsiballZ_service_facts.py' Jul 25 07:07:42 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[81561]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:07:43 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[81564]: ansible-service_facts Invoked Jul 25 07:07:44 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[81561]: pam_unix(sudo:session): session closed for user root Jul 25 07:07:44 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[81784]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qmpotgoqzdomtunkeplskofpgqfxamvx ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905664.5398142-16846-190972652983624/AnsiballZ_blivet.py' Jul 25 07:07:44 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[81784]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:07:44 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[81787]: 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:07:44 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[81784]: pam_unix(sudo:session): session closed for user root Jul 25 07:07:45 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[81912]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wlindntzwcqljfemmwmwznmizmamifwm ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905665.0982015-16855-279958527554226/AnsiballZ_stat.py' Jul 25 07:07:45 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[81912]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:07:45 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[81915]: ansible-stat Invoked with path=/etc/fstab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:07:45 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[81912]: pam_unix(sudo:session): session closed for user root Jul 25 07:07:45 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[82040]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-fakpxpnemcicbemuzxbclcndbfsejooh ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905665.7068012-16873-175307487538903/AnsiballZ_stat.py' Jul 25 07:07:45 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[82040]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:07:45 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[82043]: ansible-stat Invoked with path=/etc/crypttab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:07:45 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[82040]: pam_unix(sudo:session): session closed for user root Jul 25 07:07:46 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[82168]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-asgbqggkqqitdxharzjxnnzbhobrrlmo ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905666.0876267-16882-198484201043340/AnsiballZ_setup.py' Jul 25 07:07:46 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[82168]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:07:46 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[82171]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:07:46 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[82168]: pam_unix(sudo:session): session closed for user root Jul 25 07:07:47 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[82326]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-xfckqunxgucuzutlesapsuwvupzlwdrh ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905667.0436926-16892-60045995898511/AnsiballZ_dnf.py' Jul 25 07:07:47 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[82326]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:07:47 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[82329]: ansible-ansible.legacy.dnf Invoked with name=['util-linux'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Jul 25 07:07:49 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[82326]: pam_unix(sudo:session): session closed for user root Jul 25 07:07:49 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[82453]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-kvwtlzqacrfruggtjnjdeunuucckkgfj ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905669.6039329-16900-250757727414110/AnsiballZ_find_unused_disk.py' Jul 25 07:07:49 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[82453]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:07:49 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[82456]: 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:07:49 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[82453]: pam_unix(sudo:session): session closed for user root Jul 25 07:07:50 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[82581]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-dlvdwlubzdojdypelazdiepomwgyhzkj ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1721905670.072534-16908-264142017474265/AnsiballZ_command.py' Jul 25 07:07:50 ip-10-31-11-215.us-east-1.aws.redhat.com sudo[82581]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 25 07:07:50 ip-10-31-11-215.us-east-1.aws.redhat.com platform-python[82584]: 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:07:50 -0400 (0:00:00.505) 0:00:16.088 ********* 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:07:50 -0400 (0:00:00.017) 0:00:16.105 ********* fatal: [managed_node1]: FAILED! => { "changed": false } MSG: Unable to find enough unused disks. Exiting playbook. PLAY RECAP ********************************************************************* managed_node1 : ok=28 changed=0 unreachable=0 failed=1 skipped=15 rescued=0 ignored=0 Thursday 25 July 2024 07:07:50 -0400 (0:00:00.031) 0:00:16.136 ********* =============================================================================== fedora.linux_system_roles.storage : Make sure blivet is available ------- 2.71s fedora.linux_system_roles.storage : Make sure required packages are installed --- 2.70s Ensure test packages ---------------------------------------------------- 2.57s fedora.linux_system_roles.storage : Get service facts ------------------- 1.84s Gathering Facts --------------------------------------------------------- 1.20s fedora.linux_system_roles.storage : Update facts ------------------------ 0.86s fedora.linux_system_roles.storage : Get required packages --------------- 0.68s 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.51s Find unused disks in the system ----------------------------------------- 0.49s fedora.linux_system_roles.storage : Check if system is ostree ----------- 0.46s fedora.linux_system_roles.storage : Check if /etc/fstab is present ------ 0.37s fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file --- 0.36s fedora.linux_system_roles.storage : Include the appropriate provider tasks --- 0.05s fedora.linux_system_roles.storage : Set storage_cryptsetup_services ----- 0.05s fedora.linux_system_roles.storage : Set platform/version specific variables --- 0.04s Mark tasks to be skipped ------------------------------------------------ 0.04s fedora.linux_system_roles.storage : Set up new/current mounts ----------- 0.04s fedora.linux_system_roles.storage : Manage mount ownership/permissions --- 0.03s fedora.linux_system_roles.storage : Remove obsolete mounts -------------- 0.03s