-
-
Notifications
You must be signed in to change notification settings - Fork 94
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
Error restarting containers after backup #337
Comments
I also ran into this issue in the past. In my case it was not running out of disk space, but running out of available inodes on the ext4 filesystem. You can check this by running The solution for me was to configure log rotation on the |
Thanks, @pixxon. I hadn't thought of inodes. However it seems I have plenty free.
|
Unless this started happening after you did an image upgrade (which I think you did not?), I'm not sure if there is anything actionable regarding this tool here. The docker daemon on your setup fails to do something and the error is being forwarded. It is indeed surprising seeing that your disk seems to have enough space and that you can restart containers manually, but I fail to see how the stop/restart mechanism in this image could be related. One thing I am wondering: are the archives you are creating rather large? I.e. could storing them temporarily while uploading them to S3 exhaust (or almost exhaust) your available disk space (i.e. #95 and #316)? |
That was it, everything looks fine storage wise the day after, but of course by then the backup archive has been deleted. Thanks for the help! |
What are you trying to do?
I've been using this container for months to back up my other containers to S3. However, in the past 2 days, the backup succeeds but then the containers which are stopped during the backup (
docker-volume-backup.stop-during-backup=true
) fail to start again.The logs indicate a log of storage space for the
/var/lib/docker
directory, however there is more than enough, and I can start the containers manually without any issue at all.What is your current configuration?
Log output
Additional context
Thanks in advance!
The text was updated successfully, but these errors were encountered: