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: v18.0.0~105^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F47921%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 --- diff --git a/doc/cephadm/services/index.rst b/doc/cephadm/services/index.rst index 6e78220e4216..09257e947288 100644 --- a/doc/cephadm/services/index.rst +++ b/doc/cephadm/services/index.rst @@ -432,7 +432,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.