-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
fix #7600 add hookscript parameter to proxmox_kvm #7602
fix #7600 add hookscript parameter to proxmox_kvm #7602
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution!
Sorry, that was too quick. But: does the |
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Felix Fontein <felix@fontein.de>
I've tested the update and delete modes: at least they work on PVE 8.1. Not sure about a previous version. |
From the code this new option shouldn't have an impact on existing tasks (that don't use the option), so even if update doesn't work for this new option for some versions, it won't break any existing user of the module (unless they start using this option). So let's see whether someone complains that it doesn't work :) |
If nobody objects, I'll merge this at the end of the upcoming week (~around Friday). |
Thanks for the welcoming and positive feedback! |
Backport to stable-8: 💚 backport PR created✅ Backport PR branch: Backported as #7649 🤖 @patchback |
@elelay thanks for your contribution! |
* fix #7600 add hookscript parameter to proxmox_kvm * add issue url to changelog * fix changelog missing quote * add missing version_added Co-authored-by: Felix Fontein <felix@fontein.de> * changelog: add missing dot Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de> (cherry picked from commit e3a3950)
…eter to proxmox_kvm (#7649) fix #7600 add hookscript parameter to proxmox_kvm (#7602) * fix #7600 add hookscript parameter to proxmox_kvm * add issue url to changelog * fix changelog missing quote * add missing version_added Co-authored-by: Felix Fontein <felix@fontein.de> * changelog: add missing dot Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de> (cherry picked from commit e3a3950) Co-authored-by: Eric Le Lay <222469+elelay@users.noreply.github.com>
SUMMARY
Fixes #7600 add hookscript parameter to proxmox_kvm module.
ISSUE TYPE
COMPONENT NAME
proxmox_kvm
ADDITIONAL INFORMATION
The parameter was present in PROXMOX VE as early as April 2019.
It had been added to the
proxmox.py
module in #245 on May 18, 2020 but not toproxmox_kvm.py
.This PR adds it.