Adds a rados_connect_timeout description

This patch adds a new parameter rados_connect_timeout
and its description to the Configuring the RBD Storage Backend
sub-section in the Basic Configuration section.

Change-Id: Ib909519e46902a2f8888625951c6e761de15d48d
Depends-On: Ib44f74063d5a8332c6b5f3e15bcfa044c86bef9b
This commit is contained in:
Olena Logvinova 2015-07-10 19:54:39 +03:00 committed by Ian Cordasco
parent f3f05a2f29
commit a4946b5125
1 changed files with 12 additions and 0 deletions

View File

@ -912,6 +912,18 @@ Can only be specified in configuration files.
Images will be chunked into objects of this size (in megabytes).
For best performance, this should be a power of two.
* ``rados_connect_timeout``
Optional. Default: ``0``
Can only be specified in configuration files.
`This option is specific to the RBD storage backend.`
Prevents glance-api hangups during the connection to RBD. Sets the time
to wait (in seconds) for glance-api before closing the connection.
Setting ``rados_connect_timeout<=0`` means no timeout.
* ``rbd_store_ceph_conf=PATH``
Optional. Default: ``/etc/ceph/ceph.conf``, ``~/.ceph/config``, and ``./ceph.conf``