Package Details: ceph-bin 20.2.1-4

Git Clone URL: https://aur.archlinux.org/ceph-bin.git (read-only, click to copy)
Package Base: ceph-bin
Description: Distributed, fault-tolerant storage platform delivering object, block, and file system
Upstream URL: https://ceph.com/
Licenses: GPL-2.0-or-later OR LGPL-2.1-or-later OR LGPL-3.0-or-later
Conflicts: ceph
Submitter: pbazaah
Maintainer: pbazaah
Last Packager: pbazaah
Votes: 10
Popularity: 0.000024
First Submitted: 2022-08-14 16:06 (UTC)
Last Updated: 2026-05-09 15:16 (UTC)

Latest Comments

1 2 3 4 5 6 .. 10 Next › Last »

pbazaah commented on 2026-04-30 09:35 (UTC)

Yeah I see Arch upped to boost 1.91. I'm unfortunately very busy at $dayJob this month (deadlines... :D) but I'll see if I can get a rebuild in on the weekend

pschichtel commented on 2026-04-28 17:06 (UTC)

It seems there is still python code expecting boost 1.90:

$ ceph status
Traceback (most recent call last):
  File "/usr/bin/ceph", line 151, in <module>
    import rados
ImportError: libboost_thread.so.1.90.0: cannot open shared object file: No such file or directory

pbazaah commented on 2026-04-19 07:50 (UTC)

Yeah, my apologies, I forgot to port the depends changes from https://aur.archlinux.org/cgit/aur.git/commit/PKGBUILD?h=ceph&id=82c4d07478dae6a6b4612536681c06de44b42b8f and https://aur.archlinux.org/cgit/aur.git/commit/PKGBUILD?h=ceph&id=cf2137075fb4c067cce65d6808effde7caa24aff over to the -bin PKGBUILD

Should be fixed now

7cff commented on 2026-04-18 00:27 (UTC)

Arch's version of lua has updated to 5.5, breaking ceph-mds:

/usr/bin/ceph-mds: error while loading shared libraries: liblua5.3.so.5.3: cannot open shared object file: No such file or directory

Installing lua53 fixes the issue.

pbazaah commented on 2026-03-15 09:41 (UTC)

They should be a part of the ceph-bin package:

❯ tar -tf ceph-bin-19.2.3-5-x86_64.pkg.tar.zst | rg 'bin/rbd'
usr/bin/rbd
usr/bin/rbd-fuse
usr/bin/rbdmap
usr/bin/rbd-mirror
usr/bin/rbd-nbd
usr/bin/rbd-replay
usr/bin/rbd-replay-many

daurnimator commented on 2026-03-12 03:50 (UTC)

Would you consider including rbd binaries too?

pbazaah commented on 2025-02-14 09:54 (UTC)

thanks for the kind words @snack :)

snack commented on 2025-02-14 08:19 (UTC)

@pbazaah Just to say "thank you" again, man, your work for providing Ceph for Arch is awesome and much appreciated.

pbazaah commented on 2025-02-09 11:30 (UTC)

you can follow along here: https://github.com/bazaah/aur-ceph/issues/28, or try a rebuild yourself from https://github.com/bazaah/aur-ceph/tree/feature/v19.2.1-1, I'm currently working through the various boost breakages

snack commented on 2025-02-09 08:32 (UTC)

Upgrading the kernel I got this error during fallback initramfs build:

  -> Running build hook: [filesystems]
==> ERROR: binary dependency 'libboost_thread.so.1.86.0' not found for 'mount.ceph'
==> ERROR: binary dependency 'libboost_iostreams.so.1.86.0' not found for 'mount.ceph'
==> WARNING: Possibly missing '/usr/bin/python3' for script: /usr/bin/mount.fuse.ceph

@pbazaah I guess a rebuild is due.