Add the `bluestore`, `memstore` and `cache` tier options to the vstart
help
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
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 <pool>: enable cache tiering on pool\n"
usage_exit() {
printf "$usage"