From: Matthew Taylor Date: Fri, 19 Aug 2022 01:45:38 +0000 (+0800) Subject: doc: Remove inactive Ceph mirrors. X-Git-Tag: v18.0.0~208^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=a0d82e27043232453607b434a6c4ccef704c4a96;p=ceph-ci.git doc: Remove inactive Ceph mirrors. 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 --- diff --git a/doc/install/mirrors.rst b/doc/install/mirrors.rst index 314947af72b..11c60db8dc6 100644 --- a/doc/install/mirrors.rst +++ b/doc/install/mirrors.rst @@ -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/ diff --git a/mirroring/MIRRORS b/mirroring/MIRRORS index ec209456e37..bd8f0dab57d 100644 --- a/mirroring/MIRRORS +++ b/mirroring/MIRRORS @@ -3,8 +3,6 @@ eu.ceph.com: Wido den Hollander au.ceph.com: Matthew Taylor , Tim Dousset de.ceph.com: Oliver Dzombic se.ceph.com: Josef Johansson -us-east.ceph.com: Tyler Bishop -hk.ceph.com: Mart van Santen fr.ceph.com: Adrien Gillard uk.ceph.com: Tim Bishop ca.ceph.com: University of Waterloo Systems Committee , School of Computer Science diff --git a/mirroring/mirror-ceph.sh b/mirroring/mirror-ceph.sh index 2b14ed74ea4..93e5b6e34ad 100755 --- a/mirroring/mirror-ceph.sh +++ b/mirroring/mirror-ceph.sh @@ -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" diff --git a/mirroring/test-mirrors.sh b/mirroring/test-mirrors.sh index 280118bc845..751c3149852 100755 --- a/mirroring/test-mirrors.sh +++ b/mirroring/test-mirrors.sh @@ -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 #