turbinia
turbinia copied to clipboard
Not deleting 'output' fills up workers
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)
Related issue that would be nice to catch this earlier: https://github.com/google/turbinia/issues/697
Similar issue for the TMP_DIR as well. For tmp we can probably use a temp cleaner cron job.