diff options
author | Sage Weil <sage@redhat.com> | 2020-01-29 14:43:41 +0100 |
---|---|---|
committer | Sage Weil <sage@redhat.com> | 2020-01-29 14:43:41 +0100 |
commit | b99e506a3fa7a03e4c178afeb33741cf03753a4b (patch) | |
tree | 26467f3d1b9def8dfa5916b22c5b7bdd9536077b /qa/standalone/osd | |
parent | Merge PR #32502 into master (diff) | |
download | ceph-b99e506a3fa7a03e4c178afeb33741cf03753a4b.tar.xz ceph-b99e506a3fa7a03e4c178afeb33741cf03753a4b.zip |
qa/standalone/osd/osd-bench: debug bluestore
Looking for https://tracker.ceph.com/issues/43888
Signed-off-by: Sage Weil <sage@redhat.com>
Diffstat (limited to 'qa/standalone/osd')
-rwxr-xr-x | qa/standalone/osd/osd-bench.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/standalone/osd/osd-bench.sh b/qa/standalone/osd/osd-bench.sh index 5bcbe3776eb..eb1a6a4405c 100755 --- a/qa/standalone/osd/osd-bench.sh +++ b/qa/standalone/osd/osd-bench.sh @@ -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 |