Commit 94dbc49
committed
cephadm: don't collect image ids for daemons with no container info
This was missed as part of
ceph@4940596
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 <[email protected]>1 parent 7e91398 commit 94dbc49
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
136 | 138 | | |
137 | 139 | | |
138 | 140 | | |
| |||
0 commit comments