]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: don't try to send mdsmap to clients that need to reconnect
authorSage Weil <sage@newdream.net>
Fri, 13 Nov 2009 18:09:31 +0000 (10:09 -0800)
committerSage Weil <sage@newdream.net>
Fri, 13 Nov 2009 18:09:31 +0000 (10:09 -0800)
commit9880cad39c15add945fa3386a5b5fb20d4fb14e4
tree156f617aa1d07399a10e60b8f2def871af89ebeb
parent2fb6f736185f73f3dba03042ac14ac0372fe8c87
mds: don't try to send mdsmap to clients that need to reconnect

It won't work, clients must connect to us.

Also stop sending the map on recovery finish; they'll also (currently, at
least) get that from the monitor.
src/mds/MDS.cc
src/mds/Server.cc