]> xenbits.xensource.com Git - osstest/openstack-nova.git/commitdiff
List support for force-completing a live migration in Feature support matrix
authorint32bit <krystism@gmail.com>
Tue, 15 Nov 2016 18:06:17 +0000 (02:06 +0800)
committerMichael Still <mikal@stillhq.com>
Mon, 28 Nov 2016 08:53:41 +0000 (19:53 +1100)
Change-Id: I0aedc23b8fed2fe6b60088f8ff131b3fa31b974c
Closes-Bug: #1641753

doc/source/support-matrix.ini

index 6aafea3bc511140a85c6f211c63f20dfaadb682b..857c862a77184677d30a39a366dccf31154b6b72 100644 (file)
@@ -269,6 +269,37 @@ driver-impl-ironic=missing
 driver-impl-libvirt-vz-vm=missing
 driver-impl-libvirt-vz-ct=missing
 
+[operation.force-live-migration-to-complete]
+title=Force live migration to complete
+status=optional
+notes=Live migration provides a way to move a running instance to another
+  compute host. But it can sometimes fail to complete if an instance has
+  a high rate of memory or disk page access.
+  This operation provides the user with an option to assist the progress
+  of the live migration. The mechanism used to complete the live
+  migration depends on the underlying virtualization subsystem
+  capabilities. If libvirt/qemu is used and the post-copy feature is
+  available and enabled then the force complete operation will cause
+  a switch to post-copy mode. Otherwise the instance will be suspended
+  until the migration is completed or aborted.
+cli=nova live-migration-force-complete <server> <migration>
+driver-impl-xenserver=missing
+driver-impl-libvirt-kvm-x86=complete
+driver-notes-libvirt-kvm-x86=Requires libvirt>=1.3.3, qemu>=2.5.0
+driver-impl-libvirt-kvm-ppc64=complete
+driver-notes-libvirt-kvm-ppc64=Requires libvirt>=1.3.3, qemu>=2.5.0
+driver-impl-libvirt-kvm-s390x=complete
+driver-notes-libvirt-kvm-s390x=Requires libvirt>=1.3.3, qemu>=2.5.0
+driver-impl-libvirt-qemu-x86=complete
+driver-notes-libvirt-qemu-x86=Requires libvirt>=1.3.3, qemu>=2.5.0
+driver-impl-libvirt-lxc=missing
+driver-impl-libvirt-xen=missing
+driver-impl-vmware=missing
+driver-impl-hyperv=missing
+driver-impl-ironic=missing
+driver-impl-libvirt-vz-vm=missing
+driver-impl-libvirt-vz-ct=missing
+
 [operation.launch]
 title=Launch instance
 status=mandatory