All of lore.kernel.org
 help / color / mirror / Atom feed
* How to restrict SCTP abort during a process crash
@ 2017-12-12 16:51 Ashok Kumar
  2017-12-12 18:32 ` Neil Horman
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Ashok Kumar @ 2017-12-12 16:51 UTC (permalink / raw)
  To: linux-sctp

Hi,



We are using LKSCTP in our LTE product (HeNBGW). We have
high-availability support also in our product. In case of any failure
on active VM, standby VM will take over active role and all the SCTP
associations will be moved to that new active VM. The associations
should be moved transparent to the peers (a kind of SCTP reset before
SCTP heartbeat expires on the peer nodes).



But the problem that we face is that when a process crashes on active
VM, the LKSCTP stack immediately sends SCTP abort to the peers for all
associations before the system goes down completely. This creates
confusion with the peers. Is there any way to avoid sending SCTP abort
message in this scenario? If yes, please let us know how to do the
same? If it needs LKSCTP kernel code change, please give pointers on
what and where to change.



P.S: We tried to block the abort messages by dynamically using
IPtables through signal handler (for signal 11 and 6). But this did
not work.



A quick response will be highly appreciated.



Thanks,

Ashok

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2017-12-14 10:40 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-12 16:51 How to restrict SCTP abort during a process crash Ashok Kumar
2017-12-12 18:32 ` Neil Horman
2017-12-12 19:38 ` Marcelo Ricardo Leitner
2017-12-13  4:50 ` Ashok Kumar
2017-12-13  6:58 ` Xin Long
2017-12-13 12:22 ` Neil Horman
2017-12-14  6:42 ` Ashok Kumar
2017-12-14  9:22 ` Xin Long
2017-12-14 10:40 ` Neil Horman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.