Hello all.
I installed new instance of 8.0-R and also configured NFS Server thru rc.conf
I wrote down following strings:
And then after I restarted this machine I found that there are only two instances of nfsd - one master and one server.
Later I commented nfs_flags option to use default vaules it changed nothing - situation were completely the same.
Basically the problem is in a number of nfs consumers. As long as only one consumer is using nfs (i.e. ESXi) it works fine. But as soon as 2nd or 3rd consumers starts to work thru nfs, it affects like unexpected disconnections for CPEs.
And one more thing, it was ok for 7.2 and for 8.0 RC1.
Any ideas? Am I doing something wrong?
I installed new instance of 8.0-R and also configured NFS Server thru rc.conf
I wrote down following strings:
Code:
nfs_server_enable="YES"
nfs_flags="-t -u -n 20" //just because of several nfs consumers at network.
rpcbind_enable="YES"
mountd_flags="-r"
And then after I restarted this machine I found that there are only two instances of nfsd - one master and one server.
Later I commented nfs_flags option to use default vaules it changed nothing - situation were completely the same.
Basically the problem is in a number of nfs consumers. As long as only one consumer is using nfs (i.e. ESXi) it works fine. But as soon as 2nd or 3rd consumers starts to work thru nfs, it affects like unexpected disconnections for CPEs.

And one more thing, it was ok for 7.2 and for 8.0 RC1.
Any ideas? Am I doing something wrong?