]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/standalone/osd/osd-bench: debug bluestore 32961/head
authorSage Weil <sage@redhat.com>
Wed, 29 Jan 2020 13:43:41 +0000 (07:43 -0600)
committerSage Weil <sage@redhat.com>
Wed, 29 Jan 2020 13:43:41 +0000 (07:43 -0600)
Looking for https://tracker.ceph.com/issues/43888

Signed-off-by: Sage Weil <sage@redhat.com>
qa/standalone/osd/osd-bench.sh

index 5bcbe3776ebcb3b67adbdd40318365a2f493ff11..eb1a6a4405c9c9ab86a2fb0b0c170caab6d103f1 100755 (executable)
@@ -26,6 +26,7 @@ function run() {
     export CEPH_ARGS
     CEPH_ARGS+="--fsid=$(uuidgen) --auth-supported=none "
     CEPH_ARGS+="--mon-host=$CEPH_MON "
+    CEPH_ARGS+="--debug-bluestore 20 "
 
     local funcs=${@:-$(set | sed -n -e 's/^\(TEST_[0-9a-z_]*\) .*/\1/p')}
     for func in $funcs ; do