]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-pull-requests: enable the RWL mode of RBD persistent cache 1989/head
authorIlya Dryomov <idryomov@gmail.com>
Tue, 12 Apr 2022 09:49:39 +0000 (11:49 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Tue, 12 Apr 2022 09:50:30 +0000 (11:50 +0200)
WITH_RBD_RWL variable is added in https://github.com/ceph/ceph/pull/45872.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
ceph-pull-requests/build/build

index 0c3ccf1dd044b4cc9921852c61fb373185be0e5f..9e74e3332e4f2bf664ffd0c6f03c957ca9a3ced1 100644 (file)
@@ -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