Closed
Bug 977074
Opened 11 years ago
Closed 11 years ago
Low Disk mailman2.mail.corp.phx1
Categories
(Infrastructure & Operations :: Infrastructure: Mail, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rwatson, Assigned: limed)
References
Details
Alerted on call:
@nagios-corp-phx1 Wed 05:35:18 PST [3279] mailman2.mail.corp.phx1.mozilla.com:Disk - All is WARNING: DISK WARNING - free space: / 3930 MB (10% inode=83%)
| Assignee | ||
Comment 1•11 years ago
|
||
Best option here is to put /var/lib/mailman on a separate partition. Probably need storage folks to create a partition for us for this
| Assignee | ||
Comment 2•11 years ago
|
||
The plan here will be as follows
1. stop mailman (Mail will be queued at the postfix level)
2. rsync -av /var/lib/mailman/ /mnt/ (There is already a synced copy, this is for one last time before we remount)
3. mv /var/lib/mailman /var/lib/mailman.old
4. mkdir /var/lib/mailman && chmod 2775 /var/lib/mailman && chown root:mailman /var/lib/mailman
5. mount /dev/sdb1 /var/lib/mailman
6. start mailman back up
| Assignee | ||
Updated•11 years ago
|
Assignee: infra → limed
| Assignee | ||
Comment 3•11 years ago
|
||
19:13 <@nagios-corp-phx1> limed: rechecking all services on host mailman2.mail.corp.phx1.mozilla.com
19:13 <@nagios-corp-phx1> Sat 19:16:26 PDT [3447] mailman2.mail.corp.phx1.mozilla.com:Disk - All is OK: DISK OK (http://m.mozilla.org/Disk+-+All)
| Assignee | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•