Revision 8ab90d80

b/doc/install.rst
173 173
To obtain this make sure the variable ``XENDOMAINS_SAVE`` in the file
174 174
``/etc/default/xendomains`` is set to an empty value.
175 175

  
176
If you want to use live migration make sure you edit have, in the xen
177
config file, something that allows the nodes to migrate instances
178
between each other. For example::
179

  
180
  (xend-relocation-server yes)
181
  (xend-relocation-port 8002)
182
  (xend-relocation-address '')
183
  (xend-relocation-hosts-allow '^192\\.168\\.3\\.[0-9]+$')
184

  
185
The last line assumes that all your nodes have secondary IPs in the
186
192.168.3.0/24 network, adjust it accordingly to your setup.
187

  
176 188
.. admonition:: Debian
177 189

  
178 190
   Besides the ballooning change which you need to set in

Also available in: Unified diff