Skip to content

Commit

Permalink
Merge pull request ceph#41846 from batrick/i51214
Browse files Browse the repository at this point in the history
doc: fix typo in option

Reviewed-by: Daniel Pivonka <[email protected]>
  • Loading branch information
sebastian-philipp authored Jun 15, 2021
2 parents 6197650 + 3511c83 commit 6251e21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/cephadm/operations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.)

0 comments on commit 6251e21

Please sign in to comment.