mirror of
https://github.com/ceph/ceph
synced 2025-02-24 19:47:44 +00:00
RadosClient::shutdown: call monclient::shutdown
Signed-off-by: Colin McCabe <colinm@hq.newdream.net>
This commit is contained in:
parent
d014acb6d5
commit
267cd845c7
@ -394,6 +394,7 @@ bool RadosClient::init()
|
||||
void RadosClient::shutdown()
|
||||
{
|
||||
lock.Lock();
|
||||
monclient.shutdown();
|
||||
objecter->shutdown();
|
||||
timer.shutdown();
|
||||
lock.Unlock();
|
||||
|
Loading…
Reference in New Issue
Block a user