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 8AC3F1FF165 for ; Thu, 6 Nov 2025 18:53:42 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 299B21EE20; Thu, 6 Nov 2025 18:54:24 +0100 (CET) From: Thomas Lamprecht To: pbs-devel@lists.proxmox.com, Robert Obkircher Date: Thu, 6 Nov 2025 18:54:12 +0100 Message-ID: <176245164753.2372822.2246386513034437776.b4-ty@proxmox.com> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20251103145422.128701-1-r.obkircher@proxmox.com> References: <20251103145422.128701-1-r.obkircher@proxmox.com> MIME-Version: 1.0 X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1762451641117 X-SPAM-LEVEL: Spam detection results: 0 AWL -0.025 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 v2 proxmox-backup] fix: avoid loss of concurrent config changes during datastore deletion 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 Mon, 03 Nov 2025 15:53:31 +0100, Robert Obkircher wrote: > Fix a race between the initial reading of the datastore config before > destroying the datastore and concurrent config changes, by re-reading > the config in a locked context before removing the just destroyed > datastore from it. > > Previously, the following steps created files in /srv/test2 but > removed test2 from the configuration: > > [...] Applied, thanks! [1/1] fix: avoid loss of concurrent config changes during datastore deletion commit: b9a00e99d091b663a52c3ebadee0fa6460f03ef3 _______________________________________________ pbs-devel mailing list pbs-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel