From 07f9d0129805f60fc1b5328c03c2552ae1766f30 Mon Sep 17 00:00:00 2001 From: Tomasz Wroblewski Date: Wed, 25 Nov 2009 18:09:05 +0000 Subject: [PATCH] Do not auto-restart VM after guest reboot (allows xenmgr to modify configuration in the meantime) --- xenvm/vmconfig.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = []; } -- 2.39.5