This is an automated email from the ASF dual-hosted git repository.

rafael pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git


The following commit(s) were added to refs/heads/master by this push:
     new 13d692c  Documentation for KVM live storage migration (#14)
13d692c is described below

commit 13d692c57c42f304f41a902f02a55bfd453f5f25
Author: Nicolas Vazquez <nicovazque...@gmail.com>
AuthorDate: Wed Nov 7 09:56:34 2018 -0300

    Documentation for KVM live storage migration (#14)
---
 source/adminguide/virtual_machines.rst | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/source/adminguide/virtual_machines.rst 
b/source/adminguide/virtual_machines.rst
index eda2b7c..61b5d10 100644
--- a/source/adminguide/virtual_machines.rst
+++ b/source/adminguide/virtual_machines.rst
@@ -809,6 +809,13 @@ To manually live migrate a virtual machine
 
 #. Click OK.
 
+.. note:: 
+      (KVM) If the VM's storage has to be migrated along with the VM, from a 
mounted NFS storage pool to a cluster-wide mounted NFS storage pool, then the 
'migrateVirtualMachineWithVolume' API has to be used. There is no UI 
integration for this feature.
+
+      (CloudMonkey) > migrate virtualmachinewithvolume 
virtualmachineid=<virtual machine uuid> hostid=<destination host uuid> 
migrateto[i].volume=<virtual machine volume number i uuid> 
migrateto[i].pool=<destination storage pool uuid for volume number i>
+
+      where i in [0,..,N] and N = number of volumes of the virtual machine
+
 
 Deleting VMs
 ------------

Reply via email to