Increase rgw init timeout to 1200 seconds

This changeset increases the initialization timeout
for rgw instances from 300 -> 1200 seconds.

This change decreases the chance that the rgw instance
will timeout prior to OSD's actually joing the Ceph storage
cluster as usable storage is required for this operation.

Change-Id: I6c5442edc2fb25ff37d7a4bd0bc49aabd6f2d24c
Closes-Bug: 1577519
This commit is contained in:
Chris Holcombe 2016-06-10 09:26:33 -07:00 committed by James Page
parent 485868fa54
commit 3bacc91230
1 changed files with 2 additions and 1 deletions

View File

@ -24,6 +24,7 @@ ms bind ipv6 = true
[client.radosgw.gateway]
host = {{ hostname }}
rgw init timeout = 1200
keyring = /etc/ceph/keyring.rados.gateway
rgw socket path = /tmp/radosgw.sock
log file = /var/log/ceph/radosgw.log
@ -51,4 +52,4 @@ nss db path = /var/lib/ceph/nss
{% for key in client_radosgw_gateway -%}
{{ key }} = {{ client_radosgw_gateway[key] }}
{% endfor %}
{% endif %}
{% endif %}