aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorShriram Rajagopalan <rshriram@cs.ubc.ca>2012-05-18 11:00:45 +0100
committerShriram Rajagopalan <rshriram@cs.ubc.ca>2012-05-18 11:00:45 +0100
commit4df8bbb936ece43c63979078b9df6589dbbc58cd (patch)
tree68197ad2e62079c2e8e6ea06386925ef7fa2563b /docs
parentd473b016fb7ab10d46fcfb37f990037ac0368a35 (diff)
downloadxen-4df8bbb936ece43c63979078b9df6589dbbc58cd.tar.gz
xen-4df8bbb936ece43c63979078b9df6589dbbc58cd.tar.bz2
xen-4df8bbb936ece43c63979078b9df6589dbbc58cd.zip
libxl: Remus - xl remus command
xl remus acts as a frontend to enable remus for a given domain. * At the moment, only memory checkpointing and blackhole replication is supported. Support for disk checkpointing and network buffering will be added in future. * Replication is done over ssh connection currently (like live migration with xl). Future versions will have an option to use simple tcp socket based replication channel (for both Remus & live migration). Signed-off-by: Shriram Rajagopalan <rshriram@cs.ubc.ca> Acked-by: Ian Campbell <ian.campbell@citrix.com> Committed-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/man/xl.pod.135
1 files changed, 35 insertions, 0 deletions
diff --git a/docs/man/xl.pod.1 b/docs/man/xl.pod.1
index e31259b62d..b3530c8131 100644
--- a/docs/man/xl.pod.1
+++ b/docs/man/xl.pod.1
@@ -389,6 +389,41 @@ Send <config> instead of config file from creation.
=back
+=item B<remus> [I<OPTIONS>] I<domain-id> I<host>
+
+Enable Remus HA for domain. By default B<xl> relies on ssh as a transport
+mechanism between the two hosts.
+
+B<OPTIONS>
+
+=over 4
+
+=item B<-i> I<MS>
+
+Checkpoint domain memory every MS milliseconds (default 200ms).
+
+=item B<-b>
+
+Do not checkpoint the disk. Replicate memory checkpoints to /dev/null
+(blackhole). Network output buffering remains enabled (unless --no-net is
+supplied). Generally useful for debugging.
+
+=item B<-u>
+
+Disable memory checkpoint compression.
+
+=item B<-s> I<sshcommand>
+
+Use <sshcommand> instead of ssh. String will be passed to sh.
+If empty, run <host> instead of ssh <host> xl migrate-receive -r [-e].
+
+=item B<-e>
+
+On the new host, do not wait in the background (on <host>) for the death
+of the domain. See the corresponding option of the I<create> subcommand.
+
+=back
+
=item B<pause> I<domain-id>
Pause a domain. When in a paused state the domain will still consume