From: Abhishek Lekshmanan Date: Mon, 18 Jan 2016 10:56:20 +0000 (+0100) Subject: vstart: update help with a few more switches X-Git-Tag: v10.0.4~190^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=aa28b58df9ffdbe94b864292cab1aa2fc5ab46bc;p=ceph.git vstart: update help with a few more switches Add the `bluestore`, `memstore` and `cache` tier options to the vstart help Signed-off-by: Abhishek Lekshmanan --- diff --git a/src/vstart.sh b/src/vstart.sh index e5154792cff8..6db22ddc216e 100755 --- a/src/vstart.sh +++ b/src/vstart.sh @@ -138,6 +138,9 @@ usage=$usage"\t--mon_num specify ceph monitor count\n" usage=$usage"\t--osd_num specify ceph osd count\n" usage=$usage"\t--mds_num specify ceph mds count\n" usage=$usage"\t--rgw_port specify ceph rgw http listen port\n" +usage=$usage"\t--bluestore use bluestore as the osd objectstore backend\n" +usage=$usage"\t--memstore use memstore as the osd objectstore backend\n" +usage=$usage"\t--cache : enable cache tiering on pool\n" usage_exit() { printf "$usage"