Commit d098840e37468fdd0143d8bcfe86bc53627bf96e

Authored by ecashin@coraid.com
Committed by Greg KH
1 parent 63e9cc5d6f

[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>

Showing 2 changed files with 2 additions and 0 deletions Side-by-side Diff

Documentation/aoe/mkdevs.sh
... ... @@ -5,6 +5,7 @@
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
Documentation/aoe/mkshelf.sh
... ... @@ -2,6 +2,7 @@
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}