blob: b90d80899e3d4738a4db4d25a02a2cdde9135a3f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
overrides:
ceph:
log-whitelist:
- reached quota
- but it is still running
- overall HEALTH_
- \(POOL_FULL\)
- \(SMALLER_PGP_NUM\)
- \(CACHE_POOL_NO_HIT_SET\)
- \(CACHE_POOL_NEAR_FULL\)
- \(POOL_APP_NOT_ENABLED\)
- \(PG_AVAILABILITY\)
conf:
client:
debug ms: 1
mon:
mon warn on pool no app: false
tasks:
- workunit:
clients:
client.0:
- rados/test.sh
- rados/test_pool_quota.sh
|