mirror of
https://github.com/ceph/ceph
synced 2025-03-25 11:48:05 +00:00
mon: don't send mdsmap on client mount
Client can request it on first mds op.
This commit is contained in:
parent
aa0a9f118a
commit
1b9babf9c7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user