commit | de766e570413bd0484af0b580299b495ada625c3 | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Tue Sep 19 19:25:41 2017 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Wed Oct 04 16:25:01 2017 -0400 |
tree | e878d184e21f22b5ef2bc67346e17b6bf07b3259 | |
parent | 44d8660d3bb0a1c8363ebcb906af2343ea8e15f6 [diff] |
nfsd: give out fewer session slots as limit approaches Instead of granting client's full requests until we hit our DRC size limit and then failing CREATE_SESSIONs (and hence mounts) completely, start granting clients smaller slot tables as we approach the limit. The factor chosen here is pretty much arbitrary. Signed-off-by: J. Bruce Fields <bfields@redhat.com>