Hello All, Reading the documentation I created a multisite with luminous version. I would like to know if it sync in one way only. Using s3cmd if I put a file in a bucket on the primary zone I can see the file in the same bucket on the secondary zone. If I put a file in the bucket on secondary zone I cannot see the file on the primary. Is this the correct behaviour ? Thanks & Regards Ignazio
On Wed, Apr 15, 2020 at 12:06 PM Ignazio Cassano <ignaziocassano@gmail.com> wrote:
Hello All, Reading the documentation I created a multisite with luminous version.
I would like to know if it sync in one way only. Using s3cmd if I put a file in a bucket on the primary zone I can see the file in the same bucket on the secondary zone. If I put a file in the bucket on secondary zone I cannot see the file on the primary. Is this the correct behaviour ?
the default multisite configuration is bidirectional, so it should sync both ways. make sure that your primary zone has the correct 'endpoints' set, and that the secondary site is able to resolve and connect to those, for example with 'curl <endpoint>'
Thanks & Regards Ignazio _______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io
Hello Casey, the primary/master zone have its endpoint : 10.102.184.190:8181 The secondary have its endpoint: 10.102.183.140:8181 On the secondary I pulled the realm from the master zone endpoint and them I created its zone in the same zonegroup of the master zone. Probably I missed some steps...Must I do something on master after creating the secondary ? Thanks Ignazio Il Mer 15 Apr 2020, 19:45 Casey Bodley <cbodley@redhat.com> ha scritto:
On Wed, Apr 15, 2020 at 12:06 PM Ignazio Cassano <ignaziocassano@gmail.com> wrote:
Hello All, Reading the documentation I created a multisite with luminous version.
I would like to know if it sync in one way only. Using s3cmd if I put a file in a bucket on the primary zone I can see the file in the same bucket on the secondary zone. If I put a file in the bucket on secondary zone I cannot see the file on the primary. Is this the correct behaviour ?
the default multisite configuration is bidirectional, so it should sync both ways. make sure that your primary zone has the correct 'endpoints' set, and that the secondary site is able to resolve and connect to those, for example with 'curl <endpoint>'
Thanks & Regards Ignazio _______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io
Hello Casey, I solved going on primary site ad executing: radosgw-admin zone modify --rgw-zone nivolazonegroup-primarysite --access-key=blablabla --secret=blablabla Ignazio Il giorno mer 15 apr 2020 alle ore 19:45 Casey Bodley <cbodley@redhat.com> ha scritto:
On Wed, Apr 15, 2020 at 12:06 PM Ignazio Cassano <ignaziocassano@gmail.com> wrote:
Hello All, Reading the documentation I created a multisite with luminous version.
I would like to know if it sync in one way only. Using s3cmd if I put a file in a bucket on the primary zone I can see the file in the same bucket on the secondary zone. If I put a file in the bucket on secondary zone I cannot see the file on the primary. Is this the correct behaviour ?
the default multisite configuration is bidirectional, so it should sync both ways. make sure that your primary zone has the correct 'endpoints' set, and that the secondary site is able to resolve and connect to those, for example with 'curl <endpoint>'
Thanks & Regards Ignazio _______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io
participants (2)
-
Casey Bodley
-
Ignazio Cassano