Closed Bug 442843 Opened 17 years ago Closed 17 years ago

qm-moz2-unittest01 is out of disk space

Categories

(Release Engineering :: General, defect, P1)

defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: Gavin, Assigned: nthomas)

Details

[30 21:26:07] <nagios> qm-moz2-unittest01:disk - /builds is CRITICAL: DISK CRITICAL - free space: /builds 0 MB (0% inode=98%): Looks like this is causing the three unit test boxes on http://tinderbox.mozilla.org/showbuilds.cgi?tree=Mozilla2 to go red, so filing as a blocker - not sure whether the IT support docs cover this scenario, but no unit test machine feedback is keeping the tree closed.
Yup, no docs for this case, over to build and release eng.
Assignee: server-ops → nobody
Component: Server Operations: Tinderbox Maintenance → Release Engineering
QA Contact: justin → release
Component: Release Engineering → Release Engineering: Maintenance
Assignee: nobody → nthomas
Priority: -- → P1
Moved 1.6Gb out of /builds/moz2_unittest/win2k3_03 to ~/win2k3_03 as a stop-gap fix. Current status: Filesystem Size Used Avail Use% Mounted on /dev/sda1 8.3G 6.7G 1.2G 85% / tmpfs 379M 0 379M 0% /dev/shm /dev/sda2 996M 120M 825M 13% /var / dev/sdb1 20G 18G 1.6G 92% /builds Long term, this box needs something like this crontab job on qm-rhel02: # Delete slave logs after 5 days 32 3 * * * find /build/master/trunk* -mtime +5 -exec rm {} \; Builds are cycling now --> FIXED.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
because of the different directory names, I had to add 3 entries: # Delete slave logs after 5 days 32 3 * * * find /build/master/linux* -mtime +5 -exec rm {} \; 32 4 * * * find /build/master/darwin* -mtime +5 -exec rm {} \; 32 5 * * * find /build/master/win* -mtime +5 -exec rm {} \;
erm, corrected with proper directory names (/builds/moz2_unittest)
Component: Release Engineering: Maintenance → Release Engineering
Product: mozilla.org → Release Engineering
You need to log in before you can comment on or make changes to this bug.