Bug 2184963
| Summary: | virt-drivers fails to inspect RHEL9.2 guest due to kernel-core / kernel-modules-core subpackage split | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 9 | Reporter: | Richard W.M. Jones <rjones> |
| Component: | guestfs-tools | Assignee: | Richard W.M. Jones <rjones> |
| Status: | CLOSED ERRATA | QA Contact: | YongkuiGuo <yoguo> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 9.3 | CC: | lersek, qzhang, rjones, virt-maint, ymao, yoguo |
| Target Milestone: | rc | Keywords: | Triaged |
| Target Release: | --- | Flags: | pm-rhel:
mirror+
|
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | guestfs-tools-1.50.1-2.el9 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2023-11-07 08:25:09 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 2168626 | ||
| Bug Blocks: | |||
|
Description
Richard W.M. Jones
2023-04-06 10:00:06 UTC
I'm modifying the Version field to 9.3; guestfs-tools in RHEL-9.2 does not include the virt-drivers tool. Please undo the modification if I'm wrong. Tested with the package:
guestfs-tools-1.50.1-1.el9.x86_64
Steps:
1. On rhel9.3 host
$ virt-drivers -a rhel-guest-image-9.2-20230409.21.x86_64.qcow2
<?xml version='1.0' encoding='utf-8'?>
<operatingsystems>
<!-- generated by virt-drivers 1.50.1 -->
<firmware type='bios'/>
<operatingsystem>
<root>/dev/sda4</root>
<name>linux</name>
<arch>x86_64</arch>
<distro>rhel</distro>
<product_name>Red Hat Enterprise Linux 9.2 (Plow)</product_name>
<major_version>9</major_version>
<minor_version>2</minor_version>
<package_format>rpm</package_format>
<package_management>dnf</package_management>
<osinfo>rhel9.2</osinfo>
<bootloader type='grub2' config='/boot/efi/EFI/redhat/grub.cfg'>
<kernel>
<name>kernel-core</name>
<version>5.14.0-284.10.1.el9_2.x86_64</version>
<arch>x86_64</arch>
<vmlinuz>/boot/vmlinuz-5.14.0-284.10.1.el9_2.x86_64</vmlinuz>
<initrd>/boot/initramfs-5.14.0-284.10.1.el9_2.x86_64.img</initrd>
<modules_path>/lib/modules/5.14.0-284.10.1.el9_2.x86_64</modules_path>
<modules>
<module>6lowpan</module>
<module>8021q</module>
<module>8139cp</module>
<module>8139too</module>
<module>8250_lpss</module>
<module>aacraid</module>
<module>abituguru</module>
<module>abituguru3</module>
...
<module>zr364xx</module>
<module>zram</module>
<module>zstd</module>
<module>zstd_compress</module>
</modules>
<supports_virtio_blk/>
<supports_virtio_net/>
<supports_virtio_rng/>
<supports_virtio_balloon/>
<supports_isa_pvpanic/>
<supports_virtio_socket/>
<config_file>/boot/config-5.14.0-284.10.1.el9_2.x86_64</config_file>
</kernel>
</bootloader>
</operatingsystem>
</operatingsystems>
virt-drivers can be able to inspect the kernel in RHEL 9.2 guest.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (guestfs-tools bug fix and enhancement update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2023:6345 |