Skip to content

Commit

Permalink
Merge pull request #57633 from mcv21/patch-1
Browse files Browse the repository at this point in the history
Docs: clarify use of location: in host spec

Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
Reviewed-by: Adam King <adking@redhat.com>
  • Loading branch information
zdover23 committed May 23, 2024
2 parents c3463d5 + 2366391 commit de7b8ac
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/cephadm/host-management.rst
Original file line number Diff line number Diff line change
Expand Up @@ -303,14 +303,18 @@ Setting the initial CRUSH location of host
==========================================

Hosts can contain a ``location`` identifier which will instruct cephadm to
create a new CRUSH host located in the specified hierarchy.
create a new CRUSH host bucket located in the specified hierarchy.
You can specify more than one element of the tree when doing so (for
instance if you want to ensure that the rack that a host is being
added to is also added to the default bucket), for example:

.. code-block:: yaml
service_type: host
hostname: node-00
addr: 192.168.0.10
location:
root: default
rack: rack1
.. note::
Expand Down

0 comments on commit de7b8ac

Please sign in to comment.