Bug 215231
| Summary: | During text install creation of new raid arrays isn't done correctly | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Bruno Wolff III <bruno> |
| Component: | anaconda | Assignee: | Chris Lumens <clumens> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6 | CC: | ralf |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2007-04-11 16:35:53 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
Bruno Wolff III
2006-11-12 17:41:58 UTC
Fix important typo in subject. This is because we're never setting the raidminor number in the text interface, while in the graphical interface we require you to select the minor number via a widget. Committed a fix to set a minor number automatically. If you want I can test this. I didn't see an updated rpm in devlopment, fc6 test or fc6 updates, so I haven't tested it yet. This isn't something I really need, so if you don't need further testing, that's OK too. We haven't built a new anaconda package yet, but we should do that today. There won't be a new anaconda in fc6-updates since anaconda is special. Will it show up in rawhide? I have been making my own respins with a custom anaconda (which is how I happened to be looking for issues with text installs and software raid) and can use a src rpm to make a new install dvd. Again, I really don't need software raid to work with test installs for what I am doing, but I am willing to test out the fix for Fedora as probably not too many people try using software raid with text installs. Yes, once we rebuild the anaconda package, the next day's rawhide tree will have the fix. I don't think the fix for this was correct. I built a respin using anaconda-11.2.0.1-1 and libdchp* from rawhide and otherwise up to date fc6 rpms. I built anaconda from the src rpm under fc6 with the above dchp libs. When I tested the text based install, the new partition got a minor number, but it got the wrong one. I had existing raid partitions of md0, md1, md2, md3, md4 and md5. I deleted md3 and then assembled a new raid partition out of the freed up partitions. The new raid partition got called md5, which was still in use, rather than using md3, which the graphical install did. It's possible that not having all of rawhide caused some problems (as I will report on separately), but it looks like this problem was local to ananconda. *** Bug 232237 has been marked as a duplicate of this bug. *** I have a fix for this that will be in the next build of anaconda. Thanks for your patience. I retested this with the rawhide boot.iso from Friday morning March 30. Now when I delete and recreate a raid partition during a text install the new raid device gets a name that matches the highest numbered md device instead of md0. I had existing arrays md0, md1, md2, md3, md4, md5 and md6 and deleted md5. Then the new array got named md6 (as shown in the menu, I aborted the install at that point) instead of either md5 or md7. When I tried this with a graphical install, the new array was named md5. This will be in the next build of anaconda. Thanks. I retested this and it does work for me now. |