From 1df40cb5bacaf4c8fddf59c9ffc53ea6c1bff506 Mon Sep 17 00:00:00 2001
From: Guido Trotter <ultrotter@google.com>
Date: Thu, 15 Nov 2007 06:08:35 +0000
Subject: [PATCH] Suggest disabling of automatic xen domain save

By default xen tries to save running virtual machines at system shutdown and
restore them at reboot. Make sure we suggest to disable this feature in the
installation manual.

Reviewed-by: iustinp
---
 doc/install.sgml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/doc/install.sgml b/doc/install.sgml
index 7b0afbcfc..b6b0664f9 100644
--- a/doc/install.sgml
+++ b/doc/install.sgml
@@ -212,6 +212,14 @@
           kernel parameter <literal>nosmp</literal>.
         </para>
 
+	<para>
+	  It is recommended that you disable xen's automatic save of virtual
+	  machines at system shutdown and subsequent restore of them at reboot.
+	  To obtain this make sure the variable
+	  <listeral>XENDOMAINS_SAVE</literal> in the file
+	  <literal>/etc/default/xendomains</literal> is set to an empty value.
+	</para>
+
         <formalpara>
           <title>Debian</title>
           <para>
-- 
GitLab