Actions
Bug #1608
closednetwork-nfs-server: stopping because process dumped core with XenServer
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
nfs - NFS server and client
Start date:
2011-10-07
Due date:
% Done:
0%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
On XenServer:
[root@xenserver2 ~]# uname -a Linux xenserver2 2.6.32.12-0.7.1.xs5.6.100.323.170596xen #1 SMP Fri Apr 8 07:25:07 EDT 2011 i686 i686 i386 GNU/Linux [root@xenserver2 ~]# xe sr-create conent-type=user type=nfs name-label=xen43 shared=true device-config:server=10.77.0.143 device-config:serverpath=/volumes/stor/xen
On IllumOs:
root@nex4test:~# uname -a SunOS nex4test 5.11 e73ffd53b1d6 i86pc i386 i86pc Solaris root@nex4test:~# ifconfig e1000g0 e1000g0: flags=1001000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4,FIXEDMTU> mtu 1500 index 2 inet 10.77.0.143 netmask ffffff00 broadcast 10.77.0.255 ether 0:c:29:df:7:45 root@nex4test:~# showmount -e export list for nex4test: /volumes/stor/xen (everyone) /volumes/stor/folder1 (everyone) /volumes/stor/esx (everyone) root@nex4test:~# tail -f /var/svc/log/network-nfs-server:default.log [ Oct 7 03:41:50 Stopping because process dumped core. ] [ Oct 7 03:41:50 Executing stop method ("/lib/svc/method/nfs-server stop 1739"). ] [ Oct 7 03:41:50 Method "stop" exited with status 0. ] [ Oct 7 03:41:50 Executing start method ("/lib/svc/method/nfs-server start"). ] [ Oct 7 03:41:51 Method "start" exited with status 0. ] [ Oct 7 03:41:53 Stopping because process dumped core. ] [ Oct 7 03:41:53 Executing stop method ("/lib/svc/method/nfs-server stop 1741"). ] [ Oct 7 03:41:53 Method "stop" exited with status 0. ] [ Oct 7 03:41:53 Executing start method ("/lib/svc/method/nfs-server start"). ] [ Oct 7 03:41:53 Method "start" exited with status 0. ] [ Oct 7 03:41:55 Stopping because process dumped core. ] [ Oct 7 03:41:55 Executing stop method ("/lib/svc/method/nfs-server stop 1743"). ] [ Oct 7 03:41:55 Method "stop" exited with status 0. ] [ Oct 7 03:41:55 Restarting too quickly, changing state to maintenance. ] root@nex4test:~# svcs -x svc:/network/nfs/server:default svc:/network/nfs/server:default (NFS server) State: maintenance since Fri Oct 7 03:41:55 2011 Reason: Restarting too quickly. See: http://sun.com/msg/SMF-8000-L5 See: nfsd(1M) See: /var/svc/log/network-nfs-server:default.log Impact: This service is not running.
Updated by Yuri Pankov over 9 years ago
This should be fixed in:
changeset: 13580:e7b96961e15f user: Vitaliy Gusev <gusev.vitaliy@nexenta.com> date: Thu Nov 17 11:20:13 2011 +0300 description: 393 Invalid nd_hostservlist contents crash mountd Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Gordon Ross <gwr@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
Actions