mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 23:46:00 +02:00
qm-resume: add page (#9374)
This commit is contained in:
parent
b0e9368d0f
commit
5f00d3a1ca
1 changed files with 12 additions and 0 deletions
12
pages/linux/qm-resume.md
Normal file
12
pages/linux/qm-resume.md
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
# qm resume
|
||||||
|
|
||||||
|
> Resume a virtual machine.
|
||||||
|
> More information: <https://pve.proxmox.com/pve-docs/qm.1.html>.
|
||||||
|
|
||||||
|
- Resume a specific virtual machine:
|
||||||
|
|
||||||
|
`qm resume {{vm_id}}`
|
||||||
|
|
||||||
|
- Resume a specific virtual machine ignoring locks (requires root):
|
||||||
|
|
||||||
|
`sudo qm resume {{vm_id}} --skiplock true`
|
Loading…
Add table
Reference in a new issue