]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
tests: fixed deprecated option in run-rbd-tests
authorJason Dillaman <dillaman@redhat.com>
Fri, 18 Sep 2015 19:33:19 +0000 (15:33 -0400)
committerJason Dillaman <dillaman@redhat.com>
Thu, 5 Nov 2015 21:12:42 +0000 (16:12 -0500)
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 <dillaman@redhat.com>
src/test/run-rbd-tests

index 3840e769b9ee9c2aa982a74454872b326aa75a0b..1f7096148a8900369ead86e9b84f337ce55981ed 100755 (executable)
@@ -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