]> git.proxmox.com Git - pve-docs.git/commitdiff
package repos: add Ceph 18.2 Reef repos
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 15 Sep 2023 14:51:22 +0000 (16:51 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 15 Sep 2023 14:51:22 +0000 (16:51 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
calendar-events.adoc
pve-package-repos.adoc

index 2cfc115dd882a04abaa988c8d3dbc5e6fed0b990..7a9a4ed2d3285b61c7d94e0fb1352faae329bc70 100644 (file)
@@ -1,3 +1,7 @@
+ifdef::wiki[]
+:title: Schedule Format
+endif::wiki[]
+
 [[chapter_calendar_events]]
 Schedule Format
 ---------------
index 983b8caae99843743312833df1df1da8ebc3a2d4..5ae7ec51a519a3992ce76b2119580fe06b06dca8 100644 (file)
@@ -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
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~