• M
    dlm: retry failed SCTP sends · 5d689871
    Mike Christie 提交于
    Currently if a SCTP send fails, we lose the data we were trying
    to send because the writequeue_entry is released when we do the send.
    When this happens other nodes will then hang waiting for a reply.
    
    This adds support for SCTP to retry the send operation.
    
    I also removed the retry limit for SCTP use, because we want
    to make sure we try every path during init time and for longer
    failures we want to continually retry in case paths come back up
    while trying other paths. We will do this until userspace tells us
    to stop.
    Signed-off-by: NMike Christie <michaelc@cs.wisc.edu>
    Signed-off-by: NDavid Teigland <teigland@redhat.com>
    5d689871
lowcomms.c 44.1 KB