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