mirror of
https://github.com/ceph/ceph
synced 2025-02-23 19:17:37 +00:00
tests: disable deep-flatten feature for the krbd fsx test
krbd doesn't support fast-diff or deep-flatten yet. Had to do this with two commits because fast-diff is in next and deep-flatten isn't. Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
This commit is contained in:
parent
a2ad46408d
commit
92ed6e584d
@ -483,7 +483,8 @@ __librbd_clone(struct rbd_ctx *ctx, const char *src_snapname,
|
||||
if (krbd) {
|
||||
features &= ~(RBD_FEATURE_EXCLUSIVE_LOCK |
|
||||
RBD_FEATURE_OBJECT_MAP |
|
||||
RBD_FEATURE_FAST_DIFF);
|
||||
RBD_FEATURE_FAST_DIFF |
|
||||
RBD_FEATURE_DEEP_FLATTEN);
|
||||
}
|
||||
ret = rbd_clone2(ioctx, ctx->name, src_snapname, ioctx,
|
||||
dst_imagename, features, order,
|
||||
|
Loading…
Reference in New Issue
Block a user