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>stable-3.1
parent
c243cafe5e
commit
143cdd731a
|
@ -2,6 +2,6 @@
|
|||
copy_admin_key: True
|
||||
rgw_create_pools:
|
||||
foo:
|
||||
pg_num: 17
|
||||
pg_num: 16
|
||||
bar:
|
||||
pg_num: 19
|
||||
pg_num: 16
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
copy_admin_key: true
|
||||
rgw_create_pools:
|
||||
foo:
|
||||
pg_num: 17
|
||||
pg_num: 16
|
||||
bar:
|
||||
pg_num: 19
|
||||
pg_num: 16
|
||||
rgw_override_bucket_index_max_shards: 16
|
||||
rgw_bucket_default_quota_max_objects: 1638400
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
copy_admin_key: true
|
||||
rgw_create_pools:
|
||||
foo:
|
||||
pg_num: 17
|
||||
pg_num: 16
|
||||
bar:
|
||||
pg_num: 19
|
||||
pg_num: 16
|
||||
rgw_override_bucket_index_max_shards: 16
|
||||
rgw_bucket_default_quota_max_objects: 1638400
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
copy_admin_key: true
|
||||
rgw_create_pools:
|
||||
foo:
|
||||
pg_num: 17
|
||||
pg_num: 16
|
||||
bar:
|
||||
pg_num: 19
|
||||
pg_num: 16
|
||||
rgw_override_bucket_index_max_shards: 16
|
||||
rgw_bucket_default_quota_max_objects: 1638400
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
rgw_create_pools:
|
||||
foo:
|
||||
pg_num: 17
|
||||
pg_num: 16
|
||||
bar:
|
||||
pg_num: 19
|
||||
pg_num: 16
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
rgw_create_pools:
|
||||
foo:
|
||||
pg_num: 17
|
||||
pg_num: 16
|
||||
bar:
|
||||
pg_num: 19
|
||||
pg_num: 16
|
|
@ -1,8 +1,8 @@
|
|||
copy_admin_key: true
|
||||
rgw_create_pools:
|
||||
foo:
|
||||
pg_num: 17
|
||||
pg_num: 16
|
||||
bar:
|
||||
pg_num: 19
|
||||
pg_num: 16
|
||||
rgw_override_bucket_index_max_shards: 16
|
||||
rgw_bucket_default_quota_max_objects: 1638400
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
copy_admin_key: true
|
||||
rgw_create_pools:
|
||||
foo:
|
||||
pg_num: 17
|
||||
pg_num: 16
|
||||
bar:
|
||||
pg_num: 19
|
||||
pg_num: 16
|
||||
rgw_override_bucket_index_max_shards: 16
|
||||
rgw_bucket_default_quota_max_objects: 1638400
|
||||
|
|
Loading…
Reference in New Issue