]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
vstart: modify FreeBSD objectstore to memstore. 51362/head
authorRongqi Sun <sunrongqi@huawei.com>
Tue, 16 May 2023 07:23:52 +0000 (15:23 +0800)
committerRongqi Sun <sunrongqi@huawei.com>
Tue, 16 May 2023 07:24:13 +0000 (15:24 +0800)
Signed-off-by: Rongqi Sun <sunrongqi@huawei.com>
src/vstart.sh

index 324f397c85e313f60d3220608eff95d852444c9d..f38e703cdc30298b5d329558c4e4e48459c914f8 100755 (executable)
@@ -160,7 +160,11 @@ overwrite_conf=0
 cephx=1 #turn cephx on by default
 gssapi_authx=0
 cache=""
-objectstore="bluestore"
+if [ `uname` = FreeBSD ]; then
+    objectstore="memstore"
+else
+    objectstore="bluestore"
+fi
 ceph_osd=ceph-osd
 rgw_frontend="beast"
 rgw_compression=""