diff options
author | NeilBrown <neilb@suse.de> | 2009-05-11 15:17:05 +1000 |
---|---|---|
committer | NeilBrown <neilb@suse.de> | 2009-05-11 15:17:05 +1000 |
commit | 112cace627b02a7bc918e857cce03b2cc5fc3d52 (patch) | |
tree | 0cb29269fa3c3f625e6666ccf9ad26cb94ef7dc6 /mdadm.conf.5 | |
parent | 745f72f61ab363dbc1c19fd00cc29edc42571f62 (diff) | |
download | mdadm-112cace627b02a7bc918e857cce03b2cc5fc3d52.tar.gz |
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>
Diffstat (limited to 'mdadm.conf.5')
-rw-r--r-- | mdadm.conf.5 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mdadm.conf.5 b/mdadm.conf.5 index 0cea47c..7654f5f 100644 --- a/mdadm.conf.5 +++ b/mdadm.conf.5 @@ -96,6 +96,10 @@ The ARRAY lines identify actual arrays. The second word on the line may be the name of the device where the array is normally assembled, such as .BR /dev/md1 . +Alternately the word +.B <ignore> +(complete with angle brackets) can be given in which case any array +which matches the rest of the line will never be automatically assembled. If no device name is given, .I mdadm will use various heuristic to determine an appropriate name. |