From: Ilya Dryomov Date: Tue, 12 Apr 2022 09:49:39 +0000 (+0200) Subject: ceph-pull-requests: enable the RWL mode of RBD persistent cache X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1989%2Fhead;p=ceph-build.git ceph-pull-requests: enable the RWL mode of RBD persistent cache WITH_RBD_RWL variable is added in https://github.com/ceph/ceph/pull/45872. Signed-off-by: Ilya Dryomov --- diff --git a/ceph-pull-requests/build/build b/ceph-pull-requests/build/build index 0c3ccf1dd..9e74e3332 100644 --- a/ceph-pull-requests/build/build +++ b/ceph-pull-requests/build/build @@ -8,6 +8,7 @@ fi export NPROC=$(nproc) export WITH_SEASTAR=true +export WITH_RBD_RWL=true if which apt-get > /dev/null ; then export WITH_ZBD=true fi