Table of Contents
Scope/Description
TopThis article will show to use the most up to date ceph repositories in Proxmox.
The default ceph packages in the Proxmox repos are Ceph v12, and are out of date. It is recommended to use the same version of Ceph on the Proxmox as the external cluster
This applies to using Proxmox with an external Ceph cluster.
Reference: https://pve.proxmox.com/wiki/Package_Repositories
Prerequisites
Top- Ceph Cluster Configured
- Proxmox Environment
Steps
TopOn each proxmox node create a apt.list file
- Ceph version 15 (Octopus)
echo "deb http://download.proxmox.com/debian/ceph-octopus buster main" > /etc/apt/sources.list.d/ceph.list
- Ceph version 14 (Nautilus)
echo "deb http://download.proxmox.com/debian/ceph-octopus buster main" > /etc/apt/sources.list.d/ceph.list
Verification
TopTroubleshooting
Top
Views: 566