
qm-migrate
List of commands for qm-migrate:
-
qm-migrate:tldr:414f0 qm-migrate: Migrate a specific virtual machine.$ qm migrate ${vm_id} ${target}try on your machineexplain this command
-
qm-migrate:tldr:c6ca1 qm-migrate: Enable live storage migration for local disks.$ qm migrate ${vm_id} ${target} --with-local-disks truetry on your machineexplain this command
-
qm-migrate:tldr:c6fa4 qm-migrate: Allow migration of virtual machines using local devices (root only).$ qm migrate ${vm_id} ${target} --force truetry on your machineexplain this command
-
qm-migrate:tldr:cb01b qm-migrate: Override the current I/O bandwidth limit with 10 KiB/s.$ qm migrate ${vm_id} ${target} --bwlimit 10try on your machineexplain this command
-
qm-migrate:tldr:e473e qm-migrate: Use online/live migration if a virtual machine is running.$ qm migrate ${vm_id} ${target} --online truetry on your machineexplain this command