Search Criteria
Package Details: cephadm 18.2.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/cephadm.git (read-only, click to copy) |
---|---|
Package Base: | cephadm |
Description: | Cephadm deploys and manages a Ceph cluster by connection to hosts from the manager daemon via SSH to add, remove, or update Ceph daemon containers |
Upstream URL: | https://ceph.com/ |
Licenses: | GPL2, LGPL3, LGPL2.1 |
Conflicts: | cephadm-git |
Provides: | cephadm |
Submitter: | XenGi |
Maintainer: | XenGi |
Last Packager: | XenGi |
Votes: | 3 |
Popularity: | 0.107694 |
First Submitted: | 2020-05-21 23:25 (UTC) |
Last Updated: | 2024-07-25 22:03 (UTC) |
Dependencies (6)
- lvm2 (lvm2-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- chrony (optional) – time sync service
- docker (rancher-desktop-gitAUR, docker-gitAUR, podman-docker-gitAUR, rancher-desktopAUR, docker-cli-binAUR, podman-docker) (optional) – container backend
- ntp (ntpsec-gitAUR, ntpsecAUR) (optional) – time sync service
- podman (podman-gitAUR) (optional) – container backend
Latest Comments
XenGi commented on 2022-04-16 17:39 (UTC) (edited on 2022-04-16 17:43 (UTC) by XenGi)
@drin I just tried it on my machine and it produced a running cluster. No error. What command did you execute exactly?
You can't use the subcommands add-repo, rm-repo and install because they will try to install packages with apt, yum or zypper. The check-host subcommand should tell you what is missing on the host. Just setup it up your self and the bootstrap should work. You basically just need to install the package dependencies and start an NTP client like chrony or systemd-timesyncd.
XenGi commented on 2022-04-16 15:42 (UTC)
This must be a new check. That worked in the past. I'll try to get a fix upstream and will provide a patch in the package later.
drin commented on 2022-04-14 18:26 (UTC)
I am getting getting the following error when trying to run the bootstrap sub-command:
ERROR: Distro arch version None not supported
My guess is the error is being raised here (v16.2.7): https://github.com/ceph/ceph/blob/v16.2.7/src/cephadm/cephadm#L6427
Is there anything I should do to make this work on archlinux? I would've assumed there'd be a patch or something applied in the PKGBUILD, but that doesn't seem to be the case?