From 3511c83c6bf7519e2183b922e81805d5f18a50cb Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Mon, 14 Jun 2021 13:37:29 -0700 Subject: [PATCH] doc: fix typo in option Fixes: https://tracker.ceph.com/issues/51214 Signed-off-by: Patrick Donnelly --- doc/cephadm/operations.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.) -- 2.47.3