From: Radoslaw Zarzynski Date: Tue, 10 Aug 2021 12:34:45 +0000 (+0000) Subject: script: run-cbt.sh tests crimson with CyanStore instead of MemStore. X-Git-Tag: v17.1.0~1149^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c930bb21fd1e1f59209f36323787354e34c27bae;p=ceph.git 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 --- 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"