From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id 543A47DA3A for ; Tue, 9 Nov 2021 13:32:09 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 42C8FD510 for ; Tue, 9 Nov 2021 13:31:39 +0100 (CET) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [94.136.29.106]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS id BD357D4F2 for ; Tue, 9 Nov 2021 13:31:38 +0100 (CET) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id 8F97242820 for ; Tue, 9 Nov 2021 13:31:38 +0100 (CET) Message-ID: Date: Tue, 9 Nov 2021 13:31:37 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:95.0) Gecko/20100101 Thunderbird/95.0 Content-Language: en-US To: Proxmox VE development discussion , =?UTF-8?Q?Fabian_Gr=c3=bcnbichler?= References: <20211109120742.3276270-1-f.gruenbichler@proxmox.com> From: Thomas Lamprecht In-Reply-To: <20211109120742.3276270-1-f.gruenbichler@proxmox.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-SPAM-LEVEL: Spam detection results: 0 AWL 1.679 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment NICE_REPLY_A -3.06 Looks like a legit reply (A) SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: Re: [pve-devel] [PATCH corosync-pve/kronosnet 0/4] cherry-pick bug fixes X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Nov 2021 12:32:09 -0000 On 09.11.21 13:07, Fabian Gr=C3=BCnbichler wrote: > culmination of 4 weeks of triaging together with the respective upstrea= m > devs and endless hours staring at corosync debug traces, this fixes the= > following issues: >=20 > - knet losing join messages if network is overloaded, pushing corosync > into a retransmit loop, potentially causing a full-cluster fence even= t > with just a single node acting up > - corosync potentially corrupting messages during membership changes >=20 > and another one reported by someone else: >=20 > - corosync causing high network load by not holding the token in case > messages are queued for retransmission >=20 > all of the fixes are taken from the respective stable queue with > releases slated for later this week. >=20 > corosync: >=20 > Fabian Gr=C3=BCnbichler (2): > cherry-pick fixes > bump version to 3.1.5-pve2 >=20 > ...cel_hold_on_retransmit-config-option.patch | 132 ++++++++++++++++++= > ...ch-totempg-buffers-at-the-right-time.patch | 113 +++++++++++++++ > debian/changelog | 8 ++ > debian/patches/series | 2 + > 4 files changed, 255 insertions(+) > create mode 100644 debian/patches/0003-totem-Add-cancel_hold_on_retran= smit-config-option.patch > create mode 100644 debian/patches/0004-totemsrp-Switch-totempg-buffers= -at-the-right-time.patch >=20 > kronosnet: >=20 > Fabian Gr=C3=BCnbichler (2): > fix #3672: cherry-pick knet fixes > bump version to 1.22-pve2 >=20 > ...eq_num-initialization-race-condition.patch | 53 +++++++++++ > ...or-messages-to-trigger-faster-link-d.patch | 92 +++++++++++++++++++= > debian/changelog | 6 ++ > debian/patches/series | 3 +- > 4 files changed, 153 insertions(+), 1 deletion(-) > create mode 100644 debian/patches/0001-host-fix-dst_seq_num-initializa= tion-race-condition.patch > create mode 100644 debian/patches/0002-udp-use-ICMP-error-messages-to-= trigger-faster-link-d.patch >=20 For all of this: Acked-by: Thomas Lamprecht Reviewed-by: Thomas Lamprecht Can you go a head and push + upload packages?