]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mon: don't send mdsmap on client mount
authorSage Weil <sage@newdream.net>
Fri, 8 May 2009 00:38:11 +0000 (17:38 -0700)
committerSage Weil <sage@newdream.net>
Fri, 8 May 2009 00:38:11 +0000 (17:38 -0700)
Client can request it on first mds op.

src/mon/ClientMonitor.cc

index 7393f7d7e06188fd10d900879dd1c640297ccce1..e50969402988068843c5b8db48f161f0e837264c 100644 (file)
@@ -339,7 +339,7 @@ void ClientMonitor::_mounted(int client, MClientMount *m)
   mon->messenger->send_message(ack, to);
 
   // also send latest mds and osd maps
-  mon->mdsmon()->send_latest(to);
+  //mon->mdsmon()->send_latest(to);
   mon->osdmon()->send_latest(to);
 
   delete m;