WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] Domain save issue.

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Domain save issue.
From: Noam Taich <noam.taich@xxxxxxxxxxxx>
Date: Tue, 14 Feb 2006 15:25:00 +0200
Delivery-date: Tue, 14 Feb 2006 16:32:21 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
As it stands now, when a domain is saved to disk it is suspended in the
process, and then destroyed. This is done by the checkpointing code in
Xend.
However, it's a good idea to leave the option open to the user whether
or not the saved domain should be kept alive or be suspended,
as it is very possible this feature may be used in real checkpointing of
a working domain state, just in order to not lose everything should
something go wrong.

if you have a guest which does some heavy calculations, or one which
handles many customer's connection this may be a good idea even in
migration (which calls the checkpointing code anyway.), although in the
latter case, of course the network interfaces of the new domain will be
taken down, and it may be used as a hot spare ready for a quick
hook-up...

So what do you think?

I'm thinking of either using pause/unpause instead of suspend and
manually save the info the suspend record would have contained,
OR recreating the vcpu after HYPERVISOR_suspend() is done with it.






_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] Domain save issue., Noam Taich <=