]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
script: run-cbt.sh tests crimson with CyanStore instead of MemStore. 42733/head
authorRadoslaw Zarzynski <rzarzyns@redhat.com>
Tue, 10 Aug 2021 12:34:45 +0000 (12:34 +0000)
committerRadoslaw Zarzynski <rzarzyns@redhat.com>
Tue, 10 Aug 2021 12:41:19 +0000 (12:41 +0000)
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 <rzarzyns@redhat.com>
src/script/run-cbt.sh

index 6ed21701c9870f77c084d1ab8e7ed3a8b9599d1d..ad7e0ce2e6f76143f77f4a56847f6e28a2f62228 100755 (executable)
@@ -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"