From: Yaniv Kaul Date: Mon, 29 Apr 2019 09:35:28 +0000 (+0300) Subject: doc/rados: Update bluestore config - fix typo X-Git-Tag: v13.2.6~69^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F27845%2Fhead;p=ceph.git doc/rados: Update bluestore config - fix typo as -> has Signed-off-by: Yaniv Kaul --- diff --git a/doc/rados/configuration/bluestore-config-ref.rst b/doc/rados/configuration/bluestore-config-ref.rst index b21c4cff5a12..9b4d9133b42f 100644 --- a/doc/rados/configuration/bluestore-config-ref.rst +++ b/doc/rados/configuration/bluestore-config-ref.rst @@ -334,9 +334,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.