]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/bluestore: fix minor typos in compression section 22874/head
authorDavid Disseldorp <ddiss@suse.de>
Thu, 5 Jul 2018 11:41:35 +0000 (13:41 +0200)
committerDavid Disseldorp <ddiss@suse.de>
Thu, 5 Jul 2018 11:41:35 +0000 (13:41 +0200)
Signed-off-by: David Disseldorp <ddiss@suse.de>
doc/rados/configuration/bluestore-config-ref.rst

index e3287d9b63c71d3b5be7e039ee2a45125f00cfe1..0ebe9af6bdee46f867f234ba9a68e71da27bce9c 100644 (file)
@@ -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.