Commit 6bd1a77
NFSv4.1: fix handling NFS4ERR_DELAY when testing for session trunking
Currently when client sends an EXCHANGE_ID for a possible trunked
connection, for any error that happened, the trunk will be thrown
out. However, an NFS4ERR_DELAY is a transient error that should be
retried instead.
Fixes: e818bd0 ("NFSv4.1 remove xprt from xprt_switch if session trunking test fails")
Signed-off-by: Olga Kornievskaia <kolga@netapp.com>
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>1 parent a68c6fb commit 6bd1a77
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8959 | 8959 | | |
8960 | 8960 | | |
8961 | 8961 | | |
| 8962 | + | |
8962 | 8963 | | |
8963 | 8964 | | |
8964 | 8965 | | |
| |||
8971 | 8972 | | |
8972 | 8973 | | |
8973 | 8974 | | |
8974 | | - | |
| 8975 | + | |
8975 | 8976 | | |
8976 | 8977 | | |
8977 | 8978 | | |
8978 | 8979 | | |
| 8980 | + | |
| 8981 | + | |
| 8982 | + | |
| 8983 | + | |
8979 | 8984 | | |
8980 | 8985 | | |
8981 | 8986 | | |
| |||
0 commit comments