Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minio Free Storage limit error #250

Open
valentinedwv opened this issue Jan 10, 2024 · 2 comments
Open

Minio Free Storage limit error #250

valentinedwv opened this issue Jan 10, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@valentinedwv
Copy link
Member

valentinedwv commented Jan 10, 2024

got an error like this: replication error "Storage backend has reached its minimum free drive threshold"
minio/minio#18639

about %10 left on disk (aka 10 gigs on 100gig disk).

When run in container, the process in the schdeuler just hanged (no return value, I assume). Had to look into the actual service log to find the error.

"file":"/home/runner/work/gleaner/gleaner/internal/common/pipecopy.go:59","func":"github.com/gleanerio/gleaner/internal/common.PipeCopyNG.func2","level":"error","msg":"Storage backend has reached its minimum free drive threshold. Please delete a few objects to proceed.","time":"2024-01-10T00:18:24Z"

need to catch, and return a non-zero error.

Probably need to do this in Nabu, also

@valentinedwv valentinedwv added the bug Something isn't working label Jan 10, 2024
@premax
Copy link

premax commented Jan 31, 2024

We've got 33T disk and 330G free space. Minio does not accept new objects because "Storage backend has reached its minimum free drive threshold". 1% hard limit is insane. This threshold really should be configurable.

@valentinedwv
Copy link
Member Author

Hit this again... keep the portainer and minio separate ;) clean up the unused docker images

2024-06-16T07:00:16Z ERR | file=/home/runner/work/gleaner/gleaner/internal/common/pipecopy.go:59 func=github.com/gleanerio/gleaner/internal/common.PipeCopyNG.func2 msg=Storage backend has reached its minimum free drive threshold. Please delete a few objects to proceed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants