]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Remove inactive Ceph mirrors. 47690/head
authorMatthew Taylor <matthew.taylor@digitalpacific.com.au>
Fri, 19 Aug 2022 01:45:38 +0000 (09:45 +0800)
committerMatthew Taylor <matthew.taylor@digitalpacific.com.au>
Fri, 19 Aug 2022 01:47:26 +0000 (09:47 +0800)
hk.ceph.com - notified mirror maintainer list of mirror decommission on 2020-08-31
us-east.ceph.com - mirror has been offline for years.

Signed-off-by: Matthew Taylor <matthew.taylor@digitalpacific.com.au>
doc/install/mirrors.rst
mirroring/MIRRORS
mirroring/mirror-ceph.sh
mirroring/test-mirrors.sh

index 314947af72bbe92e00545f1f1c472432e50d7f08..11c60db8dc66b5b611e4d082400f3cd0db4694dd 100644 (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/
index ec209456e37a884487193b6e76c7980547bd2fbe..bd8f0dab57d1e31cb0adfee1bb75669477435155 100644 (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>
index 2b14ed74ea461595a6de57e1f8efc057316162e5..93e5b6e34add74dfda378838c2516353c283a3b7 100755 (executable)
@@ -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"
 
index 280118bc84541c482ec8f9eb41077ce62fecc5ae..751c3149852ed130824c0608ee5f95bde07184ae 100755 (executable)
@@ -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
 #