add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,25 @@
# qm 迁移
> 迁移虚拟机。
> 用于创建新的迁移任务。
> 更多信息:<https://pve.proxmox.com/pve-docs/qm.1.html>。
- 迁移特定的虚拟机:
`qm migrate {{vm_id}} {{target}}`
- 用 10 KiB/s 重写当前的 I/O 带宽限制:
`qm migrate {{vm_id}} {{target}} --bwlimit 10`
- 允许使用本地设备迁移虚拟机(仅限根用户):
`qm migrate {{vm_id}} {{target}} --force true`
- 如果虚拟机正在运行,使用在线/实时迁移:
`qm migrate {{vm_id}} {{target}} --online true`
- 为本地磁盘启用实时存储迁移:
`qm migrate {{vm_id}} {{target}} --with-local-disks true`