From: Kyle Bader Date: Thu, 29 Feb 2024 22:17:46 +0000 (-0800) Subject: Update compression.rst X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e712ffd72148bc2adbc64b66a0c4220ecbfa0cd7;p=ceph.git Update compression.rst Signed-off-by: Kyle Bader --- diff --git a/doc/radosgw/compression.rst b/doc/radosgw/compression.rst index 429dde91c73d..c2637760df35 100644 --- a/doc/radosgw/compression.rst +++ b/doc/radosgw/compression.rst @@ -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