From c930bb21fd1e1f59209f36323787354e34c27bae Mon Sep 17 00:00:00 2001 From: Radoslaw Zarzynski Date: Tue, 10 Aug 2021 12:34:45 +0000 Subject: [PATCH] script: run-cbt.sh tests crimson with CyanStore instead of MemStore. These tests were always supposed to run against CyanStore. However, commit e6ed65db8b4e0a2f8026c2e35a12dd292c5f2b8c (PR #42437) changed the meaning of `--memstore` and introduced `--cyanstore` to be used instead. This commit makes `run-cbt.sh` aware about the new switch. Signed-off-by: Radoslaw Zarzynski --- src/script/run-cbt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/script/run-cbt.sh b/src/script/run-cbt.sh index 6ed21701c9870..ad7e0ce2e6f76 100755 --- a/src/script/run-cbt.sh +++ b/src/script/run-cbt.sh @@ -100,7 +100,7 @@ if ! $use_existing; then --without-dashboard else MDS=0 MGR=1 OSD=3 MON=1 $source_dir/src/vstart.sh -n -X \ - --without-dashboard --memstore \ + --without-dashboard --cyanstore \ -o "memstore_device_bytes=34359738368" \ --crimson --nodaemon --redirect-output \ --osd-args "--memory 4G" -- 2.39.5