Skip to content

Commit

Permalink
Merge "libvirt: Increase incremental and max sleep time during device…
Browse files Browse the repository at this point in the history
… detach" into stable/ussuri
  • Loading branch information
Zuul authored and openstack-gerrit committed Mar 18, 2021
2 parents 0af7aa2 + f32286c commit 23712dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nova/virt/libvirt/guest.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,8 +355,8 @@ def get_all_devices(self, devtype=None):
return devs

def detach_device_with_retry(self, get_device_conf_func, device, live,
max_retry_count=7, inc_sleep_time=2,
max_sleep_time=30,
max_retry_count=7, inc_sleep_time=10,
max_sleep_time=60,
alternative_device_name=None,
supports_device_missing_error_code=False):
"""Detaches a device from the guest. After the initial detach request,
Expand Down

0 comments on commit 23712dc

Please sign in to comment.