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

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