[Cluster-devel] Kernel crash at DLM: kernel BUG at /usr/src/packages/BUILD/dlm-1.6.fio/obj/default/lowcomms.c:715!

2015-01-29 Thread Pralay Dakua
Hi, We are using DLM for clustering (two nodes, single network interface between these nodes). Occasionally in intermittent network failure we are getting following kernel crash. We are running linux 3.0.101 (x86_64) and DLM version is 1.7. <3>[ 2410.184636] dlm: closing connection to node 3366

Re: [Cluster-devel] Kernel crash at DLM: kernel BUG at /usr/src/packages/BUILD/dlm-1.6.fio/obj/default/lowcomms.c:715!

2015-01-29 Thread Christine Caulfield
On 29/01/15 03:50, Pralay Dakua wrote: > Hi, > We are using DLM for clustering (two nodes, single network interface between > these nodes). Occasionally in intermittent network failure we are getting > following kernel crash. > We are running linux 3.0.101 (x86_64) and DLM version is 1.7. > > <

Re: [Cluster-devel] Kernel crash at DLM: kernel BUG at /usr/src/packages/BUILD/dlm-1.6.fio/obj/default/lowcomms.c:715!

2015-01-29 Thread David Teigland
On Thu, Jan 29, 2015 at 03:50:58AM +, Pralay Dakua wrote: > 645 static int receive_from_sock(struct connection *con) > 646 { > > > 704 > 705 /* Process SCTP notifications */ > 706 if (msg.msg_flags & MSG_NOTIFICATION) { > 707 msg.msg_control = incmsg; >