From 1b9babf9c73ae716156f88591c697cef3ef6e050 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 7 May 2009 17:38:11 -0700 Subject: [PATCH] mon: don't send mdsmap on client mount Client can request it on first mds op. --- src/mon/ClientMonitor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mon/ClientMonitor.cc b/src/mon/ClientMonitor.cc index 7393f7d7e0618..e509694029880 100644 --- a/src/mon/ClientMonitor.cc +++ b/src/mon/ClientMonitor.cc @@ -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; -- 2.39.5