mirror of
https://github.com/ceph/ceph
synced 2024-12-18 01:16:55 +00:00
mon/PGMap: put the _toofull states under DEGRADED_FULL
I think this was an oversight? Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
3789f46ead
commit
6a4b83d646
@ -2612,8 +2612,8 @@ void PGMap::get_health_checks(
|
||||
{ PG_STATE_INCOMPLETE, {UNAVAILABLE, {}} },
|
||||
{ PG_STATE_REPAIR, {DAMAGED, {}} },
|
||||
{ PG_STATE_SNAPTRIM_ERROR, {DAMAGED, {}} },
|
||||
{ PG_STATE_BACKFILL_TOOFULL, {DEGRADED, {}} },
|
||||
{ PG_STATE_RECOVERY_TOOFULL, {DEGRADED, {}} },
|
||||
{ PG_STATE_BACKFILL_TOOFULL, {DEGRADED_FULL, {}} },
|
||||
{ PG_STATE_RECOVERY_TOOFULL, {DEGRADED_FULL, {}} },
|
||||
{ PG_STATE_DEGRADED, {DEGRADED, {}} },
|
||||
{ PG_STATE_DOWN, {UNAVAILABLE, {}} },
|
||||
// Delayed (wait until stuck) reports
|
||||
|
Loading…
Reference in New Issue
Block a user