Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-mirrors] Mirror Space?

On Mon, 21 Sep 2009 09:50:46 -0300
carlos@xxxxxxxxxxxxxx (Carlos Carvalho) wrote:

> Adrian Reber (adrian@xxxxxxxx) wrote on 21 September 2009 08:48:
>  >On Sun, Sep 20, 2009 at 01:58:07AM +0300, Aric Fedida wrote:
>  >> Our Eclipse Mirror has its own partition of 294gb, today it ran
>  >> out of space:
>  >>
>  >> /dev/sdb1             294G  294G     0 100% /mnt/storage
>  >>
>  >> Does this make sense? How much space should the repository really
>  >> take up at the moment?
>  >
>  >I can only tell you how much it takes on my side and not how much
>  >space it actually requires on the master. But I can confirm it:
>  >
>  ># du -hs eclipse/
>  >292G    eclipse/
>  >
>  >But I am also running a script to hardlink identical files which
>  >saves over 6GB.
> 
> >From rsync:
> 
> Number of files: 963409
> Total file size: 293.98G bytes
> _______________________________________________
> eclipse-mirrors mailing list
> eclipse-mirrors@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/eclipse-mirrors

Hi,
Does everyone have such numbers?
We have 104GB here.
mirrorhost ~ # du -h --max-depth=1 /home/mirror/pub/eclipse/ 
4.0K	/home/mirror/pub/eclipse/swtbot
423M	/home/mirror/pub/eclipse/datatools
26G	/home/mirror/pub/eclipse/technology
2.0G	/home/mirror/pub/eclipse/webtools
40K	/home/mirror/pub/eclipse/errors
5.6G	/home/mirror/pub/eclipse/birt
85M	/home/mirror/pub/eclipse/cobol
2.1G	/home/mirror/pub/eclipse/releases
792K	/home/mirror/pub/eclipse/eclipse.org-common
9.9G	/home/mirror/pub/eclipse/rt
35M	/home/mirror/pub/eclipse/e4
154M	/home/mirror/pub/eclipse/ercp
1.1G	/home/mirror/pub/eclipse/callisto
4.0K	/home/mirror/pub/eclipse/jetty
4.0K	/home/mirror/pub/eclipse/mst
2.9G	/home/mirror/pub/eclipse/tptp
4.0K	/home/mirror/pub/eclipse/fproj
2.9G	/home/mirror/pub/eclipse/dsdp
4.0K	/home/mirror/pub/eclipse/bpmn
4.0K	/home/mirror/pub/eclipse/gyrex
555M	/home/mirror/pub/eclipse/equinox
1.4G	/home/mirror/pub/eclipse/stp
4.0K	/home/mirror/pub/eclipse/stem
13G	/home/mirror/pub/eclipse/tools
2.7M	/home/mirror/pub/eclipse/arch
4.0K	/home/mirror/pub/eclipse/gef3d
30G	/home/mirror/pub/eclipse/eclipse
7.2G	/home/mirror/pub/eclipse/modeling
203M	/home/mirror/pub/eclipse/ide4edu
104G	/home/mirror/pub/eclipse/

We use the official script from
http://www.eclipse.org/downloads/eclipse.org-rsync.sh.txt
with these settings:
RSYNC_HOST=download.eclipse.org
RSYNC_PATH=eclipseMirror
full_eclipse=yes
full_platform=yes
platform_release=no
platform_stable=no
platform_update=no
callisto=no
release_trains=no
full_birt=no
full_technology=no
full_tools=no
full_tptp=no
full_webtools=no
full_datatools=no

Our mirror has been out of shape, but we set it up again last week. so this should be correct.

Dieter


Back to the top