Very High Activity

Commits : Individual Commit

  Analyzed 1 day ago based on code collected 1 day ago.

Commit ID a73de83bd13482f33066fc27524a58f194dcbe50

Avatar Contributor: jerdfelt
as Johannes Erdfelt
Files Modified: 1
Date: 20-September-2012 at 22:46 Lines Added: 1
Repository: git://github.com/openstack/nova.git master Lines Removed: 0
Commit Comment: libvirt: return after soft reboot successfully completes
A soft reboot shuts down an instance, waits for the instance to shutdown,
then starts the instance and waits for the instance to finish starting.
However, instead of returning success, it continues back into the loop
and waits for the instance to be shutdown again.

That will continue until the soft reboot times out, which is by default
120 seconds.

This manifested itself as a unit test that would consistently take 120
seconds to run, but could possibly affect deployed environments by
restarting instances that are shutdown shortly after a soft reboot.

Change-Id: I012c53343be4b4eb943643903fc47c7fe70a594d
 

Changes by Language

Language Code Added Code Removed Comments Added Comment Removed Blanks Added Blanks Removed
  Python 1 0 0 0 0 0

Changes by File

Showing page 1 of 1
File Language Code Added Code Removed Comments Added Comment Removed Blanks Added Blanks Removed
nova/virt/libvirt/driver.py Python 1 0 0 0 0 0
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.