目录

PVE 配置 vm watchdog

https://forum.proxmox.com/threads/hardware-watchdog-at-a-per-vm-level.104051/

PVE 配置文件

/etc/pve/qemu-server/{server_id}.conf
watchdog: model=i6300esb,action=reset

系统内

apt install watchdog
/etc/watchdog.conf
watchdog-device = /dev/watchdog
watchdog-timeout = 30
/etc/default/watchdog
watchdog_module="i6300esb"
update-initramfs -u