From aef7f9e268b184ea66eaa9f862f1f05c385d837d Mon Sep 17 00:00:00 2001 From: Jason Dillaman Date: Mon, 14 Mar 2016 17:06:15 -0400 Subject: [PATCH] qa/workunits/rbd: do not use object map during read flag testing Signed-off-by: Jason Dillaman --- qa/workunits/rbd/read-flags.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/workunits/rbd/read-flags.sh b/qa/workunits/rbd/read-flags.sh index 375b3f3ee157d..7c24fded5ee60 100755 --- a/qa/workunits/rbd/read-flags.sh +++ b/qa/workunits/rbd/read-flags.sh @@ -42,7 +42,7 @@ clean_up trap clean_up INT TERM EXIT -rbd create -s 10 test +rbd create --image-feature layering -s 10 test rbd snap create test@snap # export from non snapshot with or without settings should not have flags -- 2.39.5