From: Jason Dillaman Date: Wed, 13 May 2015 12:08:46 +0000 (-0400) Subject: tests: disable fast-diff feature for the krbd fsx test X-Git-Tag: v9.0.1~12^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=faa210ee3663c1a3cad18cb72b5caddb4a6ad491;p=ceph.git tests: disable fast-diff feature for the krbd fsx test The kernel does not yet support fast-diff. Fixes: #11551 Signed-off-by: Jason Dillaman --- diff --git a/src/test/librbd/fsx.cc b/src/test/librbd/fsx.cc index 7fe7495dd893..250dbb5e7db1 100644 --- a/src/test/librbd/fsx.cc +++ b/src/test/librbd/fsx.cc @@ -482,7 +482,8 @@ __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); + RBD_FEATURE_OBJECT_MAP | + RBD_FEATURE_FAST_DIFF); } ret = rbd_clone2(ioctx, ctx->name, src_snapname, ioctx, dst_imagename, features, order,