ceph (19.2.6-3~bpo12+1) bookworm; urgency=medium * cephx: add optional manual promotion for pending client keys. With mon_auth_client_pending_key_auto_promote disabled, monitors accept both active and pending keys until an explicit commit or clear. This lets running clients refresh without interrupting those still using the old key. The default remains automatic promotion. -- Proxmox Support Team Wed, 02 Sep 2026 21:59:12 +0200 ceph (19.2.6-2~bpo12+1) bookworm; urgency=medium * restore the removed auth_supported config option for backward compat. This option is still used in PVE 8 and suddenly removing it during a stable point release is not ideal, so postpone doing so to the next major release. -- Proxmox Support Team Mon, 24 Aug 2026 17:05:00 +0200 ceph (19.2.6-1~bpo12+1) bookworm; urgency=medium * update Ceph to Squid 19.2.6 stable release -- Proxmox Support Team Thu, 20 Aug 2026 18:07:26 +0200 ceph (19.2.5-1~bpo12+2) bookworm; urgency=medium * fix #7777: ceph-base: do not ship the legacy /etc/init.d/ceph script anymore and clean it up on upgrade. The Bookworm-based builds erroneously shipped it again, and systemd-sysv-generator converts the stale script to a ceph.service that conflicts with the native systemd units on startup. -- Proxmox Support Team Wed, 15 Jul 2026 14:45:12 +0200 ceph (19.2.5-1~bpo12+1) bookworm; urgency=medium * update Ceph to Squid 19.2.5 stable release -- Proxmox Support Team Thu, 11 Jun 2026 10:32:53 +0200 ceph (19.2.4-1~bpo12+1) bookworm; urgency=medium * update Ceph to Squid 19.2.4 stable release -- Proxmox Support Team Thu, 11 Jun 2026 09:28:15 +0200 ceph (19.2.3-1~bpo12+2) bookworm; urgency=medium * bluefs: fix OSD crash caused by incorrect allocation unit size alignment assertion. -- Proxmox Support Team Thu, 15 Jan 2026 20:05:05 +0100 ceph (19.2.3-1~bpo12+1) bookworm; urgency=medium * update Ceph to Squid 19.2.3 stable release -- Proxmox Support Team Mon, 29 Sep 2025 11:56:21 +0200 ceph (19.2.2-pve1~bpo12+2) bookworm; urgency=medium * cherry-pick fix for ceph-volume and Python 3.13+. * client: cherry-pick fix to improve privilege handling of setattr. -- Proxmox Support Team Wed, 02 Jul 2025 16:07:30 +0200 ceph (19.2.2-pve1~bpo12+1) bookworm; urgency=medium * Build for Debian 12 Bookworm based Proxmox VE 8 release. -- Proxmox Support Team Tue, 10 Jun 2025 09:46:10 +0200 ceph (19.2.2-pve1) trixie; urgency=medium * update Ceph to Squid 19.2.2 stable release -- Proxmox Support Team Tue, 03 Jun 2025 12:51:17 +0200 ceph (19.2.1-pve3) bookworm; urgency=medium * backport patch to temporarily disable problematic elastic_shared_blob option to prevent crashing OSDs -- Proxmox Support Team Tue, 08 Apr 2025 13:39:06 +0200 ceph (19.2.1-pve2) bookworm; urgency=medium * backport fix for IPv6-only OSDs -- Proxmox Support Team Mon, 31 Mar 2025 22:19:14 +0200 ceph (19.2.1-pve1) bookworm; urgency=medium * update Ceph to Squid 19.2.1 stable release -- Proxmox Support Team Fri, 07 Feb 2025 15:11:21 +0100 ceph (19.2.0-pve2) bookworm; urgency=medium * d/control: fix lua dependencies for librgw2 to avoid pulling in a huge amount of development related packages. -- Proxmox Support Team Wed, 06 Nov 2024 16:38:14 +0100 ceph (19.2.0-pve1) bookworm; urgency=medium * update Ceph to the first stable release from the Squid 19.2 series -- Proxmox Support Team Fri, 27 Sep 2024 17:43:16 +0200 ceph (19.1.0-pve1) bookworm; urgency=medium * update Ceph to the first release candidate of the upcoming Squid 19 stable release -- Proxmox Support Team Fri, 19 Jul 2024 15:21:03 +0200 ceph (18.2.4-pve3) bookworm; urgency=medium * ceph-volume: explicitly track python3-packaging dependency -- Proxmox Support Team Wed, 31 Jul 2024 10:12:55 +0200 ceph (18.2.4-pve2) bookworm; urgency=medium * cherry-pick fix for ceph-volume when it tries parsing the version of the installed `cryptsetup` version using Bookworm's `packaging` python module -- Proxmox Support Team Tue, 30 Jul 2024 20:34:01 +0200 ceph (18.2.4-pve1) bookworm; urgency=medium * update Ceph to Reef 18.2.4 stable release -- Proxmox Support Team Thu, 25 Jul 2024 18:50:50 +0200 ceph (18.2.2-pve1) bookworm; urgency=medium * update Ceph to Reef 18.2.2 stable release * mgr/dashboard: add backport that allows the dashboard to work again * mgr/dashboard: patch out PyOpenSSL-related and PyJWT-related usages to fix compat with python3.11 sub-interpreter enforcements and dashboard modules * fix #5213: ceph-osd postinst: add patch to avoid connection freezes * debian: ensure all ceph related files in /var/lib/ceph are owned and accessible by the ceph user, like the crash directory. * reorder keyring used by ceph-crash favoring non-host-specific keyring, avoiding some warnings spamming the system log. -- Proxmox Support Team Mon, 11 Mar 2024 17:30:56 +0100 ceph (18.2.1-pve2) bookworm; urgency=medium * ensure RocksDB sub-component is build in release mode to avoid performance regressions -- Proxmox Support Team Tue, 09 Jan 2024 17:11:04 +0100 ceph (18.2.1-pve1) bookworm; urgency=medium * add stop-gap to fix compat with CPUs not supporting SSE 4.1 * update Ceph to Reef 18.2.1 stable release -- Proxmox Support Team Tue, 19 Dec 2023 09:14:36 +0100 ceph (18.2.0-pve2) bookworm; urgency=medium * debian: add missing bcrypt to manager .requires to ensure correct dependencies if installed freshly on a relative minimal system. -- Proxmox Support Team Tue, 05 Sep 2023 13:38:33 +0200 ceph (18.2.0-pve1) bookworm; urgency=medium * first upstream stable release of the Ceph 18 Reef branch -- Proxmox Support Team Fri, 25 Aug 2023 14:06:36 +0200 ceph (18.1.2-pve1) bookworm; urgency=medium * Package second release candidate from the Ceph 18 Reef branch -- Proxmox Support Team Thu, 20 Jul 2023 09:15:15 +0200 ceph (17.2.6-pve1+3) bookworm; urgency=medium * rebuild for Proxmox VE 8.x based on Debian 12 Bookworm * backport patches lib boost compat with python3.10+ * fix and improve compat with libfmt9 and newer gcc/c++17 -- Proxmox Support Team Tue, 02 May 2023 18:06:49 +0200 ceph (17.2.6-pve1) bullseye; urgency=medium * new upstream quincy 17.2.6 stable release -- Proxmox Support Team Tue, 11 Apr 2023 09:44:32 +0200 ceph (17.2.5-pve1) bullseye; urgency=medium * new upstream quincy 17.2.5 stable release -- Proxmox Support Team Sun, 23 Oct 2022 17:14:21 +0200 ceph (17.2.4-pve1) bullseye; urgency=medium * new upstream quincy 17.2.4 stable release -- Proxmox Support Team Mon, 03 Oct 2022 09:56:11 +0200 ceph (17.2.1-pve1) bullseye; urgency=medium * new upstream quincy 17.2.1 stable release -- Proxmox Support Team Fri, 24 Jun 2022 08:49:44 +0200 ceph (17.2.0-pve1) bullseye; urgency=medium * Initial packaging of new major upstream ceph Quincy release -- Proxmox Support Team Thu, 21 Apr 2022 17:46:16 +0200 ceph (16.2.7) bullseye; urgency=medium * new upstream pacific 16.2.7 stable release -- Proxmox Support Team Wed, 08 Dec 2021 11:07:49 +0100 ceph (16.2.6-pve2) bullseye; urgency=medium * new upstream pacific 16.2.6 stable release -- Proxmox Support Team Tue, 21 Sep 2021 12:17:15 +0200 ceph (16.2.5-pve1) bullseye; urgency=medium * new upstream pacific 16.2.5 stable release -- Proxmox Support Team Wed, 14 Jul 2021 11:46:26 +0200 ceph (16.2.4-pve1) bullseye; urgency=medium * update to Ceph Pacific 16.2.4 release -- Proxmox Support Team Thu, 20 May 2021 15:56:33 +0200 ceph (16.2.2-pve1) stable; urgency=medium * update to Ceph Pacific 16.2.2 release -- Proxmox Support Team Thu, 06 May 2021 16:04:15 +0200 ceph (15.2.11-pve1) stable; urgency=medium * new upstream octopus 15.2.11 stable release * fix CVE-2021-20288: Unauthorized global_id reuse in cephx -- Proxmox Support Team Tue, 20 Apr 2021 10:34:05 +0200 ceph (15.2.10-pve1) stable; urgency=medium * new upstream octopus 15.2.10 stable release -- Proxmox Support Team Thu, 25 Mar 2021 11:25:02 +0100 ceph (15.2.9-pve1) stable; urgency=medium * new upstream octopus 15.2.9 stable release -- Proxmox Support Team Thu, 25 Feb 2021 16:58:37 +0100 ceph (15.2.8-pve2) stable; urgency=medium * new upstream octopus 15.2.8 stable release -- Proxmox Support Team Thu, 17 Dec 2020 16:21:39 +0100 ceph (15.2.6-pve1) stable; urgency=medium * new upstream octopus 15.2.6 stable release: + CVE 2020-25660: Fix a regression in Messenger V2 replay attacks -- Proxmox Support Team Fri, 20 Nov 2020 09:43:59 +0100 ceph (15.2.5-pve1) stable; urgency=medium * new upstream octopus 15.2.5 stable release -- Proxmox Support Team Mon, 28 Oct 2020 09:01:33 +0200 ceph (15.2.4-pve1) stable; urgency=medium * new upstream octopus 15.2.4 stable release -- Proxmox Support Team Thu, 02 Jul 2020 15:37:46 +0200 ceph (15.2.3-pve1) stable; urgency=medium * new upstream octopus 15.2.3 stable release -- Proxmox Support Team Tue, 02 Jun 2020 16:29:59 +0200 ceph (15.2.2-pve1) stable; urgency=medium * new upstream octopus 15.2.2 stable release -- Proxmox Support Team Fri, 22 May 2020 15:35:46 +0200 ceph (15.2.1-pve1) stable; urgency=medium * New upstream Octopus 15.2.1 stable release -- Proxmox Support Team Wed, 15 Apr 2020 13:24:39 +0200 ceph (14.2.8-pve1) stable; urgency=medium * New upstream Nautilus 14.2.8 stable release -- Proxmox Support Team Tue, 03 Mar 2020 15:28:39 +0100 ceph (14.2.6-pve1) stable; urgency=medium * New upstream Nautilus 14.2.6 stable release -- Proxmox Support Team Wed, 15 Jan 2020 10:32:12 +0100 ceph (14.2.5-pve1) stable; urgency=medium * New upstream Nautilus 14.2.5 stable release -- Proxmox Support Team Tue, 10 Dec 2019 12:54:23 +0100 ceph (14.2.4.1-pve1) stable; urgency=medium * Backport fix for possible data corruption using BlueStore OSDs that have a separate DB or WAL device, introduced with 14.2.3 * fix a situation were mgr daemons became unresponsive when device health metrics were enabled -- Proxmox Support Team Fri, 15 Nov 2019 10:24:45 +0100 ceph (14.2.4-pve1) stable; urgency=medium * New upstream Nautilus 14.2.4 release -- Proxmox Support Team Thu, 19 Sep 2019 13:49:23 +0200 ceph (14.2.2-pve1) stable; urgency=medium * New upstream Nautilus 14.2.2 release -- Proxmox Support Team Thu, 18 Jul 2019 11:15:19 +0200 # Older entries have been removed from this changelog. # To read the complete changelog use `apt changelog python3-ceph`.