]> xenbits.xensource.com Git - xenclient/toolstack.git/commitdiff
Do not auto-restart VM after guest reboot (allows xenmgr to modify configuration...
authorTomasz Wroblewski <tomasz.wroblewski@citrix.com>
Wed, 25 Nov 2009 18:09:05 +0000 (18:09 +0000)
committerTomasz Wroblewski <tomasz.wroblewski@citrix.com>
Wed, 25 Nov 2009 18:09:05 +0000 (18:09 +0000)
xenvm/vmconfig.ml

index af905e845eb402853b37fa59693c1aed70bb6f24..3fd2ccf03ff4726a95509f73e1741e1fccdf6c76 100644 (file)
@@ -642,7 +642,7 @@ let empty =
                notify = NotifyNone;
                daemonize = false;
                on_halt = ActionDestroy;
-               on_restart = ActionRestart;
+               on_restart = ActionPreserve;
                on_crash = ActionDestroy;
                cpus_affinity = [];
        }