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: v18.0.0~172^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6b6f56a5b623f68d59af8902eae5e1157f47e382;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 --- diff --git a/doc/cephadm/services/rgw.rst b/doc/cephadm/services/rgw.rst index b255433105c9..58318b727e14 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