Ticket #911 (closed defect: fixed)

Opened 6 months ago

Last modified 6 months ago

Disk space for /home on Parrot is running out

Reported by: chris Owned by: chris
Priority: major Milestone: Maintenance
Component: Parrot server Keywords:
Cc: sam, aland Estimated Number of Hours: 0.0
Add Hours to Ticket: 0 Billable?: yes
Total Hours: 0.65

Description

Getting this alert from ParrotServer every 5 mins:

transitionnetwork.org :: parrot.transitionnetwork.org :: Disk usage in percent                                              
        WARNINGs: /home is 96.06 (outside range [:96]).                                                                     
        OKs: /run/shm is 0.00, /run is 0.09, /dev is 0.00, / is 95.94, / is 95.94, /run/lock is 0.00.  

Change History

comment:1 Changed 6 months ago by chris

  • Cc aland added
  • Add Hours to Ticket changed from 0.0 to 0.25
  • Total Hours changed from 0.0 to 0.25

After deleting tmp files and looking around I really don't think there is any option but to increase the partition sizes:

df -h
Filesystem      Size  Used Avail Use% Mounted on
rootfs          9.9G  9.0G  389M  96% /
udev             10M     0   10M   0% /dev
tmpfs           307M  292K  307M   1% /run
/dev/xvda2      9.9G  9.0G  389M  96% /
tmpfs           5.0M     0  5.0M   0% /run/lock
tmpfs           818M     0  818M   0% /run/shm
/dev/xvda3      8.9G  8.1G  341M  97% /home

I have added kate to this ticket as this is a job better done by her.

comment:2 Changed 6 months ago by chris

  • Add Hours to Ticket changed from 0.0 to 0.4
  • Total Hours changed from 0.25 to 0.65

All done, I increased each partition to 16G:

df -h
Filesystem      Size  Used Avail Use% Mounted on
rootfs           16G  9.0G  6.0G  60% /
udev             10M     0   10M   0% /dev
tmpfs           307M   96K  307M   1% /run
/dev/xvda2       16G  9.0G  6.0G  60% /
tmpfs           5.0M     0  5.0M   0% /run/lock
tmpfs           818M     0  818M   0% /run/shm
/dev/xvda3       16G  8.1G  6.9G  55% /home

comment:3 Changed 6 months ago by chris

  • Status changed from new to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.