Bug 691173

Summary: anaconda wants to install bootloader into /dev/sda instead of /dev/md0 (when /dev/md0 is mounted to /boot)
Product: [Fedora] Fedora Reporter: Szymon Gruszczynski <sz.gruszczynski>
Component: anacondaAssignee: Brian Lane <bcl>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: unspecified    
Version: 14CC: jonathan, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-03-28 17:42:26 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Szymon Gruszczynski 2011-03-27 11:06:55 UTC
Description of problem:
Hi!
Recently i play a bit with harddrives, with RAID/lvm configurations /on my home pc/.
When i choose 2 /or more/ partitions /each the same size on seperate hdd/, and create raid1 /mirror/ partition that will serve me as /boot, than i set-up other raidpartitions/lvms, after i click "next" anaconda asks me what is default text in grub, and where grub is going to be installed. default it's /dev/sda- which isn't the best choice in situation, when /boot is installed on raid device made from mirrored partitions (so: /dev/md0 is de facto /dev/sda1, /dev/sdb1, /dev/sdc1). default localization should be set on /dev/md0, which was, during creation, selected to be mounted as /boot

Version-Release number of selected component (if applicable):
14
How reproducible:
always

Steps to Reproduce:
1. create mdraid devices
2. voila!
3.
  
Actual results:
as described above

Expected results:
as described above

Additional info:

Comment 1 Brian Lane 2011-03-28 17:42:26 UTC
Anaconda detects when /boot is on RAID1 and installs to the MBR of all the disks in the set no matter whether /dev/sdX or /dev/mdX is selected.