Merge pull request #1705 from ceph/kv-port

ceph-docker-common: update etcd kv port
pull/1596/head
Guillaume Abrioux 2017-07-24 15:43:08 +02:00 committed by GitHub
commit 5409453c1b
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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