We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe. I would like to add hardware watchdogs to my VMs.
Describe the solution you'd like watchdog is an argument available in /etc/pve/qemu-server/*.conf files, i.e. watchdog: model=i6300esb,action=reset
watchdog
/etc/pve/qemu-server/*.conf
watchdog: model=i6300esb,action=reset
Describe alternatives you've considered None.
Additional context
Thank you!
The text was updated successfully, but these errors were encountered:
The watchdog option is exposed by the Proxmox VE API for VMs so adding support is luckily straight forward, modifying configuration files would be another (bad) story. The option is also available through the API for configuration updates so this covers the CRUD functionality (delete is always possible through the delete array).
delete
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
I would like to add hardware watchdogs to my VMs.
Describe the solution you'd like
watchdog
is an argument available in/etc/pve/qemu-server/*.conf
files, i.e.watchdog: model=i6300esb,action=reset
Describe alternatives you've considered
None.
Additional context
Thank you!
The text was updated successfully, but these errors were encountered: