File 0097-mdadm-document-homehost-any-functionality.patch of Package mdadm.5365
From 49325eac3ad6c0ebaa4286365de0d40660f9bba3 Mon Sep 17 00:00:00 2001
From: NeilBrown <neilb@suse.de>
Date: Wed, 22 Jul 2015 09:33:17 +1000
Subject: [PATCH 140/359] mdadm: document --homehost=any functionality.
References: bsc#1081910
Signed-off-by: NeilBrown <neilb@suse.com>
Signed-off-by: Coly Li <colyli@suse.de>
---
mdadm.8.in | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/mdadm.8.in b/mdadm.8.in
index 803d841..e4440f0 100644
--- a/mdadm.8.in
+++ b/mdadm.8.in
@@ -393,6 +393,13 @@ will be allowed to use 'local' names (i.e. not ending in '_' followed
by a digit string). See below under
.BR "Auto Assembly" .
+The special name "\fBany\fP" can be used as a wild card. If an array
+is created with
+.B --homehost=any
+then the name "\fBany\fP" will be stored in the array and it can be
+assembled in the same way on any host. If an array is assembled with
+this option, then the homehost recorded on the array will be ignored.
+
.TP
.B \-\-prefer=
When
--
2.16.1