mirror of https://github.com/ceph/ceph-ansible.git
ceph-docker-common: update etcd kv port
New registered port is 2379 Signed-off-by: Sébastien Han <seb@redhat.com>pull/1705/head
parent
37f73cafa4
commit
afa29889c1
|
@ -435,6 +435,6 @@ dummy:
|
|||
############
|
||||
#kv_type: etcd
|
||||
#kv_endpoint: 127.0.0.1
|
||||
#kv_port: 4001
|
||||
#kv_port: 2379
|
||||
#containerized_deployment_with_kv: false
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@ dummy:
|
|||
# important to split them into shards. We suggest about 100K
|
||||
# objects per shard as a conservative maximum.
|
||||
#rgw_override_bucket_index_max_shards: 16
|
||||
|
||||
#
|
||||
# Consider setting a quota on buckets so that exceeding this
|
||||
# limit will require admin intervention.
|
||||
#rgw_bucket_default_quota_max_objects: 1638400 # i.e., 100K * 16
|
||||
|
|
|
@ -28,5 +28,5 @@ monitor_address_block: []
|
|||
############
|
||||
kv_type: etcd
|
||||
kv_endpoint: 127.0.0.1
|
||||
kv_port: 4001
|
||||
kv_port: 2379
|
||||
containerized_deployment_with_kv: false
|
||||
|
|
Loading…
Reference in New Issue