mirror of https://github.com/ceph/ceph-ansible.git
tests: pg num should be a power of two number
This patch changes the pg_num value of the rgw pools foo and bar to be a power of two number. Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>pull/5122/head
parent
87034b1fb6
commit
2d2cec99fc
|
@ -2,6 +2,6 @@
|
||||||
copy_admin_key: True
|
copy_admin_key: True
|
||||||
rgw_create_pools:
|
rgw_create_pools:
|
||||||
foo:
|
foo:
|
||||||
pg_num: 17
|
pg_num: 16
|
||||||
bar:
|
bar:
|
||||||
pg_num: 19
|
pg_num: 16
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
copy_admin_key: true
|
copy_admin_key: true
|
||||||
rgw_create_pools:
|
rgw_create_pools:
|
||||||
foo:
|
foo:
|
||||||
pg_num: 17
|
pg_num: 16
|
||||||
bar:
|
bar:
|
||||||
pg_num: 19
|
pg_num: 16
|
||||||
rgw_override_bucket_index_max_shards: 16
|
rgw_override_bucket_index_max_shards: 16
|
||||||
rgw_bucket_default_quota_max_objects: 1638400
|
rgw_bucket_default_quota_max_objects: 1638400
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
rgw_create_pools:
|
rgw_create_pools:
|
||||||
foo:
|
foo:
|
||||||
pg_num: 17
|
pg_num: 16
|
||||||
bar:
|
bar:
|
||||||
pg_num: 19
|
pg_num: 16
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
rgw_create_pools:
|
rgw_create_pools:
|
||||||
foo:
|
foo:
|
||||||
pg_num: 17
|
pg_num: 16
|
||||||
bar:
|
bar:
|
||||||
pg_num: 19
|
pg_num: 16
|
|
@ -13,8 +13,8 @@ system_access_key: 6kWkikvapSnHyE22P7nO
|
||||||
system_secret_key: MGecsMrWtKZgngOHZdrd6d3JxGO5CPWgT2lcnpSt
|
system_secret_key: MGecsMrWtKZgngOHZdrd6d3JxGO5CPWgT2lcnpSt
|
||||||
rgw_create_pools:
|
rgw_create_pools:
|
||||||
foo:
|
foo:
|
||||||
pg_num: 17
|
pg_num: 16
|
||||||
bar:
|
bar:
|
||||||
pg_num: 19
|
pg_num: 16
|
||||||
rgw_override_bucket_index_max_shards: 16
|
rgw_override_bucket_index_max_shards: 16
|
||||||
rgw_bucket_default_quota_max_objects: 1638400
|
rgw_bucket_default_quota_max_objects: 1638400
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
---
|
---
|
||||||
rgw_create_pools:
|
rgw_create_pools:
|
||||||
foo:
|
foo:
|
||||||
pg_num: 17
|
pg_num: 16
|
||||||
bar:
|
bar:
|
||||||
pg_num: 19
|
pg_num: 16
|
||||||
rgw_override_bucket_index_max_shards: 16
|
rgw_override_bucket_index_max_shards: 16
|
||||||
rgw_bucket_default_quota_max_objects: 1638400
|
rgw_bucket_default_quota_max_objects: 1638400
|
|
@ -13,8 +13,8 @@ system_access_key: 6kWkikvapSnHyE22P7nO
|
||||||
system_secret_key: MGecsMrWtKZgngOHZdrd6d3JxGO5CPWgT2lcnpSt
|
system_secret_key: MGecsMrWtKZgngOHZdrd6d3JxGO5CPWgT2lcnpSt
|
||||||
rgw_create_pools:
|
rgw_create_pools:
|
||||||
foo:
|
foo:
|
||||||
pg_num: 17
|
pg_num: 16
|
||||||
bar:
|
bar:
|
||||||
pg_num: 19
|
pg_num: 16
|
||||||
rgw_override_bucket_index_max_shards: 16
|
rgw_override_bucket_index_max_shards: 16
|
||||||
rgw_bucket_default_quota_max_objects: 1638400
|
rgw_bucket_default_quota_max_objects: 1638400
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
---
|
---
|
||||||
rgw_create_pools:
|
rgw_create_pools:
|
||||||
foo:
|
foo:
|
||||||
pg_num: 17
|
pg_num: 16
|
||||||
bar:
|
bar:
|
||||||
pg_num: 19
|
pg_num: 16
|
||||||
rgw_override_bucket_index_max_shards: 16
|
rgw_override_bucket_index_max_shards: 16
|
||||||
rgw_bucket_default_quota_max_objects: 1638400
|
rgw_bucket_default_quota_max_objects: 1638400
|
Loading…
Reference in New Issue