mirror of
https://github.com/ceph/ceph
synced 2025-03-22 02:08:13 +00:00
qa/suites: check dirfrag counter in cephfs workunits
(just the ones which really do do enough work to generate some fragmentation) Signed-off-by: John Spray <john.spray@redhat.com>
This commit is contained in:
parent
e90e37690a
commit
2d1817e097
@ -1,4 +1,8 @@
|
||||
tasks:
|
||||
- check-counter:
|
||||
counters:
|
||||
mds:
|
||||
- "mds.dir_split"
|
||||
- workunit:
|
||||
clients:
|
||||
all:
|
||||
|
@ -4,6 +4,10 @@ overrides:
|
||||
osd:
|
||||
filestore flush min: 0
|
||||
tasks:
|
||||
- check-counter:
|
||||
counters:
|
||||
mds:
|
||||
- "mds.dir_split"
|
||||
- workunit:
|
||||
clients:
|
||||
all:
|
||||
|
@ -4,6 +4,10 @@ overrides:
|
||||
kclient:
|
||||
disabled: true
|
||||
tasks:
|
||||
- check-counter:
|
||||
counters:
|
||||
mds:
|
||||
- "mds.dir_split"
|
||||
- workunit:
|
||||
clients:
|
||||
client.0:
|
||||
|
@ -4,6 +4,10 @@ overrides:
|
||||
client:
|
||||
fuse_default_permissions: 0
|
||||
tasks:
|
||||
- check-counter:
|
||||
counters:
|
||||
mds:
|
||||
- "mds.dir_split"
|
||||
- workunit:
|
||||
clients:
|
||||
all:
|
||||
|
@ -1,4 +1,8 @@
|
||||
tasks:
|
||||
- check-counter:
|
||||
counters:
|
||||
mds:
|
||||
- "mds.dir_split"
|
||||
- workunit:
|
||||
timeout: 6h
|
||||
clients:
|
||||
|
@ -1,4 +1,8 @@
|
||||
tasks:
|
||||
- check-counter:
|
||||
counters:
|
||||
mds:
|
||||
- "mds.dir_split"
|
||||
- workunit:
|
||||
timeout: 6h
|
||||
clients:
|
||||
|
@ -1,4 +1,8 @@
|
||||
tasks:
|
||||
- check-counter:
|
||||
counters:
|
||||
mds:
|
||||
- "mds.dir_split"
|
||||
- workunit:
|
||||
clients:
|
||||
all:
|
||||
|
Loading…
Reference in New Issue
Block a user