Hello,
I recently upgraded my Freenas mini from 9.10.2-U6 to 11.1-U5. I stopped all services before the upgrade and rebooted to make sure everything was unloaded. Then I did the upgrade. Most things seem fine and smooth, but NFS, it says it starts, but it doesn't accept connections. rpcinfo from another box seems to show NFS:
And the procstat info doesn't look the same as the old nfs bug 7588:
https://redmine.ixsystems.com/issues/7588
Any ideas would be greatly appreciated.
I recently upgraded my Freenas mini from 9.10.2-U6 to 11.1-U5. I stopped all services before the upgrade and rebooted to make sure everything was unloaded. Then I did the upgrade. Most things seem fine and smooth, but NFS, it says it starts, but it doesn't accept connections. rpcinfo from another box seems to show NFS:
Code:
rpcinfo -p 192.168.x.x program vers proto port 100000 4 tcp 111 rpcbind 100000 3 tcp 111 rpcbind 100000 2 tcp 111 rpcbind 100000 4 udp 111 rpcbind 100000 3 udp 111 rpcbind 100000 2 udp 111 rpcbind 100000 4 7 111 rpcbind 100000 3 7 111 rpcbind 100000 2 7 111 rpcbind 100005 1 udp 701 mountd 100005 3 udp 701 mountd 100005 1 tcp 701 mountd 100005 3 tcp 701 mountd 100003 2 tcp 2049 nfs 100003 3 tcp 2049 nfs 100024 1 udp 695 status 100024 1 tcp 695 status 100021 0 udp 987 nlockmgr 100021 0 tcp 621 nlockmgr 100021 1 udp 987 nlockmgr 100021 1 tcp 621 nlockmgr 100021 3 udp 987 nlockmgr 100021 3 tcp 621 nlockmgr 100021 4 udp 987 nlockmgr 100021 4 tcp 621 nlockmgr
And the procstat info doesn't look the same as the old nfs bug 7588:
https://redmine.ixsystems.com/issues/7588
Code:
$ sudo procstat -k 90511 PID TID COMM TDNAME KSTACK 90511 102563 nfsd - mi_switch sleepq_timedwait _sleep clnt_reconnect_call clnt_call_private gssd_acquire_cred_1 gss_acquire_cred rpc_gss_acquire_svc_cred rpc_gss_set_svc_name nfsrvd_nfsd nfssvc_nfsd sys_nfssvc amd64_syscall Xfast_syscall
Any ideas would be greatly appreciated.