Skip to content
New issue

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

Add support for hardware watchdog timers (watchdog:) #1508

Closed
voxxit opened this issue Aug 23, 2024 · 1 comment · Fixed by #1556
Closed

Add support for hardware watchdog timers (watchdog:) #1508

voxxit opened this issue Aug 23, 2024 · 1 comment · Fixed by #1556
Labels
👶 good first issue Good for newcomers size/S ✨ enhancement New feature or request

Comments

@voxxit
Copy link

voxxit commented Aug 23, 2024

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!

@voxxit voxxit added the ✨ enhancement New feature or request label Aug 23, 2024
@svengreb
Copy link
Contributor

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).

The watchdog option documentation in the Proxmox VE API explorer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
👶 good first issue Good for newcomers size/S ✨ enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants