Bug 1679483
Summary: | Use a better icon for RHEL 7+ guests | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 8 | Reporter: | Pino Toscano <ptoscano> | |
Component: | libguestfs | Assignee: | Libvirt Maintainers <libvirt-maint> | |
Status: | CLOSED ERRATA | QA Contact: | YongkuiGuo <yoguo> | |
Severity: | unspecified | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 8.0 | CC: | juzhou, linl, mtessun, ptoscano, rjones, virt-bugs, yoguo | |
Target Milestone: | rc | |||
Target Release: | 8.1 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | libguestfs-1.38.4-11.module+el8.1.0+3006+b7e94bb9 | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | ||
Clone Of: | 1679482 | |||
: | 1679484 (view as bug list) | Environment: | ||
Last Closed: | 2019-11-05 20:47:34 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: |
Description
Pino Toscano
2019-02-21 08:43:56 UTC
Fixed upstream with https://github.com/libguestfs/libguestfs/commit/c648052690a4a07a59c741308e0e8497d6f18057 which is in libguestfs >= 1.41.1. Verified with package: libguestfs-1.38.4-11.module+el8.1.0+3006+b7e94bb9.x86_64 Steps: 1. Install ImageMagick and ImageMagick-libs packages on rhel8 host 2. # virt-inspector -a rhel7.6.raw | virt-inspector --xpath 'string(//icon)' | base64 -i -d | display - # virt-inspector -a rhel8.0.raw | virt-inspector --xpath 'string(//icon)' | base64 -i -d | display - Both are the shadowman. Verified this bug. 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, 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/RHSA-2019:3345 |