• Josef Bacik's avatar
    nbd: handle single path failures gracefully · f3733247
    Josef Bacik authored
    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: default avatarJosef Bacik <jbacik@fb.com>
    Signed-off-by: default avatarJens Axboe <axboe@fb.com>
    f3733247
nbd.c 31.4 KB