]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
scripts/run-cbt.sh: use bluestore for testing classic osd 34955/head
authorKefu Chai <kchai@redhat.com>
Thu, 7 May 2020 15:44:57 +0000 (23:44 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 7 May 2020 15:44:57 +0000 (23:44 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/script/run-cbt.sh

index 9205fee24f9bd957fd156f1094a5d89d0c333c4b..e7feda308038fc3b13d3690cb85b87105eef2cdc 100755 (executable)
@@ -97,8 +97,7 @@ if ! $use_existing; then
     fi
     if $classical; then
         MDS=0 MGR=1 OSD=3 MON=1 $source_dir/src/vstart.sh -n -X \
-           --without-dashboard --memstore \
-           -o "memstore_device_bytes=34359738368"
+           --without-dashboard
     else
         MDS=0 MGR=1 OSD=3 MON=1 $source_dir/src/vstart.sh -n -X \
            --without-dashboard --memstore \