]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rados: Fix cache_flush, cache_try_flush, cache_evict and add hit_set_list
authorDavid Zafman <david.zafman@inktank.com>
Fri, 6 Jun 2014 01:24:59 +0000 (18:24 -0700)
committerDavid Zafman <david.zafman@inktank.com>
Fri, 6 Jun 2014 01:24:59 +0000 (18:24 -0700)
Signed-off-by: David Zafman <david.zafman@inktank.com>
suites/rados/thrash/workloads/cache-pool-snaps.yaml
suites/rados/thrash/workloads/cache-snaps.yaml
suites/rados/thrash/workloads/cache.yaml

index 8df800b3f13a9f2c2a014c2a16616ba3c04fb169..db23765a8a4e056dce13f9444a43834166c04d1d 100644 (file)
@@ -25,9 +25,10 @@ tasks:
       write: 100
       delete: 50
       copy_from: 50
-      flush: 50
-      try_flush: 50
-      evict: 50
+      cache_flush: 50
+      cache_try_flush: 50
+      cache_evict: 50
+      hit_set_list: 20
       snap_create: 50
       snap_remove: 50
       rollback: 50
index 10c98aa4382ad0d5e2020f2be7e47ac05c8447ab..5fcac89807ae8bfb982bfdf434475671ff90e784 100644 (file)
@@ -24,9 +24,10 @@ tasks:
       write: 100
       delete: 50
       copy_from: 50
-      flush: 50
-      try_flush: 50
-      evict: 50
+      cache_flush: 50
+      cache_try_flush: 50
+      cache_evict: 50
+      hit_set_list: 20
       snap_create: 50
       snap_remove: 50
       rollback: 50
index 0f15cad676395748925fb39dcbfa6aaf709d6018..716c5bb22d212a7ab7acaed9c3f45772036110db 100644 (file)
@@ -23,6 +23,7 @@ tasks:
       write: 100
       delete: 50
       copy_from: 50
-      flush: 50
-      try_flush: 50
-      evict: 50
+      cache_flush: 50
+      cache_try_flush: 50
+      cache_evict: 50
+      hit_set_list: 20