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 6C9A81FF0E3 for ; Tue, 04 Aug 2026 13:21:54 +0200 (CEST) Received: from gate001.proxmox.com (localhost.localdomain [127.0.0.1]) by gate001.proxmox.com (Proxmox) with ESMTP id DCFF221669; Tue, 04 Aug 2026 13:21:53 +0200 (CEST) From: Thomas Lamprecht To: pve-devel@lists.proxmox.com, wukaiyang2003@gmail.com Subject: applied: [PATCH container] setup: fedora: disable static units when fixing up template Date: Tue, 4 Aug 2026 13:21:34 +0200 Message-ID: <178584245051.839420.7178506559427008117.b4-ty@b4> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260708101037.54778-1-wukaiyang2003@gmail.com> References: <20260708101037.54778-1-wukaiyang2003@gmail.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: 1785842497239 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.188 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) RCVD_IN_DNSWL_LOW -0.7 Sender listed at https://www.dnswl.org/, low trust 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: AI66FVY4ZX6XUILT2LLQMFU37O2SKI4G X-Message-ID-Hash: AI66FVY4ZX6XUILT2LLQMFU37O2SKI4G 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 CC: Kaiyang Wu 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 Wed, 08 Jul 2026 18:10:28 +0800, wukaiyang2003@gmail.com wrote: > Fedora ships 'sys-mount-{config,debug}.mount' units as static units, > which would cause the units failing on startup. > > Use the disable static units helper when fixing up templates to resolve > the issue, similar to how we process CentOS LXC templates. > > > [...] Applied, thanks! [1/1] setup: fedora: disable static units when fixing up template commit: 49febb8142c3f4b6972238626ccd088b41443692