Hi All,
I have been facing a strange problem on AWS, where I created a large FreeBSD NFS server, with the below configuration.
My throughput to writing a file is 600-800 Mbps and reading files are much higher. I have no issues with throughput, but the problem is with while accessing a folder which has several 1000's of files makes NFS client hangs, until I force reboot client, during the same time all other clients are fine with no issues(until other clients enters and try to open a file when i have 1000's of files)
file size doesn't matter, even a 0 byte causes problem.
Server config:
FreeBSD nfs-server 11.1-RELEASE-p1 FreeBSD 11.1-RELEASE-p1
128vcpu with 512 GB memory
50TB ZFS dataset
ZIL and L2arch configured with SSD.
NFSv3
Client side messages:
even umounting using -l option and re-mounting it back doesn't work for client, until i stop and start the client the problem will not go away.
I tried to re-produce the same problem on Linux to Linux, even if i take smallest configuration NFS server, I don't see NFS clients are having issues with Linux NFS servers, when it comes to accessing 1000's of files.
Is there anything else I should take a look at FreeBSD server side?
I have been facing a strange problem on AWS, where I created a large FreeBSD NFS server, with the below configuration.
My throughput to writing a file is 600-800 Mbps and reading files are much higher. I have no issues with throughput, but the problem is with while accessing a folder which has several 1000's of files makes NFS client hangs, until I force reboot client, during the same time all other clients are fine with no issues(until other clients enters and try to open a file when i have 1000's of files)
file size doesn't matter, even a 0 byte causes problem.
Server config:
FreeBSD nfs-server 11.1-RELEASE-p1 FreeBSD 11.1-RELEASE-p1
128vcpu with 512 GB memory
50TB ZFS dataset
ZIL and L2arch configured with SSD.
NFSv3
Client side messages:
Code:
kernel: [ 850.016074] nfs: server nfs-server not responding, timed out.
I tried to re-produce the same problem on Linux to Linux, even if i take smallest configuration NFS server, I don't see NFS clients are having issues with Linux NFS servers, when it comes to accessing 1000's of files.
Is there anything else I should take a look at FreeBSD server side?
Last edited by a moderator: