PVE有时候会因为各种问题,从web管理页面点击关机时会卡死,这时候再点击停止是没有作用的,可以用一下方法来结局
直接进入shell:
ls -l /run/lock/qemu-server
# 例如要关闭的虚拟机id是101
rm -f /run/lock/qemu-server/lock-101.conf
qm unlock 101
qm stop 101
qm status 101
解决PVE虚拟机关机卡死问题
本文介绍了一种解决Proxmox Virtual Environment (PVE) 虚拟机在web界面关机时出现卡死现象的方法。通过直接进入shell并使用特定命令序列可以有效地关闭遇到问题的虚拟机。
PVE有时候会因为各种问题,从web管理页面点击关机时会卡死,这时候再点击停止是没有作用的,可以用一下方法来结局
直接进入shell:
ls -l /run/lock/qemu-server
# 例如要关闭的虚拟机id是101
rm -f /run/lock/qemu-server/lock-101.conf
qm unlock 101
qm stop 101
qm status 101
2万+
1万+
3233

被折叠的 条评论
为什么被折叠?