cache=""
memstore=0
bluestore=0
+rgw_frontend="civetweb"
lockdep=${LOCKDEP:-1}
VSTART_SEC="client.vstart.sh"
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--rgw_frontend specify the rgw frontend configuration\n"
usage=$usage"\t-b, --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"
CEPH_RGW_PORT=$2
shift
;;
+ --rgw_frontend )
+ rgw_frontend=$2
+ shift
+ ;;
mon )
start_mon=1
start_all=0
erasure code dir = $EC_PATH
plugin dir = $CEPH_LIB
osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 ruleset-failure-domain=osd
- rgw frontends = fastcgi, civetweb port=$CEPH_RGW_PORT
+ rgw frontends = $rgw_frontend port=$CEPH_RGW_PORT
rgw dns name = localhost
filestore fd cache size = 32
run dir = $CEPH_OUT_DIR