mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-13 10:18:51 +03:00
qm-wait: add page (#8844)
This commit is contained in:
parent
8e29662cfb
commit
c9aa864863
16
pages/linux/qm-wait.md
Normal file
16
pages/linux/qm-wait.md
Normal file
@ -0,0 +1,16 @@
|
||||
# qm wait
|
||||
|
||||
> Wait until the virtual machine is stopped.
|
||||
> More information: <https://pve.proxmox.com/pve-docs/qm.1.html>.
|
||||
|
||||
- Wait until the virtual machine is stopped:
|
||||
|
||||
`qm wait {{vm_id}}`
|
||||
|
||||
- Wait until the virtual machine is stopped with a 10 second timeout:
|
||||
|
||||
`qm wait --timeout {{10}} {{vm_id}}`
|
||||
|
||||
- Send a shutdown request, then wait until the virtual machine is stopped with a 10 second timeout:
|
||||
|
||||
`qm shutdown {{vm_id}} && qm wait --timeout {{10}} {{vm_id}}`
|
Loading…
Reference in New Issue
Block a user