Re: [libvirt] [PATCH 4/4 v2] util: fix removal of callbacks in virCloseCallbacksRun

2015-04-08 Thread Ján Tomko
On Wed, Apr 08, 2015 at 01:22:39PM +1000, Michael Chapman wrote: The close callbacks hash are keyed by a UUID-string, but virCloseCallbacksRun was attempting to remove them by raw UUID. This patch ensures the callback entries are removed by UUID-string as well. This bug caused problems when

[libvirt] [PATCH 4/4 v2] util: fix removal of callbacks in virCloseCallbacksRun

2015-04-07 Thread Michael Chapman
The close callbacks hash are keyed by a UUID-string, but virCloseCallbacksRun was attempting to remove them by raw UUID. This patch ensures the callback entries are removed by UUID-string as well. This bug caused problems when guest migrations were abnormally aborted: # timeout --signal KILL 1