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
(cherry picked from commit 3bacc91230)
This commit is contained in:
Chris Holcombe 2016-06-10 09:26:33 -07:00 committed by James Page
parent 2f4f7eb35e
commit 21b441810d
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,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