diff options
author | NeilBrown <neilb@suse.de> | 2009-05-11 15:17:33 +1000 |
---|---|---|
committer | NeilBrown <neilb@suse.de> | 2009-05-11 15:17:33 +1000 |
commit | 31015d5798c214ff416ff6ef6e10351944661362 (patch) | |
tree | 12cf88aac12757c0ae282b8613cc10be8f86de19 /super1.c | |
parent | 112cace627b02a7bc918e857cce03b2cc5fc3d52 (diff) | |
download | mdadm-31015d5798c214ff416ff6ef6e10351944661362.tar.gz |
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>
Diffstat (limited to 'super1.c')
-rw-r--r-- | super1.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1652,5 +1652,5 @@ struct superswitch super1 = { #else .swapuuid = 1, #endif - .name = "1.0", + .name = "1.x", }; |