]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
tests: fsx should disable journaling feature for krbd
authorJason Dillaman <dillaman@redhat.com>
Tue, 5 Jan 2016 19:33:55 +0000 (14:33 -0500)
committerJason Dillaman <dillaman@redhat.com>
Tue, 5 Jan 2016 21:34:23 +0000 (16:34 -0500)
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/test/librbd/fsx.cc

index 22857a680a2263c2af4a5f7d6a6142fb1657785f..3c26d5e2df591fcd2d842e24c81a7d9659aed2dd 100644 (file)
@@ -486,7 +486,8 @@ __librbd_clone(struct rbd_ctx *ctx, const char *src_snapname,
                features &= ~(RBD_FEATURE_EXCLUSIVE_LOCK |
                              RBD_FEATURE_OBJECT_MAP     |
                               RBD_FEATURE_FAST_DIFF      |
-                              RBD_FEATURE_DEEP_FLATTEN);
+                              RBD_FEATURE_DEEP_FLATTEN   |
+                              RBD_FEATURE_JOURNALING);
        }
        ret = rbd_clone2(ioctx, ctx->name, src_snapname, ioctx,
                         dst_imagename, features, order,