• Alex Elder's avatar
    libceph: distinguish two phases of connect sequence · 7593af92
    Alex Elder authored
    Currently a ceph connection enters a "CONNECTING" state when it
    begins the process of (re-)connecting with its peer.  Once the two
    ends have successfully exchanged their banner and addresses, an
    additional NEGOTIATING bit is set in the ceph connection's state to
    indicate the connection information exhange has begun.  The
    CONNECTING bit/state continues to be set during this phase.
    
    Rather than have the CONNECTING state continue while the NEGOTIATING
    bit is set, interpret these two phases as distinct states.  In other
    words, when NEGOTIATING is set, clear CONNECTING.  That way only
    one of them will be active at a time.
    Signed-off-by: default avatarAlex Elder <elder@inktank.com>
    Reviewed-by: default avatarSage Weil <sage@inktank.com>
    7593af92
messenger.c 67.2 KB