From 18334ea3d399f7f47aaaa13306a68d913080aeda Mon Sep 17 00:00:00 2001 From: David Zafman Date: Thu, 1 May 2014 14:39:18 -0700 Subject: [PATCH] rados/thrash: Fix workload of cache-agent-big Create a log of objects and operate on some of them (Initial object creation counts against total operations specified) Add limit to 20 minutes Fixes: 8263 Signed-off-by: David Zafman --- suites/rados/thrash/workloads/cache-agent-big.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/suites/rados/thrash/workloads/cache-agent-big.yaml b/suites/rados/thrash/workloads/cache-agent-big.yaml index f707d0a97216e..d983d9089c609 100644 --- a/suites/rados/thrash/workloads/cache-agent-big.yaml +++ b/suites/rados/thrash/workloads/cache-agent-big.yaml @@ -19,8 +19,9 @@ tasks: - rados: clients: [client.0] pools: [base] - ops: 4000 - objects: 10000 + ops: 10000 + objects: 6600 + max_seconds: 1200 size: 1024 op_weights: read: 100 -- 2.39.5