mirror of
https://github.com/ceph/ceph
synced 2024-12-18 17:37:38 +00:00
b4c32b1b58
This had been broken for some time, as since the new JournalStream stuff, zero padding was no longer a valid encoding. Fixes: http://tracker.ceph.com/issues/19691 Signed-off-by: John Spray <john.spray@redhat.com>
42 lines
771 B
ReStructuredText
42 lines
771 B
ReStructuredText
===========
|
|
Journaler
|
|
===========
|
|
|
|
``journaler write head interval``
|
|
|
|
:Description: How frequently to update the journal head object
|
|
:Type: Integer
|
|
:Required: No
|
|
:Default: ``15``
|
|
|
|
|
|
``journaler prefetch periods``
|
|
|
|
:Description: How many stripe periods to read-ahead on journal replay
|
|
:Type: Integer
|
|
:Required: No
|
|
:Default: ``10``
|
|
|
|
|
|
``journal prezero periods``
|
|
|
|
:Description: How many stripe periods to zero ahead of write position
|
|
:Type: Integer
|
|
:Required: No
|
|
:Default: ``10``
|
|
|
|
``journaler batch interval``
|
|
|
|
:Description: Maximum additional latency in seconds we incur artificially.
|
|
:Type: Double
|
|
:Required: No
|
|
:Default: ``.001``
|
|
|
|
|
|
``journaler batch max``
|
|
|
|
:Description: Maximum bytes we'll delay flushing.
|
|
:Type: 64-bit Unsigned Integer
|
|
:Required: No
|
|
:Default: ``0``
|