mirror of
https://github.com/ceph/ceph
synced 2025-01-26 04:55:30 +00:00
4a1f2a5c78
this is an intermediate step to deprecate REQUEST_SLOW warnings. Signed-off-by: Kefu Chai <kchai@redhat.com>
36 lines
706 B
YAML
36 lines
706 B
YAML
overrides:
|
|
ceph:
|
|
log-whitelist:
|
|
- reached quota
|
|
- mons down
|
|
- overall HEALTH_
|
|
- \(OSDMAP_FLAGS\)
|
|
- \(OSD_
|
|
- \(PG_
|
|
- \(POOL_
|
|
- \(CACHE_POOL_
|
|
- \(SMALLER_PGP_NUM\)
|
|
- \(OBJECT_
|
|
- \(REQUEST_SLOW\)
|
|
- \(SLOW_OPS\)
|
|
- \(TOO_FEW_PGS\)
|
|
conf:
|
|
global:
|
|
ms inject delay max: 1
|
|
ms inject delay probability: 0.005
|
|
ms inject delay type: mon
|
|
ms inject internal delays: 0.002
|
|
ms inject socket failures: 2500
|
|
tasks:
|
|
- install: null
|
|
- ceph:
|
|
fs: xfs
|
|
- mon_thrash:
|
|
revive_delay: 90
|
|
thrash_delay: 1
|
|
thrash_many: true
|
|
- workunit:
|
|
clients:
|
|
client.0:
|
|
- rados/test.sh
|