Bug 1564981
| Summary: | [RHEL 7.6] libguestfs doesn't inspect installer ISOs anymore | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | YongkuiGuo <yoguo> |
| Component: | Red_Hat_Enterprise_Linux-Release_Notes-7-en-US | Assignee: | Jiri Herrmann <jherrman> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | medium | Docs Contact: | Jiri Herrmann <jherrman> |
| Priority: | medium | ||
| Version: | 7.6 | CC: | jherrman, lkuprova, ptoscano, rhel-docs |
| Target Milestone: | rc | Keywords: | Documentation |
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Deprecated Functionality | |
| Doc Text: |
*libguestfs* can no longer inspect ISO installer files
The *libguestfs* library does no longer support inspecting ISO installer files, for example using the *guestfish* or *virt-inspector* utilities. Use the "osinfo-detect" command for inspecting ISO files instead. This command can be obtained from the _libosinfo_ package.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-04-28 06:02:36 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
YongkuiGuo
2018-04-09 06:05:56 UTC
Yes we upstream removed the ability to inspect ISOs. Unfortunately I forgot to document this in the release notes, but the commit is: https://github.com/libguestfs/libguestfs/commit/65cfecb0f5344ec92d3f0d3c2ec0538b6b2726e2 This is a regression but not one we're likely to want to fix. It's much better if given an ISO to use the libosinfo command: osinfo-detect --type=media RHEL-Server-7.4-x86_64-latest.iso Got it. Thanks rjones. |