Search Criteria
Package Details: ceph-libs-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-libs |
Provides: | ceph-libs |
Submitter: | pbazaah |
Maintainer: | pbazaah |
Last Packager: | pbazaah |
Votes: | 10 |
Popularity: | 1.45 |
First Submitted: | 2022-08-14 16:06 (UTC) |
Last Updated: | 2024-09-17 15:04 (UTC) |
Dependencies (29)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- boost-libs
- cryptsetup (cryptsetup-gitAUR)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- expat (expat-gitAUR)
- fmt (fmt-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- gperftools (gperftools-gitAUR)
- keyutils (keyutils-gitAUR)
- libaio (libaio-gitAUR)
- libcap
- librabbitmq-c
- librdkafka (librdkafka-gitAUR)
- libutil-linux (util-linux-libs-selinuxAUR, util-linux-libs-aesAUR, util-linux-libs)
- libxcrypt (libxcrypt-gitAUR)
- lua
- lz4 (lz4-gitAUR)
- nss (nss-hgAUR)
- oath-toolkit (oath-toolkit-gitAUR)
- Show 9 more dependencies...
Required by (5)
- ceph (requires ceph-libs)
- ceph-bin
- swcdb-lib-fs-ceph (requires ceph-libs)
- swcdb-lib-fs-ceph (requires ceph-libs) (make)
- vma-git (requires ceph-libs)
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 8 9 Next › Last »
snack commented on 2023-09-06 06:16 (UTC)
I think a rebuild is needed:
pbazaah commented on 2023-08-20 10:02 (UTC)
Tracked in https://github.com/bazaah/aur-ceph/issues/16
UweSauter commented on 2023-08-20 09:24 (UTC)
Yet another thing I just noticed which should be relatively simple to fix. During a fresh installation on another host:
UweSauter commented on 2023-08-05 09:43 (UTC)
I installed
python-cryptography-41.0.2-1
and restartedceph-mgr.target
on my single host deployment. The error messages persist:Could it be that
mgr
is running a single Python interpreter and that importingcryptography
from multiple places is the issue? (ImportError: PyO3 modules may only be initialized once per interpreter process
)pbazaah commented on 2023-08-04 22:24 (UTC)
I'll take a look at the ceph-volume stuff tomorrow.
On the python stuff:
That error comes from https://github.com/pyca/cryptography/issues/5771, which as a side note, was the start of really fun month at a previous job :D
Fixing it should be nothing more than adding https://archlinux.org/packages/extra/x86_64/python-cryptography/ to mgr deps.
I'm wondering if I somehow transitively include the above on my ceph nodes.
UweSauter commented on 2023-08-01 18:06 (UTC) (edited on 2023-08-01 18:06 (UTC) by UweSauter)
Also,
ceph-volume
requireslvs
and other tools from thelvm2
package. Could you please add this as dependency to ceph-bin?UweSauter commented on 2023-08-01 17:56 (UTC) (edited on 2023-08-01 17:57 (UTC) by UweSauter)
I think ceph-mgr-bin needs to depend on
python-jsonpatch
, at least if you'd like to use therook
mgr module:After installing
python-jsonpatch
this error disappears.Both
dashboard
andrestful
mgr modules have an issue with Rust bindings:I have no idea how to solve that one…
UweSauter commented on 2023-07-31 16:13 (UTC)
Big thanks, I'll continue setting up and testing.
pbazaah commented on 2023-07-30 10:33 (UTC)
v17.2.6-3 has been released. See https://github.com/bazaah/aur-ceph/releases/tag/v17.2.6-3 for more.
pbazaah commented on 2023-07-30 07:35 (UTC)
I have opened https://github.com/bazaah/aur-ceph/issues/17 to track progress on the pkgrel=3 rebuild
« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »