From: Patrick Donnelly Date: Mon, 14 Jun 2021 20:37:29 +0000 (-0700) Subject: doc: fix typo in option X-Git-Tag: v17.1.0~1651^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3511c83c6bf7519e2183b922e81805d5f18a50cb;p=ceph.git doc: fix typo in option Fixes: https://tracker.ceph.com/issues/51214 Signed-off-by: Patrick Donnelly --- diff --git a/doc/cephadm/operations.rst b/doc/cephadm/operations.rst index 34f04689079..56d1146de3e 100644 --- a/doc/cephadm/operations.rst +++ b/doc/cephadm/operations.rst @@ -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 + ceph config set mgr mgr/cephadm/manage_etc_ceph_ceph_conf_hosts 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.)