On Monday July 28, babydr@baby-dragons.com wrote:
quoted
--- a/ReadMe.c
+++ b/ReadMe.c
@@ -518,9 +518,12 @@ char Help_grow[] =
^^^^^^^^^
quoted
" --size= -z : Change the active size of devices in an array.\n"
" : This is useful if all devices have been replaced\n"
" : with larger devices.\n"
-" --raid-disks= -n : Change the number of active devices in an array.\n"
+" --raid-devices= -n : Change the number of active devices in an array.\n"
" : array.\n"
To what command ^^^^^^^^^^^ is this associated in the --help output ?
mdadm --grow --help
(all the others already spelt it "--raid-devices").
NeilBrown
On Tue, 29 Jul 2008 13:52:26 +1000
Neil Brown [off-list ref] wrote:
On Monday July 28, babydr@baby-dragons.com wrote:
quoted
quoted
--- a/ReadMe.c
+++ b/ReadMe.c
@@ -518,9 +518,12 @@ char Help_grow[] =
^^^^^^^^^
quoted
quoted
" --size= -z : Change the active size of devices in
an array.\n" " : This is useful if all
devices have been replaced\n" " : with
larger devices.\n" -" --raid-disks= -n : Change the number
of active devices in an array.\n" +" --raid-devices= -n :
Change the number of active devices in an array.\n"
" : array.\n"
To what command ^^^^^^^^^^^ is this associated in the
--help output ?
mdadm --grow --help
(all the others already spelt it "--raid-devices").
I think he meant the last line, w/ just ": array.\n". Is that
associated w/ a different command, or should it be removed since the
previous line already has the word array?
Conway S. Smith