]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mon: no need to send osdmap until client asks
authorSage Weil <sage@newdream.net>
Thu, 3 Sep 2009 22:13:59 +0000 (15:13 -0700)
committerSage Weil <sage@newdream.net>
Thu, 3 Sep 2009 22:13:59 +0000 (15:13 -0700)
src/mon/ClientMonitor.cc

index aa39c302703fbdf0d7494d94b978dee90843c42c..d60b9e9741e8a5a9f692a93be4820418b515a19c 100644 (file)
@@ -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;
 }