mirror of
https://github.com/ceph/ceph
synced 2025-02-23 11:07:35 +00:00
Doc: Add config option to turn off crush update
Signed-off-by: David Moreau Simard <dmsimard@iweb.com>
This commit is contained in:
parent
5234abfa22
commit
2c2748519d
@ -80,8 +80,9 @@ Note:
|
|||||||
ceph-crush-location hook
|
ceph-crush-location hook
|
||||||
------------------------
|
------------------------
|
||||||
|
|
||||||
The ``ceph-crush-location`` utility will generate a default CRUSH location
|
By default, the ``ceph-crush-location`` utility will generate a CRUSH
|
||||||
string for a given daemon. The location is based on, in order of preference:
|
location string for a given daemon. The location is based on, in order of
|
||||||
|
preference:
|
||||||
|
|
||||||
#. A ``TYPE crush location`` option in ceph.conf. For example, this
|
#. A ``TYPE crush location`` option in ceph.conf. For example, this
|
||||||
is ``osd crush location`` for OSD daemons.
|
is ``osd crush location`` for OSD daemons.
|
||||||
@ -95,6 +96,11 @@ ceph.conf to describe that machine's location within the datacenter or
|
|||||||
cluster. This will be provide location awareness to both Ceph daemons
|
cluster. This will be provide location awareness to both Ceph daemons
|
||||||
and clients alike.
|
and clients alike.
|
||||||
|
|
||||||
|
It is possible to manage the CRUSH map entirely manually by toggling
|
||||||
|
the hook off in the configuration::
|
||||||
|
|
||||||
|
osd crush update on start = false
|
||||||
|
|
||||||
Custom location hooks
|
Custom location hooks
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user