https://bugzilla.novell.com/show_bug.cgi?id=813156 https://bugzilla.novell.com/show_bug.cgi?id=813156#c1 Vadim Ponomarev <ccrssaa@karelia.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ccrssaa@karelia.ru --- Comment #1 from Vadim Ponomarev <ccrssaa@karelia.ru> 2013-04-04 09:03:59 UTC --- --- XendCheckpoint.py.orig 2013-04-04 12:48:14.167236989 +0400 +++ XendCheckpoint.py 2013-04-04 12:36:12.544430153 +0400 @@ -136,10 +136,10 @@ str( int(live) | (int(hvm) << 2) | (int(abort_if_busy) << 5) | (int(log_save_progress) << 6) ) ] log.debug("[xc_save]: %s", string.join(cmd)) - # It is safe to release the domain lock at this point if not - # checkpointing - if checkpoint == False: - dominfo.release_running_lock(domain_name) + # It is safe to release the domain lock at this point if not + # checkpointing + if checkpoint == False: + dominfo.release_running_lock(domain_name) def saveInputHandler(line, tochild): log.debug("In saveInputHandler %s", line) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.