mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
compressor: add zstd back
it's a regression introduced by 16c3552a
Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
parent
7dbc67f5e0
commit
77a2a1ffca
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user