[PATCH] aoe 8/12: document env var for specifying number
authorecashin@coraid.com <ecashin@coraid.com>
Tue, 19 Apr 2005 05:00:20 +0000 (22:00 -0700)
committerGreg KH <greg@press.kroah.org>
Tue, 19 Apr 2005 05:00:20 +0000 (22:00 -0700)
document env var for specifying number of partitions per dev

Signed-off-by: Ed L. Cashin <ecashin@coraid.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Documentation/aoe/mkdevs.sh
Documentation/aoe/mkshelf.sh

index 6ce7070..ec5a6de 100644 (file)
@@ -5,6 +5,7 @@ n_partitions=${n_partitions:-16}
 
 if test "$#" != "1"; then
        echo "Usage: sh `basename $0` {dir}" 1>&2
+       echo "       n_partitions=16 sh `basename $0` {dir}" 1>&2
        exit 1
 fi
 dir=$1
index 4093283..8bacf9f 100644 (file)
@@ -2,6 +2,7 @@
 
 if test "$#" != "2"; then
        echo "Usage: sh `basename $0` {dir} {shelfaddress}" 1>&2
+       echo "       n_partitions=16 sh `basename $0` {dir} {shelfaddress}" 1>&2
        exit 1
 fi
 n_partitions=${n_partitions:-16}