2008-09-25 01:20:56 +02:00
|
|
|
Index: xen-3.3.1-testing/tools/examples/init.d/sysconfig.xendomains
|
2007-01-16 00:42:10 +01:00
|
|
|
===================================================================
|
2008-09-25 01:20:56 +02:00
|
|
|
--- xen-3.3.1-testing.orig/tools/examples/init.d/sysconfig.xendomains
|
|
|
|
+++ xen-3.3.1-testing/tools/examples/init.d/sysconfig.xendomains
|
2007-05-23 01:45:46 +02:00
|
|
|
@@ -1,4 +1,4 @@
|
|
|
|
-## Path: System/xen
|
|
|
|
+## Path: System/Virtualization
|
|
|
|
## Description: xen domain start/stop on boot
|
|
|
|
## Type: string
|
|
|
|
## Default:
|
2007-01-16 00:42:10 +01:00
|
|
|
@@ -98,7 +98,6 @@ XENDOMAINS_RESTORE=true
|
|
|
|
# Note that the script tries to be clever if both RESTORE and AUTO are
|
|
|
|
# set: It will first restore saved domains and then only start domains
|
|
|
|
# in AUTO which are not running yet.
|
|
|
|
-# Note that the name matching is somewhat fuzzy.
|
|
|
|
#
|
|
|
|
XENDOMAINS_AUTO=/etc/xen/auto
|
|
|
|
|
|
|
|
@@ -109,9 +108,8 @@ XENDOMAINS_AUTO=/etc/xen/auto
|
|
|
|
# files in XENDOMAINS_AUTO will be treated according to XENDOMAINS_SYSRQ,
|
|
|
|
# XENDOMAINS_MIGRATE, XENDOMAINS_SAVE, XENDMAINS_SHUTDOWN; otherwise
|
|
|
|
# all running domains will be.
|
|
|
|
-# Note that the name matching is somewhat fuzzy.
|
|
|
|
#
|
|
|
|
-XENDOMAINS_AUTO_ONLY=false
|
|
|
|
+XENDOMAINS_AUTO_ONLY=true
|
|
|
|
|
|
|
|
## Type: integer
|
|
|
|
## Default: 300
|
2008-09-25 01:20:56 +02:00
|
|
|
Index: xen-3.3.1-testing/tools/examples/xend-config.sxp
|
2007-01-16 00:42:10 +01:00
|
|
|
===================================================================
|
2008-09-25 01:20:56 +02:00
|
|
|
--- xen-3.3.1-testing.orig/tools/examples/xend-config.sxp
|
|
|
|
+++ xen-3.3.1-testing/tools/examples/xend-config.sxp
|
2008-08-18 00:24:29 +02:00
|
|
|
@@ -54,11 +54,12 @@
|
2007-02-11 11:48:10 +01:00
|
|
|
|
|
|
|
|
|
|
|
#(xend-http-server no)
|
|
|
|
-#(xend-unix-server no)
|
|
|
|
+(xend-unix-server yes)
|
2007-01-16 00:42:10 +01:00
|
|
|
#(xend-tcp-xmlrpc-server no)
|
|
|
|
#(xend-unix-xmlrpc-server yes)
|
2008-07-19 01:04:37 +02:00
|
|
|
+# Only enable xend-relocation-server on trusted networks as it lacks
|
|
|
|
+# encryption and authentication.
|
2007-01-16 00:42:10 +01:00
|
|
|
#(xend-relocation-server no)
|
|
|
|
-(xend-relocation-server yes)
|
2008-08-18 00:24:29 +02:00
|
|
|
#(xend-relocation-ssl-server no)
|
2007-01-16 00:42:10 +01:00
|
|
|
|
|
|
|
#(xend-unix-path /var/lib/xend/xend-socket)
|
2008-09-12 17:57:53 +02:00
|
|
|
@@ -140,7 +141,8 @@
|
|
|
|
#
|
|
|
|
# (network-script 'network-bridge netdev=eth1')
|
|
|
|
#
|
|
|
|
-# The bridge is named xenbr0, by default. To rename the bridge, use
|
|
|
|
+# The bridge takes on the ethernet device name by default. To rename the
|
|
|
|
+# bridge, use
|
|
|
|
#
|
|
|
|
# (network-script 'network-bridge bridge=<name>')
|
|
|
|
#
|
|
|
|
@@ -149,7 +151,12 @@
|
|
|
|
# two fake interfaces per guest domain. To do things like this, write
|
|
|
|
# yourself a wrapper script, and call network-bridge from it, as appropriate.
|
|
|
|
#
|
|
|
|
-(network-script network-bridge)
|
|
|
|
+# SuSE users note:
|
|
|
|
+# On openSUSE >= 11.1 and SLES >= 11, networks should be configured using
|
|
|
|
+# native platform tool - YaST. vif-bridge and qemu-ifup can be used to
|
|
|
|
+# connect vifs to the YaST-managed networks.
|
|
|
|
+#(network-script network-bridge)
|
|
|
|
+(network-script )
|
|
|
|
|
|
|
|
# The script used to control virtual interfaces. This can be overridden on a
|
|
|
|
# per-vif basis when creating a domain or a configuring a new vif. The
|
|
|
|
@@ -181,7 +188,7 @@
|
2008-07-19 01:04:37 +02:00
|
|
|
# dom0-min-mem is the lowest permissible memory level (in MB) for dom0.
|
|
|
|
# This is a minimum both for auto-ballooning (as enabled by
|
|
|
|
# enable-dom0-ballooning below) and for xm mem-set when applied to dom0.
|
2008-03-15 00:07:14 +01:00
|
|
|
-(dom0-min-mem 196)
|
|
|
|
+(dom0-min-mem 512)
|
|
|
|
|
2008-07-19 01:04:37 +02:00
|
|
|
# Whether to enable auto-ballooning of dom0 to allow domUs to be created.
|
|
|
|
# If enable-dom0-ballooning = no, dom0 will never balloon out.
|