• Sage Weil's avatar
    ceph: wait for mds OPEN reply to indicate reconnect success · 29790f26
    Sage Weil authored
    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: default avatarSage Weil <sage@newdream.net>
    29790f26
mds_client.c 77.3 KB