From: Sage Weil Date: Thu, 18 Mar 2010 21:45:05 +0000 (-0700) Subject: ceph: wait for mds OPEN reply to indicate reconnect success X-Git-Tag: v2.6.35-rc1~419^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29790f26ab3e63b2a083f0811b80e2f086e4fcb2;p=pandora-kernel.git ceph: wait for mds OPEN reply to indicate reconnect success We used to infer reconnect success by watching the MDS state, essentially assuming that hearing nothing meant things were ok. That wasn't particularly reliable. Instead, the MDS replies with an explicit OPEN message to indicate success. Strictly speaking, this is a protocol change, but it is a backwards compatible one that does not break new clients + old servers or old clients + new servers. At least not yet. Drop unused @all argument from kick_requests while we're at it. Signed-off-by: Sage Weil --- Reading git-diff-tree failed