qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 2/3] move vm stop/start to migrate_set_state


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH 2/3] move vm stop/start to migrate_set_state
Date: Mon, 13 Jul 2009 09:52:44 -0500
User-agent: Thunderbird 2.0.0.21 (X11/20090320)

Gleb Natapov wrote:
With unreliable socket it doesn't matter what write() returns data may
or may not reach the destination regardless, with reliable sockets
write() succeeds only after data was acked by the receiver, but it still
doesn't mean that data will be read from destination socket.

You are correct and we handle both of these cases appropriately. In the event that we think we completed a migration successfully and we really didn't because of a lost network connection, the result is both the source and destination are stopped. A third party can resume the source and continue along happily.

The case being debated is whether write() can ever actually complete and yet still return an error. In this case, since we automatically resume the source on error, the result would be two copies of the VM running.

I haven't seen any evidence that this case could actually happen other than theoretic speculation. I just at the migration code and it's not a simple change to try and be conservative wrt this case because of the way we do buffering.

Regards,

Anthony Liguori

--
                        Gleb.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]