]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: do not mark closed connections disposable
authorSage Weil <sage@inktank.com>
Sun, 21 Oct 2012 20:50:05 +0000 (13:50 -0700)
committerSage Weil <sage@inktank.com>
Fri, 26 Oct 2012 03:49:03 +0000 (20:49 -0700)
commit4ac45200f10e0409121948cea5226ca9e23bb5fb
tree437e677c5789e931484e1306cdf57e0ceb506e90
parentad839c70dc26943525725043996c94ccbca38f68
mds: do not mark closed connections disposable

These will get reused when the client reconnects.  If we are going to
clean these up, we need a different strategy.

Signed-off-by: Sage Weil <sage@inktank.com>
src/mds/Server.cc