Signed-off-by: Grant Slater <grant.slater@wearefriday.com>
set(HAVE_BROTLI TRUE)
endif()
-option(WITH_LZ4 "LZ4 compression support" OFF)
+option(WITH_LZ4 "LZ4 compression support" ON)
if(WITH_LZ4)
find_package(LZ4 1.7 REQUIRED)
set(HAVE_LZ4 ${LZ4_FOUND})
can only express printable strings. If binary blobs are present,
the 'ceph config-key dump' command will show them as something like
``<<< binary blob of length N >>>``.
+
+* The Ceph LZ4 compression plugin is now built by default if the required
+ version of the LZ4 library is available. LZ4 is not enabled in the official
+ Ceph releases due to some distros shipping with a very old releases of the
+ LZ4 library which does not have the required LZ4 streaming function.