Page MenuHomePhabricator

coverme tool using a lot of space on NFS, please clean up
Closed, ResolvedPublic

Description

In the directory /data/project/coverme/tool-coverme/xenonlogs, there's around 85GB of data.

Can you clean up unneeded logs if there are any? There are cache and log files in there, so I'm not entirely sure the best way to purge that from my perspective.

Thanks!

Event Timeline

I emptied the xenonlogs folder except for today's data. I need to look at the code again to figure out how to automatically clean these up, I don't think we need the historical data. Will do that later today.

Were you ever able to sort that out?

I just added @daily /usr/bin/jsub -N cron-32 -once -quiet find ~/tool-coverme/xenonlogs/ -type f -mtime +3 -delete to the crontab to purge data files older than 3 days.

xenonlogs is ~3.2G now, I assume that's OK.