]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/standalone: Use osd op queue = wpq in activate_osd() 41782/head
authorSridhar Seshasayee <sseshasa@redhat.com>
Wed, 9 Jun 2021 06:14:11 +0000 (11:44 +0530)
committerSridhar Seshasayee <sseshasa@redhat.com>
Wed, 9 Jun 2021 09:32:58 +0000 (15:02 +0530)
commit94826eaadc0574d084f554dcd912c8d1ca807afa
tree9e2441682e3d481a9312f37eeab700e42df04198
parent0b43e5f8edbc6f095abded6d2856228d34c7c2d6
qa/standalone: Use osd op queue = wpq in activate_osd()

This change is a follow-up to commit
b6e9c0903d5ad9a699b675f9fa7739e9cce9a5f3 that set the scheduler to wpq in
run_osd() and run_osd_filestore(). In addition, activate_osd() too has to
set the scheduler type to 'wpq' in order to be consistent and avoid test
failures.

The above is a temporary measure until all the standalone tests are
modified to run well with the mclock_scheduler.

Fixes: https://tracker.ceph.com/issues/51074
Signed-off-by: Sridhar Seshasayee <sseshasa@redhat.com>
qa/standalone/ceph-helpers.sh