]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rgw/multisite: remove redundant --endpoints from zone create
authorCasey Bodley <cbodley@redhat.com>
Tue, 5 Jul 2022 16:58:01 +0000 (12:58 -0400)
committerCasey Bodley <cbodley@redhat.com>
Tue, 5 Jul 2022 16:59:53 +0000 (12:59 -0400)
Signed-off-by: Casey Bodley <cbodley@redhat.com>
doc/radosgw/multisite.rst

index 4a1d8e12c2cc49ef2a63ccafb948d48ee7fc8698..93b98f39a7bb758314d30be4b2be2c08bf83fe48 100644 (file)
@@ -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]