array of array inactive on boot

Bug #1252080 reported by Richard
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
mdadm (Ubuntu)
New
Undecided
Unassigned

Bug Description

A raid-1 array has two members:
a. a regular partition
b. a raid0 array consisting of two members

If you have a drive with msdos partition label, partitions are limited to 2 TiB.
- using a raid-0 array constructs a raid array that can be larger than 2 TiB
raid-1 brings redundancy with the all data contained in each member

(I have an old bios that does not allow for gtp partition labels and barely boots with large drives)

On boot the following commands must be executed, or mdadm leaves the resulting array inactive:
/sbin/mdadm --incremental /dev/md44 --scan --run
/sbin/mdadm --manage /dev/md44 --add /dev/md41

- the first line starts the array in auto read-only
- the second line adds the second member so the array is complete [UU]

/dev/md44 is raid1
/dev/md41 is raid0

mdadm appears to not be looking at its started arrays for array members.
Ubuntu 13.04

Revision history for this message
Richard (ismail-a) wrote :

Of course my root file system is on /dev/md44, so it must be active in order to boot at all.
The kernel is loaded from a separate partition that later is mounted as /boot

affects: ubuntu → mdadm (Ubuntu)
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.