]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/standalone: use osd op queue = wpq
authorNeha Ojha <nojha@redhat.com>
Mon, 3 May 2021 19:28:27 +0000 (19:28 +0000)
committerNeha Ojha <nojha@redhat.com>
Thu, 6 May 2021 17:54:38 +0000 (17:54 +0000)
mclock_scheduler is now the default and some of these tests need to be modified
to run well with it. Continue using wpq until
https://tracker.ceph.com/issues/50574 is addressed.

Signed-off-by: Neha Ojha <nojha@redhat.com>
qa/standalone/ceph-helpers.sh

index d945ccf0707ee6d3c10b0fbfdac0034f7c347bde..15be996901ff65872c154568a07d429c0b5a8257 100755 (executable)
@@ -642,6 +642,7 @@ function run_osd() {
     ceph_args+=" --osd-scrub-load-threshold=2000"
     ceph_args+=" --osd-data=$osd_data"
     ceph_args+=" --osd-journal=${osd_data}/journal"
+    ceph_args+=" --osd-op-queue=wpq"
     ceph_args+=" --chdir="
     ceph_args+=$EXTRA_OPTS
     ceph_args+=" --run-dir=$dir"
@@ -697,6 +698,7 @@ function run_osd_filestore() {
     ceph_args+=" --osd-scrub-load-threshold=2000"
     ceph_args+=" --osd-data=$osd_data"
     ceph_args+=" --osd-journal=${osd_data}/journal"
+    ceph_args+=" --osd-op-queue=wpq"
     ceph_args+=" --chdir="
     ceph_args+=$EXTRA_OPTS
     ceph_args+=" --run-dir=$dir"