From 321f390010f00df55811f8bd73020fb017c00874 Mon Sep 17 00:00:00 2001 From: James McClune Date: Sun, 5 Aug 2018 13:49:03 -0400 Subject: [PATCH] doc: fixed links in Pools section Fixed broken links (404 error) in the Pools section of Ceph Storage Cluster. Signed-off-by: James McClune --- doc/rados/operations/pools.rst | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/doc/rados/operations/pools.rst b/doc/rados/operations/pools.rst index 5bea83a4c57f0..88d19bf38d1eb 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 -- 2.39.5