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 using filestore backend to use WPQ scheduler. This
is because the 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 Aug 12, 2021
1 parent 21f8e34 commit 693e93b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions qa/objectstore/filestore-xfs.yaml
Expand Up @@ -5,6 +5,7 @@ overrides:
osd:
osd objectstore: filestore
osd sloppy crc: true
osd op queue: wpq
ceph-deploy:
fs: xfs
filestore: True
Expand Down
1 change: 1 addition & 0 deletions qa/objectstore_debug/filestore-xfs.yaml
Expand Up @@ -5,6 +5,7 @@ overrides:
osd:
osd objectstore: filestore
osd sloppy crc: true
osd op queue: wpq
ceph-deploy:
fs: xfs
filestore: True
Expand Down
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
Expand Up @@ -19,6 +19,7 @@ tasks:
osd:
osd recovery sleep: .1
osd objectstore: filestore
osd op queue: wpq
log-ignorelist:
- \(POOL_APP_NOT_ENABLED\)
- \(OSDMAP_FLAGS\)
Expand Down

0 comments on commit 693e93b

Please sign in to comment.