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

Martin F. Krafft madduck at alioth.debian.org
Mon Feb 16 11:24:07 UTC 2009


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

Author: Neil Brown <neilb at suse.de>
Date:   Mon Jul  7 11:30:26 2008 +1000

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