-If you want to use live migration make sure you have, in the xen config
-file, something that allows the nodes to migrate instances between each
-other. For example:
-
-.. code-block:: text
-
- (xend-relocation-server yes)
- (xend-relocation-port 8002)
- (xend-relocation-address '')
- (xend-relocation-hosts-allow '^192\\.0\\.2\\.[0-9]+$')
-
-
-The second line assumes that the hypervisor parameter
-``migration_port`` is set 8002, otherwise modify it to match. The last
-line assumes that all your nodes have secondary IPs in the
-192.0.2.0/24 network, adjust it accordingly to your setup.
-
-If you want to run HVM instances too with Ganeti and want VNC access to
-the console of your instances, set the following two entries in
-``/etc/xen/xend-config.sxp``:
-
-.. code-block:: text
-
- (vnc-listen '0.0.0.0') (vncpasswd '')
-
-You need to restart the Xen daemon for these settings to take effect::
-
- $ /etc/init.d/xend restart
+You may need to restart the Xen daemon for some of these settings to
+take effect. The best way to do this depends on your distribution.