NFSv3 Asynchronous Write Depends on Block Size?
- by Joe Swanson
I am trying to figure out if my NFSv3 deployment is performing SAFE asynchronous writes. I suspect that it is doing strictly synchronous writes, as I am getting poor performance in general. I used Wireshark to look at the 'stable' flag in write calls, and look for 'commit' calls.
I noticed that, with especially large block sizes, writes to…