]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr: Mark session connections down on shutdown 15192/head
authorBrad Hubbard <bhubbard@redhat.com>
Wed, 17 May 2017 03:28:26 +0000 (13:28 +1000)
committerBrad Hubbard <bhubbard@redhat.com>
Wed, 24 May 2017 04:11:32 +0000 (14:11 +1000)
commiteb5c02df634b34ca45ecbf1eaf4440ccf806845f
tree4d26657934b7c1c88ae39a1ffde1e89a30e05d6c
parent26df056e34dd23ff9c57719c461ce2014ae33e34
mgr: Mark session connections down on shutdown

Also assert in OSD::ms_get_authorizer since it is dangerous to proceed
if we are shutting down.

Fixes: http://tracker.ceph.com/issues/19900
Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
src/mgr/MgrClient.cc
src/osd/OSD.cc