tree ee737c8d61f57e46688504fba2f1e76b845b3085
parent 63e9cc5d6fbe8b58ea1ee96439d356cbf726fbc0
author [EMAIL PROTECTED] <[EMAIL PROTECTED]> Tue, 19 Apr 2005 12:00:20 -0700
committer Greg KH <[EMAIL PROTECTED]> Tue, 19 Apr 2005 12:00:20 -0700
[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 <[EMAIL PROTECTED]>
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
aoe/mkdevs.sh | 1 +
aoe/mkshelf.sh | 1 +
2 files changed, 2 insertions(+)
Index: Documentation/aoe/mkdevs.sh
===================================================================
--- 91d5831da4a99c3d9dafd8e8440516787a536f73/Documentation/aoe/mkdevs.sh
(mode:100644 sha1:6ce70703eb47f6d9242a0b91b9dc1029c76ecca3)
+++ ee737c8d61f57e46688504fba2f1e76b845b3085/Documentation/aoe/mkdevs.sh
(mode:100644 sha1:ec5a6de1cd7b7af23dba7f12d1f3b8831a2631f5)
@@ -5,6 +5,7 @@
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
Index: Documentation/aoe/mkshelf.sh
===================================================================
--- 91d5831da4a99c3d9dafd8e8440516787a536f73/Documentation/aoe/mkshelf.sh
(mode:100644 sha1:40932836bb800f5ef83ac6ddfea1f3086728f938)
+++ ee737c8d61f57e46688504fba2f1e76b845b3085/Documentation/aoe/mkshelf.sh
(mode:100644 sha1:8bacf9f2c7cc971ef25aefb445f550815bb4fdf3)
@@ -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}
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html