summaryrefslogtreecommitdiffstats
path: root/mdadm.8
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2006-05-23 05:24:22 +0000
committerNeil Brown <neilb@suse.de>2006-05-23 05:24:22 +0000
commit624920bbb60dafac5719ee42225a3fba9f8464de (patch)
treecef7881b225d4b29bc5e735b040e792f1417083e /mdadm.8
parent0237e0cafd5ff70304f0b09ed452adbe0e0e6384 (diff)
downloadmdadm-624920bbb60dafac5719ee42225a3fba9f8464de.tar.gz
mdadm-624920bbb60dafac5719ee42225a3fba9f8464de.tar.xz
mdadm-624920bbb60dafac5719ee42225a3fba9f8464de.zip
Make sure name matching for array assembly understand the possibility of a homehost
This "--assemble --name=foo" on host 'bar' will assemble an array named 'foo' or 'bar:foo'. Signed-off-by: Neil Brown <neilb@suse.de>
Diffstat (limited to 'mdadm.8')
-rw-r--r--mdadm.86
1 files changed, 5 insertions, 1 deletions
diff --git a/mdadm.8 b/mdadm.8
index ebabaa4..a3d9dc5 100644
--- a/mdadm.8
+++ b/mdadm.8
@@ -595,7 +595,11 @@ will look for super blocks with a minor number of 0.
.TP
.BR -N ", " --name=
Specify the name of the array to assemble. This must be the name
-that was specified when creating the array.
+that was specified when creating the array. It must either match
+then name stored in the superblock exactly, or it must match
+which the current
+.I homehost
+is added to the start of the given name.
.TP
.BR -f ", " --force