mirror of
https://github.com/ceph/ceph
synced 2024-12-28 14:34:13 +00:00
Merge pull request #23431 from falcon78921/wip-doc-rados-pool
doc: fixed links in Pools section Reviewed-by: John Wilkins <jowilkin@redhat.com>
This commit is contained in:
commit
309a3fdb73
@ -271,24 +271,21 @@ You may set values for the following keys:
|
||||
|
||||
``compression_algorithm``
|
||||
|
||||
:Description: Sets inline compression algorithm to use for underlying BlueStore.
|
||||
This setting overrides the `global setting <rados/configuration/bluestore-config-ref/#inline-compression>`_ of ``bluestore compression algorithm``.
|
||||
:Description: Sets inline compression algorithm to use for underlying BlueStore. This setting overrides the `global setting <http://docs.ceph.com/docs/master/rados/configuration/bluestore-config-ref/#inline-compression>`_ of ``bluestore compression algorithm``.
|
||||
|
||||
:Type: String
|
||||
:Valid Settings: ``lz4``, ``snappy``, ``zlib``, ``zstd``
|
||||
|
||||
``compression_mode``
|
||||
|
||||
:Description: Sets the policy for the inline compression algorithm for underlying BlueStore.
|
||||
This setting overrides the `global setting <rados/configuration/bluestore-config-ref/#inline-compression>`_ of ``bluestore compression mode``.
|
||||
:Description: Sets the policy for the inline compression algorithm for underlying BlueStore. This setting overrides the `global setting <http://docs.ceph.com/docs/master/rados/configuration/bluestore-config-ref/#inline-compression>`_ of ``bluestore compression mode``.
|
||||
|
||||
:Type: String
|
||||
:Valid Settings: ``none``, ``passive``, ``aggressive``, ``force``
|
||||
|
||||
``compression_min_blob_size``
|
||||
|
||||
:Description: Chunks smaller than this are never compressed.
|
||||
This setting overrides the `global setting <rados/configuration/bluestore-config-ref/#inline-compression>`_ of ``bluestore compression min blob *``.
|
||||
:Description: Chunks smaller than this are never compressed. This setting overrides the `global setting <http://docs.ceph.com/docs/master/rados/configuration/bluestore-config-ref/#inline-compression>`_ of ``bluestore compression min blob *``.
|
||||
|
||||
:Type: Unsigned Integer
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user