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

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