Merge "RBD: tpool.Proxy client object"
This commit is contained in:
commit
e9f9415789
@ -602,6 +602,7 @@ class RBDDriver(driver.CloneableImageVD, driver.MigrateVD,
|
||||
client = self.rados.Rados(rados_id=user,
|
||||
clustername=name,
|
||||
conffile=conf)
|
||||
client = tpool.Proxy(client)
|
||||
|
||||
try:
|
||||
if timeout >= 0:
|
||||
|
Loading…
x
Reference in New Issue
Block a user