From aa28b58df9ffdbe94b864292cab1aa2fc5ab46bc Mon Sep 17 00:00:00 2001 From: Abhishek Lekshmanan Date: Mon, 18 Jan 2016 11:56:20 +0100 Subject: [PATCH] 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 --- src/vstart.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/vstart.sh b/src/vstart.sh index e5154792cff8a..6db22ddc216e8 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" -- 2.39.5