Skip to content

Commit 187c42b

Browse files
committed
live migration with local disks added
1 parent d8a5a18 commit 187c42b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

source/operations_and_monitoring.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,21 @@ To see where all virtual machines are running on the hypervisors:
4747
4848
admin# openstack server list --all-projects --long
4949
50-
To move a virtual machine from one hypervisor to another, for example to
50+
To move a virtual machine with shared storage or booted from volume from one hypervisor to another, for example to
5151
|hypervisor_hostname|:
5252

5353
.. code-block:: console
5454
:substitutions:
5555
5656
admin# openstack --os-compute-api-version 2.30 server migrate --live-migration --host |hypervisor_hostname| 6a35592c-5a7e-4da3-9ab9-6765345641cb
5757
58+
To move a virtual machine with local disks:
59+
60+
.. code-block:: console
61+
:substitutions:
62+
63+
admin# openstack --os-compute-api-version 2.30 server migrate --live-migration --block-migration --host |hypervisor_hostname| 6a35592c-5a7e-4da3-9ab9-6765345641cb
64+
5865
OpenStack Reconfiguration
5966
=========================
6067

0 commit comments

Comments
 (0)