From a90b75d5f46b1b6020d0ccb8b8cb1deefb56556f Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 15 Sep 2023 16:51:22 +0200 Subject: [PATCH] package repos: add Ceph 18.2 Reef repos Signed-off-by: Thomas Lamprecht --- calendar-events.adoc | 4 ++++ pve-package-repos.adoc | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+) diff --git a/calendar-events.adoc b/calendar-events.adoc index 2cfc115..7a9a4ed 100644 --- a/calendar-events.adoc +++ b/calendar-events.adoc @@ -1,3 +1,7 @@ +ifdef::wiki[] +:title: Schedule Format +endif::wiki[] + [[chapter_calendar_events]] Schedule Format --------------- diff --git a/pve-package-repos.adoc b/pve-package-repos.adoc index 983b8ca..5ae7ec5 100644 --- a/pve-package-repos.adoc +++ b/pve-package-repos.adoc @@ -119,6 +119,45 @@ WARNING: The `pvetest` repository should (as the name implies) only be used for testing new features or bug fixes. [[sysadmin_package_repositories_ceph]] +Ceph Reef Enterprise Repository +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +This repository holds the enterprise {pve} Ceph 18.2 Reef 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 https://enterprise.proxmox.com/debian/ceph-reef bookworm enterprise +---- + + +Ceph Reef No-Subscription Repository +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +This Ceph repository contains the Ceph 18.2 Reef packages before they are moved +to the enterprise repository and after they where on the test repository. + +NOTE: It's recommended to use the enterprise repository for production +machines. + +.File `/etc/apt/sources.list.d/ceph.list` +---- +deb http://download.proxmox.com/debian/ceph-reef bookworm no-subscription +---- + + +Ceph Reef Test Repository +~~~~~~~~~~~~~~~~~~~~~~~~~ + +This Ceph repository contains the Ceph 18.2 Reef 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-reef bookworm test +---- + Ceph Quincy Enterprise Repository ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~