mirror of
https://github.com/luthermonson/go-proxmox.git
synced 2026-04-26 17:35:48 +03:00
[GH-ISSUE #163] ResizeDisk doesn't return a task. #42
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#42
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 @MariusELM on GitHub (Sep 19, 2024).
Original GitHub issue: https://github.com/luthermonson/go-proxmox/issues/163
Proxmox api to resize disk returns a task id but this method doesn't handle it.
github.com/luthermonson/go-proxmox@6718804bd8/virtual_machine.go (L421-L431)@jqueuniet commented on GitHub (Sep 20, 2024):
Looking at the changelog, this was added with PVE API 8.0
@Pivnoy commented on GitHub (Aug 3, 2025):
Hello!
This issue is fixed in PR