]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: enable pg autoscaler on 1 pool
authorGuillaume Abrioux <gabrioux@redhat.com>
Fri, 28 Feb 2020 17:38:38 +0000 (18:38 +0100)
committerGuillaume Abrioux <gabrioux@redhat.com>
Fri, 6 Mar 2020 15:10:03 +0000 (16:10 +0100)
This commit enables the pg autoscaler on 1 pool.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit a3b797e059cdd69be74841c652cdcaaa9862a169)

tests/functional/all_daemons/container/group_vars/all
tests/functional/all_daemons/group_vars/all

index e148d877d04812e25a9745983989766355ab5f8a..31e5bebbda270480b30b5af36976a29a2cdac656 100644 (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 }}"
index 16a77d7e162c0b28711be06057f81599d80a9dd0..9dcbf61ff1e05d0397c3453e94f066b4af129f68 100644 (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 }}"