From 1ed4c30876262c8890247325eb84ff46621d34fe Mon Sep 17 00:00:00 2001 From: Redouane Kachach Date: Fri, 2 Sep 2022 11:57:43 +0200 Subject: [PATCH] doc/cephadm/services: fix example for specifying rgw placement fixes: https://tracker.ceph.com/issues/56953 Signed-off-by: Redouane Kachach --- doc/cephadm/services/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/cephadm/services/index.rst b/doc/cephadm/services/index.rst index 6e78220e421..09257e94728 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. -- 2.39.5