]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rados: Update bluestore config - fix typo 27845/head
authorYaniv Kaul <ykaul@redhat.com>
Mon, 29 Apr 2019 09:35:28 +0000 (12:35 +0300)
committerKefu Chai <kchai@redhat.com>
Wed, 1 May 2019 02:57:29 +0000 (10:57 +0800)
as -> has

Signed-off-by: Yaniv Kaul <ykaul@redhat.com>
doc/rados/configuration/bluestore-config-ref.rst

index b21c4cff5a12d6af776ebf95bf24e0ea859cdff4..9b4d9133b42f6c80ce7a1173b9b2248445f69dd4 100644 (file)
@@ -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.