]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc/cephadm/services: fix example for specifying rgw placement
authorRedouane Kachach <rkachach@redhat.com>
Fri, 2 Sep 2022 09:57:43 +0000 (11:57 +0200)
committerRedouane Kachach <rkachach@redhat.com>
Fri, 2 Sep 2022 09:57:43 +0000 (11:57 +0200)
fixes: https://tracker.ceph.com/issues/56953

Signed-off-by: Redouane Kachach <rkachach@redhat.com>
doc/cephadm/services/index.rst

index 6e78220e421609735f4710ab01d402ca403c0dac..09257e947288598c98e88f9785bd37676d343d85 100644 (file)
@@ -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.