From: Sage Weil Date: Fri, 24 Jun 2016 18:44:00 +0000 (-0400) Subject: rados/thrash/workloads/cache-agent-big: set min_size=2 on m=1 k=2 ec pool X-Git-Tag: v11.1.1~58^2^2~157^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ec439c01ea0b9ea4e6b52dd9616932b39d92b5aa;p=ceph.git rados/thrash/workloads/cache-agent-big: set min_size=2 on m=1 k=2 ec pool Otherwise min_size will be 3 and we will wedge on a single down osd. Signed-off-by: Sage Weil --- diff --git a/suites/rados/thrash/workloads/cache-agent-big.yaml b/suites/rados/thrash/workloads/cache-agent-big.yaml index 1a54cd6a55b..047ee7c6c80 100644 --- a/suites/rados/thrash/workloads/cache-agent-big.yaml +++ b/suites/rados/thrash/workloads/cache-agent-big.yaml @@ -7,6 +7,7 @@ tasks: client.0: - sudo ceph osd erasure-code-profile set teuthologyprofile ruleset-failure-domain=osd m=1 k=2 - sudo ceph osd pool create base 4 4 erasure teuthologyprofile + - sudo ceph osd pool set base min_size 2 - sudo ceph osd pool create cache 4 - sudo ceph osd tier add base cache - sudo ceph osd tier cache-mode cache writeback