Bug #45572
closedcephadm: ceph-crash isn't deployed anywhere
0%
Description
AFAICT when deploying a containerized cluster with cephadm, ceph-crash is never deployed anywhere. This means that if a daemon crashes and dumps info to /var/lib/ceph/crash, the crash data is saved to disk, but ceph crash stat always prints "0 crashes recorded", because the crashes never actually get posted.
Previously, installing ceph-base would enable the ceph-crash service, but if you're running a cephadm-deployed cluster, you never install that package.
Do we perhaps need to run an additional ceph-crash container on each host?
Updated by Tim Serong almost 6 years ago
Ah. Found it. This is due to ceph-salt calling cephadm bootstrap with --skip-ssh, so presumably actually needs to be dealt with in ceph-salt...
Updated by Tim Serong almost 6 years ago
- Status changed from New to Rejected
Rejecting in favour of https://github.com/ceph/ceph-salt/issues/236