mirror of
https://github.com/luthermonson/go-proxmox.git
synced 2026-04-26 09:25:53 +03:00
[PR #77] [MERGED] Do not fail if cloudinit iso is not found #127
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/go-proxmox#127
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/luthermonson/go-proxmox/pull/77
Author: @mcbenjemaa
Created: 8/22/2023
Status: ✅ Merged
Merged: 8/22/2023
Merged by: @luthermonson
Base:
main← Head:cloud-iso📝 Commits (1)
24d41f7Do not fail if cloudinit iso is not found📊 Changes
1 file changed (+21 additions, -11 deletions)
View changed files
📝
virtual_machine.go(+21 -11)📄 Description
I have this error in my reconciler,
which seems that the cloudinit iso was deleted, but the
vm.Delete()is failing cause it has the cloudinit tag.This will make the Delete to not fail, if the iso is not found.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.