mirror of
https://github.com/ceph/ceph
synced 2024-12-25 21:03:31 +00:00
doc/rbd: documented 'rbd compression hint' config option
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
This commit is contained in:
parent
200fc5b2f2
commit
d611a9860a
@ -4,6 +4,17 @@
|
||||
|
||||
See `Block Device`_ for additional details.
|
||||
|
||||
Generic IO Settings
|
||||
===================
|
||||
|
||||
``rbd compression hint``
|
||||
|
||||
:Description: Hint to send to the OSDs on write operations. If set to `compressible` and the OSD `bluestore compression mode` setting is `passive`, the OSD will attempt to compress the data. If set to `incompressible` and the OSD compression setting is `aggressive`, the OSD will not attempt to compress the data.
|
||||
:Type: Enum
|
||||
:Required: No
|
||||
:Default: ``none``
|
||||
:Values: ``none``, ``compressible``, ``incompressible``
|
||||
|
||||
Cache Settings
|
||||
=======================
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user