rook-ceph: add csi and rbdMirrorPeer to cephx config

This commit is contained in:
2026-08-19 23:34:20 -04:00
parent ea297e2cd5
commit 6a0023430d
@@ -31,6 +31,12 @@ spec:
daemon: daemon:
keyRotationPolicy: KeyGeneration keyRotationPolicy: KeyGeneration
keyGeneration: 2 # must be greater than the current 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. # 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. # 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. # In Minikube, the '/data' directory is configured to persist across reboots. Use "/data/rook" in Minikube environment.