From 47a01011a73a024495ae3b3724bafc063d994805 Mon Sep 17 00:00:00 2001 From: "Chandan Kumar (raukadah)" Date: Sun, 16 Jan 2022 19:39:04 +0530 Subject: [PATCH] Use facebook mirror for centos stream 9 rsync Currently dfw.mirror.rackspace.com is used for syncing CS9 content on OpenDev mirror. But somehow it is rejecting rsync connections. Switching to facebook mirror[1] might fix the issue. [1]. https://admin.fedoraproject.org/mirrormanager/mirrors/CentOS/9-stream/x86_64 Related-Bug: #1957950 Signed-off-by: Chandan Kumar (raukadah) Change-Id: I119e468d6b38e4b3a0f73ab0e839f3bba85fd039 --- playbooks/roles/mirror-update/files/centos-stream-mirror-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/roles/mirror-update/files/centos-stream-mirror-update b/playbooks/roles/mirror-update/files/centos-stream-mirror-update index 161d1ac00e..78ef4a1793 100755 --- a/playbooks/roles/mirror-update/files/centos-stream-mirror-update +++ b/playbooks/roles/mirror-update/files/centos-stream-mirror-update @@ -39,7 +39,7 @@ K5START="k5start -t -f /etc/centos-stream.keytab service/centos-stream-mirror -- # -- Centos 9-stream -- # -MIRROR=rsync://dfw.mirror.rackspace.com/centos-stream/9-stream/ # somewhere in US +MIRROR=rsync://mirror.facebook.net/centos-stream/9-stream/ # somewhere in US if ! [ -f ${BASE_STREAM}/9-stream ]; then $K5START mkdir -p ${BASE}/9-stream