NFS not working since upgrade from 9.10 to 11

Status
Not open for further replies.

kovacs

Cadet
Joined
Apr 24, 2015
Messages
8
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:
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.
 
D

dlavigne

Guest
Anything in /var/log/messages when you try to start the service?
 

kovacs

Cadet
Joined
Apr 24, 2015
Messages
8
Nothing, is there anyway to enable logging or debug logging on NFS? Right now the service will say Started, but if I try to stop it then it just stops forever from the UI. The only way I've found to "clear" it is to reboot.
 

kovacs

Cadet
Joined
Apr 24, 2015
Messages
8
Upgraded to 11.2BETA1 and NFS starts and works like a champ. Not sure what was up with 11.1-U5. Like the new UI!
 
Status
Not open for further replies.
Top