From: Casey Bodley Date: Tue, 5 Jul 2022 16:58:01 +0000 (-0400) Subject: doc/rgw/multisite: remove redundant --endpoints from zone create X-Git-Tag: v18.0.0~558^2~2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=09034ff09a59737a661a64a6f3c56c6e6aac2564;p=ceph.git doc/rgw/multisite: remove redundant --endpoints from zone create Signed-off-by: Casey Bodley --- diff --git a/doc/radosgw/multisite.rst b/doc/radosgw/multisite.rst index 4a1d8e12c2cc4..93b98f39a7bb7 100644 --- a/doc/radosgw/multisite.rst +++ b/doc/radosgw/multisite.rst @@ -387,9 +387,9 @@ the master zone of the master zone group. Execute the following: :: - # radosgw-admin zone create --rgw-zonegroup={zone-group-name}\ - --rgw-zone={zone-name} --endpoints={url} \ - --access-key={system-key} --secret={secret}\ + # radosgw-admin zone create --rgw-zonegroup={zone-group-name} \ + --rgw-zone={zone-name} \ + --access-key={system-key} --secret={secret} \ --endpoints=http://{fqdn}:80 \ [--read-only]