diff --git a/cinder/volume/drivers/rbd.py b/cinder/volume/drivers/rbd.py index fe0438fbe..9b5112484 100644 --- a/cinder/volume/drivers/rbd.py +++ b/cinder/volume/drivers/rbd.py @@ -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)