[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: install Etch with raid level 10



On Wednesday, 26.09.2007 at 09:49 -0400, Scott Lair wrote:

> I tried to install Etch on AMD64 using raid level 10.  After I
> partitioned the drives, I went to create the md devices and could only
> choose from raid levels 0,1 or 5.  Should I be able to install with
> level 10?  I tried the latest netinst.iso and the cdrom install disk 1
> with the same results.

There is no direct support for RAID-10 via software RAID, you have to
make yourself two RAID-1 arrays and then apply a second layer of
software RAID-0 over the top.

The installer may not support RAID-10 directly because of the
multi-layer approach.

Normally, one makes a RAID-10 software setup as follows:

mdadm --create /dev/md0 --level=1 --raid-devices=2 /dev/sd[ab]1
mdadm --create /dev/md1 --level=1 --raid-devices=2 /dev/sd[cd]1
mdadm --create /dev/md2 --level=0 --raid-devices=2 /dev/md[01]

I'd be interested to know if you can approach the installation in the
same way, actually.

Dave.
-- 
Dave Ewart
davee@ceu.ox.ac.uk
Computing Manager, Cancer Epidemiology Unit
Cancer Research UK / Oxford University
PGP: CC70 1883 BD92 E665 B840 118B 6E94 2CFD 694D E370
Get key from http://www.ceu.ox.ac.uk/~davee/davee-ceu-ox-ac-uk.asc
N 51.7518, W 1.2016

Attachment: signature.asc
Description: Digital signature


Reply to: