Linux command
qm-suspend 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Suspend
qm suspend 100
Example
qm suspend 100 --skiplock
Example
qm suspend 100 --skiplockstorage
说明
qm suspend suspends a running virtual machine in Proxmox VE. The VM's state is preserved in memory, allowing it to be resumed later with qm resume. Suspension pauses VM execution without shutting down the guest OS.
参数
- --skiplock
- Skip the lock check when suspending
- --skiplockstorage
- Skip the storage lock check when suspending
FAQ
What is the qm-suspend command used for?
qm suspend suspends a running virtual machine in Proxmox VE. The VM's state is preserved in memory, allowing it to be resumed later with qm resume. Suspension pauses VM execution without shutting down the guest OS.
How do I run a basic qm-suspend example?
Run `qm suspend 100` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --skiplock do in qm-suspend?
Skip the lock check when suspending