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