commit | 8dc96566c0c34b8c2632bc6071dad208d69dd5b0 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Wed Feb 01 21:02:07 2017 -0500 |
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | Thu May 31 15:03:11 2018 -0400 |
tree | 9e6cd721592ecec81794485733d9f9de15877d4d | |
parent | d49e0d5b999621412ffb177f08a1c1746dfb6071 [diff] |
NFSv4/pnfs: Don't switch off layoutget-on-open for transient errors Ensure that we only switch off the LAYOUTGET operation in the OPEN compound when the server is truly broken, and/or it is complaining that the compound is too large. Currently, we end up turning off the functionality permanently, even for transient errors such as EACCES or ENOSPC. Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>