]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rados/thrash/workloads: make cache-agent-big use an ec base pool
authorSamuel Just <sam.just@inktank.com>
Thu, 27 Mar 2014 18:51:44 +0000 (11:51 -0700)
committerSamuel Just <sam.just@inktank.com>
Thu, 27 Mar 2014 18:51:44 +0000 (11:51 -0700)
Signed-off-by: Samuel Just <sam.just@inktank.com>
suites/rados/thrash/workloads/cache-agent-big.yaml

index ad30a146c392645929d5730480ff4e372d35fff2..1d7614a572c881598632ebea575b78c4ff2751b9 100644 (file)
@@ -1,7 +1,9 @@
 tasks:
 - exec:
     client.0:
-      - ceph osd pool create base 4
+      - ceph osd erasure-code-profile set teuthologyprofile ruleset-failure-domain=osd
+        m=1 k=2
+      - ceph osd pool create base 4 erasure teuthologyprofile
       - ceph osd pool create cache 4
       - ceph osd tier add base cache
       - ceph osd tier cache-mode cache writeback