]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr: disconnect unregistered service daemon when report received 19261/head
authorJason Dillaman <dillaman@redhat.com>
Thu, 30 Nov 2017 15:05:14 +0000 (10:05 -0500)
committerJason Dillaman <dillaman@redhat.com>
Thu, 30 Nov 2017 15:05:14 +0000 (10:05 -0500)
commitc97cca13ab066ed2306708986ff387d903b2486a
treeb5347d767c9895ad714bb2cfcf12757448e6371a
parent27e06ffa4c046d29179fa683499385cab928825f
mgr: disconnect unregistered service daemon when report received

This will allow the service daemon to reconnect and re-register
itself as a service daemon without requiring the mgr client to
subscribe to MgrStats and detect its removal.

Fixes: http://tracker.ceph.com/issues/22286
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/mgr/DaemonServer.cc