mirror of
https://github.com/Telmate/proxmox-api-go.git
synced 2026-04-25 23:45:55 +03:00
[GH-ISSUE #14] Clone qemu interface is nil #6
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#6
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 @tutte on GitHub (Nov 22, 2018).
Original GitHub issue: https://github.com/Telmate/proxmox-api-go/issues/14
Performing the following request
./proxmox-api-go --debug cloneQemu cloudinit px01 < ../cloud.jsonbeing the content of cloud.json
Expected result
The machine gets cloned and running with the specified parameters.
Current result
Application exits with the following error:
The VM is cloned and remains stopped with the memory and CPU assigned but without the requested disk size.
Versions
MacOS 13.0
go 1.11.2 darwin/amd64
Latest proxmox-api-go at branch master
Proxmox 5.2-9
@tutte commented on GitHub (Nov 22, 2018):
Removing the disk part from the examples as in README.md results in a different error:
cloud.json
Error:
@thelastworm commented on GitHub (Jan 30, 2020):
Hi, I have the same issue.
Is there a work around available a that time? or we should go through REST API of proxmox with official API.