NFS Server not responding

MarcelW90

Cadet
Joined
Nov 3, 2019
Messages
4
Hello there,

i have the following scenario which causes me some problems during NFS write jobs.
I have a shared dataset via NFS for 192.168.10.0/24
The mount on two servers works without any problems.

But in case both servers want wo write to the NFS share, one of them gets a timeout to the FreeNAS Server:
Code:
Nov  4 00:43:59 pve-n2 kernel: [ 1992.272556] nfs: server 192.168.0.10 not responding, still trying
Nov  4 00:43:59 pve-n2 kernel: [ 1992.278317] nfs: server 192.168.0.10 not responding, still trying
Nov  4 00:43:59 pve-n2 kernel: [ 1992.291123] nfs: server 192.168.0.10 not responding, still trying
Nov  4 00:43:59 pve-n2 kernel: [ 1992.303939] nfs: server 192.168.0.10 not responding, still trying


I checked the logs on /var/log/messages but cant find anything regarding this problem.

I use FreeNAS-11.2-U6
RAM: 8GB
CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz
HDD: 6x 2TB with ZFS-RAIDZ2
ifconfig:
Code:
ixl0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
        options=6407bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,TSO6,LRO,VLAN_HWTSO,RXCSUM_IPV6,TXCSUM_IPV6>
        ether ac:1f:6b:bd:2a:9c
        hwaddr ac:1f:6b:bd:2a:9c
        inet 192.168.0.10 netmask 0xffffff00 broadcast 192.168.0.255
        nd6 options=9<PERFORMNUD,IFDISABLED>
        media: Ethernet autoselect (1000baseT <full-duplex>)
        status: active
ixl1: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
        options=6407bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,TSO6,LRO,VLAN_HWTSO,RXCSUM_IPV6,TXCSUM_IPV6>
        ether ac:1f:6b:bd:2a:9d
        hwaddr ac:1f:6b:bd:2a:9d
        nd6 options=9<PERFORMNUD,IFDISABLED>
        media: Ethernet autoselect
        status: no carrier
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
        options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6>
        inet6 ::1 prefixlen 128
        inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
        inet 127.0.0.1 netmask 0xff000000
        nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
        groups: lo


Does someone had the same problems, is there anything i can do against this issue?
 
Top