From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate001.proxmox.com (gate001.proxmox.com [IPv6:2a0f:8001:1:32::40]) by lore.proxmox.com (Postfix) with ESMTPS id 177901FF0A7 for ; Mon, 17 Aug 2026 11:37:38 +0200 (CEST) Received: from gate001.proxmox.com (localhost.localdomain [127.0.0.1]) by gate001.proxmox.com (Proxmox) with ESMTP id BFE4B23BFF; Mon, 17 Aug 2026 11:36:05 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=genua.de; s=202307; t=1786958978; bh=HeV03E1j9YJVPYFjB8y/Ew7A8R0Av7E1hw8A7dyfRZo=; h=Date:From:To:Subject:References:In-Reply-To:From; b=RNy9tuks6A31zKOff7ihhrGgWAhdubdhErT09daa/77dUPgOc3F7wFaXdZbeIDLos SlvFFSZ6QwQZoTbgNbLEeGFCL9/uiQmpX608dbk5xocxW3Y4mgnidPGfieQNciz/Rh POaCqL7F5yBe9niu8MMO/muUwDR3N504+Ha9fMsjgaB/OGAUkcQOg3JZCRXocOalin LJ44WSLBH7nCtQOoGLI+Xpt+eQjmqHiW17dglGFebh/ZtLnRoo7cazPIXNpcYEV+Nq T6SgxyQG9cTVA7rzuaAyTUMnlpcdXbtcbvth7B6neNOYuRieN+1AaACIaVheJv79zT 9grO9iiwb7ieA== Date: Mon, 17 Aug 2026 11:29:36 +0200 From: Christian Ludwig To: , <-b@genua.de>, Subject: [PATCH pve-docs 12/13] pvesm: Document efi-firmware content type Message-ID: References: MIME-Version: 1.0 In-Reply-To: X-Originating-IP: [192.168.217.185] X-ClientProxiedBy: kch1-mta09.win.genua.de (10.208.16.109) To kch1-mta07.win.genua.de (10.208.16.107) Content-Type: multipart/signed; protocol="application/pkcs7-signature"; micalg="sha-256"; boundary="----1EE337383030338140880A8388C4FAC1" X-SPAM-LEVEL: Spam detection results: 0 AWL -0.400 Adjusted score from AWL reputation of From: address DKIM_INVALID 0.1 DKIM or DK signature exists, but is not valid DKIM_SIGNED 0.1 Message has a DKIM or DK signature, not necessarily valid DMARC_PASS -0.1 DMARC pass policy KAM_ASCII_DIVIDERS 0.8 Email that uses ascii formatting dividers and possible spam tricks KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment (newer systems) SPF_HELO_PASS -0.001 SPF: HELO matches SPF record SPF_PASS -0.001 SPF: sender matches SPF record UNPARSEABLE_RELAY 0.001 Informational: message has unparseable relay lines Message-ID-Hash: DT5UVIBFKLV6TPF4NAI7742VEJJPOBLV X-Message-ID-Hash: DT5UVIBFKLV6TPF4NAI7742VEJJPOBLV X-MailFrom: christian_ludwig@genua.de 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-Content-Filtered-By: Mailman/MimeDel 3.3.10 X-Mailman-Version: 3.3.10 Precedence: list List-Id: Proxmox VE development discussion List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: ------1EE337383030338140880A8388C4FAC1 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline Signed-off-by: Christian Ludwig --- pve-storage-cephfs.adoc | 4 ++-- pve-storage-cifs.adoc | 4 ++-- pve-storage-dir.adoc | 5 +++-- pve-storage-nfs.adoc | 4 ++-- pvesm.adoc | 4 ++++ 5 files changed, 13 insertions(+), 8 deletions(-) diff --git a/pve-storage-cephfs.adoc b/pve-storage-cephfs.adoc index ab8d850..5ae22e3 100644 --- a/pve-storage-cephfs.adoc +++ b/pve-storage-cephfs.adoc @@ -128,8 +128,8 @@ The `cephfs` backend is a POSIX-compliant filesystem, on top of a Ceph cluster. .Storage features for backend `cephfs` [width="100%",cols="m,m,3*d",options="header"] |============================================================================== -|Content types |Image formats |Shared |Snapshots |Clones -|vztmpl iso backup snippets |none |yes |yes^[1]^ |no +|Content types |Image formats |Shared |Snapshots |Clones +|vztmpl iso backup snippets efi-firmware |none |yes |yes^[1]^ |no |============================================================================== ^[1]^ While no known bugs exist, snapshots are not yet guaranteed to be stable, as they lack sufficient testing. diff --git a/pve-storage-cifs.adoc b/pve-storage-cifs.adoc index 6b8f35d..2eda2ff 100644 --- a/pve-storage-cifs.adoc +++ b/pve-storage-cifs.adoc @@ -97,8 +97,8 @@ features available. .Storage features for backend `cifs` [width="100%",cols="m,m,3*d",options="header"] |============================================================================== -|Content types |Image formats |Shared |Snapshots |Clones -|images rootdir vztmpl iso backup snippets |raw qcow2 vmdk |yes |qcow2 |qcow2 +|Content types |Image formats |Shared |Snapshots |Clones +|images rootdir vztmpl iso backup snippets efi-firmware |raw qcow2 vmdk |yes |qcow2 |qcow2 |============================================================================== Examples diff --git a/pve-storage-dir.adoc b/pve-storage-dir.adoc index 9905017..250ef58 100644 --- a/pve-storage-dir.adoc +++ b/pve-storage-dir.adoc @@ -41,6 +41,7 @@ storage backends. |Backup files |`dump/` |Snippets |`snippets/` |Import |`import/` +|EFI firmware |`efi-firmware/` |=========================================================== @@ -119,8 +120,8 @@ feature to create clones. .Storage features for backend `dir` [width="100%",cols="m,m,3*d",options="header"] |============================================================================== -|Content types |Image formats |Shared |Snapshots |Clones -|images rootdir vztmpl iso backup snippets |raw qcow2 vmdk subvol |no |qcow2 |qcow2 +|Content types |Image formats |Shared |Snapshots |Clones +|images rootdir vztmpl iso backup snippets efi-firmware |raw qcow2 vmdk subvol |no |qcow2 |qcow2 |============================================================================== diff --git a/pve-storage-nfs.adoc b/pve-storage-nfs.adoc index ea5bbdc..33793b3 100644 --- a/pve-storage-nfs.adoc +++ b/pve-storage-nfs.adoc @@ -73,8 +73,8 @@ to implement snapshots and cloning. .Storage features for backend `nfs` [width="100%",cols="m,m,3*d",options="header"] |============================================================================== -|Content types |Image formats |Shared |Snapshots |Clones -|images rootdir vztmpl iso backup snippets |raw qcow2 vmdk |yes |qcow2 |qcow2 +|Content types |Image formats |Shared |Snapshots |Clones +|images rootdir vztmpl iso backup snippets efi-firmware |raw qcow2 vmdk |yes |qcow2 |qcow2 |============================================================================== Examples diff --git a/pvesm.adoc b/pvesm.adoc index 5bd24b2..ebbd0bb 100644 --- a/pvesm.adoc +++ b/pvesm.adoc @@ -250,6 +250,10 @@ import::: OVAs and VM disk images that can be imported from this storage +efi-firmware::: + +Custom EFI firmware images for use with OVMF-based VMs + shared:: Indicate that this is a single storage with the same contents on all nodes (or -- 2.34.1 ------1EE337383030338140880A8388C4FAC1--