From: Josh Durgin Date: Mon, 11 Jun 2012 04:44:55 +0000 (-0700) Subject: Test old and new rbd formats X-Git-Tag: v0.94.10~27^2^2~922 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=68f14b400a332f3f94a44dd8416a33072ce6956d;p=ceph.git Test old and new rbd formats --- diff --git a/suites/regression/basic/tasks/rbd_api_tests.yaml b/suites/regression/basic/tasks/rbd_api_tests.yaml index f1590db282dd..17179075d1ab 100644 --- a/suites/regression/basic/tasks/rbd_api_tests.yaml +++ b/suites/regression/basic/tasks/rbd_api_tests.yaml @@ -5,3 +5,5 @@ tasks: clients: client.0: - rbd/test_librbd.sh + env: + RBD_FEATURES: "0" diff --git a/suites/regression/basic/tasks/rbd_api_tests_old_format.yaml b/suites/regression/basic/tasks/rbd_api_tests_old_format.yaml new file mode 100644 index 000000000000..f1590db282dd --- /dev/null +++ b/suites/regression/basic/tasks/rbd_api_tests_old_format.yaml @@ -0,0 +1,7 @@ +tasks: +- ceph: +- ceph-fuse: +- workunit: + clients: + client.0: + - rbd/test_librbd.sh diff --git a/suites/regression/basic/tasks/rbd_cli_copy.yaml b/suites/regression/basic/tasks/rbd_cli_copy.yaml index 8e6ce8194042..02db2737055e 100644 --- a/suites/regression/basic/tasks/rbd_cli_copy.yaml +++ b/suites/regression/basic/tasks/rbd_cli_copy.yaml @@ -5,3 +5,5 @@ tasks: clients: client.0: - rbd/copy.sh + env: + RBD_CREATE_ARGS: --new-format diff --git a/suites/regression/basic/tasks/rbd_cli_copy_old_format.yaml b/suites/regression/basic/tasks/rbd_cli_copy_old_format.yaml new file mode 100644 index 000000000000..8e6ce8194042 --- /dev/null +++ b/suites/regression/basic/tasks/rbd_cli_copy_old_format.yaml @@ -0,0 +1,7 @@ +tasks: +- ceph: +- ceph-fuse: +- workunit: + clients: + client.0: + - rbd/copy.sh diff --git a/suites/regression/basic/tasks/rbd_cli_import_export.yaml b/suites/regression/basic/tasks/rbd_cli_import_export.yaml index aa224985f7e4..09f8de93bcfc 100644 --- a/suites/regression/basic/tasks/rbd_cli_import_export.yaml +++ b/suites/regression/basic/tasks/rbd_cli_import_export.yaml @@ -5,3 +5,5 @@ tasks: clients: client.0: - rbd/import_export.sh + env: + RBD_CREATE_ARGS: --new-format diff --git a/suites/regression/basic/tasks/rbd_cli_import_export_old_format.yaml b/suites/regression/basic/tasks/rbd_cli_import_export_old_format.yaml new file mode 100644 index 000000000000..aa224985f7e4 --- /dev/null +++ b/suites/regression/basic/tasks/rbd_cli_import_export_old_format.yaml @@ -0,0 +1,7 @@ +tasks: +- ceph: +- ceph-fuse: +- workunit: + clients: + client.0: + - rbd/import_export.sh diff --git a/suites/regression/basic/tasks/rbd_python_api_tests.yaml b/suites/regression/basic/tasks/rbd_python_api_tests.yaml index e81dcff1efe5..9af1009f8a5d 100644 --- a/suites/regression/basic/tasks/rbd_python_api_tests.yaml +++ b/suites/regression/basic/tasks/rbd_python_api_tests.yaml @@ -5,3 +5,5 @@ tasks: clients: client.0: - rbd/test_librbd_python.sh + env: + RBD_FEATURES: "0" diff --git a/suites/regression/basic/tasks/rbd_python_api_tests_old_format.yaml b/suites/regression/basic/tasks/rbd_python_api_tests_old_format.yaml new file mode 100644 index 000000000000..e81dcff1efe5 --- /dev/null +++ b/suites/regression/basic/tasks/rbd_python_api_tests_old_format.yaml @@ -0,0 +1,7 @@ +tasks: +- ceph: +- ceph-fuse: +- workunit: + clients: + client.0: + - rbd/test_librbd_python.sh diff --git a/suites/regression/thrash/workloads/rbd_api_tests.yaml b/suites/regression/thrash/workloads/rbd_api_tests.yaml index e0990ea28cbc..e5cd45079473 100644 --- a/suites/regression/thrash/workloads/rbd_api_tests.yaml +++ b/suites/regression/thrash/workloads/rbd_api_tests.yaml @@ -4,3 +4,5 @@ tasks: clients: client.0: - rbd/test_librbd.sh + env: + RBD_FEATURES: "0" diff --git a/suites/smoke/basic/tasks/rbd_api_tests.yaml b/suites/smoke/basic/tasks/rbd_api_tests.yaml index f1590db282dd..17179075d1ab 100644 --- a/suites/smoke/basic/tasks/rbd_api_tests.yaml +++ b/suites/smoke/basic/tasks/rbd_api_tests.yaml @@ -5,3 +5,5 @@ tasks: clients: client.0: - rbd/test_librbd.sh + env: + RBD_FEATURES: "0" diff --git a/suites/smoke/basic/tasks/rbd_api_tests_old_format.yaml b/suites/smoke/basic/tasks/rbd_api_tests_old_format.yaml new file mode 100644 index 000000000000..f1590db282dd --- /dev/null +++ b/suites/smoke/basic/tasks/rbd_api_tests_old_format.yaml @@ -0,0 +1,7 @@ +tasks: +- ceph: +- ceph-fuse: +- workunit: + clients: + client.0: + - rbd/test_librbd.sh diff --git a/suites/smoke/basic/tasks/rbd_cli_import_export.yaml b/suites/smoke/basic/tasks/rbd_cli_import_export.yaml index aa224985f7e4..09f8de93bcfc 100644 --- a/suites/smoke/basic/tasks/rbd_cli_import_export.yaml +++ b/suites/smoke/basic/tasks/rbd_cli_import_export.yaml @@ -5,3 +5,5 @@ tasks: clients: client.0: - rbd/import_export.sh + env: + RBD_CREATE_ARGS: --new-format diff --git a/suites/smoke/basic/tasks/rbd_cli_import_export_old_format.yaml b/suites/smoke/basic/tasks/rbd_cli_import_export_old_format.yaml new file mode 100644 index 000000000000..aa224985f7e4 --- /dev/null +++ b/suites/smoke/basic/tasks/rbd_cli_import_export_old_format.yaml @@ -0,0 +1,7 @@ +tasks: +- ceph: +- ceph-fuse: +- workunit: + clients: + client.0: + - rbd/import_export.sh diff --git a/suites/smoke/basic/tasks/rbd_python_api_tests.yaml b/suites/smoke/basic/tasks/rbd_python_api_tests.yaml index e81dcff1efe5..9af1009f8a5d 100644 --- a/suites/smoke/basic/tasks/rbd_python_api_tests.yaml +++ b/suites/smoke/basic/tasks/rbd_python_api_tests.yaml @@ -5,3 +5,5 @@ tasks: clients: client.0: - rbd/test_librbd_python.sh + env: + RBD_FEATURES: "0" diff --git a/suites/smoke/basic/tasks/rbd_python_api_tests_old_format.yaml b/suites/smoke/basic/tasks/rbd_python_api_tests_old_format.yaml new file mode 100644 index 000000000000..e81dcff1efe5 --- /dev/null +++ b/suites/smoke/basic/tasks/rbd_python_api_tests_old_format.yaml @@ -0,0 +1,7 @@ +tasks: +- ceph: +- ceph-fuse: +- workunit: + clients: + client.0: + - rbd/test_librbd_python.sh