]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
qa: use small default pg count for CephFS pools
authorPatrick Donnelly <pdonnell@redhat.com>
Wed, 9 Oct 2019 17:41:35 +0000 (10:41 -0700)
committerPatrick Donnelly <pdonnell@redhat.com>
Mon, 14 Oct 2019 17:45:05 +0000 (10:45 -0700)
commitfc88e6c6c55402120a432ea47f05f321ba4c9bb1
tree6fe5a6c989864364ea9c68288be04152b271504c
parent518168f9963122077d647e9669e9a1c52a3df027
qa: use small default pg count for CephFS pools

The pg count needs to be a power-of-two since
dff5697464edb9931d5dfa08cd4a30f85c1f237e.

Also, mon_pg_warn_min_per_osd is disabled by default now (or set to a
low value in vstart/testing) so there's no need to base the pg count on
this value.

Ideally someday we can remove this so that the default cluster value is
used but we need to keep this for deployments of older versions of Ceph.

Fixes: https://tracker.ceph.com/issues/42228
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
qa/tasks/cephfs/filesystem.py
qa/tasks/cephfs/test_data_scan.py
qa/tasks/cephfs/test_misc.py
qa/tasks/vstart_runner.py