--- Erik van Konijnenburg <[EMAIL PROTECTED]> wrote:
> Oops, there's indeed one other point you'll need to check:
> you'll also need to make sure AUTOSTART is set correctly
> in /etc/default/mdadm.

Tied a couple of changes with the following results (I'm not using udev):

# cat /etc/default/mdadm 
# This file is automatically generated.
# Run 'dpkg-reconfigure mdadm' to modify it.
START_DAEMON=true
MAIL_TO="root"
AUTOSTART=false // or true, tried both

# cat /etc/mdadm/mdadm.conf
auto=md
ARRAY /dev/md1 level=raid1 num-devices=3
UUID=bdf8a233:fcf6d2af:d7771298:fac716f4
   devices=/dev/sda1,/dev/sdb1,/dev/sdc1
ARRAY /dev/md2 level=raid5 num-devices=3
UUID=2ed78bfb:aed805bf:7cc7e04b:e56f1342
   devices=/dev/sda2,/dev/sdb2,/dev/sdc2
ARRAY /dev/md3 level=raid5 num-devices=3
UUID=3232683c:698319a4:67aa8320:ae8fa7c7
   devices=/dev/sda3,/dev/sdb3,/dev/sdc3


The result is basically the same with "AUTOSTART=false or true" and "auto=md"
present or absent.

Thanks








__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to