From: Chuck Lever <chuck.lever@xxxxxxxxxx> On Thu, 24 Oct 2024 09:10:42 +1100, NeilBrown wrote: > Failing OP_SETCLIENTID or OP_EXCHANGE_ID should only happen if there is > memory allocation failure. Putting a hard limit on the number of > clients is really helpful as it will either happen too early and prevent > clients that the server can easily handle, or too late and allow clients > when the server is swamped. > > The calculated limit is still useful for expiring courtesy clients where > there are "too many" clients, but it shouldn't prevent the creation of > active clients. > > [...] Applied to nfsd-next for v6.13, thanks! [1/1] nfsd: Don't fail OP_SETCLIENTID when there are too many clients. commit: c7b8826b41906db1c930cbb10abb94eb24247f20 -- Chuck Lever