From df0be704fc1275e3ca6cb92ed26d72cd503524be Mon Sep 17 00:00:00 2001 From: Adam King Date: Wed, 24 Aug 2022 10:36:53 -0400 Subject: [PATCH] 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) --- doc/cephadm/services/rgw.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/cephadm/services/rgw.rst b/doc/cephadm/services/rgw.rst index a0f130a8eead1..1a92513093225 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 -- 2.39.5