Update links to contain information regarding archive CDNs ← Older revision Revision as of 12:51, 22 May 2026 Line 27: Line 27: == Preparation on each ceph cluster node == == Preparation on each ceph cluster node == Old releases must use [https://forum.proxmox.com/threads/new-archive-cdn-for-end-of-life-eol-releases.178957/ the archive CDN for Proxmox] and [https://www.debian.org/distrib/archive for Debian], so make sure that all repositories in /etc/apt/sources.list and /etc/apt/sources.list.d/*.list use: * archive.debian.org instead of *.debian.org * archive.proxmox.com instead of *.proxmox.com * In case certificate errors occur while running apt-get update, use HTTP instead of HTTPS for the repositories. Change the current Ceph repositories from the upstream Jewel entry to the Luminous repository provided by Proxmox: Change the current Ceph repositories from the upstream Jewel entry to the Luminous repository provided by Proxmox: echo “deb http:// download .proxmox.com/debian/ceph-luminous jessie main” > /etc/apt/sources.list.d/ceph.list echo “deb http:// archive .proxmox.com/debian/ceph-luminous jessie main” > /etc/apt/sources.list.d/ceph.list ‘'’Note:’’’ this repository is only provided for upgrading PVE 4.x with Ceph Jewel to PVE 5.x with Ceph Luminous - it will not receive any further updates, and PVE 4.x does not (fully) support Ceph Luminous in the web interface. ‘'’Note:’’’ this repository is only provided for upgrading PVE 4.x with Ceph Jewel to PVE 5.x with Ceph Luminous - it will not receive any further updates, and PVE 4.x does not (fully) support Ceph Luminous in the web interface.