qm-resume: add page (#9374)

pull/1/head
Dulaj Nadawa 2022-10-30 16:36:21 +05:30 committed by GitHub
parent b0e9368d0f
commit 5f00d3a1ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

12
pages/linux/qm-resume.md Normal file
View 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`