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

no space left on device: Service must be restarted #362

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wanglong001
Copy link

background:

We encountered the "no space left on device" error. After cleaning up the disk space, it still keeps reporting this error. I hope this error does not need to restart the service.


I found that the writer will store the error information in w.err.
When the operation starts, it will first judge w.err != nil. If w.err is an error that can be recovered manually, you can skip the error judgment at the entry first.

Make a suggestion, hope to adopt
thanks

@hxt365
Copy link

hxt365 commented May 3, 2024

Im having the same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants