pNFS/flexfiles: Report ENETDOWN as a connection error

If the client should see an ENETDOWN when trying to connect to the data
server, it might still be able to talk to the metadata server through
another NIC. If so, report the error.

Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Tested-by: Jeff Layton <jlayton@kernel.org>
Acked-by: Chuck Lever <chuck.lever@oracle.com>
This commit is contained in:
Trond Myklebust 2025-03-20 12:45:01 -04:00
parent 8c9f0df7a8
commit aa42add73c

View File

@ -1274,6 +1274,7 @@ static void ff_layout_io_track_ds_error(struct pnfs_layout_segment *lseg,
case -ECONNRESET:
case -EHOSTDOWN:
case -EHOSTUNREACH:
case -ENETDOWN:
case -ENETUNREACH:
case -EADDRINUSE:
case -ENOBUFS: