-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
FYI, in case some people aren't subscribed to the centos-mirror-announce list
- -------- Forwarded Message -------- Subject: [CentOS-mirror-announce] CentOS 7 (1511) release and mirror status Date: Thu, 10 Dec 2015 11:10:41 +0000 From: Fabian Arrotin arrfab@centos.org Reply-To: centos-mirror@centos.org To: centos-mirror-announce@centos.org centos-mirror-announce@centos.org
Hi Mirrors Admins,
As you probably know, CentOS 7 (1511) is now built. So expect to see some traffic when it will be released - very soon - (when the whole tree/isos will land on your mirror, and when people will then start downloading/rsyncing from your mirror).
Just to let you know also that (to be confirmed though) expected size is ~22Gb. After some time we'll remove the 7.1.1503 folder and will archive it to vault.centos.org, so you'll get back that space.
If you have questions, feel free to discuss that on the centos-mirror list, or in #centos-mirror, on irc.freenode.net
Kind Regards, _______________________________________________ CentOS-mirror-announce mailing list CentOS-mirror-announce@centos.org https://lists.centos.org/mailman/listinfo/centos-mirror-announce
10.12.2015, 13.12, Fabian Arrotin kirjoitti:
Just to let you know also that (to be confirmed though) expected size is ~22Gb.
At the risk of sounding more and more like a broken record, but for the benefit of our newest mirror operators: Please remember to use the -H flag when rsyncing to preserve hard links. Files on msync.centos.org have been hard linked as appropriate.
Using that flag would have multiple benefits:
1) Reduced hard disk space. For example, the boot.iso in os/x86_64/images is the same as the CentOS-7-x86_64-NetInstall-1511.iso in os/x86_64/isos. By using hard links, those files would need to be stored only once on your hard disk.
2) Faster sync times at release. Many packages in 1511 have already been published as updates to 1503, either via updates, fasttrack or cr. Those not using the rsync -H flag will now need to download all the os RPMs in 1511, instead of just making more hard links to the already existing files.
3) Bandwidth consumption would also be reduced, both from your side and from the CentOS msync service side. This will also help with people rsyncing from your mirror (if you provide rsync), if they also use the -H flag to preserve hard links.
If you are currently not using -H but wish to start using it, go ahead and add the flag to your command line. rsync will automatically take care of removing the duplicate files during the next sync.
For reference: https://wiki.centos.org/HowTos/CreatePublicMirrors