From: Redouane Kachach Date: Fri, 2 Sep 2022 09:57:43 +0000 (+0200) Subject: doc/cephadm/services: fix example for specifying rgw placement X-Git-Tag: v16.2.11~360^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F47948%2Fhead;p=ceph.git doc/cephadm/services: fix example for specifying rgw placement fixes: https://tracker.ceph.com/issues/56953 Signed-off-by: Redouane Kachach (cherry picked from commit 1ed4c30876262c8890247325eb84ff46621d34fe) --- diff --git a/doc/cephadm/services/index.rst b/doc/cephadm/services/index.rst index c42f162b94d7..98e2b7c96552 100644 --- a/doc/cephadm/services/index.rst +++ b/doc/cephadm/services/index.rst @@ -431,7 +431,7 @@ Cephadm supports the deployment of multiple daemons on the same host: service_type: rgw placement: label: rgw - count-per-host: 2 + count_per_host: 2 The main reason for deploying multiple daemons per host is an additional performance benefit for running multiple RGW and MDS daemons on the same host.