From: Adam King Date: Wed, 24 Aug 2022 14:36:53 +0000 (-0400) Subject: doc/cephadm: fix example for specifying networks for rgw X-Git-Tag: v17.2.4~79^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F47806%2Fhead;p=ceph.git doc/cephadm: fix example for specifying networks for rgw 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 (cherry picked from commit 6b6f56a5b623f68d59af8902eae5e1157f47e382) --- diff --git a/doc/cephadm/services/rgw.rst b/doc/cephadm/services/rgw.rst index a0f130a8eea..1a925130932 100644 --- a/doc/cephadm/services/rgw.rst +++ b/doc/cephadm/services/rgw.rst @@ -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