summaryrefslogtreecommitdiffstats
path: root/mdadm.8
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.de>2009-05-11 15:47:10 +1000
committerNeilBrown <neilb@suse.de>2009-05-11 15:47:10 +1000
commit257c1dc27eedba22fce2b3f518eeaec57eafc3b7 (patch)
treeae830cfd4ef299d2e971e9d02690c2c79a84c0f1 /mdadm.8
parent7cdc0872342e8834f224132867ea88ee04e050bf (diff)
downloadmdadm-257c1dc27eedba22fce2b3f518eeaec57eafc3b7.tar.gz
mdadm-257c1dc27eedba22fce2b3f518eeaec57eafc3b7.tar.xz
mdadm-257c1dc27eedba22fce2b3f518eeaec57eafc3b7.zip
man pages: note that --auto is largely deprecated and irrelevant.
Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'mdadm.8')
-rw-r--r--mdadm.812
1 files changed, 8 insertions, 4 deletions
diff --git a/mdadm.8 b/mdadm.8
index 58270fa..4c03c37 100644
--- a/mdadm.8
+++ b/mdadm.8
@@ -625,13 +625,17 @@ initial resync work faster). With
will not try to be so clever.
.TP
-.BR \-a ", " "\-\-auto{=no,yes,md,mdp,part,p}{NN}"
-Instruct mdadm to create the device file if needed, possibly allocating
+.BR \-a ", " "\-\-auto{=yes,md,mdp,part,p}{NN}"
+Instruct mdadm how to create the device file if needed, possibly allocating
an unused minor number. "md" causes a non-partitionable array
-to be used. "mdp", "part" or "p" causes a partitionable array (2.6 and
+to be used (though since Linux 2.6.28, these array devices are in fact
+partitionable). "mdp", "part" or "p" causes a partitionable array (2.6 and
later) to be used. "yes" requires the named md device to have
a 'standard' format, and the type and minor number will be determined
-from this. See DEVICE NAMES below.
+from this. With mdadm 3.0, device creation is normally left up to
+.I udev
+so this option is unlikely to be needed.
+See DEVICE NAMES below.
The argument can also come immediately after
"\-a". e.g. "\-ap".