From fbc333010264aa2bf4f2d1d527b7aaf09eb496dc Mon Sep 17 00:00:00 2001 From: David Disseldorp Date: Thu, 5 Jul 2018 13:41:35 +0200 Subject: [PATCH] doc/bluestore: fix minor typos in compression section Signed-off-by: David Disseldorp --- doc/rados/configuration/bluestore-config-ref.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/rados/configuration/bluestore-config-ref.rst b/doc/rados/configuration/bluestore-config-ref.rst index e3287d9b63c71..0ebe9af6bdee4 100644 --- a/doc/rados/configuration/bluestore-config-ref.rst +++ b/doc/rados/configuration/bluestore-config-ref.rst @@ -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.