I'm using NFS v4.2 on Ubuntu Linux clients. I am expecting with this new NFS version that the client can tell the server what writes are synchronous, and what it can buffer in memory. However, my log device is being hit hard with all the traffic, even when I'm doing things like copying huge files with cp.
If I set sync=disabled, it of course stops using the log device.
Mount options on client are pretty standard - example fstab:
192.168.1.4:/mnt/xpool/data/nobackup /data/nobackup nfs defaults
I'd really like to keep sync enabled for the things that need it, but that it doesn't sync everything. Any ideas?
If I set sync=disabled, it of course stops using the log device.
Mount options on client are pretty standard - example fstab:
192.168.1.4:/mnt/xpool/data/nobackup /data/nobackup nfs defaults
I'd really like to keep sync enabled for the things that need it, but that it doesn't sync everything. Any ideas?