Merge pull request #22874 from ddiss/bluestore_docs

doc/bluestore: fix minor typos in compression section

Reviewed-by: Igor Fedotov <ifedotov@suse.com>
This commit is contained in:
Igor Fedotov 2018-07-05 17:51:00 +03:00 committed by GitHub
commit 643192e715
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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.