mirror of
https://github.com/ceph/ceph
synced 2025-01-03 17:42:36 +00:00
990806e635
Ceph status fail to report pool application warning if the pool is empty. Report pool application warning even if pool has 0 objects stored in it. Add POOL_APP_NOT_ENABLED cluster warnings to log-ignorelist to fix rados suite. Fixes: https://tracker.ceph.com/issues/57097 Signed-off-by: Prashant D <pdhange@redhat.com>
24 lines
415 B
YAML
24 lines
415 B
YAML
overrides:
|
|
ceph:
|
|
crush_tunables: jewel
|
|
log-ignorelist:
|
|
- \(POOL_APP_NOT_ENABLED\)
|
|
tasks:
|
|
- rados:
|
|
clients: [client.0]
|
|
ops: 400000
|
|
max_seconds: 600
|
|
max_in_flight: 64
|
|
objects: 1024
|
|
size: 16384
|
|
op_weights:
|
|
read: 100
|
|
write: 100
|
|
delete: 50
|
|
snap_create: 50
|
|
snap_remove: 50
|
|
rollback: 50
|
|
copy_from: 50
|
|
setattr: 25
|
|
rmattr: 25
|