From: Sage Weil Date: Fri, 10 Nov 2017 02:10:59 +0000 (-0600) Subject: os/filestore: disable rocksdb compression X-Git-Tag: v12.2.2~18^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F18860%2Fhead;p=ceph.git os/filestore: disable rocksdb compression Experience working with customer escalations suggests that disabling compression improves performance, and the storage overhead is generally not a concern for the metadata and omap data we are storing. Signed-off-by: Sage Weil (cherry picked from commit b878ead071b328e5fe7309a2368383e67679e9f7) # Conflicts: # src/common/options.cc --- diff --git a/src/common/options.cc b/src/common/options.cc index 269923239ca..5fdd32b5503 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -3670,7 +3670,7 @@ std::vector