blob: 07ca62e01fbecd8b8a5c60004a6a37288ea5b583 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# PG_DEGRADED warnings are not generally indicative of a bug. Any acting set
# changes (such as those caused by the upmap balancer to improve OSD space
# usage balance) can cause objects to become degraded transiently.
overrides:
ceph:
log-ignorelist:
- PG_AVAILABILITY
- PG_DEGRADED
- Reduced data availability
- Degraded data redundancy
- pg .* is stuck inactive
- pg .* is .*degraded
|