Change log for ceph package in Ubuntu
1 → 50 of 346 results | First • Previous • Next • Last |
ceph (18.2.0-0ubuntu3) mantic; urgency=medium * d/control: Upgrade lua build dependency to 5.4 -- Lena Voytek <email address hidden> Tue, 26 Sep 2023 11:00:39 -0700
Available diffs
- diff from 18.2.0-0ubuntu2 to 18.2.0-0ubuntu3 (597 bytes)
ceph (18.2.0-0ubuntu2) mantic; urgency=medium * d/control,rules: Disable Jaeger support to avoid dependency on Thrift which is not in Ubuntu main. * d/cephadm.postinst: Switch back to default location for system user cephadm and update all references to /home -> /var/lib. -- James Page <email address hidden> Tue, 26 Sep 2023 16:25:14 +0100
Available diffs
- diff from 17.2.6-0ubuntu1 to 18.2.0-0ubuntu2 (37.7 MiB)
- diff from 18.2.0-0ubuntu1 to 18.2.0-0ubuntu2 (1.4 KiB)
Superseded in mantic-proposed |
ceph (18.2.0-0ubuntu1) mantic; urgency=medium * New upstream release (LP: #2033428). * d/p/32bit-fixes.patch: Refresh. * d/p/bug1914584.patch: Refresh. * d/p/patch-out-exporter.patch: Refresh. * d/p/compress-common-depends.patch: Removed, no longer needed. * d/p/fix-boost-reef.patch: Fixes to build with Boost on Reef. * d/p/fix-mantic-misc.patch: Fix build on Mantic. * d/p/fix-kinetic-*: Removed, no longer needed. -- Luciano Lo Giudice <email address hidden> Thu, 21 Sep 2023 09:47:04 +0100
Available diffs
- diff from 17.2.6-0ubuntu1 to 18.2.0-0ubuntu1 (37.7 MiB)
Published in jammy-proposed |
ceph (17.2.6-0ubuntu0.22.04.2) jammy; urgency=medium [ Peter Sabaini] * Create package for the cephfs-mirror tool (LP: #2003704). -- Luciano Lo Giudice <email address hidden> Thu, 31 Aug 2023 22:44:27 +0000
Available diffs
Published in focal-proposed |
ceph (15.2.17-0ubuntu0.20.04.5) focal; urgency=medium * d/p/bluestore-leak-fix.patch: Fix leak in bluestore cache (LP: #1996010). * d/p/bail-after-error.patch: Bail after exception in mon (LP: #1969000). * d/p/relax-epoch.patch: Relax epoch-based assertions (LP: #2019293). -- Luciano Lo Giudice <email address hidden> Fri, 22 Sep 2023 09:21:41 +0100
Available diffs
ceph (17.2.6-0ubuntu0.23.04.2) lunar-security; urgency=medium * No-change rebuild as a security update. - CVE-2022-3650 -- Marc Deslauriers <email address hidden> Thu, 27 Jul 2023 12:12:53 -0400
Available diffs
ceph (17.2.6-0ubuntu0.22.04.1) jammy; urgency=medium [ Luciano Lo Giudice ] * New upstream point release (LP: #2018929). * d/p/*: Refresh. [ Peter Sabaini ] * Fix: add the mgr.nfs package to the core modules (LP: #2003530). [ James Page ] * d/p/32bit-fixes.patch: rework size_t usage to avoid FTBFS on 32 bit architectures. * d/p/CVE-2022-*: Drop security related patches, included in release. -- Luciano Lo Giudice <email address hidden> Fri, 26 May 2023 15:42:09 +0100
ceph (17.2.6-0ubuntu0.22.10.1) kinetic; urgency=medium [ Luciano Lo Giudice ] * New upstream point release (LP: #2018929). * d/p/*: Refresh. [ Peter Sabaini ] * Fix: add the mgr.nfs package to the core modules (LP: #2003530). [ James Page ] * d/p/CVE-2022-*: Drop security related patches, included in 17.2.6 point release. * d/p/32bit-fixes.patch: rework size_t usage to avoid FTBFS on 32 bit architectures. -- Luciano Lo Giudice <email address hidden> Fri, 26 May 2023 15:41:23 +0100
ceph (17.2.6-0ubuntu0.23.04.1) lunar; urgency=medium [ Luciano Lo Giudice ] * New upstream point release (LP: #2018929). * d/p/*: Refresh. [ James Page ] * d/p/32bit-fixes.patch: rework size_t usage to avoid FTBFS on 32 bit architectures. -- Luciano Lo Giudice <email address hidden> Fri, 26 May 2023 15:40:39 +0100
Available diffs
ceph (17.2.6-0ubuntu1) mantic; urgency=medium [ Luciano Lo Giudice ] * New upstream point release (LP: #2018929). * d/p/*: Refresh. [ James Page ] * d/p/32bit-fixes.patch: rework size_t usage to avoid FTBFS on 32 bit architectures. -- Luciano Lo Giudice <email address hidden> Fri, 26 May 2023 15:39:37 +0100
Available diffs
ceph (15.2.17-0ubuntu0.20.04.4) focal; urgency=medium * d/p/bug1978913.patch: Cherry-pick upstream fix for on-line trim of dups (LP: #1978913). -- Nikhil Kshirsagar <email address hidden> Mon, 31 Oct 2022 05:45:04 +0000
ceph (15.2.17-0ubuntu0.20.04.3) focal-security; urgency=medium * SECURITY UPDATE: privilege escalation via ceph crash service - debian/patches/CVE-2022-3650-2.patch: fix some flake8 issues in src/ceph-crash.in. - debian/patches/CVE-2022-3650-3.patch: fix stderr handling in src/ceph-crash.in. - debian/patches/CVE-2022-3650-4.patch: drop privleges to run as "ceph" user, rather than root in src/ceph-crash.in. - debian/patches/CVE-2022-3650-5.patch: chown crash files to ceph user in qa/workunits/rados/test_crash.sh. - debian/patches/CVE-2022-3650-6.patch: log warning if crash directory unreadable in src/ceph-crash.in. - CVE-2022-3650 * This also fixes CVE-2021-3979 and CVE-2022-0670 in the -security pocket. -- Marc Deslauriers <email address hidden> Wed, 19 Apr 2023 19:05:07 -0400
Available diffs
ceph (17.2.5-0ubuntu0.22.04.3) jammy-security; urgency=medium * SECURITY UPDATE: privilege escalation via ceph crash service - debian/patches/CVE-2022-3650-1.patch: re-add unused frame in handler() in src/ceph-crash.in. - debian/patches/CVE-2022-3650-2.patch: fix some flake8 issues in src/ceph-crash.in. - debian/patches/CVE-2022-3650-3.patch: fix stderr handling in src/ceph-crash.in. - debian/patches/CVE-2022-3650-4.patch: drop privleges to run as "ceph" user, rather than root in src/ceph-crash.in. - debian/patches/CVE-2022-3650-5.patch: chown crash files to ceph user in qa/workunits/rados/test_crash.sh. - debian/patches/CVE-2022-3650-6.patch: log warning if crash directory unreadable in src/ceph-crash.in. - CVE-2022-3650 * This also fixes CVE-2022-0670 and CVE-2022-3854 in the -security pocket. -- Marc Deslauriers <email address hidden> Wed, 19 Apr 2023 18:59:11 -0400
Available diffs
ceph (12.2.13-0ubuntu0.18.04.11) bionic-security; urgency=medium * SECURITY UPDATE: non random key via key length flaw - debian/patches/CVE-2021-3979.patch: honour osd_dmcrypt_key_size option in src/ceph-volume/ceph_volume/tests/util/test_encryption.py, src/ceph-volume/ceph_volume/util/encryption.py. - CVE-2021-3979 -- Marc Deslauriers <email address hidden> Wed, 19 Apr 2023 11:37:58 -0400
Available diffs
ceph (17.2.5-0ubuntu0.22.10.3) kinetic-security; urgency=medium * SECURITY UPDATE: privilege escalation via ceph crash service - debian/patches/CVE-2022-3650-1.patch: re-add unused frame in handler() in src/ceph-crash.in. - debian/patches/CVE-2022-3650-2.patch: fix some flake8 issues in src/ceph-crash.in. - debian/patches/CVE-2022-3650-3.patch: fix stderr handling in src/ceph-crash.in. - debian/patches/CVE-2022-3650-4.patch: drop privleges to run as "ceph" user, rather than root in src/ceph-crash.in. - debian/patches/CVE-2022-3650-5.patch: chown crash files to ceph user in qa/workunits/rados/test_crash.sh. - debian/patches/CVE-2022-3650-6.patch: log warning if crash directory unreadable in src/ceph-crash.in. - CVE-2022-3650 * This also fixes CVE-2022-0670 and CVE-2022-3854 in the -security pocket. -- Marc Deslauriers <email address hidden> Wed, 19 Apr 2023 18:53:35 -0400
Available diffs
ceph (17.2.5-0ubuntu0.22.10.2) kinetic; urgency=medium * d/ceph-mgr.install: Add object_format.py to mgr install.
Available diffs
ceph (17.2.5-0ubuntu0.22.04.2) jammy; urgency=medium * d/ceph-mgr.install: Add object_format.py to mgr install.
Available diffs
Superseded in mantic-release |
Published in lunar-release |
Deleted in lunar-proposed (Reason: Moved to lunar) |
ceph (17.2.5-0ubuntu2) lunar; urgency=medium * d/ceph-mgr.install: Add object_format.py to mgr install. -- Chris MacNaughton <email address hidden> Mon, 13 Mar 2023 20:56:53 +0000
Available diffs
- diff from 17.2.5-0ubuntu1 to 17.2.5-0ubuntu2 (561 bytes)
Deleted in focal-proposed (Reason: The package was removed due to one or more of its SRU bug...) |
ceph (15.2.17-0ubuntu0.20.04.2) focal; urgency=high * d/p/bug1978913.patch: Cherry-pick upstream fix for on-line trim of dups (LP: #1978913). -- Nikhil Kshirsagar <email address hidden> Mon, 31 Oct 2022 05:45:04 +0000
Available diffs
Superseded in jammy-proposed |
ceph (17.2.5-0ubuntu0.22.04.1) jammy; urgency=medium * New upstream point release (LP: #1998958). * d/p/py310-py-ssize-t-compat.patch: Dropped, included upstream. * d/p/patch-out-exporter: Don't build the node exporter as it fails on Jammy. -- Luciano Lo Giudice <email address hidden> Mon, 06 Mar 2023 16:38:42 +0000
Available diffs
Superseded in kinetic-proposed |
ceph (17.2.5-0ubuntu0.22.10.1) kinetic; urgency=medium * New upstream point release (LP: #1998958). * d/p/py310-py-ssize-t-compat.patch: Dropped, included upstream. * d/p/patch-out-exporter.patch: Don't build the node exporter as it fails on Jammy. -- Luciano Lo Giudice <email address hidden> Fri, 03 Mar 2023 11:46:02 +0000
Available diffs
ceph (17.2.5-0ubuntu1) lunar; urgency=medium * New upstream point release (LP: #1998958). * d/p/py310-py-ssize-t-compat.patch, d/p/dc69033763cc116c6ccdf1f97149a74248691042.patch, d/p/a124f6c47b119a8741f347ea5a809f3fb48d6679.patch: Dropped, included upstream. * d/p/patch-out-exporter.patch: Don't build the node exporter as it fails on Jammy. -- Luciano Lo Giudice <email address hidden> Tue, 21 Feb 2023 16:36:30 +0000
Available diffs
Superseded in lunar-proposed |
ceph (17.2.0-0ubuntu9) lunar; urgency=medium [ Peter Sabaini ] * Create package for the cephfs-mirror tool (LP: #2003704) * Fix: add the mgr.nfs package to the core modules (LP: #2003530). [ Chris MacNaughton ] * d/p/enable-python311.patch: Cherry-pick upstream change to enable Python 3.11 support (LP: #2004038). [ James Page ] * d/gbp.conf: Update default-branch to lunar. -- Peter Sabaini <email address hidden> Fri, 10 Feb 2023 15:39:01 +0000
Available diffs
Superseded in lunar-proposed |
ceph (17.2.0-0ubuntu8) lunar; urgency=medium * Rebuild against latest icu -- Jeremy Bicha <email address hidden> Sun, 05 Feb 2023 21:40:55 -0500
Available diffs
- diff from 17.2.0-0ubuntu7 to 17.2.0-0ubuntu8 (413 bytes)
ceph (17.2.0-0ubuntu7) lunar; urgency=medium * debian/patches/dc69033763cc116c6ccdf1f97149a74248691042.patch: * debian/patches/a124f6c47b119a8741f347ea5a809f3fb48d6679.patch: - cherry-pick upstream cephfs-shell fixes. * Fix cephfs-shell install file, taken from Debian 16.2.11+ds-1 * Add fix-CheckCxxAtomic-riscv64.patch from Debian 16.2.10+ds-3 -- Gianfranco Costamagna <email address hidden> Mon, 30 Jan 2023 17:17:28 +0100
Available diffs
Superseded in lunar-proposed |
ceph (17.2.0-0ubuntu6) lunar; urgency=medium * No-change rebuild with Python 3.11 as default -- Graham Inggs <email address hidden> Mon, 26 Dec 2022 09:49:49 +0000
Available diffs
- diff from 17.2.0-0ubuntu5 to 17.2.0-0ubuntu6 (392 bytes)
Superseded in lunar-proposed |
ceph (17.2.0-0ubuntu5) lunar; urgency=medium * No-change rebuild against libldap-2 -- Steve Langasek <email address hidden> Thu, 15 Dec 2022 19:43:54 +0000
Available diffs
- diff from 17.2.0-0ubuntu4 to 17.2.0-0ubuntu5 (421 bytes)
ceph (15.2.17-0ubuntu0.20.04.1) focal; urgency=medium * New upstream release (LP: #1990862). * Dropped patches in latest release: - d/p/disable-log-slow-requests.patch -- Chris MacNaughton <email address hidden> Wed, 12 Oct 2022 14:30:58 +0100
Available diffs
Superseded in lunar-release |
Published in kinetic-release |
Deleted in kinetic-proposed (Reason: Moved to kinetic) |
ceph (17.2.0-0ubuntu4) kinetic; urgency=medium * d/p/fix-kinetic-libfmt.patch: Apply fixes for libfmt > 8. * d/p/fix-kinetic-misc.patch: Misc fixes for Ubuntu Kinetic. -- Luciano Lo Giudice <email address hidden> Thu, 22 Sep 2022 17:00:12 +0100
Available diffs
Superseded in kinetic-proposed |
ceph (17.2.0-0ubuntu3) kinetic; urgency=medium * No-change rebuild to pick up fixed libboost-python dependencies -- Graham Inggs <email address hidden> Sat, 03 Sep 2022 13:07:13 +0000
Available diffs
- diff from 17.2.0-0ubuntu2 to 17.2.0-0ubuntu3 (431 bytes)
ceph (17.2.0-0ubuntu0.22.04.2) jammy; urgency=medium * d/p/lp1986747-fix-osd-class-dir.patch: Partially revert upstream change that breaks classpath loading (LP: #1986747). -- Chris MacNaughton <email address hidden> Thu, 01 Sep 2022 16:30:32 +0100
Available diffs
Superseded in kinetic-proposed |
ceph (17.2.0-0ubuntu2) kinetic; urgency=medium * d/p/lp1986747-fix-osd-class-dir.patch: Fix rados-classes search path (LP: #1986747). -- Chris MacNaughton <email address hidden> Thu, 01 Sep 2022 16:33:54 +0100
Available diffs
ceph (16.2.9-0ubuntu0.21.10.1) impish; urgency=medium * New upstream release (LP: #1975906). * d/p/disable-log-slow-requests.patch: Drop, ceph now aggregates slow request reporting. * d/rules: Adjust source location for prometheus alerts configuration. -- James Page <email address hidden> Mon, 06 Jun 2022 09:52:54 +0100
Available diffs
ceph (17.2.0-0ubuntu0.22.04.1) jammy; urgency=medium * New upstream release for Ceph Quincy (LP: #1968318): - d/p/*: Refresh. - d/rules: Disable RADOS Gateway Parquet Object support to avoid pulling new dependencies into Ubuntu main. -- James Page <email address hidden> Wed, 04 May 2022 10:21:43 +0200
Available diffs
ceph (17.2.0-0ubuntu1) kinetic; urgency=medium * New upstream release for Ceph Quincy (LP: #1968318): - d/p/*: Refresh. - d/rules: Disable RADOS Gateway Parquet Object support to avoid pulling new dependencies into Ubuntu main. -- James Page <email address hidden> Sun, 01 May 2022 12:00:42 +0100
Available diffs
Superseded in kinetic-proposed |
ceph (17.1.0-0ubuntu4) kinetic; urgency=medium * No-change rebuild against latest icu -- Jeremy Bicha <email address hidden> Fri, 29 Apr 2022 11:30:49 -0400
Available diffs
- diff from 17.1.0-0ubuntu3 to 17.1.0-0ubuntu4 (427 bytes)
ceph (15.2.16-0ubuntu0.20.04.1) focal; urgency=medium [ James Page ] * d/control: Correct Breaks/Replaces versioning between -common and -mds to resolve issues with upgrades (LP: #1919261). [ Chris MacNaughton ] * New upstream release (LP: #1964802). * Dropped patches in latest relese: - d/p/rgw_clear_buckets_before_calling_list_buckets.patch - d/p/bug1955345.patch * d/p/misc-32-bit-fixes.patch: Refreshed. * d/rules, d/ceph-osd.install: Update ceph-osd-smartctl to ceph-smartctl. -- James Page <email address hidden> Wed, 30 Mar 2022 13:42:23 +0100
Available diffs
Superseded in kinetic-release |
Published in jammy-release |
Deleted in jammy-proposed (Reason: Moved to jammy) |
ceph (17.1.0-0ubuntu3) jammy; urgency=medium * d/p/py310-py-ssize-t-compat.patch: Cherry pick fix to resolve compatibility issues with Python 3.10 (LP: #1964322). * d/ceph-osd.postinst: apply sysctl tuning for ceph-osd daemons on installation (LP: #1903221). * d/control: Drop use of google-perftools on armhf (LP: #1812179). -- James Page <email address hidden> Tue, 22 Mar 2022 10:22:37 +0000
Available diffs
ceph (17.1.0-0ubuntu2) jammy; urgency=medium * d/rules: Re-enable SPDK support on supported architectures (LP: #1965109). -- James Page <email address hidden> Wed, 16 Mar 2022 09:43:16 +0000
Available diffs
- diff from 17.1.0-0ubuntu1 to 17.1.0-0ubuntu2 (793 bytes)
Superseded in jammy-release |
Deleted in jammy-proposed (Reason: Moved to jammy) |
Deleted in jammy-proposed (Reason: takes days to build, rolling back to unblock python3) |
ceph (17.1.0-0ubuntu1) jammy; urgency=medium * d/control: Correct Depends: python3-cherrypy -> python3-cherrypy3. * New upstream release candidate for Quincy release. -- James Page <email address hidden> Tue, 01 Mar 2022 08:21:39 +0100
Available diffs
Deleted in jammy-proposed (Reason: unsatisfiable dep, rolling back to unblock python3) |
ceph (17.0.0~git20220222.60fd24-0ubuntu1) jammy; urgency=medium * New snapshot from Quincy branch. * d/p/civetweb*: Drop all civetweb related patches as support dropped in Ceph. * d/p/*: Refresh. * d/rules: Tweak install location for Prometheus alerts configuration. * d/rules: Switch to using SYSTEMD_SYSTEM_UNIT_DIR fpr systemd configuration file installation. * d/control: Add Suggests: python3-onelogin-saml2 for mgr-dashboard package for SSO integration. -- James Page <email address hidden> Wed, 23 Feb 2022 10:20:11 +0000
Available diffs
Superseded in jammy-proposed |
ceph (17.0.0~git20220204.g77865-0ubuntu1) jammy; urgency=medium [ James Page ] * New snapshot from Quincy branch. * d/p/*: Refresh * d/p/bug1917414.patch: Drop, included in snapshot. * d/control: Switch build to use fuse3 (LP: #1959744). * d/ceph-common.install: Add crushdiff binary and manpage. * d/control,ceph-{osd,volume}.install: Split ceph-volume into separate package. * d/rules: Exclude ceph_crypto modules from dh_shlibdeps. * d/p/disable-log-slow-requests.patch: Drop, equivalent fix in upstream snapshot. * d/p/compress-common-depends.patch: Add dependency from compressor- >common. * d/*.symbols: Refresh for new snapshot. * d/p/spdk-fix-make-exe.patch: Fix SPDK build for compat with newer cmake. * d/rules: Disable MAX_PARALLEL calculation for pkg.ceph.unleashed build profile. * d/rules: Disable SPDK feature due to build system issues. [ Luciano Lo Giudice ] * d/p/32bit-fixes.patch: Add more 32 bit fixes. -- James Page <email address hidden> Tue, 22 Feb 2022 09:01:27 +0000
Available diffs
Superseded in jammy-release |
Deleted in jammy-proposed (Reason: Moved to jammy) |
Superseded in jammy-proposed |
Superseded in jammy-proposed |
ceph (16.2.7-0ubuntu4) jammy; urgency=medium * No-change rebuild to update maintainer scripts, see LP: 1959054 -- Dave Jones <email address hidden> Wed, 16 Feb 2022 16:48:50 +0000
Available diffs
- diff from 16.2.7-0ubuntu1 to 16.2.7-0ubuntu4 (575 bytes)
- diff from 17.1.0-0ubuntu1 to 16.2.7-0ubuntu4 (23.8 MiB)
- diff from 17.0.0~git20220222.60fd24-0ubuntu1 to 16.2.7-0ubuntu4 (24.1 MiB)
- diff from 16.2.7-0ubuntu3 to 16.2.7-0ubuntu4 (429 bytes)
Superseded in jammy-proposed |
ceph (16.2.7-0ubuntu3) jammy; urgency=medium * No-change rebuild for icu soname change. -- Matthias Klose <email address hidden> Wed, 09 Feb 2022 09:02:21 +0100
Available diffs
- diff from 16.2.7-0ubuntu2 to 16.2.7-0ubuntu3 (421 bytes)
Superseded in jammy-proposed |
ceph (16.2.7-0ubuntu2) jammy; urgency=medium * No-change rebuild with Python 3.10 as default version -- Graham Inggs <email address hidden> Fri, 14 Jan 2022 11:28:50 +0000
Available diffs
- diff from 16.2.7-0ubuntu1 to 16.2.7-0ubuntu2 (434 bytes)
ceph (16.2.7-0ubuntu0.21.04.1) impish; urgency=medium * New upstream release (LP: #1953599). * d/control,ceph-{osd,base}.install,rules: Update name of smartctl sudoers file and move to ceph-base package to allow use from both mon and osd services. -- James Page <email address hidden> Fri, 14 Jan 2022 09:19:05 +0000
Available diffs
ceph (16.2.7-0ubuntu1) jammy; urgency=medium * New upstream release (LP: #1953599). * d/control,ceph-{osd,base}.install,rules: Update name of smartctl sudoers file and move to ceph-base package to allow use from both mon and osd services. -- James Page <email address hidden> Mon, 13 Dec 2021 14:05:19 +0000
Available diffs
ceph (15.2.14-0ubuntu0.20.04.2) focal; urgency=medium * d/p/rgw_clear_buckets_before_calling_list_buckets.patch: Cherry-pick upstream change to fix duplicate entries with large buckets (LP: #1946211). -- Chris MacNaughton <email address hidden> Wed, 08 Dec 2021 09:31:08 +0000
Available diffs
ceph (16.2.6-0ubuntu3) jammy; urgency=medium * d/p/patch-spdk-no-literal.patch -> spdk_top-string-format.patch Refresh patch with upstream proposed approach to fix. * d/*: wrap-and-sort -bast. -- James Page <email address hidden> Fri, 26 Nov 2021 09:26:59 +0000
Available diffs
ceph (16.2.6-0ubuntu2) jammy; urgency=medium [ James Page ] * d/ceph-{mon,osd}.postinst: Ensure permissions on /var/lib/ceph/{osd,mon} are correct irrespective of package installation order (LP: #1948986). [ Chris MacNaughton ] * d/p/patch-spdk-no-literal.patch: Disable warning->error for specific function calls in spdk. -- Chris MacNaughton <email address hidden> Thu, 11 Nov 2021 13:52:52 +0000
Available diffs
1 → 50 of 346 results | First • Previous • Next • Last |