]> git.proxmox.com Git - pve-docs.git/commitdiff
package repos: document Ceph 19.2 Squid repos
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 24 Oct 2024 15:28:25 +0000 (17:28 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 10 Nov 2024 10:43:04 +0000 (11:43 +0100)
Note, at time of commit the Enterprise repo is not yet available, but
that should change (soon) once this is bumped, so do not bother with
a temporary note.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
pve-package-repos.adoc

index 065323c213eb62a05533807fe74321b278995ed7..c831cd9fe0cdc1f1f456dfd16d16a1e138e6edfd 100644 (file)
@@ -121,6 +121,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 Squid Enterprise Repository
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+This repository holds the enterprise {pve} Ceph 19.2 Squid 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-squid bookworm enterprise
+----
+
+
+Ceph Squid No-Subscription Repository
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+This Ceph repository contains the Ceph 19.2 Squid 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-squid bookworm no-subscription
+----
+
+
+Ceph Squid Test Repository
+~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+This Ceph repository contains the Ceph 19.2 Squid 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-squid bookworm test
+----
+
 Ceph Reef Enterprise Repository
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~