From 26823926f4c26eada0ebc7934502f01e541ef9bd Mon Sep 17 00:00:00 2001 From: William P Date: Tue, 23 Sep 2025 20:11:17 -0400 Subject: [PATCH] rook-ceph: reenable pdbs --- 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 8aff243..2094340 100644 --- a/system-apps/rook-ceph/clusters/cluster.yaml +++ b/system-apps/rook-ceph/clusters/cluster.yaml @@ -304,7 +304,7 @@ spec: # If true, the operator will create and manage PodDisruptionBudgets for OSD, Mon, RGW, and MDS daemons. OSD PDBs are managed dynamically # via the strategy outlined in the [design](https://github.com/rook/rook/blob/master/design/ceph/ceph-managed-disruptionbudgets.md). The operator will # block eviction of OSDs by default and unblock them safely when drains are detected. - managePodBudgets: false + managePodBudgets: true # A duration in minutes that determines how long an entire failureDomain like `region/zone/host` will be held in `noout` (in addition to the # default DOWN/OUT interval) when it is draining. This is only relevant when `managePodBudgets` is `true`. The default value is `30` minutes. osdMaintenanceTimeout: 30