Closed Bug 829718 Opened 11 years ago Closed 11 years ago

[socorro stage] admin box out of disk space

Categories

(Infrastructure & Operations Graveyard :: WebOps: Other, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: rhelmer, Assigned: mburns)

References

Details

[rhelmer@socorroadm.stage.private.phx1 ~]$ df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
                       38G   36G     0 100% /
tmpfs                 1.9G     0  1.9G   0% /dev/shm
/dev/sda1              97M   62M   31M  67% /boot
10.8.75.254:/vol/pio_symbols
                      2.5T  2.3T  189G  93% /mnt/socorro/symbols
Assignee: server-ops-webops → mburns
Blocks: 829625
It's all in /data.... tons of directories like this:

drwxr-xr-x    7 root root       4096 Jan 13  2012 socorro.13-02-2012_14_00_54
drwxr-xr-x    7 root root       4096 Feb  9  2012 socorro.27-02-2012_10_14_26
drwxr-xr-x    7 root root       4096 Feb 27  2012 socorro.28-02-2012_11_59_08
drwxr-xr-x    7 root root       4096 Feb 28  2012 socorro.29-02-2012_15_15_56
drwxr-xr-x    7 root root       4096 Feb 29  2012 socorro.01-03-2012_15_18_46
drwxr-xr-x    7 root root       4096 Mar  1  2012 socorro.01-03-2012_16_02_02
drwxr-xr-x    7 root root       4096 Mar  1  2012 socorro.07-03-2012_10_32_48
drwxr-xr-x    7 root root       4096 Mar  7  2012 socorro.09-03-2012_14_04_19
drwxr-xr-x    7 root root       4096 Mar  8  2012 socorro.13-03-2012_14_55_02
drwxr-xr-x    7 root root       4096 Mar 13  2012 socorro.14-03-2012_13_00_36
drwxr-xr-x    7 root root       4096 Mar 14  2012 socorro.22-03-2012_10_35_24
drwxr-xr-x    7 root root       4096 Mar 22  2012 socorro.27-03-2012_14_35_29
drwxr-xr-x    7 root root       4096 Mar 27  2012 socorro.30-03-2012_14_31_47
drwxr-xr-x    7 root root       4096 Mar 30  2012 socorro.30-03-2012_14_57_24
drwxr-xr-x    7 root root       4096 Mar 30  2012 socorro.30-03-2012_14_32_40
drwxr-xr-x    7 root root       4096 Mar 30  2012 socorro.02-04-2012_12_36_14
drwxr-xr-x    7 root root       4096 Apr  2  2012 socorro.06-04-2012_08_54_20
drwxr-xr-x    7 root root       4096 Apr  6  2012 socorro.10-04-2012_10_55_16

Mostly around 60MB each.

Can we do anything with these?
They are backup directories which can be removed, I believe it's a consequence of bug 826449
[root@socorroadm.stage.private.phx1 data]# find /data -maxdepth 1 -type d -name 'socorro*' -mtime +30  -print | xargs rm -rf

[root@socorroadm.stage.private.phx1 data]# df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/mapper/VLogVol00 38G   26G  9.6G  74%  /
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in before you can comment on or make changes to this bug.