mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-08-07 23:14:38 +00:00
qm.adoc: change section ordering
This commit is contained in:
parent
d48bdcf2b6
commit
c73c190f98
34
qm.adoc
34
qm.adoc
@ -484,6 +484,24 @@ start after those where the parameter is set, and this parameter only
|
|||||||
makes sense between the machines running locally on a host, and not
|
makes sense between the machines running locally on a host, and not
|
||||||
cluster-wide.
|
cluster-wide.
|
||||||
|
|
||||||
|
|
||||||
|
[[qm_migration]]
|
||||||
|
Migration
|
||||||
|
---------
|
||||||
|
|
||||||
|
If you have a cluster, you can migrate your VM to another host with
|
||||||
|
|
||||||
|
qm migrate <vmid> <target>
|
||||||
|
|
||||||
|
When your VM is running and it has no local resources defined (such as disks
|
||||||
|
on local storage, passed through devices, etc.) you can initiate a live
|
||||||
|
migration with the -online flag.
|
||||||
|
|
||||||
|
If you have local resources, you can still offline migrate your VMs,
|
||||||
|
as long as all disk are on storages, which are defined on both hosts.
|
||||||
|
Then the migration will copy the disk over the network to the target host.
|
||||||
|
|
||||||
|
|
||||||
Managing Virtual Machines with `qm`
|
Managing Virtual Machines with `qm`
|
||||||
------------------------------------
|
------------------------------------
|
||||||
|
|
||||||
@ -512,22 +530,6 @@ Same as above, but only wait for 40 seconds.
|
|||||||
|
|
||||||
qm shutdown 300 && qm wait 300 -timeout 40
|
qm shutdown 300 && qm wait 300 -timeout 40
|
||||||
|
|
||||||
[[qm_migration]]
|
|
||||||
Migration
|
|
||||||
---------
|
|
||||||
|
|
||||||
If you have a cluster, you can migrate your VM to another host with
|
|
||||||
|
|
||||||
qm migrate <vmid> <target>
|
|
||||||
|
|
||||||
When your VM is running and it has no local resources defined (such as disks
|
|
||||||
on local storage, passed through devices, etc.) you can initiate a live
|
|
||||||
migration with the -online flag.
|
|
||||||
|
|
||||||
If you have local resources, you can still offline migrate your VMs,
|
|
||||||
as long as all disk are on storages, which are defined on both hosts.
|
|
||||||
Then the migration will copy the disk over the network to the target host.
|
|
||||||
|
|
||||||
|
|
||||||
[[qm_configuration]]
|
[[qm_configuration]]
|
||||||
Configuration
|
Configuration
|
||||||
|
Loading…
Reference in New Issue
Block a user