summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBazaah2023-08-11 05:02:16 +0000
committerBazaah2023-09-09 17:10:46 +0000
commitb019b81f57b969a58cf50ad729d05d30151c7d34 (patch)
treefa9551e2b1ee70dd38612670c4fe81c144345dac
parent1ce90d2484456871f765de60ff05d0a6066125f7 (diff)
downloadaur-b019b81f57b969a58cf50ad729d05d30151c7d34.tar.gz
pkgbuild: enable optional rbd components
- WITH_RBD_RWL, WITH_RBD_SSD_CACHE Enables the rbd writeback cache, both pmem and ssd variants. - WITH_RBD_MIRROR Enables mirroring rbd images between ceph clusters, similar to rgw multi-zonal replication These changes were prompted by github.com/Enelar in github.com/bazaah/aur-ceph/pull/18/commits/41a3081df83fb7ab9fd9d94f736ded417afb58da References: https://docs.ceph.com/en/reef/rbd/rbd-persistent-write-log-cache References: https://docs.ceph.com/en/reef/rbd/rbd-mirroring/
-rw-r--r--PKGBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d56e2379830d..4ca62be03ba5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -199,6 +199,10 @@ build() {
-DWITH_SPDK=OFF \
-DWITH_QAT=OFF \
-DWITH_QATZIP=OFF \
+ -DWITH_RBD=ON \
+ -DWITH_RBD_RWL=ON \
+ -DWITH_RBD_SSD_CACHE=ON \
+ -DWITH_RBD_MIRROR=ON \
-DWITH_CEPHFS=ON \
-DWITH_CEPHFS_JAVA=ON \
-DWITH_CEPHFS_SHELL=ON \