]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Update compression.rst rgw-compression-docs 55845/head
authorKyle Bader <kbader@ibm.com>
Thu, 29 Feb 2024 22:17:46 +0000 (14:17 -0800)
committerGitHub <noreply@github.com>
Thu, 29 Feb 2024 22:17:46 +0000 (14:17 -0800)
Signed-off-by: Kyle Bader <kbader@ibm.com>
doc/radosgw/compression.rst

index 429dde91c73ddf6290d7266e6447804f982ca22e..c2637760df3558795dcf6dfc41c049cb161fdf37 100644 (file)
@@ -32,7 +32,7 @@ recompressed.
 
 Compression settings apply to all new objects uploaded to buckets using this
 placement target. Compression can be disabled by setting the ``type`` to an
-empty string or ``none``.
+empty string or ``none``. The valid types are ``zlib`` and ``zstd``.
 
 For example::
 
@@ -103,3 +103,12 @@ size of compressed data, in bytes and kilobytes respectively.
 
 .. _`Server-Side Encryption`: ../encryption
 .. _`Multisite Configuration`: ../multisite
+
+Compression Tuning
+==================
+
+The compression level and window size is controlled by the ceph configuration parameters::
+
+  compressor_zlib_level
+  compressor_zlib_winsize
+  compressor_zstd_level