]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Fixed typo causing "too many values to unpack" error
authorYuri Weinstein <yuri.weinstein@inktank.com>
Wed, 4 Feb 2015 23:00:55 +0000 (15:00 -0800)
committerYuri Weinstein <yuri.weinstein@inktank.com>
Mon, 23 Feb 2015 22:42:36 +0000 (14:42 -0800)
Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
(cherry picked from commit fdd175514738fd4f6cf3dea6d56ffb2eda78d64b)

suites/upgrade/giant-x/parallel/2-workload/sequential_run/test_cache-pool-snaps.yaml

index 98e4b87dc70c1b574650a60702eb44ab466a7071..d3b83fa7d952a4ba42f0983fa1e1c395b8e72e5b 100644 (file)
@@ -3,34 +3,33 @@ overrides:
     log-whitelist:
       - must scrub before tier agent can activate
 workload:
-  parallel:
-    - sequential:
-      - exec:
-          client.0:
-            - ceph osd pool create base 4
-            - ceph osd pool create cache 4
-            - ceph osd tier add base cache
-            - ceph osd tier cache-mode cache writeback
-            - ceph osd tier set-overlay base cache
-            - ceph osd pool set cache hit_set_type bloom
-            - ceph osd pool set cache hit_set_count 8
-            - ceph osd pool set cache hit_set_period 3600
-            - ceph osd pool set cache target_max_objects 250
-      - rados:
-          clients: [client.0]
-          pools: [base]
-          ops: 4000
-          objects: 500
-          pool_snaps: true
-          op_weights:
-            read: 100
-            write: 100
-            delete: 50
-            copy_from: 50
-            flush: 50
-            try_flush: 50
-            evict: 50
-            snap_create: 50
-            snap_remove: 50
-            rollback: 50
-      - print: "**** done test_cache-pool-snaps 2-workload sequential_run"
+  sequential:
+    - exec:
+        client.0:
+          - ceph osd pool create base 4
+          - ceph osd pool create cache 4
+          - ceph osd tier add base cache
+          - ceph osd tier cache-mode cache writeback
+          - ceph osd tier set-overlay base cache
+          - ceph osd pool set cache hit_set_type bloom
+          - ceph osd pool set cache hit_set_count 8
+          - ceph osd pool set cache hit_set_period 3600
+          - ceph osd pool set cache target_max_objects 250
+    - rados:
+        clients: [client.0]
+        pools: [base]
+        ops: 4000
+        objects: 500
+        pool_snaps: true
+        op_weights:
+          read: 100
+          write: 100
+          delete: 50
+          copy_from: 50
+          flush: 50
+          try_flush: 50
+          evict: 50
+          snap_create: 50
+          snap_remove: 50
+          rollback: 50
+    - print: "**** done test_cache-pool-snaps 2-workload sequential_run"