Bug 1804207
| Summary: | Libguestfs relies on /dev/sdX device enumeration order, kernel no longer enumerates them in order | ||
|---|---|---|---|
| Product: | [Community] Virtualization Tools | Reporter: | Richard W.M. Jones <rjones> |
| Component: | libguestfs | Assignee: | Richard W.M. Jones <rjones> |
| Status: | CLOSED UPSTREAM | QA Contact: | |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | unspecified | CC: | lersek, mplch, ptoscano, tburke, yoguo |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-03-12 10:14:17 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: | |||
| Bug Blocks: | 1785415 | ||
|
Description
Richard W.M. Jones
2020-02-18 12:57:38 UTC
*** Bug 1803191 has been marked as a duplicate of this bug. *** First part of the fix is: https://www.redhat.com/archives/libguestfs/2020-February/msg00220.html This isn't quite the whole story. It does appear that we will need to either modify supermin or else modify libguestfs to supply the root=UUID=XXX parameter to supermin. See also this commit in supermin: https://github.com/libguestfs/supermin/commit/cd5281beed0af7b57473e36f6fa275eaecde4f09 This is upstream in: https://github.com/libguestfs/libguestfs/commit/bca9b94fc593771b3801b09b95e477f160517909 https://github.com/libguestfs/libguestfs/commit/a06262e1998f0147886a8184c033453e09e0b9ec https://github.com/libguestfs/libguestfs/commit/18c3f40c60080a8d0f7c30efe0553201cb5446e7 which is available in libguestfs 1.42. |