Open axch opened 8 years ago
Relocated the Docker containers to /scratch
. Also, need to update the clean-tmp
job to actually delete old Docker images, even though they are tagged now.
This problem occurred again October 11, 2016. This time the major disk space user was a MongoDB journal in /var/lib/mongodb. This was apparently set up by Grem to store incoming captured BayesDB sessions.
Do we still need to capture BayesDB sessions that way?
Options considered:
Decided to get disk space by emptying apt-get's package cache instead of dealing with this and forget about this problem until that cache refills, on the grounds that at that point it is likely to be more obvious whether the Mongo install is needed.
Success condition for this task:
Large things, in order of having been encountered:
/scratch
, which is now 50% fullclean-tmp
job, which deletes unused Docker containers daily/scratch
/tmp
grows, because various regular processes create temporary files and do not reliably delete themclean-tmp
job, which tries to delete junk in/tmp
dailyWhy not work harder to make jobs clean up after themselves? At the time, I decided that it is valuable to be able to examine created temporaries to debug failures.