File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -47,14 +47,21 @@ To see where all virtual machines are running on the hypervisors:
47
47
48
48
admin# openstack server list --all-projects --long
49
49
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
51
51
|hypervisor_hostname |:
52
52
53
53
.. code-block :: console
54
54
:substitutions:
55
55
56
56
admin# openstack --os-compute-api-version 2.30 server migrate --live-migration --host |hypervisor_hostname| 6a35592c-5a7e-4da3-9ab9-6765345641cb
57
57
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
+
58
65
OpenStack Reconfiguration
59
66
=========================
60
67
You can’t perform that action at this time.
0 commit comments