Re: [libvirt] [PATCH 6/9] Fix error propagation in finish method for v3 migration

2011-05-25 Thread Matthias Bolte
2011/5/24 Daniel P. Berrange : > Even when failing to start CPUs, the finish method was returning > a success result. Fix this so that the QEMU process is killed > off when finish fails under v3 protocol. Also rename the > killOnFinish boolean to 'v3proto' to make it clearer that this > is a tunabl

[libvirt] [PATCH 6/9] Fix error propagation in finish method for v3 migration

2011-05-24 Thread Daniel P. Berrange
Even when failing to start CPUs, the finish method was returning a success result. Fix this so that the QEMU process is killed off when finish fails under v3 protocol. Also rename the killOnFinish boolean to 'v3proto' to make it clearer that this is a tunable based on the migration protocol version