Forrest logo
back to context overview

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 machine
    explain this command
  • qm-migrate:tldr:c6ca1 qm-migrate: Enable live storage migration for local disks.
    $ qm migrate ${vm_id} ${target} --with-local-disks true
    try on your machine
    explain this command
  • qm-migrate:tldr:c6fa4 qm-migrate: Allow migration of virtual machines using local devices (root only).
    $ qm migrate ${vm_id} ${target} --force true
    try on your machine
    explain 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 10
    try on your machine
    explain this command
  • qm-migrate:tldr:e473e qm-migrate: Use online/live migration if a virtual machine is running.
    $ qm migrate ${vm_id} ${target} --online true
    try on your machine
    explain this command
back to context overview