]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephadm: fix example for specifying networks for rgw 47806/head
authorAdam King <adking@redhat.com>
Wed, 24 Aug 2022 14:36:53 +0000 (10:36 -0400)
committerAdam King <adking@redhat.com>
Thu, 25 Aug 2022 13:13:11 +0000 (09:13 -0400)
count_per_host must be used with underscores rather
than dashes to work, you need to pass service_id not
service_name and the option for the port is called
rgw_frontend_port not just "port"

Signed-off-by: Adam King <adking@redhat.com>
(cherry picked from commit 6b6f56a5b623f68d59af8902eae5e1157f47e382)

doc/cephadm/services/rgw.rst

index a0f130a8eead1008c0360921d3bbd53676cd0a9a..1a925130932259db8bcb488d8f23f859b25775f2 100644 (file)
@@ -65,14 +65,14 @@ example spec file:
 .. code-block:: yaml
 
     service_type: rgw
-    service_name: foo
+    service_id: foo
     placement:
       label: rgw
-      count-per-host: 2
+      count_per_host: 2
     networks:
     - 192.169.142.0/24
     spec:
-      port: 8000
+      rgw_frontend_port: 8080
 
 
 Multisite zones