mirror of
https://github.com/ceph/ceph
synced 2025-02-21 09:57:26 +00:00
qa/suites: add mon-reweight-min-pgs-per-osd = 4
so we can run reweight commands in a small cluster with 3 OSD and 27 PGs. Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
parent
6646b35ac7
commit
ef7583d717
@ -11,6 +11,13 @@ openstack:
|
||||
- volumes: # attached to each instance
|
||||
count: 3
|
||||
size: 10 # GB
|
||||
overrides:
|
||||
ceph:
|
||||
conf:
|
||||
mgr:
|
||||
mon reweight min pgs per osd: 4
|
||||
mon:
|
||||
mon reweight min pgs per osd: 4
|
||||
tasks:
|
||||
- install:
|
||||
- ceph:
|
||||
|
Loading…
Reference in New Issue
Block a user