[GH-ISSUE #151] CreateVm assumes ISO is always required for VM create #30

Closed
opened 2026-02-28 00:40:15 +03:00 by kerem · 0 comments
Owner

Originally created by @sygibson on GitHub (Jan 7, 2022).
Original GitHub issue: https://github.com/Telmate/proxmox-api-go/issues/151

In proxmox/config_qemu.go, the CreateVm call assumes that all VM creations require an ISO for the VM is specified. This causes a VM Create to fail when a blank/empty VM is created but does not need the ISO attached. Subsequently, a user must attach a blank/empty ISO just to create the VM.

As a user, I would like to CreateVm, but not be required to specify a superfluous ISO.

Originally created by @sygibson on GitHub (Jan 7, 2022). Original GitHub issue: https://github.com/Telmate/proxmox-api-go/issues/151 In `proxmox/config_qemu.go`, the `CreateVm` call assumes that all VM creations require an ISO for the VM is specified. This causes a VM Create to fail when a blank/empty VM is created but does not need the ISO attached. Subsequently, a user must attach a blank/empty ISO just to create the VM. As a user, I would like to `CreateVm`, but not be required to specify a superfluous ISO.
kerem closed this issue 2026-02-28 00:40:15 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/proxmox-api-go#30
No description provided.