← 返回命令列表

Linux command

qm-migrate 命令

文件

复制后可按需替换文件名、目录或参数。

常用示例

Migrate

qm migrate 100 target_node

Example

qm migrate 100 target_node --bwlimit 10

Force

qm migrate 100 target_node --force true

Example

qm migrate 100 target_node --online true

Example

qm migrate 100 target_node --with-local-disks true

说明

qm migrate migrates a virtual machine to another node in the Proxmox VE cluster. It supports both offline and online (live) migration for running VMs. Live migration allows moving VMs between nodes with minimal downtime. Storage migration enables moving VMs with local disks.

参数

--bwlimit _kbps_
Bandwidth limit in KiB/s
--force _true|false_
Allow migration with local devices (root only)
--online _true|false_
Use online/live migration for running VMs
--with-local-disks _true|false_
Enable live storage migration for local disks

FAQ

What is the qm-migrate command used for?

qm migrate migrates a virtual machine to another node in the Proxmox VE cluster. It supports both offline and online (live) migration for running VMs. Live migration allows moving VMs between nodes with minimal downtime. Storage migration enables moving VMs with local disks.

How do I run a basic qm-migrate example?

Run `qm migrate 100 target_node` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does --bwlimit _kbps_ do in qm-migrate?

Bandwidth limit in KiB/s