Skip to content

Commit

Permalink
qa: Use osd_op_queue=wpq for tests using filestore backend.
Browse files Browse the repository at this point in the history
Force a subset of tests that explicitly employ the filestore backend to
use WPQ scheduler. This is because mclock scheduler will not be
optimized for filestore.

Fixes: https://tracker.ceph.com/issues/52025
Signed-off-by: Sridhar Seshasayee <sseshasa@redhat.com>
  • Loading branch information
sseshasa committed Sep 2, 2021
1 parent f539bed commit 7dcede7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions qa/suites/rados/objectstore/backends/alloc-hint.yaml
Expand Up @@ -12,6 +12,7 @@ overrides:
osd:
filestore xfs extsize: true
osd objectstore: filestore
osd op queue: wpq

tasks:
- install:
Expand Down
Expand Up @@ -14,6 +14,7 @@ tasks:
osd max object namespace len: 64
osd:
osd objectstore: filestore
osd op queue: wpq
log-ignorelist:
- overall HEALTH_
- \(OSDMAP_FLAGS\)
Expand Down

0 comments on commit 7dcede7

Please sign in to comment.