Skip to content

Commit

Permalink
even more new PG states
Browse files Browse the repository at this point in the history
  • Loading branch information
gurubert committed Oct 28, 2024
1 parent 32dc6c9 commit 4f0b16f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmk/plugins/ceph/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

PG_STATES: Final[frozenset[str]] = frozenset(
{
"activating",
"activating+degraded",
"activating+remapped",
"activating+undersized",
"activating+undersized+degraded",
Expand Down

0 comments on commit 4f0b16f

Please sign in to comment.