qm-suspend: add page (#10469)

pull/23/head
farhan khan 2023-07-13 05:18:25 +05:30 committed by GitHub
parent ab161fe973
commit 75f6b62e8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

17
pages/linux/qm-suspend.md Normal file
View File

@ -0,0 +1,17 @@
# qm suspend
> Suspends a virtual machine (VM) in the Proxmox Virtual Environment (PVE).
> Use `--skiplock` and `--skiplockstorage` flags with caution, as they may lead to data corruption in certain situations.
> More information: <https://pve.proxmox.com/pve-docs/qm.1.html>.
- Suspend a virtual machine by id:
`qm suspend {{vm_id}} {{integer}}`
- Skip the lock check when suspending the VM:
`qm suspend {{vm_id}} {{integer}} --skiplock`
- Skip the lock check for storage when suspending the VM:
`qm suspend {{vm_id}} {{integer}} --skiplockstorage`