Closed
Bug 826341
(dev-stage01)
Opened 12 years ago
Closed 12 years ago
dev-stage01 problem tracking
Categories
(Infrastructure & Operations Graveyard :: CIDuty, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: armenzg, Unassigned)
References
Details
(Whiteboard: [buildduty])
dev-stage01.srv.releng.scl3.mozilla.com:disk - /builds is WARNING: DISK WARNING - free space: /builds 44265 MB (9% inode=98%)
Please let me know what you think is suitable to be removed.
Here is the current cronjob:
1 * * * * find /data/ftp/pub/{firefox,thunderbird,xulrunner,mobile}/tinderbox-builds/ -mindepth 2 -maxdepth 2 -type d -mmin +4320 -name 1????????? -exec rm -rf {} \;
6 * * * * find /data/ftp/pub/{firefox,thunderbird}/try-builds/ -mindepth 1 -maxdepth 1 -type d -mmin +4320 -exec rm -rf {} \;
16 * * * * find /data/ftp/pub/{firefox,thunderbird,xulrunner,mobile}/nightly/20??/ -mindepth 2 -maxdepth 2 -mtime +1 -exec rm -rf {} \;
21 * * * * find /data/ftp/pub/{firefox,thunderbird,xulrunner,mobile}/nightly/ -type l -mtime +1 -exec rm -rf {} \;
Can we remove any of the candidates dirs?
[ffxbld@dev-stage01 firefox]$ ls -l ../*/candidates
../firefox/candidates:
total 24
drwxr-xr-x 3 ffxbld firefox 4096 Nov 21 11:47 15.0b3-candidates
drwxr-xr-x 3 ffxbld firefox 4096 Nov 21 13:03 15.0b4-candidates
drwxr-xr-x 3 ffxbld firefox 4096 Nov 6 06:41 17.0.0esr-candidates
drwxr-xr-x 3 ffxbld firefox 4096 Oct 31 13:45 17.0b4-candidates
drwxr-xr-x 3 ffxbld firefox 4096 Nov 2 09:46 17.0b5-candidates
drwxr-xr-x 3 ffxbld firefox 4096 Nov 14 06:39 17.0b6-candidates
../mobile/candidates:
total 12
drwxr-xr-x 3 ffxbld firefox 4096 Nov 29 12:59 15.0b4-candidates
drwxr-xr-x 3 ffxbld firefox 4096 Nov 2 08:50 17.0b5-candidates
drwxr-xr-x 3 ffxbld firefox 4096 Dec 18 13:29 18.0b4-candidates
../thunderbird/candidates:
total 20
lrwxrwxrwx 1 tbirdbld tbirdbld 17 Jan 3 08:26 12.0b4-candidates -> 12.0b5-candidates
drwxrwxr-x 3 tbirdbld tbirdbld 4096 Jan 3 08:07 12.0b5-candidates
drwxrwxr-x 3 tbirdbld tbirdbld 4096 Nov 6 08:31 17.0.0esr-candidates
drwxrwxr-x 3 tbirdbld tbirdbld 4096 Nov 9 08:31 17.0b2-candidates
drwxrwxr-x 3 tbirdbld tbirdbld 4096 Nov 29 13:49 17.0b3-candidates
drwxrwxr-x 3 tbirdbld tbirdbld 4096 Nov 29 13:52 18.0b1-candidates
../xulrunner/candidates:
total 24
drwxrwxr-x 3 xrbld xrbld 4096 Aug 8 13:31 15.0b4-candidates
drwxrwxr-x 3 xrbld xrbld 4096 Aug 14 11:33 15.0b5-candidates
drwxr-xr-x 3 xrbld xulrunner 4096 Oct 17 05:11 16.0.1-candidates
drwxr-xr-x 4 xrbld xulrunner 4096 Oct 17 05:11 17.0b1-candidates
drwxrwxr-x 3 xrbld xrbld 4096 Oct 23 08:28 17.0b3-candidates
drwxrwxr-x 3 xrbld xrbld 4096 Nov 2 09:33 17.0b5-candidates
| Reporter | ||
Updated•12 years ago
|
Whiteboard: [buildduty]
Comment 1•12 years ago
|
||
(In reply to Armen Zambrano G. [:armenzg] from comment #0)
> Can we remove any of the candidates dirs?
> [ffxbld@dev-stage01 firefox]$ ls -l ../*/candidates
> ../firefox/candidates:
> total 24
> drwxr-xr-x 3 ffxbld firefox 4096 Nov 21 11:47 15.0b3-candidates
> drwxr-xr-x 3 ffxbld firefox 4096 Nov 21 13:03 15.0b4-candidates
These two have been removed, freeing about 20G.
| Reporter | ||
Comment 2•12 years ago
|
||
Thanks Nick.
jhopkins mentioned that we are getting bigger and better storage. No point on trying to modify our cronjobs to optimize the current setup.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
Updated•7 years ago
|
Product: Release Engineering → Infrastructure & Operations
Updated•5 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•