v19.2.1-2 released, with fixes for https://tracker.ceph.com/issues/68032 + https://tracker.ceph.com/issues/67517
Search Criteria
Package Details: ceph-osd 19.2.1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/ceph.git (read-only, click to copy) |
---|---|
Package Base: | ceph |
Description: | Ceph Storage cluster object storage daemon, for managing block devices |
Upstream URL: | https://ceph.com/ |
Licenses: | GPL-2.0-or-later OR LGPL-2.1-or-later OR LGPL-3.0-or-later |
Submitter: | foxxx0 |
Maintainer: | pbazaah |
Last Packager: | pbazaah |
Votes: | 7 |
Popularity: | 0.136074 |
First Submitted: | 2022-08-08 09:09 (UTC) |
Last Updated: | 2025-02-18 14:41 (UTC) |
Dependencies (93)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- boost-libs
- ceph-baseAUR
- fmt (fmt-gitAUR)
- fuse3 (fuse3-gitAUR)
- gperftools (gperftools-gitAUR)
- libaio (libaio-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- snappy (snappy-gitAUR)
- systemd-libs (systemd-chromiumos-libsAUR, systemd-libs-fmlAUR, systemd-libs-selinuxAUR, systemd-libs-gitAUR)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR) (make)
- boost (boost-gitAUR) (make)
- boost-libs (make)
- cmake (cmake-gitAUR) (make)
- coreutils (coreutils-gitAUR, busybox-coreutilsAUR, coreutils-uutilsAUR, coreutils-selinuxAUR) (make)
- cryptsetup (cryptsetup-gitAUR) (make)
- curl (curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR) (make)
- cython (cython-gitAUR) (make)
- expat (expat-gitAUR) (make)
- fmt (fmt-gitAUR) (make)
- Show 73 more dependencies...
Required by (2)
Sources (34)
- ceph-13.2.2-dont-install-sysvinit-script.patch
- ceph-17.2.4-pybind-unmock-cythonize.patch
- ceph-17.2.4-test-bluefs-split.patch
- ceph-17.2.4-tox-flake8-git-ls-files.patch
- ceph-17.2.5-fix-iterator-depreciations.patch
- ceph-17.2.5-logrotate-ignore-dups.patch
- ceph-17.2.6-cython-fixes.patch
- ceph-17.2.6-mgr-dashboard-cherrypy-18.patch
- ceph-17.2.6-mgr-dashboard-pylint-217.patch
- ceph-18.2.0-fix-ecode-shec-test.patch
- ceph-18.2.0-fmt10-fixes.patch
- ceph-18.2.2-disable-mypy-flake8-tests.patch
- ceph-18.2.2-mgr-alias-ceph-bcrypt.patch
- ceph-18.2.2-py312-fixes.patch
- ceph-18.2.2-std-atomic-depreciations.patch
- ceph-18.2.2-test-mempool-shard-select-disable.patch
- ceph-18.2.4-avoid-cpython-pysys-api.patch
- ceph-18.2.4-boost-1.86-fixes.patch
- ceph-18.2.4-fmt-formatter-const.patch
- ceph-18.2.4-py313-fixes.patch
- ceph-19.2.0-backport-ceph-exporter.patch
- ceph-19.2.0-backport-mds-link-boost-urls.patch
- ceph-19.2.0-fix-cohort-lru-include.patch
- ceph-19.2.1-backport-fix-importlib-metadata-compat.patch
- ceph-19.2.1-boost-1.87-fixes.patch
- ceph-19.2.1-fix-ipv6-support-in-is-addr-in-subnet.patch
- ceph-19.2.1-quiet-stringop-truncation.patch
- ceph-disable-empty-readable.sh-test.patch
- ceph.sudoers
- ceph.sysusers
- https://download.ceph.com/tarballs/ceph-19.2.1.tar.gz
- python-bcrypt-4.2.1.tar.gz
- python-bcrypt-allow-subinterpreters.patch
- python-bcrypt-prefix-ceph.patch
pbazaah commented on 2025-02-18 14:51 (UTC)
pbazaah commented on 2025-02-18 09:29 (UTC)
I ran into the same thing yesterday (not the first time I've missed ceph-volume issues), I've backported a fix: https://git.st8l.com/luxolus/aur.ceph/commit/079099ed5cb61765c9a3e48ab234762373395b2d
I should have a -2 pkgrel out later today with the fix (and a fix for ipv6 networks)
insanemal commented on 2025-02-18 01:39 (UTC)
Just a heads up but the fix for entry_points from importlib no longer works.
The try: except: block doesn't throw an import error it throws an Attribute error and isn't caught at all by the try: except: block
I had to basically just cut it out and go with the 'except' code path always, to get my cluster back up as it killed ceph-volume.
Not sure if this is a 19.x change or something added due to python3.13 and/or the importlib deprecation, or a combination of all of the above.
Basically anywhere there is a test for importlib behavior it should be removed and just the exception path taken on Arch anyway.
Thanks for your great work!
pbazaah commented on 2025-02-13 18:51 (UTC)
v19.2.1-1 has been released.
Important caveats first:
- I recommend you disable the
restful
mgr module before upgrading, and/or if you require it, add ceph packages to HoldPkg for the moment.
You can do this via ceph mgr module disable restful
.
This module has become another casualty in the pyo3 mess, which still has no resolution.
- Avoid using the new MDS quiesce functionality
I am very certain there are multiple bugs hiding in this new set of functionality. Fair warning.
This is, overall, a smaller release; bringing improvements mostly for SSD/NVME OSDs. It also brings a tech preview of the next generation OSDs (code-named Crimson) that are optimized for SSD / NVME / PMEM hardware, which may be of interest.
There is some minor movement upstream in fixing the dashboard / pyo3 related woes, but nothing yet merged to the development trunk, so dashboard (and now, restful) modules remain broken.
Links:
- Upstream release notes: https://docs.ceph.com/en/latest/releases/squid/#v19-2-0-squid, https://docs.ceph.com/en/latest/releases/squid/#v19-2-1-squid
- Package release notes: https://github.com/bazaah/aur-ceph/releases/tag/v19.2.1-1
- Package worklog: https://github.com/bazaah/aur-ceph/issues/28
- Crimson overview: https://ceph.io/en/news/crimson/
pbazaah commented on 2025-02-08 18:49 (UTC)
I am currently working on the update to v19.2.1 (https://ceph.io/en/news/blog/2025/v19-2-1-squid-released/) which should void the need for a 6th pkgrel on v18.
brody commented on 2025-02-08 15:49 (UTC)
Since the last boost update the package ist not buildable anymore.
make[2]: Leaving directory '/build/ceph/src/ceph-18.2.4/src/pmdk/src/librpmem'
make[1]: Leaving directory '/build/ceph/src/ceph-18.2.4/src/pmdk/src'
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: Build failed, check /home/db1000/chroot/db1000/build
pbazaah commented on 2025-01-20 11:43 (UTC)
@brody Ceph doesn't do X.3.0 versions.
See: https://docs.ceph.com/en/latest/releases/general/
Once the initial stable release is made (x.2.0), there are semi-regular bug-fix point releases with bug fixes and (occasionally) feature backports. Bug fixes are accumulated and included in the next point release.
(https://github.com/ceph/ceph/compare/v19.2.0..v19.3.0)
I have intentionally not upgraded to v19 yet because there are serious issues that I'm waiting for 19.2.1 to fix
pbazaah commented on 2025-01-05 15:12 (UTC)
v18.2.4-5 has been released.
Bringing a rebuild for python 3.13. I spent more time than normal making sure the src/pybind tests pass (excluding openapi definitions) so hopefully I caught everything, but there maybe issues still.
- Release notes: https://github.com/bazaah/aur-ceph/releases/tag/v18.2.4-5
pbazaah commented on 2024-12-21 14:05 (UTC)
I will continue at least through 2025.
Hopefully Archlinux doesn't push py3.13 before the new year, because I will not be around do a pkgrel for that.
insanemal commented on 2024-12-21 03:34 (UTC)
I was just seeing if you were continuing the maintenance on this? I do not mean to pressure you just to ask. Thanks for your work
Pinned Comments
pbazaah commented on 2022-10-05 13:03 (UTC) (edited on 2022-10-05 13:03 (UTC) by pbazaah)
For future commenters:
TLDR:
https://aur.archlinux.org/pkgbase/ceph | From source build (slow)
https://aur.archlinux.org/pkgbase/ceph-bin | Pre-built binaries (fast)
Unlike the original community version, this repo builds ceph from source. Ceph is a large, complicated project so this takes several hours on a good build server.
To get a similar experience to how community/ceph worked (pre-built binaries) use ceph-bin instead.