]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: Document offline migration
authorJiri Denemark <jdenemar@redhat.com>
Tue, 11 Dec 2012 14:30:07 +0000 (15:30 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Tue, 11 Dec 2012 19:46:31 +0000 (20:46 +0100)
docs/migration.html.in

index c6b62f77bcb0d39bea4133be0075f3842cd18c15..24162750b3166d00765a799c71d759015bc0e3fe 100644 (file)
       facility should be used.
     </p>
 
+    <h2><a name="offline">Offline migration</a></h2>
+
+    <p>
+      Offline migration transfers inactive the definition of a domain
+      (which may or may not be active). After successful completion, the
+      domain remains in its current state on the source host and is defined
+      but inactive on the destination host. It's a bit more clever than
+      <code>virsh dumpxml</code> on source host followed by
+      <code>virsh define</code> on destination host, as offline migration
+      will run the pre-migration hook to update the domain XML on
+      destination host. Currently, copying non-shared storage is not
+      supported during offline migration.
+    </p>
+
     <h2><a name="uris">Migration URIs</a></h2>
 
     <p>