ceph: close out mds, osd connections before stopping auth
authorSage Weil <sage@newdream.net>
Sat, 29 May 2010 16:41:23 +0000 (09:41 -0700)
committerSage Weil <sage@newdream.net>
Sat, 29 May 2010 16:42:03 +0000 (09:42 -0700)
The auth module (part of the mon_client) is needed to free any
ceph_authorizer(s) used by the mds and osd connections.  Flush the msgr
workqueue before stopping monc to ensure that the destroy_authorizer
auth op is available when those connections are closed out.

Signed-off-by: Sage Weil <sage@newdream.net>

No differences found