]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/suites/rados/perf: create pool with lower pg_num 17819/head
authorNeha Ojha <nojha@redhat.com>
Tue, 19 Sep 2017 23:40:45 +0000 (16:40 -0700)
committerNeha Ojha <nojha@redhat.com>
Tue, 19 Sep 2017 23:40:45 +0000 (16:40 -0700)
Signed-off-by: Neha Ojha <nojha@redhat.com>
qa/suites/rados/perf/workloads/sample_fio.yaml
qa/suites/rados/perf/workloads/sample_radosbench.yaml

index d0fe0debde5a2c08b22673714f15717eabe4bfd9..98411392d6d58dd5d8a9947f9691862eefd689b6 100644 (file)
@@ -19,6 +19,6 @@ tasks:
       iterations: 1
       pool_profiles:
         rbd:
-          pg_size: 512
-          pgp_size: 512
+          pg_size: 128
+          pgp_size: 128
           replication: 3
index 793134d8ad4f162a946b856800a899dd5fdb03b8..e3dc47ae6f1c5bb029cd27bcbc79a5f2fbf68837 100644 (file)
@@ -18,6 +18,6 @@ tasks:
       iterations: 1
       pool_profiles:
         replicated:
-          pg_size: 512
-          pgp_size: 512
+          pg_size: 256
+          pgp_size: 256
           replication: 'replicated'