[WARNING]: running playbook inside collection redhat.rhel_system_roles ansible-playbook [core 2.14.17] config file = /etc/ansible/ansible.cfg configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python3.9/site-packages/ansible ansible collection location = /root/.ansible/collections:/usr/share/ansible/collections executable location = /usr/bin/ansible-playbook python version = 3.9.19 (main, Aug 23 2024, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] (/usr/bin/python3) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_change_mount.yml *********************************************** 1 plays in /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_change_mount.yml PLAY [Test change mount] ******************************************************* TASK [Gathering Facts] ********************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_change_mount.yml:2 Monday 21 October 2024 16:25:22 -0400 (0:00:00.013) 0:00:00.013 ******** ok: [managed-node3] TASK [Run the role] ************************************************************ task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_change_mount.yml:13 Monday 21 October 2024 16:25:23 -0400 (0:00:01.543) 0:00:01.557 ******** TASK [redhat.rhel_system_roles.storage : Set platform/version specific variables] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main.yml:2 Monday 21 October 2024 16:25:23 -0400 (0:00:00.069) 0:00:01.627 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml for managed-node3 TASK [redhat.rhel_system_roles.storage : Ensure ansible_facts used by role] **** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml:2 Monday 21 October 2024 16:25:23 -0400 (0:00:00.052) 0:00:01.679 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Set platform/version specific variables] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml:7 Monday 21 October 2024 16:25:24 -0400 (0:00:00.059) 0:00:01.739 ******** skipping: [managed-node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } ok: [managed-node3] => (item=RedHat_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/vars/RedHat_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.yml" } skipping: [managed-node3] => (item=RedHat_9.5.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.5.yml", "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Check if system is ostree] ************ task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml:25 Monday 21 October 2024 16:25:24 -0400 (0:00:00.075) 0:00:01.815 ******** ok: [managed-node3] => { "changed": false, "stat": { "exists": false } } TASK [redhat.rhel_system_roles.storage : Set flag to indicate system is ostree] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml:30 Monday 21 October 2024 16:25:24 -0400 (0:00:00.518) 0:00:02.333 ******** ok: [managed-node3] => { "ansible_facts": { "__storage_is_ostree": false }, "changed": false } TASK [redhat.rhel_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main.yml:5 Monday 21 October 2024 16:25:24 -0400 (0:00:00.053) 0:00:02.386 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [redhat.rhel_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main.yml:9 Monday 21 October 2024 16:25:24 -0400 (0:00:00.024) 0:00:02.410 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [redhat.rhel_system_roles.storage : Include the appropriate provider tasks] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main.yml:13 Monday 21 October 2024 16:25:24 -0400 (0:00:00.042) 0:00:02.453 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml for managed-node3 TASK [redhat.rhel_system_roles.storage : Make sure blivet is available] ******** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:2 Monday 21 October 2024 16:25:24 -0400 (0:00:00.081) 0:00:02.534 ******** ok: [managed-node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [redhat.rhel_system_roles.storage : Show storage_pools] ******************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:9 Monday 21 October 2024 16:25:25 -0400 (0:00:01.158) 0:00:03.693 ******** ok: [managed-node3] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined. 'storage_pools' is undefined" } TASK [redhat.rhel_system_roles.storage : Show storage_volumes] ***************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:14 Monday 21 October 2024 16:25:25 -0400 (0:00:00.024) 0:00:03.717 ******** ok: [managed-node3] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [redhat.rhel_system_roles.storage : Get required packages] **************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:19 Monday 21 October 2024 16:25:26 -0400 (0:00:00.023) 0:00:03.740 ******** ok: [managed-node3] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [redhat.rhel_system_roles.storage : Enable copr repositories if needed] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:31 Monday 21 October 2024 16:25:26 -0400 (0:00:00.696) 0:00:04.437 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/enable_coprs.yml for managed-node3 TASK [redhat.rhel_system_roles.storage : Check if the COPR support packages should be installed] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/enable_coprs.yml:2 Monday 21 October 2024 16:25:26 -0400 (0:00:00.058) 0:00:04.495 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [redhat.rhel_system_roles.storage : Make sure COPR support packages are present] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/enable_coprs.yml:13 Monday 21 October 2024 16:25:26 -0400 (0:00:00.054) 0:00:04.550 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Enable COPRs] ************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/enable_coprs.yml:19 Monday 21 October 2024 16:25:26 -0400 (0:00:00.058) 0:00:04.608 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [redhat.rhel_system_roles.storage : Make sure required packages are installed] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:37 Monday 21 October 2024 16:25:26 -0400 (0:00:00.090) 0:00:04.699 ******** ok: [managed-node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [redhat.rhel_system_roles.storage : Get service facts] ******************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:51 Monday 21 October 2024 16:25:27 -0400 (0:00:00.921) 0:00:05.621 ******** ok: [managed-node3] => { "ansible_facts": { "services": { "NetworkManager-dispatcher.service": { "name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "NetworkManager-wait-online.service": { "name": "NetworkManager-wait-online.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "NetworkManager.service": { "name": "NetworkManager.service", "source": "systemd", "state": "running", "status": "enabled" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "autofs.service": { "name": "autofs.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "alias" }, "blivet.service": { "name": "blivet.service", "source": "systemd", "state": "inactive", "status": "static" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd-restricted.service": { "name": "chronyd-restricted.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cpupower.service": { "name": "cpupower.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-broker.service": { "name": "dbus-broker.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "active", "status": "alias" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "display-manager.service": { "name": "display-manager.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "fcoe.service": { "name": "fcoe.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "fwupd-offline-update.service": { "name": "fwupd-offline-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "fwupd-refresh.service": { "name": "fwupd-refresh.service", "source": "systemd", "state": "inactive", "status": "static" }, "fwupd.service": { "name": "fwupd.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "active" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "grub2-systemd-integration.service": { "name": "grub2-systemd-integration.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "hv_kvp_daemon.service": { "name": "hv_kvp_daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "iscsi-shutdown.service": { "name": "iscsi-shutdown.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsi.service": { "name": "iscsi.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsid.service": { "name": "iscsid.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "kdump.service": { "name": "kdump.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "kvm_stat.service": { "name": "kvm_stat.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "logrotate.service": { "name": "logrotate.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm-devices-import.service": { "name": "lvm-devices-import.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "lvm2-activation-early.service": { "name": "lvm2-activation-early.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-lvmpolld.service": { "name": "lvm2-lvmpolld.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-monitor.service": { "name": "lvm2-monitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@.service": { "name": "modprobe@.service", "source": "systemd", "state": "unknown", "status": "static" }, "modprobe@configfs.service": { "name": "modprobe@configfs.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ndctl-monitor.service": { "name": "ndctl-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "network.service": { "name": "network.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "nm-priv-helper.service": { "name": "nm-priv-helper.service", "source": "systemd", "state": "inactive", "status": "static" }, "ntpd.service": { "name": "ntpd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ntpdate.service": { "name": "ntpdate.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "oddjobd.service": { "name": "oddjobd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "pam_namespace.service": { "name": "pam_namespace.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "polkit.service": { "name": "polkit.service", "source": "systemd", "state": "inactive", "status": "static" }, "qemu-guest-agent.service": { "name": "qemu-guest-agent.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "raid-check.service": { "name": "raid-check.service", "source": "systemd", "state": "inactive", "status": "static" }, "rbdmap.service": { "name": "rbdmap.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rhcd.service": { "name": "rhcd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rhsm-facts.service": { "name": "rhsm-facts.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rhsm.service": { "name": "rhsm.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rhsmcertd.service": { "name": "rhsmcertd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-svcgssd.service": { "name": "rpc-svcgssd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpmdb-rebuild.service": { "name": "rpmdb-rebuild.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "running", "status": "enabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "selinux-check-proper-disable.service": { "name": "selinux-check-proper-disable.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "indirect" }, "serial-getty@ttyS0.service": { "name": "serial-getty@ttyS0.service", "source": "systemd", "state": "running", "status": "active" }, "snapd.seeded.service": { "name": "snapd.seeded.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen.service": { "name": "sshd-keygen.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "stratis-fstab-setup@.service": { "name": "stratis-fstab-setup@.service", "source": "systemd", "state": "unknown", "status": "static" }, "stratisd-min-postinitrd.service": { "name": "stratisd-min-postinitrd.service", "source": "systemd", "state": "inactive", "status": "static" }, "stratisd.service": { "name": "stratisd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "syslog.service": { "name": "syslog.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-bless-boot.service": { "name": "systemd-bless-boot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-boot-check-no-failures.service": { "name": "systemd-boot-check-no-failures.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-boot-random-seed.service": { "name": "systemd-boot-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-boot-update.service": { "name": "systemd-boot-update.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-fsck@dev-disk-by\\x2duuid-7B77\\x2d95E7.service": { "name": "systemd-fsck@dev-disk-by\\x2duuid-7B77\\x2d95E7.service", "source": "systemd", "state": "stopped", "status": "active" }, "systemd-fsck@dev-xvda2.service": { "name": "systemd-fsck@dev-xvda2.service", "source": "systemd", "state": "stopped", "status": "active" }, "systemd-growfs-root.service": { "name": "systemd-growfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-growfs@.service": { "name": "systemd-growfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-resume@.service": { "name": "systemd-hibernate-resume@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-journald@.service": { "name": "systemd-journald@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-network-generator.service": { "name": "systemd-network-generator.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-networkd-wait-online.service": { "name": "systemd-networkd-wait-online.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-pcrfs-root.service": { "name": "systemd-pcrfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pcrfs@.service": { "name": "systemd-pcrfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrmachine.service": { "name": "systemd-pcrmachine.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-initrd.service": { "name": "systemd-pcrphase-initrd.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-sysinit.service": { "name": "systemd-pcrphase-sysinit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase.service": { "name": "systemd-pcrphase.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-repart.service": { "name": "systemd-repart.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysext.service": { "name": "systemd-sysext.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-sysupdate-reboot.service": { "name": "systemd-sysupdate-reboot.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysupdate.service": { "name": "systemd-sysupdate.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-timesyncd.service": { "name": "systemd-timesyncd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles.service": { "name": "systemd-tmpfiles.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "udisks2.service": { "name": "udisks2.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "active" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "active" }, "ypbind.service": { "name": "ypbind.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "yppasswdd.service": { "name": "yppasswdd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypserv.service": { "name": "ypserv.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypxfrd.service": { "name": "ypxfrd.service", "source": "systemd", "state": "stopped", "status": "not-found" } } }, "changed": false } TASK [redhat.rhel_system_roles.storage : Set storage_cryptsetup_services] ****** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:57 Monday 21 October 2024 16:25:29 -0400 (0:00:02.087) 0:00:07.709 ******** ok: [managed-node3] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [redhat.rhel_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:63 Monday 21 October 2024 16:25:30 -0400 (0:00:00.116) 0:00:07.825 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [redhat.rhel_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:69 Monday 21 October 2024 16:25:30 -0400 (0:00:00.041) 0:00:07.867 ******** ok: [managed-node3] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [redhat.rhel_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:83 Monday 21 October 2024 16:25:30 -0400 (0:00:00.705) 0:00:08.572 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Check if /etc/fstab is present] ******* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:90 Monday 21 October 2024 16:25:30 -0400 (0:00:00.113) 0:00:08.686 ******** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1729541987.331, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "64cfbfb53e9340e63d4ceca1dd9c532c59261bd7", "ctime": 1729152193.0247004, "dev": 51716, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 17589255, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1729152193.0247004, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1101, "uid": 0, "version": "2826562540", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [redhat.rhel_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:95 Monday 21 October 2024 16:25:31 -0400 (0:00:00.428) 0:00:09.115 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:113 Monday 21 October 2024 16:25:31 -0400 (0:00:00.037) 0:00:09.152 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [redhat.rhel_system_roles.storage : Show blivet_output] ******************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:119 Monday 21 October 2024 16:25:31 -0400 (0:00:00.027) 0:00:09.180 ******** ok: [managed-node3] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } } TASK [redhat.rhel_system_roles.storage : Set the list of pools for test verification] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:128 Monday 21 October 2024 16:25:31 -0400 (0:00:00.035) 0:00:09.215 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [redhat.rhel_system_roles.storage : Set the list of volumes for test verification] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:132 Monday 21 October 2024 16:25:31 -0400 (0:00:00.033) 0:00:09.249 ******** ok: [managed-node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [redhat.rhel_system_roles.storage : Remove obsolete mounts] *************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:148 Monday 21 October 2024 16:25:31 -0400 (0:00:00.025) 0:00:09.275 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [redhat.rhel_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:159 Monday 21 October 2024 16:25:31 -0400 (0:00:00.034) 0:00:09.310 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Set up new/current mounts] ************ task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:164 Monday 21 October 2024 16:25:31 -0400 (0:00:00.021) 0:00:09.332 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [redhat.rhel_system_roles.storage : Manage mount ownership/permissions] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:175 Monday 21 October 2024 16:25:31 -0400 (0:00:00.035) 0:00:09.368 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [redhat.rhel_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:187 Monday 21 October 2024 16:25:31 -0400 (0:00:00.038) 0:00:09.406 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:195 Monday 21 October 2024 16:25:31 -0400 (0:00:00.021) 0:00:09.428 ******** ok: [managed-node3] => { "changed": false, "stat": { "exists": false } } TASK [redhat.rhel_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:200 Monday 21 October 2024 16:25:32 -0400 (0:00:00.376) 0:00:09.805 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [redhat.rhel_system_roles.storage : Update facts] ************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:222 Monday 21 October 2024 16:25:32 -0400 (0:00:00.031) 0:00:09.836 ******** ok: [managed-node3] TASK [Mark tasks to be skipped] ************************************************ task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_change_mount.yml:17 Monday 21 October 2024 16:25:33 -0400 (0:00:00.946) 0:00:10.782 ******** ok: [managed-node3] => { "ansible_facts": { "storage_skip_checks": [ "blivet_available", "packages_installed", "service_facts" ] }, "changed": false } TASK [Get unused disks] ******************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_change_mount.yml:24 Monday 21 October 2024 16:25:33 -0400 (0:00:00.054) 0:00:10.837 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/get_unused_disk.yml for managed-node3 TASK [Ensure test packages] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/get_unused_disk.yml:2 Monday 21 October 2024 16:25:33 -0400 (0:00:00.056) 0:00:10.893 ******** ok: [managed-node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Find unused disks in the system] ***************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/get_unused_disk.yml:11 Monday 21 October 2024 16:25:34 -0400 (0:00:00.965) 0:00:11.859 ******** ok: [managed-node3] => { "changed": false, "disks": "Unable to find unused disk", "info": [ "Line: NAME=\"/dev/xvda\" TYPE=\"disk\" SIZE=\"268435456000\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"1048576\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"1048576\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/xvda2\" TYPE=\"part\" SIZE=\"209715200\" FSTYPE=\"vfat\" LOG_SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda2\" TYPE=\"part\" SIZE=\"209715200\" FSTYPE=\"vfat\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/xvda3\" TYPE=\"part\" SIZE=\"1073741824\" FSTYPE=\"xfs\" LOG_SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda3\" TYPE=\"part\" SIZE=\"1073741824\" FSTYPE=\"xfs\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/xvda4\" TYPE=\"part\" SIZE=\"267149884928\" FSTYPE=\"xfs\" LOG_SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda4\" TYPE=\"part\" SIZE=\"267149884928\" FSTYPE=\"xfs\" LOG_SEC=\"512\"", "filename [xvda4] is a partition", "filename [xvda2] is a partition", "filename [xvda3] is a partition", "filename [xvda1] is a partition", "Disk [/dev/xvda] attrs [{'type': 'disk', 'size': '268435456000', 'fstype': '', 'ssize': '512'}] has partitions" ] } TASK [Debug why there are no unused disks] ************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/get_unused_disk.yml:20 Monday 21 October 2024 16:25:34 -0400 (0:00:00.836) 0:00:12.695 ******** ok: [managed-node3] => { "changed": false, "cmd": "set -x\nexec 1>&2\nlsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC\njournalctl -ex\n", "delta": "0:00:00.027982", "end": "2024-10-21 16:25:35.549869", "rc": 0, "start": "2024-10-21 16:25:35.521887" } STDERR: + exec + lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC NAME="/dev/xvda" TYPE="disk" SIZE="268435456000" FSTYPE="" LOG_SEC="512" NAME="/dev/xvda1" TYPE="part" SIZE="1048576" FSTYPE="" LOG_SEC="512" NAME="/dev/xvda2" TYPE="part" SIZE="209715200" FSTYPE="vfat" LOG_SEC="512" NAME="/dev/xvda3" TYPE="part" SIZE="1073741824" FSTYPE="xfs" LOG_SEC="512" NAME="/dev/xvda4" TYPE="part" SIZE="267149884928" FSTYPE="xfs" LOG_SEC="512" + journalctl -ex Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3816 May 22 06:20 usr/lib/kbd/keymaps/xkb/ro-std.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3784 May 22 06:20 usr/lib/kbd/keymaps/xkb/ro-winkeys.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3785 May 22 06:21 usr/lib/kbd/keymaps/xkb/ro.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4063 May 22 06:20 usr/lib/kbd/keymaps/xkb/rs-latin.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4061 May 22 06:20 usr/lib/kbd/keymaps/xkb/rs-latinalternatequotes.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4024 May 22 06:20 usr/lib/kbd/keymaps/xkb/rs-latinunicode.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4024 May 22 06:20 usr/lib/kbd/keymaps/xkb/rs-latinunicodeyz.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4062 May 22 06:20 usr/lib/kbd/keymaps/xkb/rs-latinyz.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3760 May 22 06:20 usr/lib/kbd/keymaps/xkb/ru-cv_latin.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3999 May 22 06:20 usr/lib/kbd/keymaps/xkb/se-dvorak.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3922 May 22 06:20 usr/lib/kbd/keymaps/xkb/se-mac.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3868 May 22 06:20 usr/lib/kbd/keymaps/xkb/se-nodeadkeys.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3898 May 22 06:20 usr/lib/kbd/keymaps/xkb/se-smi.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4006 May 22 06:20 usr/lib/kbd/keymaps/xkb/se-svdvorak.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3612 May 22 06:20 usr/lib/kbd/keymaps/xkb/se-us.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3895 May 22 06:20 usr/lib/kbd/keymaps/xkb/se-us_dvorak.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3847 May 22 06:21 usr/lib/kbd/keymaps/xkb/se.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4015 May 22 06:20 usr/lib/kbd/keymaps/xkb/si-alternatequotes.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4018 May 22 06:20 usr/lib/kbd/keymaps/xkb/si-us.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4019 May 22 06:21 usr/lib/kbd/keymaps/xkb/si.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4288 May 22 06:20 usr/lib/kbd/keymaps/xkb/sk-bksl.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4279 May 22 06:20 usr/lib/kbd/keymaps/xkb/sk-qwerty.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4286 May 22 06:20 usr/lib/kbd/keymaps/xkb/sk-qwerty_bksl.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4282 May 22 06:21 usr/lib/kbd/keymaps/xkb/sk.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3910 May 22 06:20 usr/lib/kbd/keymaps/xkb/sy-ku.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3943 May 22 06:20 usr/lib/kbd/keymaps/xkb/sy-ku_alt.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3886 May 22 06:20 usr/lib/kbd/keymaps/xkb/sy-ku_f.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3635 May 22 06:21 usr/lib/kbd/keymaps/xkb/tm-alt.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3647 May 22 06:21 usr/lib/kbd/keymaps/xkb/tm.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3944 May 22 06:20 usr/lib/kbd/keymaps/xkb/tr-alt.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3949 May 22 06:20 usr/lib/kbd/keymaps/xkb/tr-crh.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3953 May 22 06:20 usr/lib/kbd/keymaps/xkb/tr-crh_alt.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3944 May 22 06:20 usr/lib/kbd/keymaps/xkb/tr-crh_f.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3893 May 22 06:20 usr/lib/kbd/keymaps/xkb/tr-f.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3849 May 22 06:20 usr/lib/kbd/keymaps/xkb/tr-intl.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3910 May 22 06:20 usr/lib/kbd/keymaps/xkb/tr-ku.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3943 May 22 06:20 usr/lib/kbd/keymaps/xkb/tr-ku_alt.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3886 May 22 06:20 usr/lib/kbd/keymaps/xkb/tr-ku_f.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3921 May 22 06:21 usr/lib/kbd/keymaps/xkb/tr.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4242 May 22 06:20 usr/lib/kbd/keymaps/xkb/tw-indigenous.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4242 May 22 06:20 usr/lib/kbd/keymaps/xkb/tw-saisiyat.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4239 May 22 06:21 usr/lib/kbd/keymaps/xkb/tw.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3688 May 22 06:20 usr/lib/kbd/keymaps/xkb/us-alt-intl.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3889 May 22 06:20 usr/lib/kbd/keymaps/xkb/us-altgr-intl.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4055 May 22 06:20 usr/lib/kbd/keymaps/xkb/us-colemak.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4032 May 22 06:20 usr/lib/kbd/keymaps/xkb/us-colemak_dh.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4010 May 22 06:20 usr/lib/kbd/keymaps/xkb/us-colemak_dh_iso.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3767 May 22 06:20 usr/lib/kbd/keymaps/xkb/us-dvorak-alt-intl.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3652 May 22 06:20 usr/lib/kbd/keymaps/xkb/us-dvorak-classic.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3874 May 22 06:20 usr/lib/kbd/keymaps/xkb/us-dvorak-intl.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3673 May 22 06:20 usr/lib/kbd/keymaps/xkb/us-dvorak-l.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3664 May 22 06:20 usr/lib/kbd/keymaps/xkb/us-dvorak-r.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3660 May 22 06:20 usr/lib/kbd/keymaps/xkb/us-dvorak.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3781 May 22 06:20 usr/lib/kbd/keymaps/xkb/us-dvp.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3933 May 22 06:20 usr/lib/kbd/keymaps/xkb/us-euro.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3614 May 22 06:20 usr/lib/kbd/keymaps/xkb/us-haw.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3668 May 22 06:20 usr/lib/kbd/keymaps/xkb/us-hbs.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3873 May 22 06:20 usr/lib/kbd/keymaps/xkb/us-intl.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3924 May 22 06:20 usr/lib/kbd/keymaps/xkb/us-mac.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3577 May 22 06:20 usr/lib/kbd/keymaps/xkb/us-norman.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3771 May 22 06:20 usr/lib/kbd/keymaps/xkb/us-olpc2.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3845 May 22 06:20 usr/lib/kbd/keymaps/xkb/us-symbolic.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3899 May 22 06:20 usr/lib/kbd/keymaps/xkb/us-workman-intl.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3597 May 22 06:20 usr/lib/kbd/keymaps/xkb/us-workman.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3566 May 22 06:21 usr/lib/kbd/keymaps/xkb/us.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3558 May 22 06:21 usr/lib/kbd/keymaps/xkb/uz-latin.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4051 May 22 06:21 usr/lib/kbd/keymaps/xkb/vn-fr.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4035 May 22 06:21 usr/lib/kbd/keymaps/xkb/vn-us.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3466 May 22 06:21 usr/lib/kbd/keymaps/xkb/vn.map.gz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/lib/kbd/unimaps Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4244 May 22 06:20 usr/lib/kbd/unimaps/8859-1.a0-ff.uni Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4706 May 22 06:20 usr/lib/kbd/unimaps/8859-10.a0-ff.uni Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4426 May 22 06:20 usr/lib/kbd/unimaps/8859-13.a0-ff.uni Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4816 May 22 06:20 usr/lib/kbd/unimaps/8859-14.a0-ff.uni Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4376 May 22 06:20 usr/lib/kbd/unimaps/8859-15.a0-ff.uni Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4479 May 22 06:20 usr/lib/kbd/unimaps/8859-2.a0-ff.uni Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4240 May 22 06:20 usr/lib/kbd/unimaps/8859-3.a0-ff.uni Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4548 May 22 06:20 usr/lib/kbd/unimaps/8859-4.a0-ff.uni Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4188 May 22 06:20 usr/lib/kbd/unimaps/8859-5.a0-ff.uni Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 1869 May 22 06:20 usr/lib/kbd/unimaps/8859-6.a0-ff.uni Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3928 May 22 06:20 usr/lib/kbd/unimaps/8859-7.a0-ff.uni Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 2035 May 22 06:20 usr/lib/kbd/unimaps/8859-8.a0-ff.uni Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4332 May 22 06:20 usr/lib/kbd/unimaps/8859-9.a0-ff.uni Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 1494 May 22 06:20 usr/lib/kbd/unimaps/ECMA144.uni Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 1378 May 22 06:20 usr/lib/kbd/unimaps/armscii8.uni Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 1707 May 22 06:20 usr/lib/kbd/unimaps/ascii.20-7f.uni Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 5478 May 22 06:20 usr/lib/kbd/unimaps/cp1250.uni Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 446 May 22 06:20 usr/lib/kbd/unimaps/cp437.00-1f.uni Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4475 May 22 06:20 usr/lib/kbd/unimaps/cp437.uni Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 5674 May 22 06:20 usr/lib/kbd/unimaps/cp737.uni Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 6199 May 22 06:20 usr/lib/kbd/unimaps/cp737a.uni Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 6215 May 22 06:20 usr/lib/kbd/unimaps/cp737b.uni Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 6266 May 22 06:20 usr/lib/kbd/unimaps/cp737c.uni Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 5456 May 22 06:20 usr/lib/kbd/unimaps/cp850.uni Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 5985 May 22 06:20 usr/lib/kbd/unimaps/cp850a.uni Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4011 May 22 06:20 usr/lib/kbd/unimaps/cp850b.uni Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3880 May 22 06:20 usr/lib/kbd/unimaps/cp850z.uni Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 5627 May 22 06:20 usr/lib/kbd/unimaps/cp865.uni Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 6155 May 22 06:20 usr/lib/kbd/unimaps/cp865a.uni Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 5553 May 22 06:20 usr/lib/kbd/unimaps/cp866.uni Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 6174 May 22 06:20 usr/lib/kbd/unimaps/cp866a.uni Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 2558 May 22 06:20 usr/lib/kbd/unimaps/cybercafe.uni Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4152 May 22 06:20 usr/lib/kbd/unimaps/cyralt.uni Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 2206 May 22 06:20 usr/lib/kbd/unimaps/def.uni Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 22 May 22 06:20 usr/lib/kbd/unimaps/empty.uni Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 5981 May 22 06:20 usr/lib/kbd/unimaps/ethiopic.uni Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 674 May 22 06:20 usr/lib/kbd/unimaps/iso01.uni Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 1815 May 22 06:20 usr/lib/kbd/unimaps/iso02.uni Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 1829 May 22 06:20 usr/lib/kbd/unimaps/iso03.uni Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 1815 May 22 06:20 usr/lib/kbd/unimaps/iso04.uni Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 1815 May 22 06:20 usr/lib/kbd/unimaps/iso05.uni Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 1275 May 22 06:20 usr/lib/kbd/unimaps/iso06.uni Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 1744 May 22 06:20 usr/lib/kbd/unimaps/iso07.uni Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 2507 May 22 06:20 usr/lib/kbd/unimaps/iso07u.uni Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 1119 May 22 06:20 usr/lib/kbd/unimaps/iso08.uni Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 805 May 22 06:20 usr/lib/kbd/unimaps/iso09.uni Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 1489 May 22 06:20 usr/lib/kbd/unimaps/iso10.uni Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 876 May 22 06:20 usr/lib/kbd/unimaps/iso15.uni Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3998 May 22 06:20 usr/lib/kbd/unimaps/koi8r.uni Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 5224 May 22 06:20 usr/lib/kbd/unimaps/koi8u.uni Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 1030 May 22 06:20 usr/lib/kbd/unimaps/lat1.uni Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 2177 May 22 06:20 usr/lib/kbd/unimaps/lat1u.uni Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 5302 May 22 06:20 usr/lib/kbd/unimaps/lat2.uni Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3632 May 22 06:20 usr/lib/kbd/unimaps/lat2u.uni Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3251 May 22 06:20 usr/lib/kbd/unimaps/lat4.uni Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 5046 May 22 06:20 usr/lib/kbd/unimaps/lat4u.uni Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 7282 May 22 06:20 usr/lib/kbd/unimaps/lat7.uni Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3579 May 22 06:20 usr/lib/kbd/unimaps/lat9u.uni Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3771 May 22 06:20 usr/lib/kbd/unimaps/lat9v.uni Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3635 May 22 06:20 usr/lib/kbd/unimaps/lat9w.uni Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4030 May 22 06:20 usr/lib/kbd/unimaps/ruscii.uni Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 1009 May 22 06:20 usr/lib/kbd/unimaps/tcvn.uni Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 1811 May 22 06:20 usr/lib/kbd/unimaps/viscii.uni Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/lib/modprobe.d Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 884 Aug 19 06:02 usr/lib/modprobe.d/dist-blacklist.conf Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 773 Oct 31 2022 usr/lib/modprobe.d/systemd.conf Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 3 root root 0 Aug 19 06:02 usr/lib/modules Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/lib/modules-load.d Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4 Feb 8 2024 usr/lib/modules-load.d/fwupd-msr.conf Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 3 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64 Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 10 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 3 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/arch Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 3 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/arch/x86 Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/arch/x86/crypto Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3708 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/arch/x86/crypto/crc32-pclmul.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 6440 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/arch/x86/crypto/crc32c-intel.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3744 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/arch/x86/crypto/crct10dif-pclmul.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4892 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/arch/x86/crypto/ghash-clmulni-intel.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/block Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 6484 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/block/t10-pi.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 4 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/crypto Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 6316 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/crypto/adiantum.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 5684 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/crypto/ansi_cprng.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/crypto/asymmetric_keys Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 9204 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/crypto/asymmetric_keys/asym_tpm.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3656 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/crypto/asymmetric_keys/pkcs8_key_parser.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/crypto/async_tx Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3408 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/crypto/async_tx/async_memcpy.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 6636 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/crypto/async_tx/async_pq.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 7256 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/crypto/async_tx/async_raid6_recov.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4080 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/crypto/async_tx/async_tx.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 5784 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/crypto/async_tx/async_xor.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 5572 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/crypto/async_tx/raid6test.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 7244 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/crypto/blake2b_generic.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 7052 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/crypto/blowfish_common.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 2692 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/crypto/blowfish_generic.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 12004 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/crypto/camellia_generic.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 9944 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/crypto/cast5_generic.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 5484 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/crypto/cast6_generic.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 5876 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/crypto/cast_common.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 6948 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/crypto/chacha20poly1305.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3120 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/crypto/chacha_generic.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 2680 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/crypto/crc32_generic.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 2896 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/crypto/curve25519-generic.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 2808 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/crypto/des_generic.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3268 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/crypto/echainiv.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 7340 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/crypto/essiv.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4916 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/crypto/fcrypt.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4956 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/crypto/lrw.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4236 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/crypto/md4.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 2956 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/crypto/michael_mic.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4964 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/crypto/nhpoly1305.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3212 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/crypto/pcbc.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 5132 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/crypto/pcrypt.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3024 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/crypto/poly1305_generic.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 5816 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/crypto/rmd160.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 8952 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/crypto/serpent_generic.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 29372 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/crypto/tcrypt.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 9992 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/crypto/twofish_common.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3792 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/crypto/twofish_generic.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 6452 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/crypto/vmac.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 9368 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/crypto/wp512.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4000 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/crypto/xcbc.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 2668 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/crypto/xxhash_generic.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4196 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/crypto/zstd.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 23 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/acpi Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 20000 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/acpi/video.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/ata Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 7488 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/ata/ata_generic.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 14896 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/ata/ata_piix.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 159556 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/ata/libata.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 3 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/base Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/base/regmap Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4460 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/base/regmap/regmap-i2c.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/block Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 25324 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/block/xen-blkfront.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/cdrom Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 30412 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/cdrom/cdrom.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 3 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/gpu Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/gpu/drm Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 252052 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/gpu/drm/drm.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 5 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/amd-sfh-hid Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 18872 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/amd-sfh-hid/amd_sfh.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3216 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-a4tech.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 7816 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-alps.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 9464 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-apple.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4032 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-appleir.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 12244 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-asus.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 2380 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-aureal.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 2908 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-axff.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3132 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-belkin.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3460 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-betopff.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3012 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-cherry.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4312 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-chicony.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3656 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-cmedia.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 7736 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-corsair.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 5216 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-cougar.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3208 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-cypress.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3348 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-dr.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 5836 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-elan.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3032 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-elecom.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4620 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-elo.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 2244 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-evision.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 2928 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-ezkey.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 2648 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-gaff.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 2756 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-gembird.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3356 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-gfrm.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4740 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-gt683r.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3480 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-gyration.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3012 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-holtek-kbd.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 2892 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-holtek-mouse.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 2524 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-holtekff.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 8220 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-hyperv.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3184 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-icade.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3556 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-ite.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 2612 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-jabra.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 2708 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-kensington.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 2396 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-keytouch.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4856 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-kye.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3052 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-lcpower.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 6128 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-led.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 11832 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-lenovo.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4504 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-letsketch.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 8700 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-lg-g15.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 14732 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-logitech-dj.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 27552 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-logitech-hidpp.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 10128 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-logitech.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 6128 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-microsoft.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3064 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-monterey.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 14548 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-multitouch.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 2480 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-nti.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 2516 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-ortek.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 2720 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-penmount.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3452 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-petalynx.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 22680 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-picolcd.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 2484 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-pl.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4200 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-plantronics.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 2496 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-primax.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 11556 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-prodikeys.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 8496 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-rmi.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 5448 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-roccat-arvo.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3968 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-roccat-common.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 7380 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-roccat-isku.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 8168 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-roccat-kone.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 7452 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-roccat-koneplus.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4728 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-roccat-konepure.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 7472 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-roccat-kovaplus.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3664 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-roccat-lua.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 7144 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-roccat-pyra.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 5480 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-roccat-ryos.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4652 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-roccat-savu.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 6396 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-roccat.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3684 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-saitek.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4340 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-samsung.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 2372 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-semitek.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 10372 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-sensor-custom.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 2660 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-sigmamicro.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 2556 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-sjoy.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 19768 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-sony.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 2328 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-speedlink.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 7320 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-steelseries.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 2956 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-sunplus.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 5156 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-thrustmaster.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3004 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-tivo.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 2580 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-tmff.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3648 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-topseed.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3940 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-twinhan.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 17376 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-uclogic.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3220 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-waltop.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 31132 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-wiimote.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 2560 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-xiaomi.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 2268 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-xinmo.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 2428 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-zpff.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4424 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/hid-zydacron.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/i2c-hid Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3156 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/i2c-hid/i2c-hid-acpi.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 14000 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/i2c-hid/i2c-hid.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/intel-ish-hid Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 14076 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/intel-ish-hid/intel-ish-ipc.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 11748 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/intel-ish-hid/intel-ishtp-hid.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 27320 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/intel-ish-hid/intel-ishtp.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 9636 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/uhid.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 53196 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hid/wacom.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hv Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 59940 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/hv/hv_vmbus.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 3 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/infiniband Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/infiniband/core Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 51484 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/infiniband/core/ib_cm.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 191908 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/infiniband/core/ib_core.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 26572 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/infiniband/core/iw_cm.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 61000 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/infiniband/core/rdma_cm.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 4 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/input Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 7484 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/input/ff-memless.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/input/rmi4 Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 44828 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/input/rmi4/rmi_core.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/input/serio Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3584 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/input/serio/altera_ps2.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4552 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/input/serio/arc_ps2.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 7296 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/input/serio/hyperv-keyboard.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 6316 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/input/serio/serio_raw.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4660 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/input/serio/serport.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4040 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/input/sparse-keymap.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 3 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/misc Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/misc/mei Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 66708 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/misc/mei/mei.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 4 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/net Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 4 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/net/ethernet Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 3 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/net/ethernet/amazon Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/net/ethernet/amazon/ena Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 67828 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/net/ethernet/amazon/ena/ena.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 3 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/net/ethernet/qlogic Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/net/ethernet/qlogic/netxen Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 63320 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/net/ethernet/qlogic/netxen/netxen_nic.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/net/fjes Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 36828 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/net/fjes/fjes.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 22688 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/net/xen-netfront.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 5 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/nvme Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/nvme/common Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 7848 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/nvme/common/nvme-auth.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4556 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/nvme/common/nvme-keyring.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/nvme/host Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 93640 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/nvme/host/nvme-core.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 18988 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/nvme/host/nvme-fabrics.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 31348 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/nvme/host/nvme-rdma.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 32272 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/nvme/host/nvme.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/nvme/target Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 15224 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/nvme/target/nvme-loop.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 27088 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/nvme/target/nvmet-fc.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 77156 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/nvme/target/nvmet.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 3 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/pci Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/pci/controller Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 2712 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/pci/controller/pci-hyperv-intf.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 23976 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/pci/controller/pci-hyperv.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 3 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/pinctrl Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/pinctrl/intel Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 5908 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/pinctrl/intel/pinctrl-alderlake.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 6984 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/pinctrl/intel/pinctrl-broxton.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 6356 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/pinctrl/intel/pinctrl-cannonlake.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4092 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/pinctrl/intel/pinctrl-cedarfork.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3828 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/pinctrl/intel/pinctrl-denverton.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4812 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/pinctrl/intel/pinctrl-elkhartlake.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4288 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/pinctrl/intel/pinctrl-emmitsburg.ko.xz Oct 21 16:24:54 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4912 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/pinctrl/intel/pinctrl-geminilake.ko.xz Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 5892 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/pinctrl/intel/pinctrl-icelake.ko.xz Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3740 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/pinctrl/intel/pinctrl-intel-platform.ko.xz Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4148 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/pinctrl/intel/pinctrl-jasperlake.ko.xz Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4256 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/pinctrl/intel/pinctrl-lakefield.ko.xz Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3928 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/pinctrl/intel/pinctrl-lewisburg.ko.xz Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 5304 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/pinctrl/intel/pinctrl-meteorlake.ko.xz Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4624 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/pinctrl/intel/pinctrl-meteorpoint.ko.xz Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 5128 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/pinctrl/intel/pinctrl-sunrisepoint.ko.xz Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 5716 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/pinctrl/intel/pinctrl-tigerlake.ko.xz Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 3 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/platform Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/platform/x86 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 22216 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/platform/x86/asus-wmi.ko.xz Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 14884 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/platform/x86/wmi.ko.xz Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/scsi Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 39644 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/scsi/sd_mod.ko.xz Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 24148 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/scsi/sg.ko.xz Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 14024 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/scsi/sr_mod.ko.xz Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 3 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/tty Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 4 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/tty/serial Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/tty/serial/8250 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 5088 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/tty/serial/8250/8250_lpss.ko.xz Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 2604 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/tty/serial/arc_uart.ko.xz Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/tty/serial/jsm Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 22268 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/tty/serial/jsm/jsm.ko.xz Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 4 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/usb Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/usb/host Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 6748 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/usb/host/xhci-plat-hcd.ko.xz Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 6 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/usb/typec Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/usb/typec/altmodes Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 8308 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/usb/typec/altmodes/typec_displayport.ko.xz Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/usb/typec/mux Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4608 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/usb/typec/mux/fsa4480.ko.xz Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3732 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/usb/typec/mux/pi3usb30532.ko.xz Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 7936 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/usb/typec/rt1719.ko.xz Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/usb/typec/tcpm Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 15680 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/usb/typec/tcpm/fusb302.ko.xz Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 9328 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/usb/typec/tcpm/tcpci.ko.xz Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 45416 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/usb/typec/tcpm/tcpm.ko.xz Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/usb/typec/tipd Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 21936 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/usb/typec/tipd/tps6598x.ko.xz Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4860 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/usb/typec/wusb3801.ko.xz Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 3 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/video Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/video/backlight Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 5760 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/video/backlight/lcd.ko.xz Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/watchdog Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 6600 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/watchdog/hpwdt.ko.xz Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4288 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/watchdog/i6300esb.ko.xz Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3224 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/watchdog/iTCO_vendor_support.ko.xz Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 6396 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/watchdog/iTCO_wdt.ko.xz Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 5088 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/watchdog/ib700wdt.ko.xz Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4980 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/watchdog/ibmasr.ko.xz Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 6500 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/watchdog/mei_wdt.ko.xz Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4928 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/watchdog/mlx_wdt.ko.xz Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4532 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/watchdog/softdog.ko.xz Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 6304 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/watchdog/sp5100_tco.ko.xz Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 6892 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/drivers/watchdog/wdat_wdt.ko.xz Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 4 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/fs Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/fs/fat Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 45612 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/fs/fat/fat.ko.xz Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 10920 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/fs/fat/vfat.ko.xz Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/fs/xfs Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 742252 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/fs/xfs/xfs.ko.xz Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 5 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/lib Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/lib/crypto Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 12700 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/lib/crypto/libcurve25519-generic.ko.xz Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 7912 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/lib/crypto/libdes.ko.xz Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 2600 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/lib/libcrc32c.ko.xz Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/lib/raid6 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 74980 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/lib/raid6/raid6_pq.ko.xz Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/lib/zstd Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 128800 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/lib/zstd/zstd_compress.ko.xz Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 3 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/net Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/net/rfkill Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 16244 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/net/rfkill/rfkill.ko.xz Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 3 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/sound Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/sound/core Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 23616 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/sound/core/snd-rawmidi.ko.xz Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 6092 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/sound/core/snd-seq-device.ko.xz Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 55724 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/sound/core/snd.ko.xz Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 6248 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/kernel/sound/soundcore.ko.xz Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 59224 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/modules.alias Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 56299 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/modules.alias.bin Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 9471 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/modules.builtin Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 0 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/modules.builtin.alias.bin Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 11775 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/modules.builtin.bin Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 77422 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/modules.builtin.modinfo Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 14480 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/modules.dep Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 24351 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/modules.dep.bin Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 92 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/modules.devname Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 93986 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/modules.order Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 85 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/modules.softdep Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 65890 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/modules.symbols Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 78700 Aug 19 06:02 usr/lib/modules/5.14.0-503.11.1.el9_5.x86_64/modules.symbols.bin Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 26688 Jun 19 2022 usr/lib/net-lib.sh Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 1216 Jun 19 2022 usr/lib/nm-lib.sh Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 14 Aug 19 06:02 usr/lib/os-release -> initrd-release Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/lib/sysctl.d Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 1810 Apr 24 2024 usr/lib/sysctl.d/10-default-yama-scope.conf Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 1816 Aug 19 06:02 usr/lib/sysctl.d/50-coredump.conf Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 1919 Oct 31 2022 usr/lib/sysctl.d/50-default.conf Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 246 Dec 7 2023 usr/lib/sysctl.d/50-libkcapi-optmem_max.conf Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 635 Oct 31 2022 usr/lib/sysctl.d/50-pid-max.conf Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 203 Aug 19 06:02 usr/lib/sysctl.d/50-redhat.conf Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 7 root root 0 Aug 19 06:02 usr/lib/systemd Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/lib/systemd/catalog Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 4246 Mar 17 2021 usr/lib/systemd/catalog/dbus-broker-launch.catalog Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 2355 Mar 17 2021 usr/lib/systemd/catalog/dbus-broker.catalog Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/lib/systemd/network Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 763 Aug 19 06:02 usr/lib/systemd/network/99-default.link Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 6 root root 0 Aug 19 06:02 usr/lib/systemd/system Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/lib/systemd/system-generators Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 3726 Jun 19 2022 usr/lib/systemd/system-generators/dracut-rootfs-generator Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 24312 Aug 19 06:02 usr/lib/systemd/system-generators/systemd-debug-generator Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 57688 Aug 19 06:02 usr/lib/systemd/system-generators/systemd-fstab-generator Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 36488 Aug 19 06:02 usr/lib/systemd/system-generators/systemd-gpt-auto-generator Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 16088 Aug 19 06:02 usr/lib/systemd/system-generators/systemd-hibernate-resume-generator Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 964 Aug 19 06:02 usr/lib/systemd/system/basic.target Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 473 Oct 31 2022 usr/lib/systemd/system/cryptsetup-pre.target Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 420 Oct 31 2022 usr/lib/systemd/system/cryptsetup.target Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 13 Aug 19 06:02 usr/lib/systemd/system/ctrl-alt-del.target -> reboot.target Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 529 Aug 23 2022 usr/lib/systemd/system/dbus-broker.service Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 242 Aug 19 06:02 usr/lib/systemd/system/dbus.socket Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/lib/systemd/system/dbus.target.wants Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 1063 Aug 19 06:02 usr/lib/systemd/system/debug-shell.service Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 13 Aug 19 06:02 usr/lib/systemd/system/default.target -> initrd.target Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 843 Jun 19 2022 usr/lib/systemd/system/dracut-cmdline-ask.service Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 867 Jun 19 2022 usr/lib/systemd/system/dracut-cmdline.service Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 679 Jun 19 2022 usr/lib/systemd/system/dracut-emergency.service Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 784 Jun 19 2022 usr/lib/systemd/system/dracut-initqueue.service Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 756 Jun 19 2022 usr/lib/systemd/system/dracut-mount.service Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 785 Jun 19 2022 usr/lib/systemd/system/dracut-pre-mount.service Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 1107 Jun 19 2022 usr/lib/systemd/system/dracut-pre-pivot.service Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 877 Jun 19 2022 usr/lib/systemd/system/dracut-pre-trigger.service Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 956 Jun 19 2022 usr/lib/systemd/system/dracut-pre-udev.service Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 2 root root 0 Jun 19 2022 usr/lib/systemd/system/emergency.service Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 479 Oct 31 2022 usr/lib/systemd/system/emergency.target Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 500 Oct 31 2022 usr/lib/systemd/system/final.target Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 542 Oct 31 2022 usr/lib/systemd/system/halt.target Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 670 Oct 31 2022 usr/lib/systemd/system/initrd-cleanup.service Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 598 Oct 31 2022 usr/lib/systemd/system/initrd-fs.target Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 1255 Aug 19 06:02 usr/lib/systemd/system/initrd-parse-etc.service Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 566 Oct 31 2022 usr/lib/systemd/system/initrd-root-device.target Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 571 Oct 31 2022 usr/lib/systemd/system/initrd-root-fs.target Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 623 Oct 31 2022 usr/lib/systemd/system/initrd-switch-root.service Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 779 Oct 31 2022 usr/lib/systemd/system/initrd-switch-root.target Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 823 Oct 31 2022 usr/lib/systemd/system/initrd-udevadm-cleanup-db.service Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 571 Oct 31 2022 usr/lib/systemd/system/initrd-usr-fs.target Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 810 Oct 31 2022 usr/lib/systemd/system/initrd.target Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 549 Oct 31 2022 usr/lib/systemd/system/kexec.target Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 705 Aug 19 06:02 usr/lib/systemd/system/kmod-static-nodes.service Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 453 Oct 31 2022 usr/lib/systemd/system/local-fs-pre.target Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 555 Oct 31 2022 usr/lib/systemd/system/local-fs.target Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 540 Oct 31 2022 usr/lib/systemd/system/multi-user.target Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 483 Oct 31 2022 usr/lib/systemd/system/network-online.target Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 490 Oct 31 2022 usr/lib/systemd/system/network-pre.target Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 499 Oct 31 2022 usr/lib/systemd/system/network.target Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 1080 Aug 19 06:02 usr/lib/systemd/system/nm-initrd.service Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 349 Jun 19 2022 usr/lib/systemd/system/nm-wait-online-initrd.service Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 562 Oct 31 2022 usr/lib/systemd/system/nss-lookup.target Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 521 Oct 31 2022 usr/lib/systemd/system/nss-user-lookup.target Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 407 Oct 31 2022 usr/lib/systemd/system/paths.target Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 607 Oct 31 2022 usr/lib/systemd/system/poweroff.target Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 598 Oct 31 2022 usr/lib/systemd/system/reboot.target Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 557 Oct 31 2022 usr/lib/systemd/system/remote-cryptsetup.target Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 454 Oct 31 2022 usr/lib/systemd/system/remote-fs-pre.target Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 530 Oct 31 2022 usr/lib/systemd/system/remote-fs.target Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 2 root root 690 Jun 19 2022 usr/lib/systemd/system/rescue.service Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 500 Oct 31 2022 usr/lib/systemd/system/rescue.target Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 346 Mar 31 2024 usr/lib/systemd/system/rngd.service Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 548 Oct 31 2022 usr/lib/systemd/system/rpcbind.target Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 457 Oct 31 2022 usr/lib/systemd/system/shutdown.target Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 410 Oct 31 2022 usr/lib/systemd/system/sigpwr.target Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 462 Oct 31 2022 usr/lib/systemd/system/slices.target Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 409 Oct 31 2022 usr/lib/systemd/system/sockets.target Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/lib/systemd/system/sockets.target.wants Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 34 Aug 19 06:02 usr/lib/systemd/system/sockets.target.wants/systemd-journald-dev-log.socket -> ../systemd-journald-dev-log.socket Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 26 Aug 19 06:02 usr/lib/systemd/system/sockets.target.wants/systemd-journald.socket -> ../systemd-journald.socket Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 31 Aug 19 06:02 usr/lib/systemd/system/sockets.target.wants/systemd-udevd-control.socket -> ../systemd-udevd-control.socket Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 30 Aug 19 06:02 usr/lib/systemd/system/sockets.target.wants/systemd-udevd-kernel.socket -> ../systemd-udevd-kernel.socket Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 402 Oct 31 2022 usr/lib/systemd/system/swap.target Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 1111 Oct 31 2022 usr/lib/systemd/system/sys-kernel-config.mount Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 574 Oct 31 2022 usr/lib/systemd/system/sysinit.target Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/lib/systemd/system/sysinit.target.wants Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 28 Aug 19 06:02 usr/lib/systemd/system/sysinit.target.wants/kmod-static-nodes.service -> ../kmod-static-nodes.service Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 36 Aug 19 06:02 usr/lib/systemd/system/sysinit.target.wants/systemd-ask-password-console.path -> ../systemd-ask-password-console.path Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 27 Aug 19 06:02 usr/lib/systemd/system/sysinit.target.wants/systemd-journald.service -> ../systemd-journald.service Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 31 Aug 19 06:02 usr/lib/systemd/system/sysinit.target.wants/systemd-modules-load.service -> ../systemd-modules-load.service Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 25 Aug 19 06:02 usr/lib/systemd/system/sysinit.target.wants/systemd-sysctl.service -> ../systemd-sysctl.service Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 27 Aug 19 06:02 usr/lib/systemd/system/sysinit.target.wants/systemd-sysusers.service -> ../systemd-sysusers.service Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 37 Aug 19 06:02 usr/lib/systemd/system/sysinit.target.wants/systemd-tmpfiles-setup-dev.service -> ../systemd-tmpfiles-setup-dev.service Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 33 Aug 19 06:02 usr/lib/systemd/system/sysinit.target.wants/systemd-tmpfiles-setup.service -> ../systemd-tmpfiles-setup.service Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 31 Aug 19 06:02 usr/lib/systemd/system/sysinit.target.wants/systemd-udev-trigger.service -> ../systemd-udev-trigger.service Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 24 Aug 19 06:02 usr/lib/systemd/system/sysinit.target.wants/systemd-udevd.service -> ../systemd-udevd.service Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 1415 Oct 31 2022 usr/lib/systemd/system/syslog.socket Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 771 Oct 31 2022 usr/lib/systemd/system/systemd-ask-password-console.path Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 834 Oct 31 2022 usr/lib/systemd/system/systemd-ask-password-console.service Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 712 Aug 19 06:02 usr/lib/systemd/system/systemd-fsck@.service Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 594 Oct 31 2022 usr/lib/systemd/system/systemd-halt.service Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 680 Aug 19 06:02 usr/lib/systemd/system/systemd-hibernate-resume@.service Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 655 Oct 31 2022 usr/lib/systemd/system/systemd-journald-audit.socket Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 1182 Oct 31 2022 usr/lib/systemd/system/systemd-journald-dev-log.socket Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 2001 Aug 19 06:02 usr/lib/systemd/system/systemd-journald.service Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 934 Oct 31 2022 usr/lib/systemd/system/systemd-journald.socket Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 601 Oct 31 2022 usr/lib/systemd/system/systemd-kexec.service Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 1019 Aug 19 06:02 usr/lib/systemd/system/systemd-modules-load.service Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 575 Oct 31 2022 usr/lib/systemd/system/systemd-poweroff.service Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 1180 Aug 19 06:02 usr/lib/systemd/system/systemd-random-seed.service Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 568 Oct 31 2022 usr/lib/systemd/system/systemd-reboot.service Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 733 Aug 19 06:02 usr/lib/systemd/system/systemd-sysctl.service Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 1217 Oct 31 2022 usr/lib/systemd/system/systemd-sysusers.service Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/lib/systemd/system/systemd-sysusers.service.d Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 29 Jun 19 2022 usr/lib/systemd/system/systemd-sysusers.service.d/sysusers-dracut.conf Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 837 Oct 31 2022 usr/lib/systemd/system/systemd-tmpfiles-setup-dev.service Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 991 Aug 19 06:02 usr/lib/systemd/system/systemd-tmpfiles-setup.service Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 863 Oct 31 2022 usr/lib/systemd/system/systemd-udev-settle.service Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 758 Oct 31 2022 usr/lib/systemd/system/systemd-udev-trigger.service Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 650 Oct 31 2022 usr/lib/systemd/system/systemd-udevd-control.socket Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 624 Oct 31 2022 usr/lib/systemd/system/systemd-udevd-kernel.socket Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 1302 Aug 19 06:02 usr/lib/systemd/system/systemd-udevd.service Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 650 Aug 19 06:02 usr/lib/systemd/system/systemd-vconsole-setup.service Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 743 Aug 19 06:02 usr/lib/systemd/system/systemd-volatile-root.service Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 458 Oct 31 2022 usr/lib/systemd/system/timers.target Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 465 Oct 31 2022 usr/lib/systemd/system/umount.target Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 98216 Aug 19 06:02 usr/lib/systemd/systemd Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 15776 Aug 19 06:02 usr/lib/systemd/systemd-cgroups-agent Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 69520 Aug 19 06:02 usr/lib/systemd/systemd-coredump Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 32240 Aug 19 06:02 usr/lib/systemd/systemd-fsck Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 15584 Aug 19 06:02 usr/lib/systemd/systemd-hibernate-resume Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 185672 Aug 19 06:02 usr/lib/systemd/systemd-journald Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 24280 Aug 19 06:02 usr/lib/systemd/systemd-modules-load Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 15808 Aug 19 06:02 usr/lib/systemd/systemd-reply-password Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 52928 Aug 19 06:02 usr/lib/systemd/systemd-shutdown Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 28392 Aug 19 06:02 usr/lib/systemd/systemd-sysctl Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 41 Aug 19 06:02 usr/lib/systemd/systemd-sysroot-fstab-check -> system-generators/systemd-fstab-generator Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 17 Aug 19 06:02 usr/lib/systemd/systemd-udevd -> ../../bin/udevadm Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 19952 Aug 19 06:02 usr/lib/systemd/systemd-vconsole-setup Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 24024 Aug 19 06:02 usr/lib/systemd/systemd-volatile-root Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/lib/systemd/user Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 431 Aug 23 2022 usr/lib/systemd/user/dbus-broker.service Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 213 Jun 12 2023 usr/lib/systemd/user/dbus.socket Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/lib/sysusers.d Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 1250 Aug 19 06:02 usr/lib/sysusers.d/basic.conf Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 118 Jun 12 2023 usr/lib/sysusers.d/dbus.conf Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/lib/tmpfiles.d Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 135 Jun 19 2022 usr/lib/tmpfiles.d/dracut-tmpfiles.conf Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 2001 Aug 19 06:02 usr/lib/tmpfiles.d/systemd.conf Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 3 root root 0 Aug 19 06:02 usr/lib/udev Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 19904 Aug 19 06:02 usr/lib/udev/ata_id Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 32352 Aug 19 06:02 usr/lib/udev/cdrom_id Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/lib/udev/rules.d Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 2014 Aug 19 06:02 usr/lib/udev/rules.d/40-redhat.rules Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 5408 Aug 19 06:02 usr/lib/udev/rules.d/50-udev-default.rules Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 703 Oct 31 2022 usr/lib/udev/rules.d/60-block.rules Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 1071 Oct 31 2022 usr/lib/udev/rules.d/60-cdrom_id.rules Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 10901 Aug 19 06:02 usr/lib/udev/rules.d/60-persistent-storage.rules Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 616 Aug 19 06:02 usr/lib/udev/rules.d/64-btrfs.rules Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3460 Aug 19 06:02 usr/lib/udev/rules.d/70-uaccess.rules Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3818 Aug 19 06:02 usr/lib/udev/rules.d/71-seat.rules Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 643 Aug 19 06:02 usr/lib/udev/rules.d/73-seat-late.rules Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 512 Aug 19 06:02 usr/lib/udev/rules.d/75-net-description.rules Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 600 Oct 31 2022 usr/lib/udev/rules.d/80-drivers.rules Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 295 Oct 31 2022 usr/lib/udev/rules.d/80-net-setup-link.rules Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 2013 Aug 19 06:02 usr/lib/udev/rules.d/85-nm-unmanaged.rules Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 489 Aug 19 06:02 usr/lib/udev/rules.d/90-vconsole.rules Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 5039 Aug 19 06:02 usr/lib/udev/rules.d/99-systemd.rules Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 36992 Aug 19 06:02 usr/lib/udev/scsi_id Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 4 root root 0 Aug 19 06:02 usr/lib64 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 3 root root 0 Aug 19 06:02 usr/lib64/NetworkManager Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/lib64/NetworkManager/1.48.10-2.el9_5 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 57128 Aug 19 06:02 usr/lib64/NetworkManager/1.48.10-2.el9_5/libnm-device-plugin-team.so Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 317680 Aug 19 06:02 usr/lib64/NetworkManager/1.48.10-2.el9_5/libnm-settings-plugin-ifcfg-rh.so Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 262400 Aug 19 06:02 usr/lib64/ld-linux-x86-64.so.2 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 30 Aug 19 06:02 usr/lib64/libacl.so.1 -> ../../lib64/libacl.so.1.1.2301 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 40496 Oct 6 2023 usr/lib64/libacl.so.1.1.2301 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 31 Aug 19 06:02 usr/lib64/libattr.so.1 -> ../../lib64/libattr.so.1.1.2501 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 28552 Aug 9 2021 usr/lib64/libattr.so.1.1.2501 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 29 Aug 19 06:02 usr/lib64/libaudit.so.1 -> ../../lib64/libaudit.so.1.0.0 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 163464 Aug 1 08:48 usr/lib64/libaudit.so.1.0.0 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 29 Aug 19 06:02 usr/lib64/libblkid.so.1 -> ../../lib64/libblkid.so.1.1.0 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 229424 Aug 19 06:02 usr/lib64/libblkid.so.1.1.0 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 27 Aug 19 06:02 usr/lib64/libbpf.so.1 -> ../../lib64/libbpf.so.1.4.0 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 411960 Jul 12 01:35 usr/lib64/libbpf.so.1.4.0 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 36 Aug 19 06:02 usr/lib64/libbrotlicommon.so.1 -> ../../lib64/libbrotlicommon.so.1.0.9 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 138712 Aug 9 2021 usr/lib64/libbrotlicommon.so.1.0.9 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 33 Aug 19 06:02 usr/lib64/libbrotlidec.so.1 -> ../../lib64/libbrotlidec.so.1.0.9 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 53048 Aug 9 2021 usr/lib64/libbrotlidec.so.1.0.9 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 2543952 Aug 19 06:02 usr/lib64/libc.so.6 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 30 Aug 19 06:02 usr/lib64/libcap-ng.so.0 -> ../../lib64/libcap-ng.so.0.0.0 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 32528 Feb 15 2022 usr/lib64/libcap-ng.so.0.0.0 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 26 Aug 19 06:02 usr/lib64/libcap.so.2 -> ../../lib64/libcap.so.2.48 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 36304 Jul 12 2023 usr/lib64/libcap.so.2.48 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 29 Aug 19 06:02 usr/lib64/libcom_err.so.2 -> ../../lib64/libcom_err.so.2.1 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 23872 Dec 13 2023 usr/lib64/libcom_err.so.2.1 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 29 Aug 19 06:02 usr/lib64/libcrypt.so.2 -> ../../lib64/libcrypt.so.2.0.0 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 201808 Aug 10 2021 usr/lib64/libcrypt.so.2.0.0 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 30 Aug 19 06:02 usr/lib64/libcrypto.so.3 -> ../../lib64/libcrypto.so.3.2.2 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 5436336 Aug 19 06:02 usr/lib64/libcrypto.so.3.2.2 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 28 Aug 19 06:02 usr/lib64/libcurl.so.4 -> ../../lib64/libcurl.so.4.7.0 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 666480 Aug 19 06:02 usr/lib64/libcurl.so.4.7.0 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 30 Aug 19 06:02 usr/lib64/libdaemon.so.0 -> ../../lib64/libdaemon.so.0.5.0 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 36176 Aug 9 2021 usr/lib64/libdaemon.so.0.5.0 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 32 Aug 19 06:02 usr/lib64/libdbus-1.so.3 -> ../../lib64/libdbus-1.so.3.19.13 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 343752 Jun 12 2023 usr/lib64/libdbus-1.so.3.19.13 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 29 Aug 19 06:02 usr/lib64/libeconf.so.0 -> ../../lib64/libeconf.so.0.4.1 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 40520 Apr 15 2024 usr/lib64/libeconf.so.0.4.1 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 29 Aug 19 06:02 usr/lib64/libedit.so.0 -> ../../lib64/libedit.so.0.0.64 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 236272 Jul 19 2023 usr/lib64/libedit.so.0.0.64 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 111696 Apr 24 2024 usr/lib64/libelf-0.191.so Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 27 Aug 19 06:02 usr/lib64/libelf.so.1 -> ../../lib64/libelf-0.191.so Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 33 Aug 19 06:02 usr/lib64/libevent-2.1.so.7 -> ../../lib64/libevent-2.1.so.7.0.1 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 365360 Aug 19 06:02 usr/lib64/libevent-2.1.so.7.0.1 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 30 Aug 19 06:02 usr/lib64/libexpat.so.1 -> ../../lib64/libexpat.so.1.8.10 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 198064 Aug 19 06:02 usr/lib64/libexpat.so.1.8.10 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 27 Aug 19 06:02 usr/lib64/libffi.so.8 -> ../../lib64/libffi.so.8.1.0 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 44784 Apr 17 2023 usr/lib64/libffi.so.8.1.0 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 15432 Aug 19 06:02 usr/lib64/libfreebl3.so Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 84 Aug 19 06:02 usr/lib64/libfreeblpriv3.chk Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 805960 Aug 19 06:02 usr/lib64/libfreeblpriv3.so Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 108136 Jul 23 23:02 usr/lib64/libgcc_s-11-20240719.so.1 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 37 Aug 19 06:02 usr/lib64/libgcc_s.so.1 -> ../../lib64/libgcc_s-11-20240719.so.1 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 31 Aug 19 06:02 usr/lib64/libgcrypt.so.20 -> ../../lib64/libgcrypt.so.20.4.0 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 1304856 Aug 1 11:27 usr/lib64/libgcrypt.so.20.4.0 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 34 Aug 19 06:02 usr/lib64/libgio-2.0.so.0 -> ../../lib64/libgio-2.0.so.0.6800.4 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 1949440 Aug 19 06:02 usr/lib64/libgio-2.0.so.0.6800.4 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 35 Aug 19 06:02 usr/lib64/libglib-2.0.so.0 -> ../../lib64/libglib-2.0.so.0.6800.4 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 1303208 Aug 19 06:02 usr/lib64/libglib-2.0.so.0.6800.4 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 38 Aug 19 06:02 usr/lib64/libgmodule-2.0.so.0 -> ../../lib64/libgmodule-2.0.so.0.6800.4 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 19600 Aug 19 06:02 usr/lib64/libgmodule-2.0.so.0.6800.4 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 28 Aug 19 06:02 usr/lib64/libgmp.so.10 -> ../../lib64/libgmp.so.10.4.0 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 677824 Aug 3 2023 usr/lib64/libgmp.so.10.4.0 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 32 Aug 19 06:02 usr/lib64/libgnutls.so.30 -> ../../lib64/libgnutls.so.30.37.1 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 2337552 Apr 5 2024 usr/lib64/libgnutls.so.30.37.1 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 38 Aug 19 06:02 usr/lib64/libgobject-2.0.so.0 -> ../../lib64/libgobject-2.0.so.0.6800.4 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 375272 Aug 19 06:02 usr/lib64/libgobject-2.0.so.0.6800.4 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 34 Aug 19 06:02 usr/lib64/libgpg-error.so.0 -> ../../lib64/libgpg-error.so.0.32.0 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 153600 Dec 7 2021 usr/lib64/libgpg-error.so.0.32.0 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 33 Aug 19 06:02 usr/lib64/libgssapi_krb5.so.2 -> ../../lib64/libgssapi_krb5.so.2.2 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 358560 Jul 5 12:54 usr/lib64/libgssapi_krb5.so.2.2 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 29 Aug 19 06:02 usr/lib64/libhogweed.so.6 -> ../../lib64/libhogweed.so.6.8 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 626240 Nov 20 2023 usr/lib64/libhogweed.so.6.8 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 28 Aug 19 06:02 usr/lib64/libidn2.so.0 -> ../../lib64/libidn2.so.0.3.7 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 130952 Aug 10 2021 usr/lib64/libidn2.so.0.3.7 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 32 Aug 19 06:02 usr/lib64/libjansson.so.4 -> ../../lib64/libjansson.so.4.14.0 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 62456 Nov 17 2021 usr/lib64/libjansson.so.4.14.0 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 37 Aug 19 06:02 usr/lib64/libjitterentropy.so.3 -> ../../lib64/libjitterentropy.so.3.5.0 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 40920 Mar 31 2024 usr/lib64/libjitterentropy.so.3.5.0 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 30 Aug 19 06:02 usr/lib64/libk5crypto.so.3 -> ../../lib64/libk5crypto.so.3.1 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 99112 Jul 5 12:54 usr/lib64/libk5crypto.so.3.1 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 31 Aug 19 06:02 usr/lib64/libkeyutils.so.1 -> ../../lib64/libkeyutils.so.1.10 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 23992 Oct 17 2022 usr/lib64/libkeyutils.so.1.10 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 28 Aug 19 06:02 usr/lib64/libkmod.so.2 -> ../../lib64/libkmod.so.2.3.6 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 107528 Aug 16 09:47 usr/lib64/libkmod.so.2.3.6 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 26 Aug 19 06:02 usr/lib64/libkrb5.so.3 -> ../../lib64/libkrb5.so.3.3 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 906368 Jul 5 12:54 usr/lib64/libkrb5.so.3.3 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 33 Aug 19 06:02 usr/lib64/libkrb5support.so.0 -> ../../lib64/libkrb5support.so.0.1 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 66320 Jul 5 12:54 usr/lib64/libkrb5support.so.0.1 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 30 Aug 19 06:02 usr/lib64/liblber.so.2 -> ../../lib64/liblber.so.2.0.200 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 70400 Feb 9 2024 usr/lib64/liblber.so.2.0.200 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 32 Aug 19 06:02 usr/lib64/libldap.so.2 -> ../../lib64/libldap_r.so.2.0.200 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 417712 Feb 9 2024 usr/lib64/libldap_r.so.2.0.200 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 27 Aug 19 06:02 usr/lib64/liblz4.so.1 -> ../../lib64/liblz4.so.1.9.3 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 144120 Aug 10 2021 usr/lib64/liblz4.so.1.9.3 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 28 Aug 19 06:02 usr/lib64/liblzma.so.5 -> ../../lib64/liblzma.so.5.2.5 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 178744 May 31 2022 usr/lib64/liblzma.so.5.2.5 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 912440 Aug 19 06:02 usr/lib64/libm.so.6 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 27 Aug 19 06:02 usr/lib64/libmnl.so.0 -> ../../lib64/libmnl.so.0.2.0 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 28272 May 9 05:44 usr/lib64/libmnl.so.0.2.0 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 29 Aug 19 06:02 usr/lib64/libmount.so.1 -> ../../lib64/libmount.so.1.1.0 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 291496 Aug 19 06:02 usr/lib64/libmount.so.1.1.0 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 28 Aug 19 06:02 usr/lib64/libmpfr.so.6 -> ../../lib64/libmpfr.so.6.1.0 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 726864 Aug 10 2021 usr/lib64/libmpfr.so.6.1.0 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 27 Aug 19 06:02 usr/lib64/libndp.so.0 -> ../../lib64/libndp.so.0.3.0 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 32424 Jul 22 05:25 usr/lib64/libndp.so.0.3.0 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 28 Aug 19 06:02 usr/lib64/libnettle.so.8 -> ../../lib64/libnettle.so.8.8 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 357336 Nov 20 2023 usr/lib64/libnettle.so.8.8 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 33 Aug 19 06:02 usr/lib64/libnghttp2.so.14 -> ../../lib64/libnghttp2.so.14.20.1 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 168672 Apr 10 2024 usr/lib64/libnghttp2.so.14.20.1 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 31 Aug 19 06:02 usr/lib64/libnl-3.so.200 -> ../../lib64/libnl-3.so.200.26.0 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 146376 Dec 4 2023 usr/lib64/libnl-3.so.200.26.0 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 35 Aug 19 06:02 usr/lib64/libnl-cli-3.so.200 -> ../../lib64/libnl-cli-3.so.200.26.0 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 53472 Dec 4 2023 usr/lib64/libnl-cli-3.so.200.26.0 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 36 Aug 19 06:02 usr/lib64/libnl-genl-3.so.200 -> ../../lib64/libnl-genl-3.so.200.26.0 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 37544 Dec 4 2023 usr/lib64/libnl-genl-3.so.200.26.0 Oct 21 16:24:55 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 34 Aug 19 06:02 usr/lib64/libnl-nf-3.so.200 -> ../../lib64/libnl-nf-3.so.200.26.0 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 120496 Dec 4 2023 usr/lib64/libnl-nf-3.so.200.26.0 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 37 Aug 19 06:02 usr/lib64/libnl-route-3.so.200 -> ../../lib64/libnl-route-3.so.200.26.0 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 617664 Dec 4 2023 usr/lib64/libnl-route-3.so.200.26.0 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 26 Aug 19 06:02 usr/lib64/libnm.so.0 -> ../../lib64/libnm.so.0.1.0 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 1576016 Aug 19 06:02 usr/lib64/libnm.so.0.1.0 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 45760 Aug 19 06:02 usr/lib64/libnss_compat.so.2 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 15480 Aug 19 06:02 usr/lib64/libnss_dns.so.2 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 15480 Aug 19 06:02 usr/lib64/libnss_files.so.2 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 157192 Aug 19 06:02 usr/lib64/libnss_myhostname.so.2 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 149208 Aug 19 06:02 usr/lib64/libnss_resolve.so.2 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 53472 Jul 22 06:09 usr/lib64/libnss_sss.so.2 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 353400 Aug 19 06:02 usr/lib64/libnss_systemd.so.2 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 31 Aug 19 06:02 usr/lib64/libp11-kit.so.0 -> ../../lib64/libp11-kit.so.0.3.1 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 1714208 Nov 23 2023 usr/lib64/libp11-kit.so.0.3.1 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 28 Aug 19 06:02 usr/lib64/libpam.so.0 -> ../../lib64/libpam.so.0.85.1 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 69592 Jun 18 09:08 usr/lib64/libpam.so.0.85.1 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 29 Aug 19 06:02 usr/lib64/libpcre.so.1 -> ../../lib64/libpcre.so.1.2.12 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 488664 Apr 18 2024 usr/lib64/libpcre.so.1.2.12 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 32 Aug 19 06:02 usr/lib64/libpcre2-8.so.0 -> ../../lib64/libpcre2-8.so.0.11.0 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 636848 Jul 31 11:45 usr/lib64/libpcre2-8.so.0.11.0 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 30 Aug 19 06:02 usr/lib64/libprocps.so.8 -> ../../lib64/libprocps.so.8.0.3 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 86144 Jan 23 2024 usr/lib64/libprocps.so.8.0.3 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 27 Aug 19 06:02 usr/lib64/libpsl.so.5 -> ../../lib64/libpsl.so.5.3.3 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 77488 Aug 10 2021 usr/lib64/libpsl.so.5.3.3 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 30 Aug 19 06:02 usr/lib64/libreadline.so.8 -> ../../lib64/libreadline.so.8.1 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 358128 Aug 10 2021 usr/lib64/libreadline.so.8.1 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 70880 Aug 19 06:02 usr/lib64/libresolv.so.2 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 29 Aug 19 06:02 usr/lib64/libsasl2.so.3 -> ../../lib64/libsasl2.so.3.0.0 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 128416 Sep 12 2022 usr/lib64/libsasl2.so.3.0.0 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 31 Aug 19 06:02 usr/lib64/libseccomp.so.2 -> ../../lib64/libseccomp.so.2.5.2 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 127680 Nov 9 2021 usr/lib64/libseccomp.so.2.5.2 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 175752 Dec 14 2023 usr/lib64/libselinux.so.1 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 31 Aug 19 06:02 usr/lib64/libsigsegv.so.2 -> ../../lib64/libsigsegv.so.2.0.6 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 20192 Aug 10 2021 usr/lib64/libsigsegv.so.2.0.6 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 33 Aug 19 06:02 usr/lib64/libsmartcols.so.1 -> ../../lib64/libsmartcols.so.1.1.0 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 107944 Aug 19 06:02 usr/lib64/libsmartcols.so.1.1.0 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 27 Aug 19 06:02 usr/lib64/libssh.so.4 -> ../../lib64/libssh.so.4.9.4 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 483832 Feb 19 2024 usr/lib64/libssh.so.4.9.4 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 27 Aug 19 06:02 usr/lib64/libssl.so.3 -> ../../lib64/libssl.so.3.2.2 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 957480 Aug 19 06:02 usr/lib64/libssl.so.3.2.2 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 32 Aug 19 06:02 usr/lib64/libsystemd.so.0 -> ../../lib64/libsystemd.so.0.35.0 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 920032 Aug 19 06:02 usr/lib64/libsystemd.so.0.35.0 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 29 Aug 19 06:02 usr/lib64/libtasn1.so.6 -> ../../lib64/libtasn1.so.6.6.0 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 94112 Dec 1 2022 usr/lib64/libtasn1.so.6.6.0 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 28 Aug 19 06:02 usr/lib64/libteam.so.5 -> ../../lib64/libteam.so.5.6.1 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 60984 Dec 7 2022 usr/lib64/libteam.so.5.6.1 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 32 Aug 19 06:02 usr/lib64/libteamdctl.so.0 -> ../../lib64/libteamdctl.so.0.1.5 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 31792 Dec 7 2022 usr/lib64/libteamdctl.so.0.1.5 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 27 Aug 19 06:02 usr/lib64/libtinfo.so.6 -> ../../lib64/libtinfo.so.6.2 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 195080 Aug 21 2023 usr/lib64/libtinfo.so.6.2 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 28 Aug 19 06:02 usr/lib64/libudev.so.1 -> ../../lib64/libudev.so.1.7.5 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 200248 Aug 19 06:02 usr/lib64/libudev.so.1.7.5 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 33 Aug 19 06:02 usr/lib64/libunistring.so.2 -> ../../lib64/libunistring.so.2.1.0 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 1591920 Aug 10 2021 usr/lib64/libunistring.so.2.1.0 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 35 Aug 19 06:02 usr/lib64/liburcu-common.so.6 -> ../../lib64/liburcu-common.so.6.1.0 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 24248 Aug 10 2021 usr/lib64/liburcu-common.so.6.1.0 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 28 Aug 19 06:02 usr/lib64/liburcu.so.6 -> ../../lib64/liburcu.so.6.1.0 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 41312 Aug 10 2021 usr/lib64/liburcu.so.6.1.0 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 28 Aug 19 06:02 usr/lib64/libuuid.so.1 -> ../../lib64/libuuid.so.1.3.0 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 36432 Aug 19 06:02 usr/lib64/libuuid.so.1.3.0 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 26 Aug 19 06:02 usr/lib64/libz.so.1 -> ../../lib64/libz.so.1.2.11 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 102552 May 9 2023 usr/lib64/libz.so.1.2.11 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 28 Aug 19 06:02 usr/lib64/libzstd.so.1 -> ../../lib64/libzstd.so.1.5.1 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 882376 Feb 8 2022 usr/lib64/libzstd.so.1.5.1 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/lib64/systemd Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 2162048 Aug 19 06:02 usr/lib64/systemd/libsystemd-core-252.so Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 3827296 Aug 19 06:02 usr/lib64/systemd/libsystemd-shared-252.so Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/libexec Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 15832 Aug 19 06:02 usr/libexec/nm-daemon-helper Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 19872 Aug 19 06:02 usr/libexec/nm-dhcp-helper Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 757608 Aug 19 06:02 usr/libexec/nm-initrd-generator Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 1452384 Aug 5 11:45 usr/libexec/vi Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/sbin Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 3769352 Aug 19 06:02 usr/sbin/NetworkManager Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 13 Aug 19 06:02 usr/sbin/arping -> ../bin/arping Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 53032 Aug 19 06:02 usr/sbin/blkid Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 40680 Aug 16 09:37 usr/sbin/chroot Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 11 Aug 19 06:02 usr/sbin/depmod -> ../bin/kmod Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 1999552 Apr 12 2023 usr/sbin/dhclient Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 44784 Aug 19 06:02 usr/sbin/fsck Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 86576 Aug 9 2021 usr/sbin/fsck.fat Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 8 Aug 19 06:02 usr/sbin/fsck.vfat -> fsck.fat Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 2598 Aug 15 10:07 usr/sbin/fsck.xfs Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 16 Aug 19 06:02 usr/sbin/halt -> ../bin/systemctl Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 22 Aug 19 06:02 usr/sbin/init -> ../lib/systemd/systemd Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 1345 Jun 19 2022 usr/sbin/initqueue Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 11 Aug 19 06:02 usr/sbin/insmod -> ../bin/kmod Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 199 Jun 19 2022 usr/sbin/insmodpost.sh Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 774216 Mar 11 2024 usr/sbin/ip Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 193288 Aug 19 06:02 usr/sbin/kexec Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 532 Jun 19 2022 usr/sbin/loginit Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 73992 Aug 19 06:02 usr/sbin/losetup Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 11 Aug 19 06:02 usr/sbin/lsmod -> ../bin/kmod Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 11 Aug 19 06:02 usr/sbin/modinfo -> ../bin/kmod Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 11 Aug 19 06:02 usr/sbin/modprobe -> ../bin/kmod Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 2840 Jun 19 2022 usr/sbin/netroot Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 15704 Aug 19 06:02 usr/sbin/nologin Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 16 Aug 19 06:02 usr/sbin/poweroff -> ../bin/systemctl Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 1454 Jun 19 2022 usr/sbin/rdsosreport Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 16 Aug 19 06:02 usr/sbin/reboot -> ../bin/systemctl Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 11 Aug 19 06:02 usr/sbin/rmmod -> ../bin/kmod Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 133064 Mar 31 2024 usr/sbin/rngd Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 24000 Aug 19 06:02 usr/sbin/swapoff Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 14 Aug 19 06:02 usr/sbin/udevadm -> ../bin/udevadm Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 725272 Aug 15 10:07 usr/sbin/xfs_db Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 786 Aug 15 10:07 usr/sbin/xfs_metadump Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rwxr-xr-x 1 root root 702880 Aug 15 10:07 usr/sbin/xfs_repair Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 4 root root 0 Aug 19 06:02 usr/share Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 25 Aug 19 06:02 usr/share/consolefonts -> /usr/lib/kbd/consolefonts Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 25 Aug 19 06:02 usr/share/consoletrans -> /usr/lib/kbd/consoletrans Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 7 root root 0 Aug 19 06:02 usr/share/dbus-1 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/share/dbus-1/interfaces Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/share/dbus-1/services Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 3561 Jun 12 2023 usr/share/dbus-1/session.conf Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/share/dbus-1/session.d Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/share/dbus-1/system-services Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 412 Oct 31 2022 usr/share/dbus-1/system-services/org.freedesktop.systemd1.service Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 5694 Jun 12 2023 usr/share/dbus-1/system.conf Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/share/dbus-1/system.d Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 8150 Aug 19 06:02 usr/share/dbus-1/system.d/org.freedesktop.NetworkManager.conf Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 20208 Oct 31 2022 usr/share/dbus-1/system.d/org.freedesktop.systemd1.conf Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 20 Aug 19 06:02 usr/share/keymaps -> /usr/lib/kbd/keymaps Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 4 root root 0 Aug 19 06:02 usr/share/terminfo Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/share/terminfo/l Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 1728 Aug 21 2023 usr/share/terminfo/l/linux Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 usr/share/terminfo/v Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 1190 Aug 21 2023 usr/share/terminfo/v/vt100 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 1184 Aug 21 2023 usr/share/terminfo/v/vt102 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: -rw-r--r-- 1 root root 1391 Aug 21 2023 usr/share/terminfo/v/vt220 Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 20 Aug 19 06:02 usr/share/unimaps -> /usr/lib/kbd/unimaps Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 3 root root 0 Aug 19 06:02 var Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 11 Aug 19 06:02 var/lock -> ../run/lock Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: lrwxrwxrwx 1 root root 6 Aug 19 06:02 var/run -> ../run Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: drwxr-xr-x 2 root root 0 Aug 19 06:02 var/tmp Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: ======================================================================== Oct 21 16:24:56 ip-10-31-8-70.us-east-1.aws.redhat.com dracut[2482]: *** Creating initramfs image file '/boot/initramfs-5.14.0-503.11.1.el9_5.x86_64.tmp' done *** Oct 21 16:25:04 ip-10-31-8-70.us-east-1.aws.redhat.com systemd[1]: Started /usr/bin/systemctl start man-db-cache-update. ░░ Subject: A start job for unit run-rfd7ceb7426c04ecebbaa2e0176e2535b.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit run-rfd7ceb7426c04ecebbaa2e0176e2535b.service has finished successfully. ░░ ░░ The job identifier is 1503. Oct 21 16:25:04 ip-10-31-8-70.us-east-1.aws.redhat.com systemd[1]: Starting man-db-cache-update.service... ░░ Subject: A start job for unit man-db-cache-update.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit man-db-cache-update.service has begun execution. ░░ ░░ The job identifier is 1586. Oct 21 16:25:04 ip-10-31-8-70.us-east-1.aws.redhat.com systemd[1]: Reloading. Oct 21 16:25:04 ip-10-31-8-70.us-east-1.aws.redhat.com systemd-rc-local-generator[9201]: /etc/rc.d/rc.local is not marked executable, skipping. Oct 21 16:25:04 ip-10-31-8-70.us-east-1.aws.redhat.com systemd[1]: Queuing reload/restart jobs for marked units… Oct 21 16:25:05 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[2209]: pam_unix(sudo:session): session closed for user root Oct 21 16:25:06 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[9894]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-brcfpswyysugiupegarqciyqsmzugcmz ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542305.6918273-8009-20686487881150/AnsiballZ_blivet.py' Oct 21 16:25:06 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[9894]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:25:06 ip-10-31-8-70.us-east-1.aws.redhat.com kernel: device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log. Oct 21 16:25:06 ip-10-31-8-70.us-east-1.aws.redhat.com kernel: device-mapper: uevent: version 1.0.3 Oct 21 16:25:06 ip-10-31-8-70.us-east-1.aws.redhat.com kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com Oct 21 16:25:06 ip-10-31-8-70.us-east-1.aws.redhat.com python3[9896]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={} Oct 21 16:25:06 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[9894]: pam_unix(sudo:session): session closed for user root Oct 21 16:25:07 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[11029]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-jpqekxdczjlqwmymedgrpmopuqgadmrh ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542307.3005488-8068-221931111019601/AnsiballZ_dnf.py' Oct 21 16:25:07 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[11029]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:25:07 ip-10-31-8-70.us-east-1.aws.redhat.com python3[11031]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:25:07 ip-10-31-8-70.us-east-1.aws.redhat.com systemd[1]: man-db-cache-update.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit man-db-cache-update.service has successfully entered the 'dead' state. Oct 21 16:25:07 ip-10-31-8-70.us-east-1.aws.redhat.com systemd[1]: Finished man-db-cache-update.service. ░░ Subject: A start job for unit man-db-cache-update.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit man-db-cache-update.service has finished successfully. ░░ ░░ The job identifier is 1586. Oct 21 16:25:07 ip-10-31-8-70.us-east-1.aws.redhat.com systemd[1]: run-rfd7ceb7426c04ecebbaa2e0176e2535b.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit run-rfd7ceb7426c04ecebbaa2e0176e2535b.service has successfully entered the 'dead' state. Oct 21 16:25:08 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[11029]: pam_unix(sudo:session): session closed for user root Oct 21 16:25:09 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[11140]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-bfrzxaszsapnbdlwckxiwozmkdciwzkh ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542308.7812204-8109-140272712323780/AnsiballZ_service_facts.py' Oct 21 16:25:09 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[11140]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:25:09 ip-10-31-8-70.us-east-1.aws.redhat.com python3[11142]: ansible-service_facts Invoked Oct 21 16:25:10 ip-10-31-8-70.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring. Oct 21 16:25:10 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[11140]: pam_unix(sudo:session): session closed for user root Oct 21 16:25:11 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[11351]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-dddubhlqggqkeabyfsrgdfxkckcojrar ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542311.1406274-8195-232068465326590/AnsiballZ_blivet.py' Oct 21 16:25:11 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[11351]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:25:11 ip-10-31-8-70.us-east-1.aws.redhat.com python3[11353]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=False packages_only=False diskvolume_mkfs_option_map={} Oct 21 16:25:11 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[11351]: pam_unix(sudo:session): session closed for user root Oct 21 16:25:11 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[11463]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-emepzobdbtufemwmvfhrnasoeupkbrsu ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542311.724482-8225-198881954857059/AnsiballZ_stat.py' Oct 21 16:25:11 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[11463]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:25:11 ip-10-31-8-70.us-east-1.aws.redhat.com python3[11465]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:25:12 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[11463]: pam_unix(sudo:session): session closed for user root Oct 21 16:25:13 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[11574]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-gqsjlcgmpqawhjnpbvjghwmogxnyavhn ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542313.3898413-8306-190088919750736/AnsiballZ_stat.py' Oct 21 16:25:13 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[11574]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:25:13 ip-10-31-8-70.us-east-1.aws.redhat.com python3[11576]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:25:13 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[11574]: pam_unix(sudo:session): session closed for user root Oct 21 16:25:14 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[11683]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-akzdwbgisarxffoeiqldkmlclaxdfftd ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542313.926592-8396-68205007032163/AnsiballZ_setup.py' Oct 21 16:25:14 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[11683]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:25:14 ip-10-31-8-70.us-east-1.aws.redhat.com python3[11685]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:25:14 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[11683]: pam_unix(sudo:session): session closed for user root Oct 21 16:25:15 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[11822]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-nwbvhgypulnaenswsmpexkzdinkumhma ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542315.1045346-8480-59157078064257/AnsiballZ_dnf.py' Oct 21 16:25:15 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[11822]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:25:15 ip-10-31-8-70.us-east-1.aws.redhat.com python3[11824]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:25:15 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[11822]: pam_unix(sudo:session): session closed for user root Oct 21 16:25:16 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[11932]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-gkckdsymneiygtghirtxozgendspcioj ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542316.0628254-8561-110090850383461/AnsiballZ_find_unused_disk.py' Oct 21 16:25:16 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[11932]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:25:16 ip-10-31-8-70.us-east-1.aws.redhat.com python3[11934]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with min_size=5g max_return=1 with_interface=scsi max_size=0 match_sector_size=False Oct 21 16:25:16 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[11932]: pam_unix(sudo:session): session closed for user root Oct 21 16:25:17 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[12043]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-mjvsfxmjlxqsxmckjzuzdiyltfuxtxyp ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542316.7439566-8597-37361749078205/AnsiballZ_command.py' Oct 21 16:25:17 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[12043]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:25:17 ip-10-31-8-70.us-east-1.aws.redhat.com python3[12045]: ansible-ansible.legacy.command Invoked with _raw_params=set -x exec 1>&2 lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC journalctl -ex _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Oct 21 16:25:17 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[12043]: pam_unix(sudo:session): session closed for user root Oct 21 16:25:23 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[12189]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-gtaryfxukobctbcneprmagoehphwaxaf ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542322.3458774-9165-203141527394795/AnsiballZ_setup.py' Oct 21 16:25:23 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[12189]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:25:23 ip-10-31-8-70.us-east-1.aws.redhat.com python3[12191]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:25:23 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[12189]: pam_unix(sudo:session): session closed for user root Oct 21 16:25:24 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[12328]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-myzuqyrvftgepaavmfepgtfojbfucaca ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542324.1489155-9269-190508700351775/AnsiballZ_stat.py' Oct 21 16:25:24 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[12328]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:25:24 ip-10-31-8-70.us-east-1.aws.redhat.com python3[12330]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:25:24 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[12328]: pam_unix(sudo:session): session closed for user root Oct 21 16:25:25 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[12437]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-rtbpqbfwbxjluubsconwdowkrbzaidko ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542324.9089978-9310-277635678982856/AnsiballZ_dnf.py' Oct 21 16:25:25 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[12437]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:25:25 ip-10-31-8-70.us-east-1.aws.redhat.com python3[12439]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:25:25 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[12437]: pam_unix(sudo:session): session closed for user root Oct 21 16:25:26 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[12547]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-kkifapedxjooxrdcuasfjxtyfpwartfm ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542326.0810983-9373-162108837397855/AnsiballZ_blivet.py' Oct 21 16:25:26 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[12547]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:25:26 ip-10-31-8-70.us-east-1.aws.redhat.com python3[12549]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={} Oct 21 16:25:26 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[12547]: pam_unix(sudo:session): session closed for user root Oct 21 16:25:27 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[12659]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-gwtfwbxkbevdznirwkxekiizpxfglxty ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542327.080711-9416-117612267637047/AnsiballZ_dnf.py' Oct 21 16:25:27 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[12659]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:25:27 ip-10-31-8-70.us-east-1.aws.redhat.com python3[12661]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:25:27 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[12659]: pam_unix(sudo:session): session closed for user root Oct 21 16:25:28 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[12769]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-gizzhjzasbxujfbqrtreaypbppfzbfef ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542327.9454522-9493-260177843132222/AnsiballZ_service_facts.py' Oct 21 16:25:28 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[12769]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:25:28 ip-10-31-8-70.us-east-1.aws.redhat.com python3[12771]: ansible-service_facts Invoked Oct 21 16:25:29 ip-10-31-8-70.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring. Oct 21 16:25:29 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[12769]: pam_unix(sudo:session): session closed for user root Oct 21 16:25:30 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[12981]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-scesltcokibiyozpymafjrrpzdwagwls ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542330.2862573-9789-71986497675933/AnsiballZ_blivet.py' Oct 21 16:25:30 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[12981]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:25:30 ip-10-31-8-70.us-east-1.aws.redhat.com python3[12983]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=True packages_only=False diskvolume_mkfs_option_map={} Oct 21 16:25:30 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[12981]: pam_unix(sudo:session): session closed for user root Oct 21 16:25:31 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[13093]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-isoipihecaksbocenbmpshrviasryhwd ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542331.0196772-9827-137028021514177/AnsiballZ_stat.py' Oct 21 16:25:31 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[13093]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:25:31 ip-10-31-8-70.us-east-1.aws.redhat.com python3[13095]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:25:31 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[13093]: pam_unix(sudo:session): session closed for user root Oct 21 16:25:31 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[13204]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-shxbxmqoqqnrdxeimidvbvzklajwrrig ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542331.745094-9868-266703381017951/AnsiballZ_stat.py' Oct 21 16:25:31 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[13204]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:25:32 ip-10-31-8-70.us-east-1.aws.redhat.com python3[13206]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:25:32 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[13204]: pam_unix(sudo:session): session closed for user root Oct 21 16:25:32 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[13313]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-mfalyfujkhilpbolkufrfnqjzsynlupm ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542332.175243-9896-171215046394755/AnsiballZ_setup.py' Oct 21 16:25:32 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[13313]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:25:32 ip-10-31-8-70.us-east-1.aws.redhat.com python3[13315]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:25:32 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[13313]: pam_unix(sudo:session): session closed for user root Oct 21 16:25:33 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[13452]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-uvsaxccqmbyvpogarpowemooxqzxxrbb ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542333.262413-9940-35824625131026/AnsiballZ_dnf.py' Oct 21 16:25:33 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[13452]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:25:33 ip-10-31-8-70.us-east-1.aws.redhat.com python3[13454]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:25:34 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[13452]: pam_unix(sudo:session): session closed for user root Oct 21 16:25:34 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[13562]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-gfmbthfkfjjwmetkyoevzfsopuxjzkxu ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542334.236736-9989-150322802511145/AnsiballZ_find_unused_disk.py' Oct 21 16:25:34 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[13562]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:25:34 ip-10-31-8-70.us-east-1.aws.redhat.com python3[13564]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with min_size=3g max_return=1 max_size=0 match_sector_size=False with_interface=None Oct 21 16:25:34 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[13562]: pam_unix(sudo:session): session closed for user root Oct 21 16:25:35 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[13673]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-goqchyxprbsicfzwkthuuadcmhwdtusg ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542335.0297856-10076-237939888630829/AnsiballZ_command.py' Oct 21 16:25:35 ip-10-31-8-70.us-east-1.aws.redhat.com sudo[13673]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:25:35 ip-10-31-8-70.us-east-1.aws.redhat.com python3[13675]: ansible-ansible.legacy.command Invoked with _raw_params=set -x exec 1>&2 lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC journalctl -ex _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None TASK [Set unused_disks if necessary] ******************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/get_unused_disk.yml:29 Monday 21 October 2024 16:25:35 -0400 (0:00:00.706) 0:00:13.402 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/get_unused_disk.yml:34 Monday 21 October 2024 16:25:35 -0400 (0:00:00.069) 0:00:13.471 ******** fatal: [managed-node3]: FAILED! => { "changed": false } MSG: Unable to find enough unused disks. Exiting playbook. PLAY RECAP ********************************************************************* managed-node3 : ok=28 changed=0 unreachable=0 failed=1 skipped=15 rescued=0 ignored=0 Monday 21 October 2024 16:25:35 -0400 (0:00:00.053) 0:00:13.525 ******** =============================================================================== redhat.rhel_system_roles.storage : Get service facts -------------------- 2.09s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:51 Gathering Facts --------------------------------------------------------- 1.54s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_change_mount.yml:2 redhat.rhel_system_roles.storage : Make sure blivet is available -------- 1.16s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:2 Ensure test packages ---------------------------------------------------- 0.97s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/get_unused_disk.yml:2 redhat.rhel_system_roles.storage : Update facts ------------------------- 0.95s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:222 redhat.rhel_system_roles.storage : Make sure required packages are installed --- 0.92s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:37 Find unused disks in the system ----------------------------------------- 0.84s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/get_unused_disk.yml:11 Debug why there are no unused disks ------------------------------------- 0.71s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/get_unused_disk.yml:20 redhat.rhel_system_roles.storage : Manage the pools and volumes to match the specified state --- 0.71s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:69 redhat.rhel_system_roles.storage : Get required packages ---------------- 0.70s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:19 redhat.rhel_system_roles.storage : Check if system is ostree ------------ 0.52s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml:25 redhat.rhel_system_roles.storage : Check if /etc/fstab is present ------- 0.43s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:90 redhat.rhel_system_roles.storage : Retrieve facts for the /etc/crypttab file --- 0.38s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:195 redhat.rhel_system_roles.storage : Set storage_cryptsetup_services ------ 0.12s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:57 redhat.rhel_system_roles.storage : Workaround for udev issue on some platforms --- 0.11s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:83 redhat.rhel_system_roles.storage : Enable COPRs ------------------------- 0.09s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/enable_coprs.yml:19 redhat.rhel_system_roles.storage : Include the appropriate provider tasks --- 0.08s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main.yml:13 redhat.rhel_system_roles.storage : Set platform/version specific variables --- 0.08s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml:7 Run the role ------------------------------------------------------------ 0.07s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_change_mount.yml:13 Set unused_disks if necessary ------------------------------------------- 0.07s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/get_unused_disk.yml:29