diff options
author | David Galloway <dgallowa@redhat.com> | 2021-06-16 18:30:22 +0200 |
---|---|---|
committer | David Galloway <dgallowa@redhat.com> | 2021-06-16 19:25:15 +0200 |
commit | 6cc502854c3ff1b96b8c393317ec9d8563b31f9a (patch) | |
tree | d9d85bc118c33f9dcbe66765a2ea7ccde67b96eb /mirroring | |
parent | Merge pull request #41727 from yanqiang-ux/handle_error_ret_FillInVerifyExtent (diff) | |
download | ceph-6cc502854c3ff1b96b8c393317ec9d8563b31f9a.tar.xz ceph-6cc502854c3ff1b96b8c393317ec9d8563b31f9a.zip |
MIRRORS: Add ca.ceph.com
Signed-off-by: David Galloway <dgallowa@redhat.com>
Diffstat (limited to 'mirroring')
-rw-r--r-- | mirroring/MIRRORS | 1 | ||||
-rwxr-xr-x | mirroring/mirror-ceph.sh | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/mirroring/MIRRORS b/mirroring/MIRRORS index 5fded306d44..ec209456e37 100644 --- a/mirroring/MIRRORS +++ b/mirroring/MIRRORS @@ -7,3 +7,4 @@ 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> diff --git a/mirroring/mirror-ceph.sh b/mirroring/mirror-ceph.sh index e5108b3a730..2b14ed74ea4 100755 --- a/mirroring/mirror-ceph.sh +++ b/mirroring/mirror-ceph.sh @@ -17,6 +17,7 @@ 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" |