Merge "RBD:Move RBDVolume calls to a separate threads" into stable/ocata

This commit is contained in:
Jenkins 2017-05-24 22:56:39 +00:00 committed by Gerrit Code Review
commit 18a22e4c13
1 changed files with 1 additions and 0 deletions

View File

@ -117,6 +117,7 @@ class RBDVolumeProxy(object):
utils.convert_str(name),
snapshot=snapshot,
read_only=read_only)
self.volume = tpool.Proxy(self.volume)
except driver.rbd.Error:
LOG.exception(_LE("error opening rbd image %s"), name)
driver._disconnect_from_rados(client, ioctx)