mirror of https://github.com/ceph/ceph-ansible.git
commit
5409453c1b
|
@ -435,6 +435,6 @@ dummy:
|
||||||
############
|
############
|
||||||
#kv_type: etcd
|
#kv_type: etcd
|
||||||
#kv_endpoint: 127.0.0.1
|
#kv_endpoint: 127.0.0.1
|
||||||
#kv_port: 4001
|
#kv_port: 2379
|
||||||
#containerized_deployment_with_kv: false
|
#containerized_deployment_with_kv: false
|
||||||
|
|
||||||
|
|
|
@ -33,7 +33,7 @@ dummy:
|
||||||
# important to split them into shards. We suggest about 100K
|
# important to split them into shards. We suggest about 100K
|
||||||
# objects per shard as a conservative maximum.
|
# objects per shard as a conservative maximum.
|
||||||
#rgw_override_bucket_index_max_shards: 16
|
#rgw_override_bucket_index_max_shards: 16
|
||||||
|
#
|
||||||
# Consider setting a quota on buckets so that exceeding this
|
# Consider setting a quota on buckets so that exceeding this
|
||||||
# limit will require admin intervention.
|
# limit will require admin intervention.
|
||||||
#rgw_bucket_default_quota_max_objects: 1638400 # i.e., 100K * 16
|
#rgw_bucket_default_quota_max_objects: 1638400 # i.e., 100K * 16
|
||||||
|
|
|
@ -28,5 +28,5 @@ monitor_address_block: []
|
||||||
############
|
############
|
||||||
kv_type: etcd
|
kv_type: etcd
|
||||||
kv_endpoint: 127.0.0.1
|
kv_endpoint: 127.0.0.1
|
||||||
kv_port: 4001
|
kv_port: 2379
|
||||||
containerized_deployment_with_kv: false
|
containerized_deployment_with_kv: false
|
||||||
|
|
Loading…
Reference in New Issue