]> git.ipfire.org Git - thirdparty/mdadm.git/commit
config: support "ARRAY <ignore> ..." lines in mdadm.conf
authorNeilBrown <neilb@suse.de>
Mon, 11 May 2009 05:17:05 +0000 (15:17 +1000)
committerNeilBrown <neilb@suse.de>
Mon, 11 May 2009 05:17:05 +0000 (15:17 +1000)
commit112cace627b02a7bc918e857cce03b2cc5fc3d52
tree0cb29269fa3c3f625e6666ccf9ad26cb94ef7dc6
parent745f72f61ab363dbc1c19fd00cc29edc42571f62
config: support "ARRAY <ignore> ..." lines in mdadm.conf

Sometimes we want to ensure particular arrays are never
assembled automatically.  This might include an array made of
devices that are shared between hosts.

To support this, allow ARRAY lines in mdadm.conf to use the word
"ignore" rather than a device name.  Arrays which match such lines
are never automatically assembled (though they can still be assembled
by explicitly giving identification information on the mdadm command
line.

Signed-off-by: NeilBrown <neilb@suse.de>
Incremental.c
Monitor.c
config.c
mdadm.c
mdadm.conf.5
mdassemble.c