From 255c453631e89970d1d319c136dd065903ec4bd3 Mon Sep 17 00:00:00 2001 From: William P Date: Wed, 19 Aug 2026 23:54:44 -0400 Subject: [PATCH] rook-ceph: temporarily disable rook mgr module causing crashes while upstream issue #18124 is being addressed --- system-apps/rook-ceph/clusters/cluster.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-apps/rook-ceph/clusters/cluster.yaml b/system-apps/rook-ceph/clusters/cluster.yaml index 3f19c02..34d2313 100644 --- a/system-apps/rook-ceph/clusters/cluster.yaml +++ b/system-apps/rook-ceph/clusters/cluster.yaml @@ -75,7 +75,7 @@ spec: # List of modules to optionally enable or disable. # Note the "dashboard" and "monitoring" modules are already configured by other settings in the cluster CR. - name: rook - enabled: true + enabled: false # enable the ceph dashboard for viewing cluster status dashboard: enabled: true