Skip to content

Commit bb3517a

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "libvirt: Increase incremental and max sleep time during device detach" into stable/victoria
2 parents f1e4f6b + 4819f69 commit bb3517a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nova/virt/libvirt/guest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,8 +367,8 @@ def get_all_devices(self, devtype=None):
367367
return devs
368368

369369
def detach_device_with_retry(self, get_device_conf_func, device, live,
370-
max_retry_count=7, inc_sleep_time=2,
371-
max_sleep_time=30,
370+
max_retry_count=7, inc_sleep_time=10,
371+
max_sleep_time=60,
372372
alternative_device_name=None,
373373
supports_device_missing_error_code=False):
374374
"""Detaches a device from the guest. After the initial detach request,

0 commit comments

Comments
 (0)