From: Emmanuel Ameh Date: Tue, 9 Jun 2026 12:21:38 +0000 (+0100) Subject: doc/install: Update mirrors.rst to use https and current release X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F69357%2Fhead;p=ceph.git doc/install: Update mirrors.rst to use https and current release All mirror URLs used insecure http://. Update to https://. The example repository paths used debian-hammer and rpm-hammer (Hammer was EOL in 2016); update to the current stable release (tentacle). Also update the GitHub mirroring link from the stale master branch to main. Fixes: https://tracker.ceph.com/issues/77197 Signed-off-by: Emmanuel Ameh --- diff --git a/doc/install/mirrors.rst b/doc/install/mirrors.rst index 11c60db8dc6..ef12f3a49bd 100644 --- a/doc/install/mirrors.rst +++ b/doc/install/mirrors.rst @@ -24,17 +24,18 @@ These mirrors are available on the following locations: - **US-West: US West Coast**: http://us-west.ceph.com/ - **CN: China**: http://mirrors.ustc.edu.cn/ceph/ -You can replace all download.ceph.com URLs with any of the mirrors, for example: +You can replace all ``download.ceph.com`` URLs with any of the mirrors, +for example: -- http://download.ceph.com/tarballs/ -- http://download.ceph.com/debian-hammer/ -- http://download.ceph.com/rpm-hammer/ +- https://download.ceph.com/tarballs/ +- https://download.ceph.com/debian-tentacle/ +- https://download.ceph.com/rpm-tentacle/ Change this to: -- http://eu.ceph.com/tarballs/ -- http://eu.ceph.com/debian-hammer/ -- http://eu.ceph.com/rpm-hammer/ +- https://eu.ceph.com/tarballs/ +- https://eu.ceph.com/debian-tentacle/ +- https://eu.ceph.com/rpm-tentacle/ Mirroring @@ -62,4 +63,4 @@ set for all mirrors. These can be found on `GitHub`_. If you want to apply for an official mirror, please contact the ceph-users mailinglist. -.. _GitHub: https://github.com/ceph/ceph/tree/master/mirroring +.. _GitHub: https://github.com/ceph/ceph/tree/main/mirroring