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

16
pages.zh/linux/qm-wait.md Normal file
View File

@@ -0,0 +1,16 @@
# qm 等待
> 等待直到虚拟机停止。
> 更多信息:<https://pve.proxmox.com/pve-docs/qm.1.html>。
- 等待直到虚拟机停止:
`qm wait {{vm_id}}`
- 等待直到虚拟机停止,设置 10 秒超时:
`qm wait --timeout {{10}} {{vm_id}}`
- 发送关闭请求,然后等待直到虚拟机停止,设置 10 秒超时:
`qm shutdown {{vm_id}} && qm wait --timeout {{10}} {{vm_id}}`