From: Kefu Chai Date: Thu, 7 May 2020 15:44:57 +0000 (+0800) Subject: scripts/run-cbt.sh: use bluestore for testing classic osd X-Git-Tag: v17.0.0~2398^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=dae99be962505b83a2946b32c3c89cc8dc8bc9c1;p=ceph.git scripts/run-cbt.sh: use bluestore for testing classic osd Signed-off-by: Kefu Chai --- diff --git a/src/script/run-cbt.sh b/src/script/run-cbt.sh index 9205fee24f9bd..e7feda308038f 100755 --- a/src/script/run-cbt.sh +++ b/src/script/run-cbt.sh @@ -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 \