fixes: #6389
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
Ceph OSD Daemons support the following journal settings:
+
``journal dio``
:Description: Enables direct i/o to the journal. Requires ``journal block
:Default: ``true``
+
``journal aio``
+.. versionchanged:: 0.61 Cuttlefish
+
:Description: Enables using ``libaio`` for asynchronous writes to the journal.
Requires ``journal dio`` set to ``true``.
:Type: Boolean
:Required: No.
-:Default: ``false``
+:Default: Version 0.61 and later, ``true``. Version 0.60 and earlier, ``false``.
``journal block align``