mirror of https://github.com/ceph/ceph-ansible.git
doc: update default osd_objectstore value
since dc3319c3c4
this should be reflected
in the doc.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
pull/3238/head
parent
55334baa0c
commit
fc6f1ae099
|
@ -38,7 +38,7 @@ Other (optional) supported settings:
|
||||||
|
|
||||||
- ``osd_objectstore``: Set the Ceph *objectstore* for the OSD. Available options
|
- ``osd_objectstore``: Set the Ceph *objectstore* for the OSD. Available options
|
||||||
are ``filestore`` or ``bluestore``. You can only select ``bluestore`` with
|
are ``filestore`` or ``bluestore``. You can only select ``bluestore`` with
|
||||||
the Ceph release is luminous or greater. Defaults to ``filestore`` if unset.
|
the Ceph release is luminous or greater. Defaults to ``bluestore`` if unset.
|
||||||
|
|
||||||
- ``dmcrypt``: Enable Ceph's encryption on OSDs using ``dmcrypt``.
|
- ``dmcrypt``: Enable Ceph's encryption on OSDs using ``dmcrypt``.
|
||||||
Defaults to ``false`` if unset.
|
Defaults to ``false`` if unset.
|
||||||
|
|
Loading…
Reference in New Issue