All of lore.kernel.org
 help / color / mirror / Atom feed
* RGW:Implement cross region replication feature
@ 2017-06-23  5:15 yiming xie
  0 siblings, 0 replies; only message in thread
From: yiming xie @ 2017-06-23  5:15 UTC (permalink / raw)
  To: ysadehwe, Matt Benjamin, ceph-devel

Hi Yehuda and Benjamin:

I want to impl rgw CRR(cross region replication) feature like s3.
I find some limited conditions of s3 CRR。
 1. multi-zonegroup can not replication to the same zonegroup on the same bucket。
  user can not set the logic of replication like this:
   zg1  bucket1 ->  zg3 bucket3
   zg2  bucket2 ->  zg3 bucket3

 2. s3 CRR does not support chain replication. user can set the  logic of replication like this:
 zg1 bucket1 -> zg2 bucket2 -> zg3 bucket3
 when user wrtie the test file to zg1 bucket1,the test file will only be copied from zg1 to zg2, and will not continue from zg2 to zg3

I do not understand why s3 take these strategies. So I can not judge whether these strategies apply to rgw。

When we achieve this feature, whether we need to adopt these strategies?  Tks!


plato

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-06-23  5:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-23  5:15 RGW:Implement cross region replication feature yiming xie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.