Daniel Bareiro
2006-Dec-06 00:49 UTC
[Xen-users] Automatic guests shutdown during dom0 shutdown
Hi all! Is it possible perform a automatic guest shutdown during dom0 shutdown without guest save/restore? The created state-files are big and no left space in dom0. Thanks in advance. Regards, Daniel -- Daniel Bareiro - System Administrator Fingerprint: BFB3 08D6 B4D1 31B2 72B9 29CE 6696 BF1B 14E6 1D37 Powered by Debian GNU/Linux Etch - Linux user #188.598 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Ulrich Windl
2006-Dec-06 07:45 UTC
Re: [Xen-users] Automatic guests shutdown during dom0 shutdown
On 5 Dec 2006 at 21:49, Daniel Bareiro wrote:> Hi all! > > Is it possible perform a automatic guest shutdown during dom0 shutdown > without guest save/restore? The created state-files are big and no left > space in dom0.For SLES10 see: # grep ''^[^#]'' /etc/sysconfig/xendomains XENDOMAINS_SYSRQ="" XENDOMAINS_USLEEP=100000 XENDOMAINS_CREATE_USLEEP=5000000 XENDOMAINS_MIGRATE="" XENDOMAINS_SAVEXENDOMAINS_SHUTDOWN="--halt --wait" XENDOMAINS_SHUTDOWN_ALL="--all --halt --wait" XENDOMAINS_RESTORE=true XENDOMAINS_AUTO=/etc/xen/auto XENDOMAINS_AUTO_ONLY=true XENDOMAINS_STOP_MAXWAIT=300 The full comment says: # Directory to save running domains to when the system (dom0) is # shut down. Will also be used to restore domains from if # XENDOMAINS_RESTORE # is set (see below). Leave empty to disable domain saving on shutdown # (e.g. because you rather shut domains down). # If domain saving does succeed, SHUTDOWN will not be executed. # XENDOMAINS_SAVE Regards, Ulrich _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Daniel Bareiro
2006-Dec-07 12:23 UTC
Re: [Xen-users] Automatic guests shutdown during dom0 shutdown
On Wednesday, 06 December 2006 08:45:45 +0100, Ulrich Windl wrote:> > Is it possible perform a automatic guest shutdown during dom0 > > shutdown without guest save/restore? The created state-files are big > > and no left space in dom0.> For SLES10 see: > # grep ''^[^#]'' /etc/sysconfig/xendomains> [...]> # Directory to save running domains to when the system (dom0) is > # shut down. Will also be used to restore domains from if > # XENDOMAINS_RESTORE is set (see below). Leave empty to disable > # domain saving on shutdown (e.g. because you rather shut domains > # down). If domain saving does succeed, SHUTDOWN will not be > # executed.> XENDOMAINS_SAVEGreat! Thanks Ulrich! Regards, Daniel -- Daniel Bareiro - System Administrator Fingerprint: BFB3 08D6 B4D1 31B2 72B9 29CE 6696 BF1B 14E6 1D37 Powered by Debian GNU/Linux Etch - Linux user #188.598 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users