• J
    nbd: handle single path failures gracefully · f3733247
    Josef Bacik 提交于
    Currently if we have multiple connections and one of them goes down we will tear
    down the whole device.  However there's no reason we need to do this as we
    could have other connections that are working fine.  Deal with this by keeping
    track of the state of the different connections, and if we lose one we mark it
    as dead and send all IO destined for that socket to one of the other healthy
    sockets.  Any outstanding requests that were on the dead socket will timeout and
    be re-submitted properly.
    Signed-off-by: NJosef Bacik <jbacik@fb.com>
    Signed-off-by: NJens Axboe <axboe@fb.com>
    f3733247
nbd.c 31.4 KB