Bug 82406
Summary: | kickstart entry logvol --noformat doesn't work | ||
---|---|---|---|
Product: | [Retired] Red Hat Public Beta | Reporter: | Alexandre Oliva <aoliva> |
Component: | anaconda | Assignee: | Jeremy Katz <katzj> |
Status: | CLOSED RAWHIDE | QA Contact: | Mike McLean <mikem> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | phoebe | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2003-02-17 21:35:48 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: | |||
Bug Depends On: | 74357 | ||
Bug Blocks: | 79579 |
Description
Alexandre Oliva
2003-01-21 21:25:41 UTC
Okay, added support for 'clearpart --none' and use of preexisting LVM/RAID to CVS. This is going to be undocumented and basically "early bird testing" bits, but they work for me with quick testing. Also, no compatibility for the option names going forward is guaranteed. Quick synopsis raid / --device md0 --useexisting Use existing raid device md0, don't format it raid /home --device md0 --noformat Use existing raid device, but format it volgroup myvg --noformat volgroup myvg --useexisting Use existing volume group. Doesn't run vgcreate logvol /foo --vgname=myvg --name=root --noformat Reuse existing logical volume myvg/root and don't format logvol / --vgname=myvg --name=root --useexisting Reuse existing logical volume myvg/root and format it For the record, I just got confirmation from Jeremy that he'd swapped the descriptions of raid --useexisting and --noformat. The options have the same meaning as in logvol and volgroup. Thanks for implementing this feature, Jeremy. I hope to give it a try soon! It works beautifully, indeed. Thanks! |