From f211eb8c2053058590e7a71b02c21dc902a0762f Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 28 Jun 2022 16:06:01 +0200 Subject: [PATCH] ceph: add quincy repo reference Signed-off-by: Thomas Lamprecht --- pve-package-repos.adoc | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/pve-package-repos.adoc b/pve-package-repos.adoc index 84141b4..3237ddf 100644 --- a/pve-package-repos.adoc +++ b/pve-package-repos.adoc @@ -119,6 +119,33 @@ WARNING: The `pvetest` repository should (as the name implies) only be used for testing new features or bug fixes. [[sysadmin_package_repositories_ceph]] +Ceph Quincy Repository +~~~~~~~~~~~~~~~~~~~~~~ + +NOTE: Ceph Quincy (17.2) was declared stable with {pve} 7.3 or after using the +Ceph 17.2.1 version. + +This repository holds the main {pve} Ceph Quincy packages. They are suitable +for production. Use this repository if you run the Ceph client or a full Ceph +cluster on {pve}. + +.File `/etc/apt/sources.list.d/ceph.list` +---- +deb http://download.proxmox.com/debian/ceph-quincy bullseye main +---- + + +Ceph Quincy Test Repository +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +This Ceph repository contains the Ceph Quincy packages before they are moved +to the main repository. It is used to test new Ceph releases on {pve}. + +.File `/etc/apt/sources.list.d/ceph.list` +---- +deb http://download.proxmox.com/debian/ceph-quincy bullseye test +---- + Ceph Pacific Repository ~~~~~~~~~~~~~~~~~~~~~~~