Skip to content

Commit

Permalink
[PATCH] aoe 8/12: document env var for specifying number
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
ecashin authored and Greg KH committed Apr 19, 2005
1 parent 63e9cc5 commit d098840
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Documentation/aoe/mkdevs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions Documentation/aoe/mkshelf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit d098840

Please sign in to comment.