Linux command
qm-resume 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Resume
qm resume 100
Example
sudo qm resume 100 --skiplock true
说明
qm resume resumes a suspended (paused) virtual machine, restoring it to a running state. The VM continues execution from exactly where it was paused. This command is used after a VM has been paused with qm suspend. It has no effect on VMs that are already running or stopped.
参数
- --nocheck _boolean_
- Skip any state checks when resuming (default: 0).
- --skiplock _boolean_
- Ignore locks and force resume. Only root is allowed to use this option.
FAQ
What is the qm-resume command used for?
qm resume resumes a suspended (paused) virtual machine, restoring it to a running state. The VM continues execution from exactly where it was paused. This command is used after a VM has been paused with qm suspend. It has no effect on VMs that are already running or stopped.
How do I run a basic qm-resume example?
Run `qm resume 100` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --nocheck _boolean_ do in qm-resume?
Skip any state checks when resuming (default: 0).