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) server-digest SHA256) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id C2D5B7D9D7 for ; Tue, 9 Nov 2021 13:07:49 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id B8A26CD1F for ; Tue, 9 Nov 2021 13:07:49 +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) server-digest SHA256) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS id ED45BCD10 for ; Tue, 9 Nov 2021 13:07:47 +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 C03E9427FE for ; Tue, 9 Nov 2021 13:07:47 +0100 (CET) From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= To: pve-devel@lists.proxmox.com Date: Tue, 9 Nov 2021 13:07:38 +0100 Message-Id: <20211109120742.3276270-1-f.gruenbichler@proxmox.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 AWL 0.294 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 SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: [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:07:49 -0000 culmination of 4 weeks of triaging together with the respective upstream devs and endless hours staring at corosync debug traces, this fixes the following issues: - knet losing join messages if network is overloaded, pushing corosync into a retransmit loop, potentially causing a full-cluster fence event with just a single node acting up - corosync potentially corrupting messages during membership changes and another one reported by someone else: - corosync causing high network load by not holding the token in case messages are queued for retransmission all of the fixes are taken from the respective stable queue with releases slated for later this week. corosync: Fabian Grünbichler (2): cherry-pick fixes bump version to 3.1.5-pve2 ...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_retransmit-config-option.patch create mode 100644 debian/patches/0004-totemsrp-Switch-totempg-buffers-at-the-right-time.patch kronosnet: Fabian Grünbichler (2): fix #3672: cherry-pick knet fixes bump version to 1.22-pve2 ...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-initialization-race-condition.patch create mode 100644 debian/patches/0002-udp-use-ICMP-error-messages-to-trigger-faster-link-d.patch -- 2.30.2