diff options
author | Lukasz Florczak <lukasz.florczak@linux.intel.com> | 2022-03-18 09:26:05 +0100 |
---|---|---|
committer | Jes Sorensen <jsorensen@fb.com> | 2022-04-05 03:13:49 +0200 |
commit | c23400377bb3d8e98e810cd92dba478dac1dff82 (patch) | |
tree | a9e9df807909311a14e1925bb4918c1b22bd9e25 /ReadMe.c | |
parent | mdadm: Respect config file location in man (diff) | |
download | mdadm-c23400377bb3d8e98e810cd92dba478dac1dff82.tar.xz mdadm-c23400377bb3d8e98e810cd92dba478dac1dff82.zip |
mdadm: Update ReadMe
Instead of hardcoded config file path give reference to config manual.
Add missing monitordelay and homecluster parameters.
Signed-off-by: Lukasz Florczak <lukasz.florczak@linux.intel.com>
Acked-by: Coly Li <colyli@suse.de>
Signed-off-by: Jes Sorensen <jsorensen@fb.com>
Diffstat (limited to 'ReadMe.c')
-rw-r--r-- | ReadMe.c | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -613,7 +613,6 @@ char Help_incr[] = ; char Help_config[] = -"The /etc/mdadm.conf config file:\n\n" " The config file contains, apart from blank lines and comment lines that\n" " start with a hash(#), array lines, device lines, and various\n" " configuration lines.\n" @@ -636,10 +635,12 @@ char Help_config[] = " than a device must match all of them to be considered.\n" "\n" " Other configuration lines include:\n" -" mailaddr, mailfrom, program used for --monitor mode\n" -" create, auto used when creating device names in /dev\n" -" homehost, policy, part-policy used to guide policy in various\n" -" situations\n" +" mailaddr, mailfrom, program, monitordelay used for --monitor mode\n" +" create, auto used when creating device names in /dev\n" +" homehost, homecluster, policy, part-policy used to guide policy in various\n" +" situations\n" +"\n" +"For more details see mdadm.conf(5).\n" "\n" ; |