Bug 239727
| Summary: | LVM2 mirror support in anaconda (configuration and root volume) | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jun'ichi NOMURA <junichi.nomura> |
| Component: | anaconda | Assignee: | Joel Andres Granados <jgranado> |
| Status: | CLOSED WONTFIX | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | bashton, coughlan, dshea, i-kitayama, jlayton, kueda, rwheeler |
| Target Milestone: | --- | Keywords: | FutureFeature |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Enhancement | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-03-13 20:58:19 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: | 200294 | ||
| Bug Blocks: | 446451 | ||
| Attachments: | |||
|
Description
Jun'ichi NOMURA
2007-05-10 20:03:46 UTC
requested by Jams Antill Created attachment 174121 [details]
pykickstart pathc to add mirroring options ot the lvm stuff.
Created attachment 174161 [details]
Anaconda part of the patch.
Created attachment 174181 [details]
updates image I used for my tests against f8t1
I only changed the kickstart part of the installation to activate mirroring. This I hope will serve as a test case for future changes in the gui and text installs. comments are *greatly* appreciated. Created attachment 175081 [details]
more logical kickstart option.
Created attachment 175101 [details]
Fixed a bug that the initial patch had :)
The updates image will be at http://jgranado.fedorapeople.org/updates.img Created attachment 183321 [details]
Adding a LogVolData class for the new options.
Created attachment 183341 [details] Same functionality, different way of coding I changed some things in the code to reflect a discussion in the anaconda devel list https://www.redhat.com/archives/anaconda-devel-list/2007-August/msg00071.html In summary I created new classes and methods to implement the mirroring stuff (as discussed in anaconda-devel). the updates.img that I used will be http://jgranado.fedorapeople.org/updates.img. This patch does not Obsolete my previous patch to anaconda. Its just a different way of doing stuff:) With the storage rewrite going strong all these patches no longer apply. This issue should be addressed for releases after f11. So is there an actual plan to make this happen in >= f12? Given that bug 512594 was closed WONTFIX, is there actual interest in making this work? This would be a good thing to have in place since it looks like barrier support is being fixed in LVM upstream. Its too late for f12, and there has not been a great effort to get this in. Patches accepted :) |