From 0e499f306c05feb7af1bef5fc49ce379cadcf35b Mon Sep 17 00:00:00 2001 From: Jason Dillaman Date: Mon, 27 Apr 2015 01:58:06 -0400 Subject: [PATCH] tests: rbd cli integration test should explicitly select image format RBD format 2 is now the default image format, so tests involving the old format should explicitly request the old format. Fixes: #11477 Signed-off-by: Jason Dillaman --- src/test/cli-integration/rbd/formatted-output.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/cli-integration/rbd/formatted-output.t b/src/test/cli-integration/rbd/formatted-output.t index bc87e4326a3c4..61ba9d18eb653 100644 --- a/src/test/cli-integration/rbd/formatted-output.t +++ b/src/test/cli-integration/rbd/formatted-output.t @@ -11,10 +11,10 @@ ls on empty pool never containing images create ======= - $ rbd create -s 1024 foo + $ rbd create -s 1024 --image-format 1 foo $ rbd create -s 512 --image-format 2 bar $ rbd create -s 2048 --image-format 2 baz - $ rbd create -s 1 quux + $ rbd create -s 1 --image-format 1 quux snapshot ======== -- 2.39.5