From f955ee5c33b6d1632f8e561e93ebb9f28eb61138 Mon Sep 17 00:00:00 2001 From: Jason Dillaman Date: Fri, 18 Sep 2015 15:33:19 -0400 Subject: [PATCH] tests: fixed deprecated option in run-rbd-tests The --format support for specifying either the image format or display format has been removed. The test now uses the correct --image-format option. Signed-off-by: Jason Dillaman --- src/test/run-rbd-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/run-rbd-tests b/src/test/run-rbd-tests index 3840e769b9ee9..1f7096148a890 100755 --- a/src/test/run-rbd-tests +++ b/src/test/run-rbd-tests @@ -32,7 +32,7 @@ ceph_test_cls_rbd run_api_tests run_cli_tests -export RBD_CREATE_ARGS="--format 2" +export RBD_CREATE_ARGS="--image-format 2" run_cli_tests for i in 0 1 5 13 29 45 -- 2.39.5