qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [question] The source cannot recover, if the destination fails in the last round of live migration
@ 2021-05-06 13:02 Kunkun Jiang
  2021-05-06 13:05 ` Dr. David Alan Gilbert
  0 siblings, 1 reply; 5+ messages in thread
From: Kunkun Jiang @ 2021-05-06 13:02 UTC (permalink / raw)
  To: Juan Quintela, Dr. David Alan Gilbert, open list:All patches CC here
  Cc: Zenghui Yu, wanghaibin.wang, Keqian Zhu, Peter Xu, David Edmondson

Hi all,

Recently I am learning about the part of live migration.
I have a question about the last round.

When the pending_size is less than the threshold, it will enter
the last round and call migration_completion(). It will stop the
source and sent the remaining dirty pages and devices' status
information to the destination. The destination will load these
information and start the VM.

If there is an error at the destination at this time, it will exit
directly, and the source will not be able to detect the error
and recover. Because the source will not call
migration_detect_error().

Is my understanding correct?
Should the source wait the result of the last round of destination ?

Thanks,
Kunkun Jiang




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-05-10  8:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-06 13:02 [question] The source cannot recover, if the destination fails in the last round of live migration Kunkun Jiang
2021-05-06 13:05 ` Dr. David Alan Gilbert
2021-05-07  9:46   ` Kunkun Jiang
2021-05-07 14:57     ` Peter Xu
2021-05-10  8:46       ` Dr. David Alan Gilbert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).