You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
sudo pvesh get /nodes/$(hostname)/storage --noborder --human-readable 0
content storage type active avail enabled shared total used used_fraction
backup minio_backup dir 1 1125899906842624 1 0 1125899906842624 0 0
When calling func (*Node) Storages for this node, I get the following error:
Uh oh!
There was an error while loading. Please reload this page.
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) Storages
for this node, I get the following error:Is there any plan to support such large storage sizes in the future?
The text was updated successfully, but these errors were encountered: