-
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
[proxmox_kvm] Don't create VM if name is used without vmid #6981
[proxmox_kvm] Don't create VM if name is used without vmid #6981
Conversation
5ca3296
to
d4cef88
Compare
Looks good to me. I'll merge in a couple of days if nobody objects. |
Backport to stable-6: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply f944857 on top of patchback/backports/stable-6/f9448574bd43611d71932f0d88bc67585d528f2f/pr-6981 Backporting merged PR #6981 into main
🤖 @patchback |
Backport to stable-7: 💚 backport PR created✅ Backport PR branch: Backported as #6992 🤖 @patchback |
@UnderGreen thanks a lot! |
* [proxmox_kvm] Don't create VM if name is used without vmid * Add changelog and unit tests (cherry picked from commit f944857)
…ollections#6981) * [proxmox_kvm] Don't create VM if name is used without vmid * Add changelog and unit tests (cherry picked from commit f944857)
SUMMARY
Fixes #6911
While creating VM by using name only we check if VM with that name already exist and cluster and do nothing in that case.
ISSUE TYPE
COMPONENT NAME
proxmox_kvm
ADDITIONAL INFORMATION