From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) by lore.proxmox.com (Postfix) with ESMTPS id 17E751FF187 for ; Mon, 22 Sep 2025 20:09:33 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 3E09621A9E; Mon, 22 Sep 2025 20:10:02 +0200 (CEST) From: Thomas Lamprecht To: pbs-devel@lists.proxmox.com, Christian Ebner Date: Mon, 22 Sep 2025 20:09:51 +0200 Message-ID: <175856458770.2599639.14751015128507545973.b4-ty@proxmox.com> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20250917102957.231963-1-c.ebner@proxmox.com> References: <20250917102957.231963-1-c.ebner@proxmox.com> MIME-Version: 1.0 X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1758564587013 X-SPAM-LEVEL: Spam detection results: 0 AWL -0.027 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy 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: [pbs-devel] applied: [PATCH proxmox] sync: pull: fix regression in resync of corrupt snapshots X-BeenThere: pbs-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox Backup Server development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Proxmox Backup Server development discussion Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pbs-devel-bounces@lists.proxmox.com Sender: "pbs-devel" On Wed, 17 Sep 2025 12:29:57 +0200, Christian Ebner wrote: > In commit eea1176f ("pull: refactor source snapshot list filtering > logic") the filtering of snapshots to be synced when pulling from the > source datastore was split in preparation for correct pre-filtering > of the snapshot when the verified-only or encrypted-only flags have > been set. > > This however introduced a regression, as previously also snapshots > older than the newest snapshot on the target were included in the > list, if the `resync_corrupt` parameter is set and the corresponding > target snapshot failed verification or the loading of the manifest to > check this failed, now however being filtered out unconditionally. > > [...] Applied, thanks! [1/1] sync: pull: fix regression in resync of corrupt snapshots commit: 2fb481c4432f890612d9b0cd684c050ccb72ad2f _______________________________________________ pbs-devel mailing list pbs-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel