From dae99be962505b83a2946b32c3c89cc8dc8bc9c1 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Thu, 7 May 2020 23:44:57 +0800 Subject: [PATCH] scripts/run-cbt.sh: use bluestore for testing classic osd Signed-off-by: Kefu Chai --- src/script/run-cbt.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 \ -- 2.39.5