]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rados/thrash/workloads/cache-agent-big: set min_size=2 on m=1 k=2 ec pool
authorSage Weil <sage@redhat.com>
Fri, 24 Jun 2016 18:44:00 +0000 (14:44 -0400)
committerSage Weil <sage@redhat.com>
Fri, 24 Jun 2016 18:44:00 +0000 (14:44 -0400)
Otherwise min_size will be 3 and we will wedge on a single down
osd.

Signed-off-by: Sage Weil <sage@redhat.com>
suites/rados/thrash/workloads/cache-agent-big.yaml

index 1a54cd6a55bc5a4a7df2b0a1ef8f02b857064a86..047ee7c6c8094d775cb3b91dadc0f7f617403d7b 100644 (file)
@@ -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