From jgdr at dalibo.com Fri Oct 3 08:19:53 2025 From: jgdr at dalibo.com (Jehan-Guillaume de Rorthais) Date: Fri, 3 Oct 2025 10:19:53 +0200 Subject: [ClusterLabs Developers] kronosnet v1.32 released In-Reply-To: References: Message-ID: <20251003101953.1ffe42b3@karst> Hi there, On Thu, 25 Sep 2025 04:26:55 +0200 "Fabio M. Di Nitto" wrote: > [?] > > * IMPORTANT: sctp support is now officially deprecated. It is disabled > by default and it will be removed in knet 2.x. I'm being curious, but I failed to found some changelog or discussion about knet development, history and such decision. Any pointers? Thanks! From fabbione at fabbione.net Fri Oct 3 09:00:23 2025 From: fabbione at fabbione.net (Fabio M. Di Nitto) Date: Fri, 3 Oct 2025 11:00:23 +0200 Subject: [ClusterLabs Developers] kronosnet v1.32 released In-Reply-To: <20251003101953.1ffe42b3@karst> References: <20251003101953.1ffe42b3@karst> Message-ID: <1b25dc07-44ad-4bfc-8020-c5587e6dc07a@fabbione.net> Hi, we discussed it between team members on IRC. The implementation in knet has some bugs that noone had the time to address and we have been hitting a lot of instabilities while running CI tests across different distros/kernel combinations, due to different implementations of SCTP at kernel level itself, that makes it rather challenging to have a functional userland. Based on the bugs reports that we receive, noone is using SCTP for what we know (I think one was reported over the last 4 or 5 years? and I know the code has bugs...) 1.x will continue to ship the code, it?s one --enable-* away. Since knet allows runtime reconfiguration of links, switching to UDP will be a 0 downtime change. Cheers Fabio On 03/10/2025 10.19, Jehan-Guillaume de Rorthais wrote: > Hi there, > > On Thu, 25 Sep 2025 04:26:55 +0200 > "Fabio M. Di Nitto" wrote: > >> [?] >> >> * IMPORTANT: sctp support is now officially deprecated. It is disabled >> by default and it will be removed in knet 2.x. > > I'm being curious, but I failed to found some changelog or discussion about knet > development, history and such decision. Any pointers? > > Thanks! From jgdr at dalibo.com Fri Oct 3 10:29:40 2025 From: jgdr at dalibo.com (Jehan-Guillaume de Rorthais) Date: Fri, 3 Oct 2025 12:29:40 +0200 Subject: [ClusterLabs Developers] kronosnet v1.32 released In-Reply-To: <1b25dc07-44ad-4bfc-8020-c5587e6dc07a@fabbione.net> References: <20251003101953.1ffe42b3@karst> <1b25dc07-44ad-4bfc-8020-c5587e6dc07a@fabbione.net> Message-ID: <20251003122940.2af3a7d0@karst> On Fri, 3 Oct 2025 11:00:23 +0200 "Fabio M. Di Nitto" wrote: > Hi, > > we discussed it between team members on IRC. > > The implementation in knet has some bugs that noone had the time to > address and we have been hitting a lot of instabilities while running CI > tests across different distros/kernel combinations, due to different > implementations of SCTP at kernel level itself, that makes it rather > challenging to have a functional userland. > > Based on the bugs reports that we receive, noone is using SCTP for what > we know (I think one was reported over the last 4 or 5 years? and I know > the code has bugs...) > > 1.x will continue to ship the code, it?s one --enable-* away. > > Since knet allows runtime reconfiguration of links, switching to UDP > will be a 0 downtime change. Ok, interesting! Thanks for the feedback,