]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cephadm: don't collect image ids for daemons with no container info 64079/head
authorAdam King <adking@redhat.com>
Wed, 23 Apr 2025 17:02:13 +0000 (13:02 -0400)
committerAdam King <adking@redhat.com>
Sat, 21 Jun 2025 19:40:43 +0000 (15:40 -0400)
commite41ac4eb0110e62c467bb79cec444c9caa3d7a38
treea3edd1a6081d638e25d5bfded8b49a147bb949c1
parente01243e99c03d93e9e1597bce8d11d806a4cdfab
cephadm: don't collect image ids for daemons with no container info

This was missed as part of
https://github.com/ceph/ceph/commit/49405967620c9dbb69a1ea4660af46c240fcd298
as this particular bit seems to only cause an issue
when you pass in --name to shell and the daemon
you pass to --name is not running. That procedure (stopping the daemon
and then passing it's name to shell) is what is used to run tools like
ceph-objectstore-tool and ceph-monstore-tool for debugging

Fixes: https://tracker.ceph.com/issues/70989
NOTE: for the tracker, the actual specific issue this change
fixes is the one shown in https://tracker.ceph.com/issues/70989#note-2
The original reported issue was fixed by the linked commit

Signed-off-by: Adam King <adking@redhat.com>
(cherry picked from commit 94dbc49e2b1877f798faae19fe5d3e15eea8d0c2)
src/cephadm/cephadmlib/container_lookup.py