Bug 635971
| Summary: | glob mkfs ext2 /dev/vd[b-t]1 does not expand | ||
|---|---|---|---|
| Product: | [Community] Virtualization Tools | Reporter: | Richard W.M. Jones <rjones> |
| Component: | libguestfs | Assignee: | Richard W.M. Jones <rjones> |
| Status: | CLOSED UPSTREAM | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | unspecified | CC: | mbooth, virt-maint |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-05-03 15:48:45 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Richard W.M. Jones
2010-09-21 08:09:54 UTC
glob uses guestfs_glob_expand which only works for paths: http://libguestfs.org/guestfs.3.html#guestfs_glob_expand We should add a glob-expand-device call which can expand device names, then modify the guestfish 'glob' command to use it as necessary. Patch series posted on the upstream mailing list: https://www.redhat.com/archives/libguestfs/2012-May/msg00004.html Fixed in 1.17.39. |