]> git.ipfire.org Git - thirdparty/mdadm.git/commit
conf/assemble: new config line "auto".
authorNeilBrown <neilb@suse.de>
Mon, 11 May 2009 05:17:33 +0000 (15:17 +1000)
committerNeilBrown <neilb@suse.de>
Mon, 11 May 2009 05:17:33 +0000 (15:17 +1000)
commit31015d5798c214ff416ff6ef6e10351944661362
tree12cf88aac12757c0ae282b8613cc10be8f86de19
parent112cace627b02a7bc918e857cce03b2cc5fc3d52
conf/assemble:  new config line "auto".

The line 'auto' in mdadm.conf can be used to disable assembly
of specific metadata types, or of all arrays.

This does not affect assembly of arrays listed in mdadm.conf
or on command line.

 auto -all

will disable all auto-assembly.

 auto -ddf

will cause mdadm to ignore ddf arrays that are not explicitly
mentioned, and auto assemble anything else it finds.

Signed-off-by: NeilBrown <neilb@suse.de>
Assemble.c
Incremental.c
config.c
mdadm.conf.5
mdadm.h
super1.c