Commit d098840e authored by ecashin@coraid.com's avatar ecashin@coraid.com Committed by Greg KH

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

document env var for specifying number of partitions per dev
Signed-off-by: default avatarEd L. Cashin <ecashin@coraid.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 63e9cc5d
...@@ -5,6 +5,7 @@ n_partitions=${n_partitions:-16} ...@@ -5,6 +5,7 @@ n_partitions=${n_partitions:-16}
if test "$#" != "1"; then if test "$#" != "1"; then
echo "Usage: sh `basename $0` {dir}" 1>&2 echo "Usage: sh `basename $0` {dir}" 1>&2
echo " n_partitions=16 sh `basename $0` {dir}" 1>&2
exit 1 exit 1
fi fi
dir=$1 dir=$1
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
if test "$#" != "2"; then if test "$#" != "2"; then
echo "Usage: sh `basename $0` {dir} {shelfaddress}" 1>&2 echo "Usage: sh `basename $0` {dir} {shelfaddress}" 1>&2
echo " n_partitions=16 sh `basename $0` {dir} {shelfaddress}" 1>&2
exit 1 exit 1
fi fi
n_partitions=${n_partitions:-16} n_partitions=${n_partitions:-16}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment