mirror of
https://github.com/luthermonson/go-proxmox.git
synced 2026-04-26 01:15:57 +03:00
[GH-ISSUE #191] Large storage sizes supporting #51
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#51
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 @p-drift on GitHub (Apr 22, 2025).
Original GitHub issue: https://github.com/luthermonson/go-proxmox/issues/191
Hello!
On one of the nodes in my PVE cluster, there is a Directory-type storage which is a mount point for an S3 bucket via MinIO. The fuse.geesefs driver doesn't support detecting the bucket size, so it reports it as 1.13 PB:
When calling
func (*Node) Storagesfor this node, I get the following error:Is there any plan to support such large storage sizes in the future?
@luthermonson commented on GitHub (Apr 22, 2025):
the fix is probably to migrate to a big.Int