From: David Disseldorp Date: Thu, 5 Jul 2018 11:41:35 +0000 (+0200) Subject: doc/bluestore: fix minor typos in compression section X-Git-Tag: v14.0.1~940^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fbc333010264aa2bf4f2d1d527b7aaf09eb496dc;p=ceph.git doc/bluestore: fix minor typos in compression section Signed-off-by: David Disseldorp --- diff --git a/doc/rados/configuration/bluestore-config-ref.rst b/doc/rados/configuration/bluestore-config-ref.rst index e3287d9b63c7..0ebe9af6bdee 100644 --- a/doc/rados/configuration/bluestore-config-ref.rst +++ b/doc/rados/configuration/bluestore-config-ref.rst @@ -175,9 +175,9 @@ of the *compression mode* and any hints associated with a write operation. The modes are: * **none**: Never compress data. -* **passive**: Do not compress data unless the write operation as a +* **passive**: Do not compress data unless the write operation has a *compressible* hint set. -* **aggressive**: Compress data unless the write operation as an +* **aggressive**: Compress data unless the write operation has an *incompressible* hint set. * **force**: Try to compress data no matter what.