Search Criteria
Package Details: ceph-bin 18.2.4-3
Package Actions
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: | 1.26 |
First Submitted: | 2022-08-14 16:06 (UTC) |
Last Updated: | 2024-09-17 15:04 (UTC) |
Dependencies (50)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- boost-libs
- ceph-libs-binAUR
- cryptsetup (cryptsetup-gitAUR)
- expat (expat-gitAUR)
- fmt (fmt-gitAUR)
- fuse3 (fuse3-gitAUR)
- gawk (gawk-gitAUR, busybox-coreutilsAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- gperftools (gperftools-gitAUR)
- libaio (libaio-gitAUR)
- libcap
- libcap-ng (libcap-ng-gitAUR)
- libnl (libnl-gitAUR)
- librabbitmq-c
- librdkafka (librdkafka-gitAUR)
- lua
- lvm2 (lvm2-gitAUR)
- oath-toolkit (oath-toolkit-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- Show 30 more dependencies...
Required by (0)
Sources (29)
- cephfs_shell_18.2.4_3.tar.zst
- cephfs_top_18.2.4_3.tar.zst
- ceph_base_18.2.4_3.tar.zst
- ceph_cephfs_18.2.4_3.tar.zst
- ceph_common_18.2.4_3.tar.zst
- ceph_compressor_18.2.4_3.tar.zst
- ceph_crypto_18.2.4_3.tar.zst
- ceph_erasure_18.2.4_3.tar.zst
- ceph_mds_18.2.4_3.tar.zst
- ceph_mgr_18.2.4_3.tar.zst
- ceph_mon_18.2.4_3.tar.zst
- ceph_node_proxy_18.2.4_3.tar.zst
- ceph_osd_18.2.4_3.tar.zst
- ceph_rados_18.2.4_3.tar.zst
- ceph_rbd_18.2.4_3.tar.zst
- ceph_rgw_18.2.4_3.tar.zst
- ceph_test_18.2.4_3.tar.zst
- ceph_tools_18.2.4_3.tar.zst
- ceph_volume_18.2.4_3.tar.zst
- libcephfs_18.2.4_3.tar.zst
- libcephsqlite_18.2.4_3.tar.zst
- librados_18.2.4_3.tar.zst
- librbd_18.2.4_3.tar.zst
- librgw_18.2.4_3.tar.zst
- python_cephfs_18.2.4_3.tar.zst
- python_ceph_common_18.2.4_3.tar.zst
- python_rados_18.2.4_3.tar.zst
- python_rbd_18.2.4_3.tar.zst
- python_rgw_18.2.4_3.tar.zst
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 .. 9 Next › Last »
pbazaah commented on 2024-05-07 10:56 (UTC)
Ah so the 3.12 apocalypse finally has hit.
I will start working on this, but I don't expect this to be done quickly, given the rampant removal of deprecated libs in 3.12 (hopefully I'm wrong)
fragfutter commented on 2024-05-07 10:42 (UTC)
https://github.com/bazaah/aur-ceph/releases need a rebuild for python 3.12
pbazaah commented on 2023-11-06 20:05 (UTC)
I have re-added a
provides=('ceph-libs')
to theceph-libs-bin
package.However,
ceph-bin
still depends directly onceph-libs-bin
, hopefully avoiding the issues around mix and matching bin and src packages from reappearing.xeruf commented on 2023-11-05 12:59 (UTC)
maybe you can add a provides=ceph-libs-any and the like to all the packages that others can depend on?
pbazaah commented on 2023-10-30 08:31 (UTC)
@xeruf
I see your point. I'll try to come up with a solution this week.
xeruf commented on 2023-10-28 13:06 (UTC)
The removal of the provides array means that packages like vma-git depending on ceph-libs now do not consider a package like this anymore, so my laptop tried to churn through hours of building ceph-libs until I recognized the issue and manually adjust the pkgbuild. I understand the reasoning of not wanting to mix and match, but not providing the library this apcakge is supposed to provide is not helpful either...
pbazaah commented on 2023-09-10 14:19 (UTC)
@snack
Thanks for the kind words :)
snack commented on 2023-09-10 14:17 (UTC)
@pbazaah Thank you man, you are doing a fantastic work managing this beast. Really appreciated.
pbazaah commented on 2023-09-10 14:06 (UTC) (edited on 2023-09-10 14:06 (UTC) by pbazaah)
v18.2.0 has been released.
There are several notable changes:
1 - Removal of
provides=()
clauses for the from source variants of each packageThe from source packages have been split into multiple smaller packages, rather than the monolithic ceph, ceph-libs variants.
However, I transparently remerge these packages here, so as to avoid polluting the AUR namespace with a bunch of
ceph-*-bin
package names.Bottom line, you can no longer mix and match from source and binary variants of ceph from this release (which was never a good idea to begin with)
2 - Deprecation of ceph-mgr-bin
This package's functionality has been moved into ceph-bin itself.
However, to avoid breaking people's systems there is a shim package as a part of this release for ceph-mgr-bin, it does nothing except allow pacman to "upgrade" the package to v18.
You'll get a nag message whenever you rebuild this pkgbase reminding you to remove it.
I'll remove the nag message in a month or so, and the package in 3 (Dec 2023).
Unfortunately,
replaces=()
doesn't work for AUR packages :(3 - I'll be opening a 3rd party repo for prebuilt ceph binaries in the near future, which you can use if you want the granularity of packages provided in the from source variant.
See https://github.com/bazaah/aur-ceph/releases/tag/v18.2.0-1 for release notes on the package, and https://ceph.io/en/news/blog/2023/v18-2-0-reef-released/ for the same on the upstream.
pbazaah commented on 2023-09-06 08:33 (UTC)
yes, sorry -- I actually have a rebuild already done, but work has been crazy. I'll see if I can do the release process over lunch
« First ‹ Previous 1 2 3 4 5 6 7 .. 9 Next › Last »