From: Ilya Dryomov Date: Thu, 18 Aug 2016 10:14:22 +0000 (+0200) Subject: test/librbd/fsx: enable exclusive-lock feature in krbd mode X-Git-Tag: v11.0.1~319^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F10984%2Fhead;p=ceph.git test/librbd/fsx: enable exclusive-lock feature in krbd mode Signed-off-by: Ilya Dryomov --- diff --git a/src/test/librbd/fsx.cc b/src/test/librbd/fsx.cc index 6fb5700c6213..de3b9f96e77d 100644 --- a/src/test/librbd/fsx.cc +++ b/src/test/librbd/fsx.cc @@ -725,8 +725,7 @@ __librbd_clone(struct rbd_ctx *ctx, const char *src_snapname, uint64_t features = RBD_FEATURES_ALL; if (krbd) { - features &= ~(RBD_FEATURE_EXCLUSIVE_LOCK | - RBD_FEATURE_OBJECT_MAP | + features &= ~(RBD_FEATURE_OBJECT_MAP | RBD_FEATURE_FAST_DIFF | RBD_FEATURE_DEEP_FLATTEN | RBD_FEATURE_JOURNALING);