Debian Package Tracker
Register | Log in
Subscribe

ceph

distributed storage and file system

Choose email to subscribe with

general
  • source: ceph (main)
  • version: 20.2.4+ds-1
  • maintainer: Ceph Packaging Team (DMD)
  • uploaders: James Page [DMD] – Daniel Baumann [DMD] – Thomas Goirand [DMD]
  • arch: all any
  • std-ver: 4.7.4
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • o-o-stable: 14.2.21-1
  • o-o-sec: 14.2.21-1+deb11u3
  • oldstable: 16.2.15+ds-0+deb12u2
  • old-sec: 16.2.15+ds-0+deb12u2
  • old-p-u: 16.2.15+ds-0+deb12u2
  • stable: 18.2.7+ds-1+deb13u1
  • stable-sec: 18.2.7+ds-1+deb13u1
  • testing: 20.2.2+ds-13
  • unstable: 20.2.4+ds-1
versioned links
  • 14.2.21-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 14.2.21-1+deb11u3: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 16.2.15+ds-0+deb12u2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 18.2.7+ds-1+deb13u1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 20.2.2+ds-13: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 20.2.4+ds-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • ceph
  • ceph-base (1 bugs: 0, 1, 0, 0)
  • ceph-base-dbg
  • ceph-common
  • ceph-common-dbg
  • ceph-fuse
  • ceph-fuse-dbg
  • ceph-grafana-dashboards
  • ceph-immutable-object-cache
  • ceph-immutable-object-cache-dbg
  • ceph-mds
  • ceph-mds-dbg
  • ceph-mgr
  • ceph-mgr-cephadm
  • ceph-mgr-dashboard
  • ceph-mgr-dbg
  • ceph-mgr-k8sevents
  • ceph-mgr-modules-core
  • ceph-mgr-rook
  • ceph-mon
  • ceph-mon-dbg
  • ceph-osd
  • ceph-osd-dbg
  • ceph-prometheus-alerts
  • ceph-resource-agents
  • ceph-test
  • ceph-test-dbg
  • ceph-volume
  • cephadm
  • cephfs-mirror
  • cephfs-mirror-dbg
  • cephfs-shell
  • cephfs-top
  • libcephfs-daemon
  • libcephfs-daemon-dbg
  • libcephfs-dev
  • libcephfs-java
  • libcephfs-jni
  • libcephfs-proxy2
  • libcephfs-proxy2-dbg
  • libcephfs2
  • libcephfs2-dbg
  • librados-dev
  • librados2
  • librados2-dbg
  • libradospp-dev
  • libradosstriper-dev
  • libradosstriper1
  • libradosstriper1-dbg
  • librbd-dev
  • librbd1
  • librbd1-dbg
  • librgw-dev
  • librgw2
  • librgw2-dbg
  • libsqlite3-mod-ceph
  • libsqlite3-mod-ceph-dbg
  • libsqlite3-mod-ceph-dev
  • python3-ceph
  • python3-ceph-argparse
  • python3-ceph-common
  • python3-cephfs
  • python3-rados
  • python3-rbd
  • python3-rgw
  • rados-objclass-dev
  • radosgw
  • radosgw-dbg
  • rbd-fuse
  • rbd-fuse-dbg
  • rbd-mirror
  • rbd-mirror-dbg
  • rbd-nbd
  • rbd-nbd-dbg
action needed
4 security issues in trixie high

There are 4 open security issues in trixie.

4 important issues:
  • CVE-2025-30156: Ceph is an open-source distributed storage platform providing object, block, and file storage. In versions prior to 20.2.4 and 19.2.6, the CephX authentication protocol encrypts tickets with AES-128-CBC in an unauthenticated mode that uses a hard-coded initialization vector and no message authentication, allowing an attacker to forge credentials and gain cluster-wide access. Because the ciphertext is malleable and the monitor will encrypt attacker-chosen entity names, an attacker holding one low-privilege key and able to observe CephX traffic can use the monitor as an encryption oracle and splice ciphertext blocks into valid tickets for privileged entities such as Manager, MDS, and OSD. The same lack of authentication also lets an attacker with CephX permissions escalate privileges by flipping a single bit in a service ticket to set its allow_all field to true. This issue is fixed in versions 20.2.4 and 19.2.6.
  • CVE-2026-39944: Ceph is an open-source distributed storage platform providing object, block, and file storage. In versions prior to 20.2.4 and 19.2.6, the RADOS Gateway (RGW) protects STS session tokens with an AES-128-CBC handler that provides no message authentication, allowing an attacker who holds any valid STS token to tamper with it undetected and escalate to full RGW administrative access. Because the ciphertext is unauthenticated, the attacker can perform a CBC bit-flip on the acct_type, perm_type, and is_admin fields of their own token, and a forged is_admin value triggers a global administrative override that bypasses all capability checks. The attack is reachable remotely over the RGW S3 endpoint and is a self-contained modification of a token the attacker already possesses, requiring no encryption oracle and no network observation. It requires only a single valid STS token, which need not carry any elevated privileges, with STS enabled. This issue is fixed in versions 20.2.4 and 19.2.6.
  • CVE-2026-50152: Ceph is an open-source distributed storage platform providing object, block, and file storage. In versions prior to 20.2.4 and 19.2.6, the Monitor subscription handler fails to properly authorize access to the configuration-key store, allowing any CephX user with only  `mon allow r` capabilities to read the entire store by sending a single crafted MMonSubscribe message. The config-key store holds sensitive secrets including OSD LUKS disk-encryption passphrases and, on cephadm-managed clusters, the SSH private key that cephadm uses to reach every host in the cluster. Because that key grants root on every node under the default cephadm configuration, a low-privileged read-only account can escalate to full cluster and host compromise. This issue is fixed in versions 20.2.4 and 19.2.6
  • CVE-2026-54330: Ceph is an open-source distributed storage platform providing object, block, and file storage. In versions prior to 20.2.4 and 19.2.6, the Ceph Object Gateway (RGW) SigV4 handler does not reject requests that carry x-amz-* headers absent from the signed header set, allowing anyone holding a presigned URL to attach arbitrary unsigned x-amz-* headers that RGW will honor. AWS S3 requires every x-amz-* header on a SigV4 request to be signed and rejects requests bearing additional unsigned headers, but RGW validates only the headers listed in X-Amz-SignedHeaders and ignores any extra ones, so they take effect without being covered by the signature. By adding such headers to a presigned PUT URL, an attacker can grant themselves more capabilities than the URL's signer intended and escalate their privileges. This issue is fixed in versions 20.2.4 and 19.2.6.
Created: 2026-08-20 Last update: 2026-08-28 04:50
4 security issues in forky high

There are 4 open security issues in forky.

4 important issues:
  • CVE-2025-30156: Ceph is an open-source distributed storage platform providing object, block, and file storage. In versions prior to 20.2.4 and 19.2.6, the CephX authentication protocol encrypts tickets with AES-128-CBC in an unauthenticated mode that uses a hard-coded initialization vector and no message authentication, allowing an attacker to forge credentials and gain cluster-wide access. Because the ciphertext is malleable and the monitor will encrypt attacker-chosen entity names, an attacker holding one low-privilege key and able to observe CephX traffic can use the monitor as an encryption oracle and splice ciphertext blocks into valid tickets for privileged entities such as Manager, MDS, and OSD. The same lack of authentication also lets an attacker with CephX permissions escalate privileges by flipping a single bit in a service ticket to set its allow_all field to true. This issue is fixed in versions 20.2.4 and 19.2.6.
  • CVE-2026-39944: Ceph is an open-source distributed storage platform providing object, block, and file storage. In versions prior to 20.2.4 and 19.2.6, the RADOS Gateway (RGW) protects STS session tokens with an AES-128-CBC handler that provides no message authentication, allowing an attacker who holds any valid STS token to tamper with it undetected and escalate to full RGW administrative access. Because the ciphertext is unauthenticated, the attacker can perform a CBC bit-flip on the acct_type, perm_type, and is_admin fields of their own token, and a forged is_admin value triggers a global administrative override that bypasses all capability checks. The attack is reachable remotely over the RGW S3 endpoint and is a self-contained modification of a token the attacker already possesses, requiring no encryption oracle and no network observation. It requires only a single valid STS token, which need not carry any elevated privileges, with STS enabled. This issue is fixed in versions 20.2.4 and 19.2.6.
  • CVE-2026-50152: Ceph is an open-source distributed storage platform providing object, block, and file storage. In versions prior to 20.2.4 and 19.2.6, the Monitor subscription handler fails to properly authorize access to the configuration-key store, allowing any CephX user with only  `mon allow r` capabilities to read the entire store by sending a single crafted MMonSubscribe message. The config-key store holds sensitive secrets including OSD LUKS disk-encryption passphrases and, on cephadm-managed clusters, the SSH private key that cephadm uses to reach every host in the cluster. Because that key grants root on every node under the default cephadm configuration, a low-privileged read-only account can escalate to full cluster and host compromise. This issue is fixed in versions 20.2.4 and 19.2.6
  • CVE-2026-54330: Ceph is an open-source distributed storage platform providing object, block, and file storage. In versions prior to 20.2.4 and 19.2.6, the Ceph Object Gateway (RGW) SigV4 handler does not reject requests that carry x-amz-* headers absent from the signed header set, allowing anyone holding a presigned URL to attach arbitrary unsigned x-amz-* headers that RGW will honor. AWS S3 requires every x-amz-* header on a SigV4 request to be signed and rejects requests bearing additional unsigned headers, but RGW validates only the headers listed in X-Amz-SignedHeaders and ignores any extra ones, so they take effect without being covered by the signature. By adding such headers to a presigned PUT URL, an attacker can grant themselves more capabilities than the URL's signer intended and escalate their privileges. This issue is fixed in versions 20.2.4 and 19.2.6.
Created: 2026-08-20 Last update: 2026-08-28 04:50
4 security issues in bullseye high

There are 4 open security issues in bullseye.

4 important issues:
  • CVE-2025-30156: Ceph is an open-source distributed storage platform providing object, block, and file storage. In versions prior to 20.2.4 and 19.2.6, the CephX authentication protocol encrypts tickets with AES-128-CBC in an unauthenticated mode that uses a hard-coded initialization vector and no message authentication, allowing an attacker to forge credentials and gain cluster-wide access. Because the ciphertext is malleable and the monitor will encrypt attacker-chosen entity names, an attacker holding one low-privilege key and able to observe CephX traffic can use the monitor as an encryption oracle and splice ciphertext blocks into valid tickets for privileged entities such as Manager, MDS, and OSD. The same lack of authentication also lets an attacker with CephX permissions escalate privileges by flipping a single bit in a service ticket to set its allow_all field to true. This issue is fixed in versions 20.2.4 and 19.2.6.
  • CVE-2026-39944: Ceph is an open-source distributed storage platform providing object, block, and file storage. In versions prior to 20.2.4 and 19.2.6, the RADOS Gateway (RGW) protects STS session tokens with an AES-128-CBC handler that provides no message authentication, allowing an attacker who holds any valid STS token to tamper with it undetected and escalate to full RGW administrative access. Because the ciphertext is unauthenticated, the attacker can perform a CBC bit-flip on the acct_type, perm_type, and is_admin fields of their own token, and a forged is_admin value triggers a global administrative override that bypasses all capability checks. The attack is reachable remotely over the RGW S3 endpoint and is a self-contained modification of a token the attacker already possesses, requiring no encryption oracle and no network observation. It requires only a single valid STS token, which need not carry any elevated privileges, with STS enabled. This issue is fixed in versions 20.2.4 and 19.2.6.
  • CVE-2026-50152: Ceph is an open-source distributed storage platform providing object, block, and file storage. In versions prior to 20.2.4 and 19.2.6, the Monitor subscription handler fails to properly authorize access to the configuration-key store, allowing any CephX user with only  `mon allow r` capabilities to read the entire store by sending a single crafted MMonSubscribe message. The config-key store holds sensitive secrets including OSD LUKS disk-encryption passphrases and, on cephadm-managed clusters, the SSH private key that cephadm uses to reach every host in the cluster. Because that key grants root on every node under the default cephadm configuration, a low-privileged read-only account can escalate to full cluster and host compromise. This issue is fixed in versions 20.2.4 and 19.2.6
  • CVE-2026-54330: Ceph is an open-source distributed storage platform providing object, block, and file storage. In versions prior to 20.2.4 and 19.2.6, the Ceph Object Gateway (RGW) SigV4 handler does not reject requests that carry x-amz-* headers absent from the signed header set, allowing anyone holding a presigned URL to attach arbitrary unsigned x-amz-* headers that RGW will honor. AWS S3 requires every x-amz-* header on a SigV4 request to be signed and rejects requests bearing additional unsigned headers, but RGW validates only the headers listed in X-Amz-SignedHeaders and ignores any extra ones, so they take effect without being covered by the signature. By adding such headers to a presigned PUT URL, an attacker can grant themselves more capabilities than the URL's signer intended and escalate their privileges. This issue is fixed in versions 20.2.4 and 19.2.6.
Created: 2026-08-20 Last update: 2026-08-28 04:50
4 security issues in bookworm high

There are 4 open security issues in bookworm.

4 important issues:
  • CVE-2025-30156: Ceph is an open-source distributed storage platform providing object, block, and file storage. In versions prior to 20.2.4 and 19.2.6, the CephX authentication protocol encrypts tickets with AES-128-CBC in an unauthenticated mode that uses a hard-coded initialization vector and no message authentication, allowing an attacker to forge credentials and gain cluster-wide access. Because the ciphertext is malleable and the monitor will encrypt attacker-chosen entity names, an attacker holding one low-privilege key and able to observe CephX traffic can use the monitor as an encryption oracle and splice ciphertext blocks into valid tickets for privileged entities such as Manager, MDS, and OSD. The same lack of authentication also lets an attacker with CephX permissions escalate privileges by flipping a single bit in a service ticket to set its allow_all field to true. This issue is fixed in versions 20.2.4 and 19.2.6.
  • CVE-2026-39944: Ceph is an open-source distributed storage platform providing object, block, and file storage. In versions prior to 20.2.4 and 19.2.6, the RADOS Gateway (RGW) protects STS session tokens with an AES-128-CBC handler that provides no message authentication, allowing an attacker who holds any valid STS token to tamper with it undetected and escalate to full RGW administrative access. Because the ciphertext is unauthenticated, the attacker can perform a CBC bit-flip on the acct_type, perm_type, and is_admin fields of their own token, and a forged is_admin value triggers a global administrative override that bypasses all capability checks. The attack is reachable remotely over the RGW S3 endpoint and is a self-contained modification of a token the attacker already possesses, requiring no encryption oracle and no network observation. It requires only a single valid STS token, which need not carry any elevated privileges, with STS enabled. This issue is fixed in versions 20.2.4 and 19.2.6.
  • CVE-2026-50152: Ceph is an open-source distributed storage platform providing object, block, and file storage. In versions prior to 20.2.4 and 19.2.6, the Monitor subscription handler fails to properly authorize access to the configuration-key store, allowing any CephX user with only  `mon allow r` capabilities to read the entire store by sending a single crafted MMonSubscribe message. The config-key store holds sensitive secrets including OSD LUKS disk-encryption passphrases and, on cephadm-managed clusters, the SSH private key that cephadm uses to reach every host in the cluster. Because that key grants root on every node under the default cephadm configuration, a low-privileged read-only account can escalate to full cluster and host compromise. This issue is fixed in versions 20.2.4 and 19.2.6
  • CVE-2026-54330: Ceph is an open-source distributed storage platform providing object, block, and file storage. In versions prior to 20.2.4 and 19.2.6, the Ceph Object Gateway (RGW) SigV4 handler does not reject requests that carry x-amz-* headers absent from the signed header set, allowing anyone holding a presigned URL to attach arbitrary unsigned x-amz-* headers that RGW will honor. AWS S3 requires every x-amz-* header on a SigV4 request to be signed and rejects requests bearing additional unsigned headers, but RGW validates only the headers listed in X-Amz-SignedHeaders and ignores any extra ones, so they take effect without being covered by the signature. By adding such headers to a presigned PUT URL, an attacker can grant themselves more capabilities than the URL's signer intended and escalate their privileges. This issue is fixed in versions 20.2.4 and 19.2.6.
Created: 2026-08-20 Last update: 2026-08-28 04:50
lintian reports 11 errors and 242 warnings high
Lintian reports 11 errors and 242 warnings about this package. You should make the package lintian clean getting rid of them.
Created: 2026-07-18 Last update: 2026-08-24 15:18
The package has not entered testing even though the delay is over normal
The package has not entered testing even though the 2-day delay is over. Check why.
Created: 2026-08-24 Last update: 2026-08-29 00:02
1 bug tagged patch in the BTS normal
The BTS contains patches fixing 1 bug, consider including or untagging them.
Created: 2026-08-26 Last update: 2026-08-29 00:00
Depends on packages which need a new maintainer normal
The packages that ceph depends on which need a new maintainer are:
  • systemtap (#1114760)
    • Build-Depends: systemtap-sdt-dev
Created: 2025-09-09 Last update: 2026-08-28 21:30
Multiarch hinter reports 4 issue(s) normal
There are issues with the multiarch metadata for this package.
  • ceph-grafana-dashboards could be marked Multi-Arch: foreign
  • ceph-prometheus-alerts could be marked Multi-Arch: foreign
  • libcephfs-proxy2 could be marked Multi-Arch: same
  • librados2 could be marked Multi-Arch: same
Created: 2021-09-12 Last update: 2026-08-28 21:02
Fails to build during reproducibility testing normal
A package building reproducibly enables third parties to verify that the source matches the distributed binaries. It has been identified that this source package produced different results, failed to build or had other issues in a test environment. Please read about how to improve the situation!
Created: 2025-05-15 Last update: 2026-08-28 18:30
1 new commit since last upload, is it time to release? normal
vcswatch reports that this package seems to have new commits in its VCS but has not yet updated debian/changelog. You should consider updating the Debian changelog and uploading this new version into the archive.

Here are the relevant commit logs:
commit fedd2dc4ee0dcab7baa350594a7f13974d7f04f1
Author: Daniel Baumann <daniel@debian.org>
Date:   Fri Aug 21 17:28:58 2026 +0200

    Adding #1143748 reference to previous changelog entry.
    
    Signed-off-by: Daniel Baumann <daniel@debian.org>


https://salsa.debian.org/api/v4/projects/ceph-team%2Fceph API request failed: 401 Unauthorized at /srv/qa.debian.org/data/vcswatch/vcswatch line 410.
Created: 2026-08-06 Last update: 2026-08-28 01:32
debian/patches: 31 patches to forward upstream low

Among the 34 debian patches available in version 20.2.4+ds-1 of the package, we noticed the following issues:

  • 31 patches where the metadata indicates that the patch has not yet been forwarded upstream. You should either forward the patch upstream or update the metadata to document its real status.
Created: 2023-02-26 Last update: 2026-08-22 08:00
Issues found with some translations low

Automatic checks made by the Debian l10n team found some issues with the translations contained in this package. You should check the l10n status report for more information.

Issues can be things such as missing translations, problematic translated strings, outdated PO files, unknown languages, etc.

Created: 2020-02-26 Last update: 2020-02-26 10:49
testing migrations
  • This package will soon be part of the auto-openssl transition. You might want to ensure that your package is ready for it. You can probably find supplementary information in the debian-release archives or in the corresponding release.debian.org bug.
  • excuses:
    • Migration status for ceph (20.2.2+ds-13 to 20.2.4+ds-1): Waiting for test results or another package, or too young (no action required now - check later)
    • Issues preventing migration:
    • ∙ ∙ Autopkgtest for ceph/20.2.4+ds-1: amd64: Pass, arm64: Pass, ppc64el: Pass, riscv64: Pass, s390x: Pass
    • ∙ ∙ Autopkgtest for manila/1:22.0.0-4: amd64: Pass, arm64: Pass, ppc64el: Pass, riscv64: Test triggered, s390x: Pass
    • ∙ ∙ Autopkgtest for qemu/1:11.0.3+ds-2: amd64: Pass ♻, arm64: Failed (not a regression) ♻ (reference ♻), riscv64: Failed (not a regression) ♻ (reference ♻), s390x: Pass ♻
    • Additional info (not blocking):
    • ∙ ∙ Updating ceph will fix bugs in testing: #1143748, #1144947
    • ∙ ∙ Piuparts tested OK - https://piuparts.debian.org/sid/source/c/ceph.html
    • ∙ ∙ Autopkgtest skipped on armhf: not installable (which is allowed)
    • ∙ ∙ Autopkgtest skipped on i386: not installable (which is allowed)
    • ∙ ∙ Not reproduced on amd64 (not a regression): cephadm
    • ∙ ∙ Not reproduced on arm64 (not a regression): cephadm
    • ∙ ∙ Reproduced on armhf - info
    • ∙ ∙ Reproduced on i386 - info
    • ∙ ∙ 7 days old (needed 2 days)
    • Not considered
news
[rss feed]
  • [2026-08-21] Accepted ceph 20.2.4+ds-1 (source) into unstable (Daniel Baumann)
  • [2026-07-23] ceph 20.2.2+ds-13 MIGRATED to testing (Debian testing watch)
  • [2026-07-17] Accepted ceph 20.2.2+ds-13 (source) into unstable (Thomas Goirand)
  • [2026-07-14] ceph 20.2.2+ds-12 MIGRATED to testing (Debian testing watch)
  • [2026-07-03] Accepted ceph 20.2.2+ds-12 (source) into unstable (Thomas Goirand)
  • [2026-06-30] Accepted ceph 20.2.2+ds-11 (source) into unstable (Thomas Goirand)
  • [2026-06-30] Accepted ceph 20.2.2+ds-10 (source) into unstable (Daniel Baumann)
  • [2026-06-29] Accepted ceph 20.2.2+ds-9 (source) into unstable (Thomas Goirand)
  • [2026-06-26] Accepted ceph 20.2.2+ds-8 (source) into unstable (Thomas Goirand)
  • [2026-06-25] Accepted ceph 20.2.2+ds-7 (source) into unstable (Thomas Goirand)
  • [2026-06-25] Accepted ceph 20.2.2+ds-6 (source) into unstable (Thomas Goirand)
  • [2026-06-24] Accepted ceph 20.2.2+ds-5 (source) into experimental (Thomas Goirand)
  • [2026-06-23] Accepted ceph 20.2.2+ds-4 (source) into experimental (Thomas Goirand)
  • [2026-06-23] Accepted ceph 20.2.2+ds-3 (source) into experimental (Thomas Goirand)
  • [2026-06-23] Accepted ceph 20.2.2+ds-2 (source) into experimental (Thomas Goirand)
  • [2026-06-23] Accepted ceph 20.2.2+ds-1 (source amd64 all) into experimental (Debian FTP Masters) (signed by: Thomas Goirand)
  • [2026-06-11] ceph 18.2.8+ds-2.1 MIGRATED to testing (Debian testing watch)
  • [2026-06-08] Accepted ceph 18.2.7+ds-1+deb13u1 (source) into proposed-updates (Debian FTP Masters) (signed by: Salvatore Bonaccorso)
  • [2026-06-08] Accepted ceph 16.2.15+ds-0+deb12u2 (source) into oldstable-proposed-updates (Debian FTP Masters) (signed by: Salvatore Bonaccorso)
  • [2026-06-07] Accepted ceph 18.2.8+ds-2.1 (source) into unstable (Anton Gladky)
  • [2026-06-03] Accepted ceph 16.2.15+ds-0+deb12u2 (source) into oldstable-security (Debian FTP Masters) (signed by: Salvatore Bonaccorso)
  • [2026-06-03] Accepted ceph 18.2.7+ds-1+deb13u1 (source) into stable-security (Debian FTP Masters) (signed by: Salvatore Bonaccorso)
  • [2026-05-14] ceph 18.2.8+ds-2 MIGRATED to testing (Debian testing watch)
  • [2026-05-02] Accepted ceph 18.2.8+ds-2 (source) into unstable (Daniel Baumann)
  • [2026-04-01] ceph 18.2.8+ds-1 MIGRATED to testing (Debian testing watch)
  • [2026-03-25] Accepted ceph 18.2.8+ds-1 (source) into unstable (Daniel Baumann)
  • [2026-02-18] Accepted ceph 14.2.21-1+deb11u3 (source) into oldoldstable-security (Chris Lamb)
  • [2026-01-31] Accepted ceph 14.2.21-1+deb11u2 (source) into oldoldstable-security (Utkarsh Gupta)
  • [2026-01-11] ceph 18.2.7+ds-1.1 MIGRATED to testing (Debian testing watch)
  • [2026-01-07] Accepted ceph 18.2.7+ds-1.1 (source) into unstable (Adrian Bunk)
  • 1
  • 2
bugs [bug history graph]
  • all: 4
  • RC: 0
  • I&N: 4
  • M&W: 0
  • F&P: 0
  • patch: 1
links
  • homepage
  • lintian (11, 242)
  • buildd: logs, reproducibility, cross
  • popcon
  • browse source code
  • other distros
  • security tracker
  • l10n (-, 91)
  • debian patches
  • debci
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 20.2.1-0ubuntu1

Debian Package Tracker — Copyright 2013-2025 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing