From: quangln94 Date: Fri, 7 Oct 2022 14:23:47 +0000 (+0200) Subject: doc: update README-MULTISITE.md X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d60c486cc49836e0a9a788f5b135ac33b3f51c7b;p=ceph-ansible.git doc: update README-MULTISITE.md I update the parameters according to this PR: #7315 In addition, where rgw_zonesecondary: True and rgw_zonemaster: False, I change rgw_zonegroupmaster to be False as those lines below: https://github.com/ceph/ceph-ansible/blob/main/README-MULTISITE.md?plain=1#L396 https://github.com/ceph/ceph-ansible/blob/main/README-MULTISITE.md?plain=1#L417 https://github.com/ceph/ceph-ansible/blob/main/README-MULTISITE.md?plain=1#L520 https://github.com/ceph/ceph-ansible/blob/main/README-MULTISITE.md?plain=1#L535 Add note at line 205 here https://github.com/ceph/ceph-ansible/blob/main/README-MULTISITE.md?plain=1#L205 Signed-off-by: quangln94 --- diff --git a/README-MULTISITE.md b/README-MULTISITE.md index b79611e0b..c9a6ac7a5 100644 --- a/README-MULTISITE.md +++ b/README-MULTISITE.md @@ -188,7 +188,7 @@ If there is one more that one rgw being deployed in this configuration, the rgw( rgw_zonemaster: false rgw_zonesecondary: true - rgw_zonegroupmaster: true + rgw_zonegroupmaster: false rgw_multisite_proto: http rgw_zone_user: edward.lewis @@ -202,7 +202,7 @@ If there is one more that one rgw being deployed in this configuration, the rgw( rgw_pullhost: rgw-001-hostname ``` - **Note:** `rgw_zonemaster` should have the value of `false` and `rgw_zonesecondary` should be `true` + **Note:** `rgw_zonemaster` should have the value of `false`, `rgw_zonegroupmaster` should have the value of `false` and `rgw_zonesecondary` should be `true` **Note:** The variables `rgw_pull_port`, `rgw_pull_proto`, `rgw_pullhost`, are joined together to make an endpoint string needed to create secondary zones. This endpoint is of one of the RGW endpoints in a master zone in the zonegroup and realm you want to create secondary zones in. This endpoint **must be resolvable** from the mons and rgws in the cluster the secondary zone(s) are being created in. @@ -393,7 +393,7 @@ rgw-004 ansible_ssh_host=192.168.215.178 ansible_ssh_port=22 radosgw_address=192 ```yaml rgw_zonemaster: false rgw_zonesecondary: true - rgw_zonegroupmaster: true + rgw_zonegroupmaster: false rgw_multisite_proto: http rgw_realm: france rgw_zonegroup: idf @@ -414,7 +414,7 @@ rgw-004 ansible_ssh_host=192.168.215.178 ansible_ssh_port=22 radosgw_address=192 ```yaml rgw_zonemaster: false rgw_zonesecondary: true - rgw_zonegroupmaster: true + rgw_zonegroupmaster: false rgw_multisite_proto: http rgw_realm: usa rgw_zonegroup: alaska @@ -517,7 +517,7 @@ rgw_instances: - instance_name: rgw3 rgw_zonemaster: false rgw_zonesecondary: true - rgw_zonegroupmaster: true + rgw_zonegroupmaster: false rgw_realm: usa rgw_zonegroup: alaska rgw_zone: fairbanks @@ -532,7 +532,7 @@ rgw_instances: - instance_name: rgw4 rgw_zonemaster: false rgw_zonesecondary: true - rgw_zonegroupmaster: true + rgw_zonegroupmaster: false rgw_realm: france rgw_zonegroup: idf rgw_zone: versailles