]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: fix typo in option 41846/head
authorPatrick Donnelly <pdonnell@redhat.com>
Mon, 14 Jun 2021 20:37:29 +0000 (13:37 -0700)
committerPatrick Donnelly <pdonnell@redhat.com>
Mon, 14 Jun 2021 20:37:29 +0000 (13:37 -0700)
Fixes: https://tracker.ceph.com/issues/51214
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
doc/cephadm/operations.rst

index 34f046890798df43523bdb0ac2787855845a68ef..56d1146de3ed52e5eb6760a51efafd40ffedc020 100644 (file)
@@ -363,10 +363,10 @@ is also distributed (see above).  To write config files to hosts without client
 By default, the configs are written to all hosts (i.e., those listed
 by ``ceph orch host ls``).  To specify which hosts get a ``ceph.conf``::
 
-    ceph config set mgr mgr/cephadm/manage_etc_ceph_ceph_conf_host <placement spec>
+    ceph config set mgr mgr/cephadm/manage_etc_ceph_ceph_conf_hosts <placement spec>
 
 For example, to distribute configs to hosts with the ``bare_config`` label,::
 
-    ceph config set mgr mgr/cephadm/manage_etc_ceph_ceph_conf_host label:bare_config
+    ceph config set mgr mgr/cephadm/manage_etc_ceph_ceph_conf_hosts label:bare_config
 
 (See :ref:`orchestrator-cli-placement-spec` for more information about placement specs.)