Blame SOURCES/0007-mdadm-Update-ReadMe.patch

b33395
From c23400377bb3d8e98e810cd92dba478dac1dff82 Mon Sep 17 00:00:00 2001
b33395
From: Lukasz Florczak <lukasz.florczak@linux.intel.com>
b33395
Date: Fri, 18 Mar 2022 09:26:05 +0100
2ad819
Subject: [PATCH 07/83] mdadm: Update ReadMe
b33395
b33395
Instead of hardcoded config file path give reference to config manual.
b33395
b33395
Add missing monitordelay and homecluster parameters.
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
 ReadMe.c | 11 ++++++-----
b33395
 1 file changed, 6 insertions(+), 5 deletions(-)
b33395
b33395
diff --git a/ReadMe.c b/ReadMe.c
b33395
index 81399765..8f873c48 100644
b33395
--- a/ReadMe.c
b33395
+++ b/ReadMe.c
b33395
@@ -613,7 +613,6 @@ char Help_incr[] =
b33395
 ;
b33395
 
b33395
 char Help_config[] =
b33395
-"The /etc/mdadm.conf config file:\n\n"
b33395
 " The config file contains, apart from blank lines and comment lines that\n"
b33395
 " start with a hash(#), array lines, device lines, and various\n"
b33395
 " configuration lines.\n"
b33395
@@ -636,10 +635,12 @@ char Help_config[] =
b33395
 " than a device must match all of them to be considered.\n"
b33395
 "\n"
b33395
 " Other configuration lines include:\n"
b33395
-"  mailaddr, mailfrom, program     used for --monitor mode\n"
b33395
-"  create, auto                    used when creating device names in /dev\n"
b33395
-"  homehost, policy, part-policy   used to guide policy in various\n"
b33395
-"                                  situations\n"
b33395
+"  mailaddr, mailfrom, program, monitordelay    used for --monitor mode\n"
b33395
+"  create, auto                                 used when creating device names in /dev\n"
b33395
+"  homehost, homecluster, policy, part-policy   used to guide policy in various\n"
b33395
+"                                               situations\n"
b33395
+"\n"
b33395
+"For more details see mdadm.conf(5).\n"
b33395
 "\n"
b33395
 ;
b33395
 
b33395
-- 
2ad819
2.38.1
b33395