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 4679F1FF13B for ; Wed, 06 May 2026 02:20:55 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 74B431146F; Wed, 6 May 2026 02:20:48 +0200 (CEST) From: Thomas Lamprecht To: pve-devel@lists.proxmox.com, Fiona Ebner Subject: applied: [PATCH-SERIES qemu-server 0/3] ovmf: create temporary EFI disk below /run instead of /tmp to avoid migration issue Date: Wed, 6 May 2026 02:20:01 +0200 Message-ID: <177802679861.2894740.70080989145199028.b4-ty@b4> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260504130751.226845-1-f.ebner@proxmox.com> References: <20260504130751.226845-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: 1778026706037 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.003 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 Message-ID-Hash: 6NLBFRIRTXSZUNZV3FMMDV4K6JYKYHK3 X-Message-ID-Hash: 6NLBFRIRTXSZUNZV3FMMDV4K6JYKYHK3 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 Mon, 04 May 2026 15:03:45 +0200, Fiona Ebner wrote: > As reported in the enterprise support, QEMU might fail to inactivate > the block node for the temporary EFI disk during migration: > > > kvm: migration_block_inactivate: bdrv_inactivate_all() failed: -1 > > kvm: Error in migration completion: Bad address > > The issue occurs when the file for the temporary EFI disk has been > removed from the file system. This happens on new installations since > Debian Trixie [0], where files in /tmp are regularly cleaned. > > [...] Applied, thanks! [1/3] d/tmpfiles: add configuration to auto-create /run/qemu-server directory commit: b44b72c5c11d06442e722fe1a2462f05f36aef93 [2/3] ovmf: use file module directly for file_copy() commit: e08c9708f18a085f3d966c20f5d2ec7fab042fb8 [3/3] ovmf: create temporary EFI disk below /run instead of /tmp to avoid migration issue commit: c7e628146813317f40800f4ee0d80178de7d429a