Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: added note about monitor ips update during failover #4501

Open
wants to merge 1 commit into
base: devel
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/design/proposals/clusterid-mapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,3 +178,10 @@ operation from the primary cluster to a remote cluster. The existing volumes
that are created on the remote cluster does not require any mapping as the
volumeHandle already contains the required information about the local cluster (
clusterID, poolID etc).

**Note:-** To use a mirrored and promoted RBD image on a secondary site during a
failover, you need to replace the primary monitor addresses with the IP
addresses of the secondary cluster in the ceph-csi-config. Otherwise, Ceph-CSI
won't be able to use the volumes, and application pods will become stuck in the
`ContainerCreating` state. Thus, during failover, both clusters will have the
same monitor IP addresses.