mgr/DaemonServer: keep daemon in service map when it has no tasks#36091
mgr/DaemonServer: keep daemon in service map when it has no tasks#36091tchaikov merged 2 commits intoceph:masterfrom
Conversation
|
jenkins test dashboard |
|
jenkins test dashboard |
|
The rgw is back in the service_map, thanks for the fix! |
be explicit that the caller is only interested in the task_status Signed-off-by: Kefu Chai <kchai@redhat.com>
we should not remove a daemon from service map even if it has no task running, as it is not an evidence that the service is removed from the cluster. this change partially reverts 5a7d063 Fixes: https://tracker.ceph.com/issues/46495 Signed-off-by: Kefu Chai <kchai@redhat.com>
|
Thanks @tchaikov |
|
This might need a small fix to cephfs scrub tests -- I'll push that out |
this is already handled in scrub tests. |
|
I'll run this through fs suite (scrub tests) |
|
passes fs suite (scrub filter) |
@guits i need to
|
|
@batrick i am merging this PR without waiting for your test results as it should help to address the breakages in our tests. if it breaks cephfs tests. please ping me. i will get it fixed ASAP. |
No worries, thanks. |
this change partially reverts 5a7d063
Fixes: https://tracker.ceph.com/issues/46495