Blame SOURCES/0009-mdadm-Update-config-manual.patch

c0f891
From c33bbda5b0e127bb161fd4ad44bcfaa2a5daf153 Mon Sep 17 00:00:00 2001
c0f891
From: Lukasz Florczak <lukasz.florczak@linux.intel.com>
c0f891
Date: Fri, 18 Mar 2022 09:26:07 +0100
37f2b0
Subject: [PATCH 09/83] mdadm: Update config manual
c0f891
c0f891
Add missing HOMECLUSTER keyword description.
c0f891
c0f891
Signed-off-by: Lukasz Florczak <lukasz.florczak@linux.intel.com>
c0f891
Acked-by: Coly Li <colyli@suse.de>
c0f891
Signed-off-by: Jes Sorensen <jsorensen@fb.com>
c0f891
---
c0f891
 mdadm.conf.5.in | 17 +++++++++++++++++
c0f891
 1 file changed, 17 insertions(+)
c0f891
c0f891
diff --git a/mdadm.conf.5.in b/mdadm.conf.5.in
c0f891
index dd331a6a..cd4e6a9d 100644
c0f891
--- a/mdadm.conf.5.in
c0f891
+++ b/mdadm.conf.5.in
c0f891
@@ -439,6 +439,23 @@ from any possible local name. e.g.
c0f891
 .B /dev/md/1_1
c0f891
 or
c0f891
 .BR /dev/md/home_0 .
c0f891
+
c0f891
+.TP
c0f891
+.B HOMECLUSTER
c0f891
+The
c0f891
+.B homcluster
c0f891
+line gives a default value for the
c0f891
+.B \-\-homecluster=
c0f891
+option to mdadm.  It specifies  the  cluster name for the md device.
c0f891
+The md device can be assembled only on the cluster which matches
c0f891
+the name specified. If
c0f891
+.B homcluster
c0f891
+is not provided, mdadm tries to detect the cluster name automatically.
c0f891
+
c0f891
+There should only be one
c0f891
+.B homecluster
c0f891
+line.  Any subsequent lines will be silently ignored.
c0f891
+
c0f891
 .TP
c0f891
 .B AUTO
c0f891
 A list of names of metadata format can be given, each preceded by a
c0f891
-- 
37f2b0
2.38.1
c0f891