qm*: add Korean translation (#14194)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
16
pages.ko/linux/qm-wait.md
Normal file
16
pages.ko/linux/qm-wait.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# qm wait
|
||||
|
||||
> 가상 머신이 중지될 때까지 대기.
|
||||
> 더 많은 정보: <https://pve.proxmox.com/pve-docs/qm.1.html>.
|
||||
|
||||
- 가상 머신이 중지될 때까지 대기:
|
||||
|
||||
`qm wait {{가상_머신_ID}}`
|
||||
|
||||
- 가상 머신이 중지될 때까지 10초 동안 대기:
|
||||
|
||||
`qm wait --timeout {{10}} {{가상_머신_ID}}`
|
||||
|
||||
- 종료 요청을 전송한 후 가상 머신이 중지될 때까지 10초 동안 대기:
|
||||
|
||||
`qm shutdown {{가상_머신_ID}} && qm wait --timeout {{10}} {{vm_id}}`
|
Reference in New Issue
Block a user