mirror of
https://github.com/ceph/ceph
synced 2025-02-06 18:34:17 +00:00
e331311b87
The api tests do some splits, which can move data. Signed-off-by: Sage Weil <sage@redhat.com>
28 lines
568 B
YAML
28 lines
568 B
YAML
overrides:
|
|
ceph:
|
|
log-whitelist:
|
|
- reached quota
|
|
- overall HEALTH_
|
|
- \(CACHE_POOL_NO_HIT_SET\)
|
|
- \(POOL_FULL\)
|
|
- \(SMALLER_PGP_NUM\)
|
|
- \(SLOW_OPS\)
|
|
- \(CACHE_POOL_NEAR_FULL\)
|
|
- \(POOL_APP_NOT_ENABLED\)
|
|
- \(PG_AVAILABILITY\)
|
|
- \(OBJECT_MISPLACED\)
|
|
conf:
|
|
client:
|
|
debug ms: 1
|
|
debug objecter: 20
|
|
debug rados: 20
|
|
debug monc: 20
|
|
mon:
|
|
mon warn on pool no app: false
|
|
tasks:
|
|
- workunit:
|
|
timeout: 6h
|
|
clients:
|
|
client.0:
|
|
- rados/test.sh
|