← 返回命令列表

Linux command

qm-reset 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Reset

qm reset 100

Example

qm reset --skiplock true 100

说明

qm reset performs a hard reset on a virtual machine, equivalent to pressing the reset button on physical hardware. This immediately restarts the VM without graceful shutdown. Use this when the guest OS is unresponsive and a graceful reboot is not possible.

参数

--skiplock _true|false_
Ignore locks and force reset (root only)

FAQ

What is the qm-reset command used for?

qm reset performs a hard reset on a virtual machine, equivalent to pressing the reset button on physical hardware. This immediately restarts the VM without graceful shutdown. Use this when the guest OS is unresponsive and a graceful reboot is not possible.

How do I run a basic qm-reset example?

Run `qm reset 100` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does --skiplock _true|false_ do in qm-reset?

Ignore locks and force reset (root only)