As the AUR is closed right now due to malware, I cannot push the update for v20.2.3-1.
This release includes a fix for a slow memory leak in the mgr, plus all the stuff mentioned in: https://ceph.io/en/news/blog/2026/v20-2-3-tentacle-released/#notable-changes
You may find (and build) it yourself at https://github.com/bazaah/aur-ceph/tree/release/v20.2.3
I do also publish my Ceph packages to an (internal focused) repository, which you can use, but fair warning: this repo is updated as and when the needs of my personal infra dictate.
# Requires:
# pacman-key --recv-key AA2F58D04E59C080 --keyserver keyserver.ubuntu.com
# pacman-key --lsign-key AA2F58D04E59C080
# pacman -U https://storage.st8l.com/archlinux/ceph/os/x86_64/st8l-keyring-1.0.0-1-any.pkg.tar.zst
[ceph]
Server=https://storage.st8l.com/archlinux/repo/$repo/os/$arch
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.