mirror of
https://github.com/luthermonson/go-proxmox.git
synced 2026-04-26 09:25:53 +03:00
[PR #41] [MERGED] Correctly handle null return of disk resize endpoint #95
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#95
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?
📋 Pull Request Information
Original PR: https://github.com/luthermonson/go-proxmox/pull/41
Author: @jqueuniet
Created: 1/13/2023
Status: ✅ Merged
Merged: 1/13/2023
Merged by: @luthermonson
Base:
main← Head:fix_resize_return📝 Commits (2)
6aa0bf6Correctly handle null return of ResizeDisk323ae52Remove unused upid variable📊 Changes
1 file changed (+3 additions, -5 deletions)
View changed files
📝
virtual_machines.go(+3 -5)📄 Description
I made a mistake yesterday, the resize endpoint does not return a task but a null value as it is a synchronous operation.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.