From 32dc6c9fbb0148df569484af45dce50897f7e565 Mon Sep 17 00:00:00 2001 From: Robert Sander Date: Mon, 28 Oct 2024 16:38:34 +0100 Subject: [PATCH] new Ceph PG state activating+remapped just found a cluster with this PG state. --- cmk/plugins/ceph/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cmk/plugins/ceph/constants.py b/cmk/plugins/ceph/constants.py index 5f89128c92c..283a84b23b5 100644 --- a/cmk/plugins/ceph/constants.py +++ b/cmk/plugins/ceph/constants.py @@ -8,6 +8,7 @@ PG_STATES: Final[frozenset[str]] = frozenset( { + "activating+remapped", "activating+undersized", "activating+undersized+degraded", "active+clean",