Merge pull request #47690 from mty22/update-inactive-ceph-mirrors

doc: Remove inactive Ceph mirrors.
This commit is contained in:
Anthony D'Atri 2022-08-22 14:16:24 -07:00 committed by GitHub
commit 5ce745801b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 1 additions and 7 deletions

View File

@ -18,10 +18,8 @@ These mirrors are available on the following locations:
- **AU: Australia**: http://au.ceph.com/
- **SE: Sweden**: http://se.ceph.com/
- **DE: Germany**: http://de.ceph.com/
- **HK: Hong Kong**: http://hk.ceph.com/
- **FR: France**: http://fr.ceph.com/
- **UK: UK**: http://uk.ceph.com
- **US-East: US East Coast**: http://us-east.ceph.com/
- **US-Mid-West: Chicago**: http://mirrors.gigenet.com/ceph/
- **US-West: US West Coast**: http://us-west.ceph.com/
- **CN: China**: http://mirrors.ustc.edu.cn/ceph/

View File

@ -3,8 +3,6 @@ eu.ceph.com: Wido den Hollander <wido@42on.com>
au.ceph.com: Matthew Taylor <matthew.taylor@digitalpacific.com.au>, Tim Dousset <tim.dousset@hostopia.com.au>
de.ceph.com: Oliver Dzombic <info@ip-interactive.de>
se.ceph.com: Josef Johansson <se-ceph-com@oderland.se>
us-east.ceph.com: Tyler Bishop <tyler.bishop@beyondhosting.net>
hk.ceph.com: Mart van Santen <mart@greenhost.nl>
fr.ceph.com: Adrien Gillard <gillard.adrien@gmail.com>
uk.ceph.com: Tim Bishop <T.D.Bishop@kent.ac.uk>
ca.ceph.com: University of Waterloo Systems Committee <systems-committee@csclub.uwaterloo.ca>, School of Computer Science <cscf.csi.management@uwaterloo.ca>

View File

@ -15,10 +15,8 @@ SOURCES[de]="de.ceph.com"
SOURCES[se]="se.ceph.com"
SOURCES[au]="au.ceph.com"
SOURCES[us]="download.ceph.com"
SOURCES[hk]="hk.ceph.com"
SOURCES[fr]="fr.ceph.com"
SOURCES[ca]="ca.ceph.com"
SOURCES[us-east]="us-east.ceph.com"
SOURCES[us-west]="us-west.ceph.com"
SOURCES[global]="download.ceph.com"

View File

@ -6,7 +6,7 @@
# Requires IPv4, IPv6, rsync and curl
#
# Example usage:
# - ./test-mirrors.sh eu.ceph.com,de.ceph.com,hk.ceph.com
# - ./test-mirrors.sh eu.ceph.com,de.ceph.com,au.ceph.com
# - cat MIRRORS |cut -d ':' -f 1|xargs -n 1 ./test-mirrors.sh
#