From b42a08553271d5021526555c6bbd14f022d805b0 Mon Sep 17 00:00:00 2001 From: Yaniv Kaul Date: Mon, 29 Apr 2019 12:35:28 +0300 Subject: [PATCH] doc/rados: Update bluestore config - fix typo as -> has Signed-off-by: Yaniv Kaul --- 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 b21c4cff5a1..9b4d9133b42 100644 --- a/doc/rados/configuration/bluestore-config-ref.rst +++ b/doc/rados/configuration/bluestore-config-ref.rst @@ -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. -- 2.47.3