Bug 499141
| Summary: | Grub doesn't start after Fedora was installed on isw raid1 | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jacek Danecki <Jacek.Danecki> | ||||||||
| Component: | mdadm | Assignee: | Doug Ledford <dledford> | ||||||||
| Status: | CLOSED CANTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | high | Docs Contact: | |||||||||
| Priority: | low | ||||||||||
| Version: | rawhide | CC: | dledford, pjones, rmaximo, vanmeeuwen+fedora | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | i586 | ||||||||||
| OS: | Linux | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2009-05-20 14:49:02 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: |
|
||||||||||
|
Description
Jacek Danecki
2009-05-05 11:38:57 UTC
In step 1 I've used commands:
mdadm -CR /dev/md/imsm -e imsm -n 2 /dev/sda /dev/sdb
mdadm -CR /dev/md/raid1 -l 1 -n 2 /dev/sda /dev/sdb
cat /proc/mdstat
Personalities : [raid0] [raid1] [raid6] [raid5] [raid4] [raid10] [linear]
md126 : active (read-only) raid1 sdb[1] sda[0]
156288647 blocks super external:/md127/0 [2/2] [UU]
resync=PENDING
md127 : inactive sdb[1](S) sda[0](S)
418 blocks super external:imsm
unused devices: <none>
reboot
Created attachment 342445 [details]
anaconda.log
Created attachment 342446 [details]
program.log
Created attachment 342447 [details]
storage.log
Note that I get a strange status report from my bios when it sees the device that has been created. It states that it is uinitialized. The problem was in mdadm tool. Fix was send by Dan to linux-raid list. See http://marc.info/?l=linux-raid&m=124269520027673&w=2 commit 81062a36abd28d2354036da398c2e090fa759198 Author: Dan Williams <dan.j.williams> Date: Mon May 18 09:58:55 2009 -0700 imsm: fix num_domains The 'num_domains' field simply identifies the number of mirrors. So it is 2 for a 2-disk raid1 or a 4-disk raid10. The orom does not currently support more than 2 mirrors, but a three disk raid1 for example would increase num_domains to 3. Signed-off-by: Dan Williams <dan.j.williams> This is exactly an example of the sort of thing that I can't work on without hardware to reproduce. As I've asked for hardware multiple times, and to date I've not been provided anything, there is nothing I can do about this. Closing bug out as CANTFIX. |