mirror of
https://github.com/luthermonson/go-proxmox.git
synced 2026-04-26 09:25:53 +03:00
[GH-ISSUE #23] Node:json: cannot unmarshal number 42268934144 into Go struct field Ksm.Ksm.Shared of type int #7
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#7
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 @StormYudi on GitHub (Feb 6, 2022).
Original GitHub issue: https://github.com/luthermonson/go-proxmox/issues/23
Node:json: cannot unmarshal number 42268934144 into Go struct field Ksm.Ksm.Shared of type int
happens on: node, err := client.Node("xxxx")
It seems that the KSM shared value is too big..
@StormYudi commented on GitHub (Feb 6, 2022):
#24
@luthermonson commented on GitHub (Feb 7, 2022):
thanks for the PR!