Closed
Bug 888785
Opened 12 years ago
Closed 12 years ago
AWS masters aren't deleting old builds, need to install procmail package
Categories
(Infrastructure & Operations Graveyard :: CIDuty, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: nthomas, Assigned: Callek)
Details
Attachments
(1 file)
|
1.31 KB,
patch
|
rail
:
review+
Callek
:
checked-in+
|
Details | Diff | Splinter Review |
The cron tries to make a lock file using ... wait for it ... lockfile. That's provided by the procmail package, which isn't installed on AWS masters. So we end up getting Nagios alerts like
buildbot-master73.srv.releng.usw2.mozilla.com:disk - / is WARNING: DISK WARNING - free space: / 10464 MB
Do we just need to add
include packages::mozilla::procmail
to puppet/modules/buildmaster/manifests/buildbot_master/{simple,mozilla}.pp ?
We have data going back to April 11 on bm73. As it's only just filling the 100G disk we could consider increasing the '-t4' argument for master_cleanup.py, see http://hg.mozilla.org/build/puppet/file/d53bbd8d4736/modules/buildmaster/templates/buildmaster-cron.erb
Might need to parametrize that though, because the panda masters still in scl1 have much smaller disks. Also much less traffic, so maybe it works out OK.
| Reporter | ||
Comment 1•12 years ago
|
||
Cron may also be failing to send mail. I can't find anything complaining of lockfile not being found.
| Assignee | ||
Comment 2•12 years ago
|
||
(In reply to Nick Thomas [:nthomas] from comment #1)
> Cron may also be failing to send mail. I can't find anything complaining of
> lockfile not being found.
So it still sends mail, afaict (did a bit of quick testing)
It seems to not send the mail about lockfile because we pipe its stderr to /dev/null and cron won't send mail if there is no output.
| Assignee | ||
Comment 3•12 years ago
|
||
This adds procmail to both mozilla masters and servo master.
Assignee: nobody → bugspam.Callek
Status: NEW → ASSIGNED
Attachment #769571 -
Flags: review?(nthomas)
| Reporter | ||
Comment 4•12 years ago
|
||
Comment on attachment 769571 [details] [diff] [review]
[puppet] add procmail
Wasn't in a position to write a patch, so certainly not going to review.
Attachment #769571 -
Flags: review?(nthomas) → review?(rail)
Updated•12 years ago
|
Attachment #769571 -
Flags: review?(rail) → review+
| Assignee | ||
Comment 5•12 years ago
|
||
Comment on attachment 769571 [details] [diff] [review]
[puppet] add procmail
https://hg.mozilla.org/build/puppet/rev/d2417bf55b99
Attachment #769571 -
Flags: checked-in+
| Assignee | ||
Updated•12 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
| Assignee | ||
Updated•12 years ago
|
QA Contact: other → armenzg
Updated•7 years ago
|
Product: Release Engineering → Infrastructure & Operations
Updated•6 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
•