]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
compressor: add zstd back 21106/head
authorKefu Chai <kchai@redhat.com>
Thu, 29 Mar 2018 00:54:29 +0000 (08:54 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 29 Mar 2018 00:54:31 +0000 (08:54 +0800)
it's a regression introduced by 16c3552a

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/compressor/Compressor.h

index 788221d4ce5ed67108e4103e69d9050d4cba177c..cf3c40d4520ab4df9bcc0979aad2e5c88d738747 100644 (file)
@@ -48,6 +48,7 @@ public:
        { "none",       COMP_ALG_NONE },
        { "snappy",     COMP_ALG_SNAPPY },
        { "zlib",       COMP_ALG_ZLIB },
+       { "zstd",       COMP_ALG_ZSTD },
 #ifdef HAVE_LZ4
        { "lz4",        COMP_ALG_LZ4 },
 #endif