]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Ceph driver support retries on rados_connect_timeout
authorIvan Kolodyazhny <e0ne@e0ne.info>
Thu, 11 Jun 2015 10:55:28 +0000 (13:55 +0300)
committerIvan Kolodyazhny <e0ne@e0ne.info>
Wed, 17 Jun 2015 18:37:55 +0000 (18:37 +0000)
commit5dd6350b3f80be9239ef9b9f9ff753e3b9b0c474
tree8a01f723733681bf1973b25731e8ca6a336655a4
parent00fead679f170feb5634369787ad7390f6ffe2ef
Ceph driver support retries on rados_connect_timeout

Added retry feature when connection to Ceph cluster failed. This patch
introduces new config options rados_connection_retries and
rados_connection_interval to configure retries due to
the rados_connect_timeout.

DocImpact
Change-Id: Ice65fc40e9bd94805700f64397caf856982fa320
Closes-Bug: #1462970
cinder/tests/unit/test_rbd.py
cinder/volume/drivers/rbd.py