Skip to content

Commit

Permalink
doc/bluestore: fix minor typos in compression section
Browse files Browse the repository at this point in the history
Signed-off-by: David Disseldorp <[email protected]>
  • Loading branch information
ddiss committed Jul 5, 2018
1 parent 54037e5 commit fbc3330
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/rados/configuration/bluestore-config-ref.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit fbc3330

Please sign in to comment.