]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Test old and new rbd formats
authorJosh Durgin <josh.durgin@inktank.com>
Mon, 11 Jun 2012 04:44:55 +0000 (21:44 -0700)
committerJosh Durgin <josh.durgin@inktank.com>
Mon, 11 Jun 2012 04:45:59 +0000 (21:45 -0700)
15 files changed:
suites/regression/basic/tasks/rbd_api_tests.yaml
suites/regression/basic/tasks/rbd_api_tests_old_format.yaml [new file with mode: 0644]
suites/regression/basic/tasks/rbd_cli_copy.yaml
suites/regression/basic/tasks/rbd_cli_copy_old_format.yaml [new file with mode: 0644]
suites/regression/basic/tasks/rbd_cli_import_export.yaml
suites/regression/basic/tasks/rbd_cli_import_export_old_format.yaml [new file with mode: 0644]
suites/regression/basic/tasks/rbd_python_api_tests.yaml
suites/regression/basic/tasks/rbd_python_api_tests_old_format.yaml [new file with mode: 0644]
suites/regression/thrash/workloads/rbd_api_tests.yaml
suites/smoke/basic/tasks/rbd_api_tests.yaml
suites/smoke/basic/tasks/rbd_api_tests_old_format.yaml [new file with mode: 0644]
suites/smoke/basic/tasks/rbd_cli_import_export.yaml
suites/smoke/basic/tasks/rbd_cli_import_export_old_format.yaml [new file with mode: 0644]
suites/smoke/basic/tasks/rbd_python_api_tests.yaml
suites/smoke/basic/tasks/rbd_python_api_tests_old_format.yaml [new file with mode: 0644]

index f1590db282dd26f10f3898a86290a8be1861c46b..17179075d1ab4bf0065c6062e9b43c29bd27001b 100644 (file)
@@ -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 (file)
index 0000000..f1590db
--- /dev/null
@@ -0,0 +1,7 @@
+tasks:
+- ceph:
+- ceph-fuse:
+- workunit:
+    clients:
+      client.0:
+        - rbd/test_librbd.sh
index 8e6ce8194042c42e632f86c9d07095513a504e24..02db2737055eb6b642dd1a66d23b0404ac9191db 100644 (file)
@@ -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 (file)
index 0000000..8e6ce81
--- /dev/null
@@ -0,0 +1,7 @@
+tasks:
+- ceph:
+- ceph-fuse:
+- workunit:
+    clients:
+      client.0:
+        - rbd/copy.sh
index aa224985f7e45e2d81243529dfeed70a59bc1fe8..09f8de93bcfca3a1995b2524b32dc14943288955 100644 (file)
@@ -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 (file)
index 0000000..aa22498
--- /dev/null
@@ -0,0 +1,7 @@
+tasks:
+- ceph:
+- ceph-fuse:
+- workunit:
+    clients:
+      client.0:
+        - rbd/import_export.sh
index e81dcff1efe530cb125c0212f66ff6a821ae40d2..9af1009f8a5d66496d533edb4b4b9dc4c929ebbd 100644 (file)
@@ -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 (file)
index 0000000..e81dcff
--- /dev/null
@@ -0,0 +1,7 @@
+tasks:
+- ceph:
+- ceph-fuse:
+- workunit:
+    clients:
+      client.0:
+        - rbd/test_librbd_python.sh
index e0990ea28cbc8498f73b0971d788cd48e6ffe60c..e5cd45079473516a3f3c3be06f9a2824349e9f7c 100644 (file)
@@ -4,3 +4,5 @@ tasks:
     clients:
       client.0:
         - rbd/test_librbd.sh
+    env:
+      RBD_FEATURES: "0"
index f1590db282dd26f10f3898a86290a8be1861c46b..17179075d1ab4bf0065c6062e9b43c29bd27001b 100644 (file)
@@ -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 (file)
index 0000000..f1590db
--- /dev/null
@@ -0,0 +1,7 @@
+tasks:
+- ceph:
+- ceph-fuse:
+- workunit:
+    clients:
+      client.0:
+        - rbd/test_librbd.sh
index aa224985f7e45e2d81243529dfeed70a59bc1fe8..09f8de93bcfca3a1995b2524b32dc14943288955 100644 (file)
@@ -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 (file)
index 0000000..aa22498
--- /dev/null
@@ -0,0 +1,7 @@
+tasks:
+- ceph:
+- ceph-fuse:
+- workunit:
+    clients:
+      client.0:
+        - rbd/import_export.sh
index e81dcff1efe530cb125c0212f66ff6a821ae40d2..9af1009f8a5d66496d533edb4b4b9dc4c929ebbd 100644 (file)
@@ -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 (file)
index 0000000..e81dcff
--- /dev/null
@@ -0,0 +1,7 @@
+tasks:
+- ceph:
+- ceph-fuse:
+- workunit:
+    clients:
+      client.0:
+        - rbd/test_librbd_python.sh