]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
upgrade/client-upgrade: only use supported features for RBD tests
authorJason Dillaman <dillaman@redhat.com>
Sun, 13 Mar 2016 20:15:43 +0000 (16:15 -0400)
committerJason Dillaman <dillaman@redhat.com>
Sun, 13 Mar 2016 20:32:34 +0000 (16:32 -0400)
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
suites/upgrade/client-upgrade/hammer-client-x/basic/2-workload/rbd_cli_import_export.yaml
suites/upgrade/client-upgrade/hammer-client-x/rbd/0-cluster/start.yaml
suites/upgrade/client-upgrade/infernalis-client-x/basic/2-workload/rbd_cli_import_export.yaml
suites/upgrade/client-upgrade/infernalis-client-x/rbd/0-cluster/start.yaml

index ab83df856e1dbc76ff5ca0b2e3d2d2c519644916..dfaa0e8783d46dd4c0e74b71490d543ef2b7a239 100644 (file)
@@ -9,5 +9,5 @@ tasks:
       client.0:
       - rbd/import_export.sh
     env:
-      RBD_CREATE_ARGS: --new-format
+      RBD_CREATE_ARGS: --image-feature layering,exclusive-lock,object-map
 - print: "**** done rbd/import_export.sh"
index 0cdce9259e0e951b313777201b4c62695d510e9f..4d92f8005e8c65014839b9b8b73e67c132c6debf 100644 (file)
@@ -11,3 +11,6 @@ overrides:
   ceph:
     log-whitelist:
     - failed to encode map
+    conf:
+      client:
+        rbd default features: 1
index deb849af2d1f244a0b08456a9c80fdb744d901c3..5adc5ac40421a690168d4bf10a17652dbd955489 100644 (file)
@@ -9,5 +9,5 @@ tasks:
       client.0:
       - rbd/import_export.sh
     env:
-      RBD_CREATE_ARGS: --new-format
+      RBD_CREATE_ARGS: --image-feature layering,exclusive-lock,object-map
 - print: "**** done rbd/import_export.sh"
index 0cdce9259e0e951b313777201b4c62695d510e9f..4d92f8005e8c65014839b9b8b73e67c132c6debf 100644 (file)
@@ -11,3 +11,6 @@ overrides:
   ceph:
     log-whitelist:
     - failed to encode map
+    conf:
+      client:
+        rbd default features: 1