mirror of
git://git.proxmox.com/git/pve-docs.git
synced 2025-03-27 18:50:10 +03:00
add migration subchapter to qm.adoc
explain online and offline migration Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
33f50e044d
commit
1e2b048d6c
16
qm.adoc
16
qm.adoc
@ -512,6 +512,22 @@ Same as above, but only wait for 40 seconds.
|
||||
|
||||
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]]
|
||||
Configuration
|
||||
|
Loading…
x
Reference in New Issue
Block a user