Bug 204085
Summary: | vgextend command does not accept VG name prepended with /dev | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 4 | Reporter: | Issue Tracker <tao> | ||||||||
Component: | lvm2 | Assignee: | Alasdair Kergon <agk> | ||||||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | |||||||||
Severity: | medium | Docs Contact: | |||||||||
Priority: | medium | ||||||||||
Version: | 4.0 | CC: | agk, dwysocha, mbroz | ||||||||
Target Milestone: | --- | ||||||||||
Target Release: | --- | ||||||||||
Hardware: | All | ||||||||||
OS: | Linux | ||||||||||
Whiteboard: | |||||||||||
Fixed In Version: | 2.02.10-1 | Doc Type: | Bug Fix | ||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | Environment: | ||||||||||
Last Closed: | 2007-03-09 21:23:59 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: | |||||||||||
Attachments: |
|
Comment 1
Issue Tracker
2006-08-25 14:07:59 UTC
Created attachment 134916 [details]
patch1
untested patch that does the same thing that vgcreate seems to do with respect
to this.
Created attachment 134925 [details]
patch 2
Same as first patch, but also fix up vgreduce and vgmerge.
The patch works with vgextend and vgreduce. I have not been able to test vgmerge yet, however. This patch should probably get applied to the devel branch sometime soon. I'll clone the BZ for that in a bit. There may be other commands as well that still need to be fixed up this way. Created attachment 134938 [details]
patch3
I think this should be the final one. The rest of the vg* commands all look
like they do the correct thing wrt dev_dir names.
QE ack for 4.5. This actually got fixed upstream last August (for most of those commands) in version 2.02.10. |