]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
virsh: Better document --copy-storage migrate options
authorJiri Denemark <jdenemar@redhat.com>
Mon, 26 Sep 2011 13:09:08 +0000 (15:09 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Tue, 27 Sep 2011 13:44:08 +0000 (15:44 +0200)
Both --copy-storage-{all,inc} options require disk images to be present
on destination host.

tools/virsh.pod

index fbde57f530ffdaaf62aea0516d7792d306eb47e5..0e7acfaba90cbe68c6216356ef6dc4c64282e00e 100644 (file)
@@ -727,9 +727,12 @@ and I<--suspend> leaves the domain paused on the destination host.
 I<--copy-storage-all> indicates migration with non-shared storage with full
 disk copy, I<--copy-storage-inc> indicates migration with non-shared storage
 with incremental copy (same base image shared between source and destination).
-I<--change-protection> enforces that no incompatible configuration changes
-will be made to the domain while the migration is underway; this flag is
-implicitly enabled when supported by the hypervisor, but can be explicitly
+In both cases the disk images have to exist on destination host, the
+I<--copy-storage-...> options only tell libvirt to transfer data from the
+images on source host to the images found at the same place on the destination
+host. I<--change-protection> enforces that no incompatible configuration
+changes will be made to the domain while the migration is underway; this flag
+is implicitly enabled when supported by the hypervisor, but can be explicitly
 used to reject the migration if the hypervisor lacks change protection
 support.  I<--verbose> displays the progress of migration.