From 624920bbb60dafac5719ee42225a3fba9f8464de Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Tue, 23 May 2006 05:24:22 +0000 Subject: 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 --- mdadm.8 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'mdadm.8') 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 -- cgit