mirror of https://github.com/ceph/ceph-ansible.git
tests: enable pg autoscaler on 1 pool
This commit enables the pg autoscaler on 1 pool.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit a3b797e059
)
pull/5133/head
parent
98783a17b3
commit
01559892d1
|
@ -25,6 +25,8 @@ openstack_glance_pool:
|
|||
erasure_profile: ""
|
||||
expected_num_objects: ""
|
||||
size: 1
|
||||
pg_autoscale_mode: True
|
||||
target_size_ratio: 0.2
|
||||
openstack_cinder_pool:
|
||||
name: "volumes"
|
||||
pg_num: "{{ osd_pool_default_pg_num }}"
|
||||
|
|
|
@ -18,6 +18,8 @@ openstack_glance_pool:
|
|||
expected_num_objects: ""
|
||||
size: 1
|
||||
application: rbd
|
||||
pg_autoscale_mode: True
|
||||
target_size_ratio: 0.2
|
||||
openstack_cinder_pool:
|
||||
name: "volumes"
|
||||
pg_num: "{{ osd_pool_default_pg_num }}"
|
||||
|
|
Loading…
Reference in New Issue