diff options
author | ecashin@coraid.com <ecashin@coraid.com> | 2005-04-18 22:00:20 -0700 |
---|---|---|
committer | Greg KH <greg@press.kroah.org> | 2005-04-18 22:00:20 -0700 |
commit | d098840e37468fdd0143d8bcfe86bc53627bf96e (patch) | |
tree | ee737c8d61f57e46688504fba2f1e76b845b3085 /Documentation/aoe/mkdevs.sh | |
parent | 63e9cc5d6fbe8b58ea1ee96439d356cbf726fbc0 (diff) | |
download | talos-op-linux-d098840e37468fdd0143d8bcfe86bc53627bf96e.tar.gz talos-op-linux-d098840e37468fdd0143d8bcfe86bc53627bf96e.zip |
[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>
Diffstat (limited to 'Documentation/aoe/mkdevs.sh')
-rw-r--r-- | Documentation/aoe/mkdevs.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/aoe/mkdevs.sh b/Documentation/aoe/mkdevs.sh index 6ce70703eb47..ec5a6de1cd7b 100644 --- a/Documentation/aoe/mkdevs.sh +++ b/Documentation/aoe/mkdevs.sh @@ -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 |