mirror of
https://github.com/ceph/ceph
synced 2024-12-25 12:54:16 +00:00
cdcbd47e1e
pg will be created when increasing pgp-num and pg-num. so at that moment, PG_AVAILABILITY is reported. so whitelist it in all tests which run rados/test.sh. that script exercises ceph_test_rados_api_list. Fixes: http://tracker.ceph.com/issues/23763 Signed-off-by: Kefu Chai <kchai@redhat.com>
16 lines
266 B
YAML
16 lines
266 B
YAML
overrides:
|
|
ceph:
|
|
log-whitelist:
|
|
- reached quota
|
|
- \(POOL_APP_NOT_ENABLED\)
|
|
- \(PG_AVAILABILITY\)
|
|
conf:
|
|
mon:
|
|
mon warn on pool no app: false
|
|
tasks:
|
|
- ceph-fuse:
|
|
- workunit:
|
|
clients:
|
|
client.0:
|
|
- rados/test.sh
|