Neil Brown: Describe the HOMEHOST entry in the mdadm.conf man page.
Martin F. Krafft
madduck at alioth.debian.org
Wed Oct 15 09:47:20 UTC 2008
Module: mdadm
Branch: build
Commit: 8778685cf1de0c72551b2c51d36d2cb3acc83a28
URL: http://git.debian.org/?p=pkg-mdadm/mdadm.git;a=commit;h=8778685cf1de0c72551b2c51d36d2cb3acc83a28
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 aadfb23..2ef28c3 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