[PATCH] aoe 8/12: document env var for specifying number

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>


authored by ecashin@coraid.com and committed by Greg KH d098840e 63e9cc5d

+2
+1
Documentation/aoe/mkdevs.sh
··· 5 6 if test "$#" != "1"; then 7 echo "Usage: sh `basename $0` {dir}" 1>&2 8 exit 1 9 fi 10 dir=$1
··· 5 6 if test "$#" != "1"; then 7 echo "Usage: sh `basename $0` {dir}" 1>&2 8 + echo " n_partitions=16 sh `basename $0` {dir}" 1>&2 9 exit 1 10 fi 11 dir=$1
+1
Documentation/aoe/mkshelf.sh
··· 2 3 if test "$#" != "2"; then 4 echo "Usage: sh `basename $0` {dir} {shelfaddress}" 1>&2 5 exit 1 6 fi 7 n_partitions=${n_partitions:-16}
··· 2 3 if test "$#" != "2"; then 4 echo "Usage: sh `basename $0` {dir} {shelfaddress}" 1>&2 5 + echo " n_partitions=16 sh `basename $0` {dir} {shelfaddress}" 1>&2 6 exit 1 7 fi 8 n_partitions=${n_partitions:-16}