From 42a18edf26b7912c9bda9047e75dd64e6786d2b6 Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Wed, 2 Nov 2016 11:18:19 -0400 Subject: [PATCH] doc/rgw: document rgw_compression_type Signed-off-by: Casey Bodley --- doc/radosgw/config-ref.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/radosgw/config-ref.rst b/doc/radosgw/config-ref.rst index 390151b87e9..b25cf14c51f 100644 --- a/doc/radosgw/config-ref.rst +++ b/doc/radosgw/config-ref.rst @@ -380,6 +380,16 @@ Ceph configuration file, the default value will be set automatically. :Default: ``-1`` +``rgw compression type`` + +:Description: The compression plugin to use when writing object data. Each + compressed object remembers which plugin was used, so changing + this setting does not hinder the ability to decompress existing + objects, not does it force existing objects to be recompressed. +:Type: String +:Default: ``none`` + + Regions =======