]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
client: Don't keep sending SESSION_REQUEST_OPEN
authorSam Lang <sam.lang@inktank.com>
Fri, 5 Oct 2012 15:51:00 +0000 (10:51 -0500)
committerSam Lang <sam.lang@inktank.com>
Fri, 5 Oct 2012 15:54:54 +0000 (10:54 -0500)
commita53a4a21a0631a4423830edd9b7dda476d7523f5
tree85aceeedd3eaa64555f9e0c95ec8a2d0d897601c
parent2d6953a44c1dc4d65d86007c737aba5b99d795dc
client: Don't keep sending SESSION_REQUEST_OPEN

This fixes a bug where the client keeps resending session open requests
to the target mds because the waiting_for_session.count check was
incorrectly using the passed in mds number instead of the target.

Also output the mds the message is coming from for debugging.

Signed-off-by: Sam Lang <sam.lang@inktank.com>
src/client/Client.cc