On 9/19/19 6:08 PM, Trond Myklebust wrote:
The default client behaviour is just to go with whatever recommended
value the server specifies. You can change that value yourself on the
knfsd server by editing the pseudo-file in
/proc/fs/nfsd/max_block_size.
Thank you, and I guess I can automate this, by running
`systemctl edit nfs-kernel-server`, and adding:
[Service]
ExecStartPre=sh -c 'echo 32768 > /proc/fs/nfsd/max_block_size'
But isn't it a problem that the defaults cause errors in dmesg and
severe lags in 10/100 Mbps, and even make 1000 Mbps a lot less snappy
than with 32K?
In any case thank you again.
Alkis Georgopoulos