diff --git a/doc/rados/operations/pools.rst b/doc/rados/operations/pools.rst index 5bea83a4c57..88d19bf38d1 100644 --- a/doc/rados/operations/pools.rst +++ b/doc/rados/operations/pools.rst @@ -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 `_ of ``bluestore compression algorithm``. +:Description: Sets inline compression algorithm to use for underlying BlueStore. This setting overrides the `global setting `_ 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 `_ of ``bluestore compression mode``. +:Description: Sets the policy for the inline compression algorithm for underlying BlueStore. This setting overrides the `global setting `_ 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 `_ of ``bluestore compression min blob *``. +:Description: Chunks smaller than this are never compressed. This setting overrides the `global setting `_ of ``bluestore compression min blob *``. :Type: Unsigned Integer