mirror of https://github.com/ceph/ceph-ansible.git
17 lines
340 B
Plaintext
17 lines
340 B
Plaintext
---
|
|
copy_admin_key: true
|
|
# Enable Multisite support
|
|
rgw_multisite: true
|
|
rgw_create_pools:
|
|
foo:
|
|
pg_num: 16
|
|
type: replicated
|
|
bar:
|
|
pg_num: 16
|
|
rgw_override_bucket_index_max_shards: 16
|
|
rgw_bucket_default_quota_max_objects: 1638400
|
|
rgw_zonemaster: True
|
|
rgw_zonesecondary: False
|
|
rgw_zonegroupmaster: True
|
|
rgw_multisite_proto: http
|