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
Guillaume Abrioux 2020-02-28 18:38:38 +01:00
parent 98783a17b3
commit 01559892d1
2 changed files with 4 additions and 0 deletions

View File

@ -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 }}"

View File

@ -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 }}"