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

The agent should more gracefully handle out-of-space disk errors (IOError 28) #808

Closed
brendandixon opened this issue Jul 21, 2017 · 1 comment
Milestone

Comments

@brendandixon
Copy link
Contributor

The agent can encounter out-of-disk errors when writing cached files, storing state files, or when downloading objects. It should make reasonable attempts to gracefully handle these cases. Notably, it should continue to run successfully if the user frees up disk space.

@brendandixon brendandixon added this to the 2.2.15 milestone Jul 21, 2017
brendandixon added a commit that referenced this issue Aug 2, 2017
[#808] -- The agent should more gracefully handle out-of-space disk errors (IOError 28)
@brendandixon
Copy link
Contributor Author

Addressed by #827.

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

No branches or pull requests

1 participant