Multi-Site bucket replication #21527
Unanswered
vijaychanderthummala
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I sense your need is more of you write object to any site and it gets replicated to other two. If that's the case, MinIO's site replication feature is meant for the same. You can use |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am trying to understand how bucket replication works internally when multiple sites are involved. I apologize if this is already asked and answered, please point me to the doc or discussion if exists.
Currently, I have 3 MinIO clusters. and the bucket replication is set in the following way.
My expectation is that any object written to Cluster 2 would replicate to Cluster 2 and vice-versa. Also, if any object is written to Cluster 3, it should replicate to Cluster 1 and eventually make it to Cluster 2. However, the object written to Cluster 3 is only replicated to Cluster 1 and not to Cluster 2.
Is there any logic internally that is preventing this ? Appreciate your help.
Thanks in advance,
Vijay.
Beta Was this translation helpful? Give feedback.
All reactions