Merge "Log the events we timed out waiting for while plugging vifs"
This commit is contained in:
@@ -5419,10 +5419,11 @@ class LibvirtDriver(driver.ComputeDriver):
|
|||||||
destroy_disks_on_failure)
|
destroy_disks_on_failure)
|
||||||
except eventlet.timeout.Timeout:
|
except eventlet.timeout.Timeout:
|
||||||
# We never heard from Neutron
|
# We never heard from Neutron
|
||||||
LOG.warning('Timeout waiting for vif plugging callback for '
|
LOG.warning('Timeout waiting for %(events)s for '
|
||||||
'instance with vm_state %(vm_state)s and '
|
'instance with vm_state %(vm_state)s and '
|
||||||
'task_state %(task_state)s.',
|
'task_state %(task_state)s.',
|
||||||
{'vm_state': instance.vm_state,
|
{'events': events,
|
||||||
|
'vm_state': instance.vm_state,
|
||||||
'task_state': instance.task_state},
|
'task_state': instance.task_state},
|
||||||
instance=instance)
|
instance=instance)
|
||||||
if CONF.vif_plugging_is_fatal:
|
if CONF.vif_plugging_is_fatal:
|
||||||
|
Reference in New Issue
Block a user