mirror of
https://github.com/ceph/ceph
synced 2024-12-26 21:43:10 +00:00
efc3510f12
If it is specified, use it; otherwise, go by the config option. Record the type when creating the store. Signed-off-by: Sage Weil <sage@redhat.com>
13 lines
493 B
Plaintext
13 lines
493 B
Plaintext
11.0.0
|
|
------
|
|
|
|
* If you have manually specified the monitor user rocksdb via the
|
|
``mon keyvaluedb = rocksdb`` option, you will need to manually add a file
|
|
to the mon data directory to preserve this option::
|
|
|
|
echo rocksdb > /var/lib/ceph/mon/ceph-`hostname`/kv_backend
|
|
|
|
New monitors will now use rocksdb by default, but if that file is
|
|
not present, existing monitors will use leveldb. The ``mon keyvaluedb`` option
|
|
now only affects the backend chosen when a monitor is created.
|