mirror of
https://github.com/Telmate/proxmox-api-go.git
synced 2026-04-26 07:55:50 +03:00
[GH-ISSUE #506] bug: create guest qemu ... will fail #141
Labels
No labels
good first issue
issue/confirmed
issue/critical
proposal/accepted
pull-request
type/bug
type/enhancement
type/feature
type/question
type/refactoring
type/testing
type/testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxmox-api-go#141
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 @NemoDacremont on GitHub (Oct 30, 2025).
Original GitHub issue: https://github.com/Telmate/proxmox-api-go/issues/506
Problem
When running the command
create guest qemuwith the new CLI, it will fail (proxmox v9.0.11, latest master commit) :Where
qemu.jsonis :@NemoDacremont commented on GitHub (Oct 30, 2025):
I've been seeing this issue at several places : integration tests (well the config I'm using here is the integration tests), but also when trying to migrate
vmInfofrom the legacy CLI. I think the use of "Guests" is kind of confusing, I guess it is a way to factorize the common code of LXC and Qemu vm, but maybe this should only be internal logic and not be exported ? I feel like the CLI becomes confusing as well.I'm working on finding the root cause but I think I already found it
@NemoDacremont commented on GitHub (Oct 30, 2025):
Most of the issue was my using deprecated config, a better one would be
But there was issues with the CLI as well, I'll make the PR tomorrow