mirror of
https://github.com/ceph/ceph
synced 2024-12-11 22:18:18 +00:00
996d9064c6
As some Teuthology tests seem to block objects for long minutes, we must not issue the "scrub is blocked for too long" warning (that warning causes the tests to fail). A new configuration parameter now controls the grace period before the warning is issued. Some tests were modified to set this configuration parameter to a large value. Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
20 lines
395 B
YAML
20 lines
395 B
YAML
overrides:
|
|
ceph:
|
|
conf:
|
|
osd:
|
|
osd max markdown count: 1000
|
|
osd blocked scrub grace period: 3600
|
|
log-ignorelist:
|
|
- overall HEALTH_
|
|
- \(OSDMAP_FLAGS\)
|
|
- \(OSD_
|
|
- \(PG_
|
|
- \(POOL_
|
|
- \(CACHE_POOL_
|
|
- \(SMALLER_PGP_NUM\)
|
|
- \(OBJECT_
|
|
- \(SLOW_OPS\)
|
|
- \(REQUEST_SLOW\)
|
|
- \(TOO_FEW_PGS\)
|
|
- slow request
|