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

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