From 6a0023430df86e857f8c25e61d8a8062f8679b0e Mon Sep 17 00:00:00 2001 From: William P Date: Wed, 19 Aug 2026 23:34:20 -0400 Subject: [PATCH] rook-ceph: add csi and rbdMirrorPeer to cephx config --- system-apps/rook-ceph/clusters/cluster.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/system-apps/rook-ceph/clusters/cluster.yaml b/system-apps/rook-ceph/clusters/cluster.yaml index 9c09d54..3f19c02 100644 --- a/system-apps/rook-ceph/clusters/cluster.yaml +++ b/system-apps/rook-ceph/clusters/cluster.yaml @@ -31,6 +31,12 @@ spec: daemon: keyRotationPolicy: KeyGeneration keyGeneration: 2 # must be greater than the current keyGeneration + csi: + keyRotationPolicy: KeyGeneration + keyGeneration: 2 # must be greater than the current keyGeneration + rbdMirrorPeer: + keyRotationPolicy: KeyGeneration + keyGeneration: 2 # must be greater than the current keyGeneration # The path on the host where configuration files will be persisted. Must be specified. If there are multiple clusters, the directory must be unique for each cluster. # Important: if you reinstall the cluster, make sure you delete this directory from each host or else the mons will fail to start on the new cluster. # In Minikube, the '/data' directory is configured to persist across reboots. Use "/data/rook" in Minikube environment.