Merge "RBD: tpool.Proxy client object"

This commit is contained in:
Zuul 2023-12-07 18:52:11 +00:00 committed by Gerrit Code Review
commit e9f9415789

View File

@ -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: