From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate001.proxmox.com (gate001.proxmox.com [45.144.208.40]) by lore.proxmox.com (Postfix) with ESMTPS id 41F531FF146 for ; Tue, 07 Jul 2026 22:31:52 +0200 (CEST) Received: from gate001.proxmox.com (localhost.localdomain [127.0.0.1]) by gate001.proxmox.com (Proxmox) with ESMTP id 6F78921442; Tue, 07 Jul 2026 22:31:51 +0200 (CEST) From: Thomas Lamprecht To: pve-devel@lists.proxmox.com, Fiona Ebner Subject: applied: [PATCH-SERIES qemu-server v2 0/3] fix #7743: api: disk import: avoid locking twice when importing from OVA or same VM Date: Tue, 7 Jul 2026 22:31:38 +0200 Message-ID: <178345629653.4018398.8758488174544257796.b4-ty@b4> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260703115432.108667-1-f.ebner@proxmox.com> References: <20260703115432.108667-1-f.ebner@proxmox.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1783456298775 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.015 Adjusted score from AWL reputation of From: address DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment (newer systems) SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Message-ID-Hash: 3XFEKQZYEY34UXLONKS4PBTP562Q73BY X-Message-ID-Hash: 3XFEKQZYEY34UXLONKS4PBTP562Q73BY X-MailFrom: t.lamprecht@proxmox.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; emergency; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.10 Precedence: list List-Id: Proxmox VE development discussion List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: On Fri, 03 Jul 2026 13:54:15 +0200, Fiona Ebner wrote: > Changes in v2: > * Better describe original issue in commit message. > * Add Dominik's R-b and Manuel's T-b. > > When import_from_volid->() is called, the VM configuration of the > destination VM is already locked. In case the source volume belongs to > the same VM, there would be a second attempt to lock the config. In > particular, this also happens when importing from OVA, because the > source image is first extracted and belongs to the same VM. > > [...] Applied, thanks! [1/3] api: disk import: remove unused wrongly named variable https://git.proxmox.com/?p=qemu-server.git;a=commitdiff;h=4f76aa701f1b2c401e79137159da6e7b121fd5c4 [2/3] fix #7743: api: disk import: avoid locking twice when importing from OVA or same VM https://git.proxmox.com/?p=qemu-server.git;a=commitdiff;h=c7aa95a4ff77e4b097ed633ffca45a533d619722 [3/3] api: update vm: fork before locking https://git.proxmox.com/?p=qemu-server.git;a=commitdiff;h=797ab2381df96f178521c2dcb0eb62686195dd3c