mirror of
https://github.com/luthermonson/go-proxmox.git
synced 2026-04-26 17:35:48 +03:00
[GH-ISSUE #194] ISO injection broken #49
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#49
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?
Originally created by @wikkyk on GitHub (May 20, 2025).
Original GitHub issue: https://github.com/luthermonson/go-proxmox/issues/194
github.com/luthermonson/go-proxmox@481b57d6afbroke ISO injection.https://github.com/diskfs/go-diskfs/blob/master/backend/file/file.go#L29 expects the name of an existing file and returns an error if the file does not exist.
Before the update, an
os.Filethat was created byos.Createwas passed. Now the name of a non-existent file is passed, leading to error:provided device/file /tmp/user-data-100.iso does not existIf you create the file manually, injection works fine.
See https://github.com/ionos-cloud/cluster-api-provider-proxmox/actions/runs/15132479742/job/42537033303