File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -303,14 +303,18 @@ Setting the initial CRUSH location of host
303303==========================================
304304
305305Hosts can contain a ``location `` identifier which will instruct cephadm to
306- create a new CRUSH host located in the specified hierarchy.
306+ create a new CRUSH host bucket located in the specified hierarchy.
307+ You can specify more than one element of the tree when doing so (for
308+ instance if you want to ensure that the rack that a host is being
309+ added to is also added to the default bucket), for example:
307310
308311.. code-block :: yaml
309312
310313 service_type : host
311314 hostname : node-00
312315 addr : 192.168.0.10
313316 location :
317+ root : default
314318 rack : rack1
315319
316320 .. note ::
You can’t perform that action at this time.
0 commit comments