turbinia icon indicating copy to clipboard operation
turbinia copied to clipboard

Not deleting 'output' fills up workers

Open hacktobeer opened this issue 4 years ago • 2 comments
trafficstars

When using GCS the output is kept in the configured output folder while it has already been written to GCS. Making sure the output folder is cleaned after each request prevents filling up the folder and failing tasks (due to no disk space left)

hacktobeer avatar Oct 05 '21 07:10 hacktobeer

Related issue that would be nice to catch this earlier: https://github.com/google/turbinia/issues/697

aarontp avatar Oct 05 '21 20:10 aarontp

Similar issue for the TMP_DIR as well. For tmp we can probably use a temp cleaner cron job.

aarontp avatar Jan 08 '24 22:01 aarontp