Neil Brown: Describe the HOMEHOST entry in the mdadm.conf man page.

Martin F. Krafft madduck at alioth.debian.org
Thu Feb 5 19:35:16 UTC 2009


Module: mdadm
Branch: build
Commit: 257abe70415427f471ad245f202f153c0aa6d1f5
URL:    http://git.debian.org/?p=pkg-mdadm/mdadm.git;a=commit;h=257abe70415427f471ad245f202f153c0aa6d1f5

Author: Neil Brown <neilb at suse.de>
Date:   Fri Nov 14 16:20:51 2008 +1100

Describe the HOMEHOST entry in the mdadm.conf man page.

---

 mdadm.conf.5 |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/mdadm.conf.5 b/mdadm.conf.5
index 456aa0c..40295be 100644
--- a/mdadm.conf.5
+++ b/mdadm.conf.5
@@ -289,6 +289,24 @@ Give
 to suppress this symlink creation.
 .RE
 
+.TP
+.B HOMEHOST
+The
+.B homehost
+line gives a default value for the
+.B --homehost=
+option to mdadm.  There should be exactly one other word on the line.
+It should either exactly
+.B <system>
+or a host name.
+If
+.B <system>
+is given, then the
+.BR gethostname ( 2 )
+systemcall is used to get the host name.
+When arrays are created, this host name will be stored in the
+metadata.  When arrays are assembled using auto-assembly, only arrays
+with this host name stored in the metadata will be considered.
 
 .SH EXAMPLE
 DEVICE /dev/sd[bcdjkl]1




More information about the pkg-mdadm-commits mailing list