#8917 clean up /tmp/fedora_docs_trans_* tmp dirs on sundries01
Closed: Fixed 3 years ago by nphilipp. Opened 3 years ago by kevin.

The fedora_docs_trans scripts work in a /tmp dir while processing. However, that dir isn't removed/cleaned up when it is done so they pile up and have to be manually removed.

They are each around 2.2GB, so they add up quickly.

[root@sundries01 tmp][PROD]# du -sh fedora_docs_trans_*
2.2G    fedora_docs_trans_6cX6
2.2G    fedora_docs_trans_biuM
...

Should just be able to add something to the script to clean them up when it's done with them.

cc @misc


Metadata Update from @nphilipp:
- Issue assigned to nphilipp

3 years ago

The script has something akin to an atexit handler, which only echos the "rm ..." command. I'll fix this.

Metadata Update from @mohanboddu:
- Issue priority set to: Waiting on Assignee (was: Needs Review)
- Issue tagged with: groomed, low-trouble, medium-gain

3 years ago

@misc seems to have fixed this in parallel to me meanwhile, closing.

Metadata Update from @nphilipp:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

3 years ago

Login to comment on this ticket.

Metadata