From: Tomasz Wroblewski Date: Wed, 25 Nov 2009 18:09:05 +0000 (+0000) Subject: Do not auto-restart VM after guest reboot (allows xenmgr to modify configuration... X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=07f9d0129805f60fc1b5328c03c2552ae1766f30;p=xenclient%2Ftoolstack.git Do not auto-restart VM after guest reboot (allows xenmgr to modify configuration in the meantime) --- diff --git a/xenvm/vmconfig.ml b/xenvm/vmconfig.ml index af905e8..3fd2ccf 100644 --- a/xenvm/vmconfig.ml +++ b/xenvm/vmconfig.ml @@ -642,7 +642,7 @@ let empty = notify = NotifyNone; daemonize = false; on_halt = ActionDestroy; - on_restart = ActionRestart; + on_restart = ActionPreserve; on_crash = ActionDestroy; cpus_affinity = []; }