summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorsamarah <suriarte@redhat.com>2022-11-11 18:56:46 +0100
committerSamarah <samarah.uriarte@ibm.com>2023-06-05 19:06:46 +0200
commit8d37f60c10fedbf6a5ecae52a8275c12d2b14e48 (patch)
tree60a9d8a6e9f8b3f3bedb4df5f3d1efda000aeb90 /CMakeLists.txt
parentrgw: Add cpp-redis submodule to ceph (diff)
downloadceph-8d37f60c10fedbf6a5ecae52a8275c12d2b14e48.tar.xz
ceph-8d37f60c10fedbf6a5ecae52a8275c12d2b14e48.zip
RGW: Add D4N classes and unit testing; update cpp_redis submodule
Signed-off-by: samarah <suriarte@redhat.com>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f5046b93011..6039bd84e23 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -438,7 +438,8 @@ option(WITH_RADOSGW_KAFKA_ENDPOINT "Rados Gateway's pubsub support for Kafka pus
option(WITH_RADOSGW_LUA_PACKAGES "Rados Gateway's support for dynamically adding lua packagess" ON)
option(WITH_RADOSGW_DBSTORE "DBStore backend for Rados Gateway" ON)
option(WITH_RADOSGW_MOTR "CORTX-Motr backend for Rados Gateway" OFF)
-option(WITH_RADOSGW_DAOS "DAOS backend for RADOS Gateway" OFF)
+option(WITH_RADOSGW_DAOS "DAOS backend for Rados Gateway" OFF)
+option(WITH_RADOSGW_D4N "D4N wrapper for RADOS Gateway" ON)
option(WITH_RADOSGW_SELECT_PARQUET "Support for s3 select on parquet objects" ON)
option(WITH_RADOSGW_ARROW_FLIGHT "Build arrow flight when not using system-provided arrow" OFF)
option(WITH_RADOSGW_BACKTRACE_LOGGING "Enable backtraces in rgw logs" OFF)