From: Sage Weil Date: Thu, 3 Sep 2009 22:13:59 +0000 (-0700) Subject: mon: no need to send osdmap until client asks X-Git-Tag: v0.14~42 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f456a01a61e93baba61b206ab2e0a43819b9cbc4;p=ceph.git mon: no need to send osdmap until client asks --- diff --git a/src/mon/ClientMonitor.cc b/src/mon/ClientMonitor.cc index aa39c302703f..d60b9e9741e8 100644 --- a/src/mon/ClientMonitor.cc +++ b/src/mon/ClientMonitor.cc @@ -242,7 +242,7 @@ void ClientMonitor::_mounted(__s64 client, MClientMount *m) // also send latest mds and osd maps //mon->mdsmon()->send_latest(to); - mon->osdmon()->send_latest(to); + //mon->osdmon()->send_latest(to); delete m; }