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 4BB7F1FF142 for ; Mon, 02 Mar 2026 14:44:43 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id A1BEF341F9; Mon, 2 Mar 2026 14:45:43 +0100 (CET) From: Lukas Sichert To: pdm-devel@lists.proxmox.com subject: SPAM: [PATCH proxmox 2/4] fix #7315: run make refresh Date: Mon, 2 Mar 2026 14:45:35 +0100 Message-ID: <20260302134537.108696-3-l.sichert@proxmox.com> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260302134537.108696-1-l.sichert@proxmox.com> References: <20260302134537.108696-1-l.sichert@proxmox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 3 AWL -2.109 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 KAM_LAZY_DOMAIN_SECURITY 1 Sending domain does not have any anti-forgery methods RCVD_IN_VALIDITY_CERTIFIED_BLOCKED 0.012 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_RPBL_BLOCKED 1.188 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_SAFE_BLOCKED 0.93 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RDNS_NONE 0.793 Delivered to internal network by a host with no rDNS SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_NONE 0.001 SPF: sender does not publish an SPF Record URIBL_BLACK 3 Contains an URL listed in the URIBL blacklist [types.rs] Message-ID-Hash: XJXUHPNZVBSLWIPL6YPZQVQCKRPZKMEG X-Message-ID-Hash: XJXUHPNZVBSLWIPL6YPZQVQCKRPZKMEG X-MailFrom: lsichert@pve.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: Lukas Sichert X-Mailman-Version: 3.3.10 Precedence: list List-Id: Proxmox Datacenter Manager development discussion List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Update the generated files after running 'make refresh'. Signed-off-by: Lukas Sichert --- pve-api-types/pve-api.json | 85 ++++++++++++++++++++----- pve-api-types/src/generated/types.rs | 92 +++++++++++++++++++++++++--- 2 files changed, 153 insertions(+), 24 deletions(-) diff --git a/pve-api-types/pve-api.json b/pve-api-types/pve-api.json index 7674a7cb..0ffed956 100644 --- a/pve-api-types/pve-api.json +++ b/pve-api-types/pve-api.json @@ -946,6 +946,7 @@ "Cascadelake-Server-v2", "Cascadelake-Server-v4", "Cascadelake-Server-v5", + "ClearwaterForest", "Conroe", "Cooperlake", "Cooperlake-v2", @@ -953,16 +954,23 @@ "coreduo", "EPYC", "EPYC-Genoa", + "EPYC-Genoa-v2", "EPYC-IBPB", "EPYC-Milan", "EPYC-Milan-v2", + "EPYC-Milan-v3", "EPYC-Rome", "EPYC-Rome-v2", "EPYC-Rome-v3", "EPYC-Rome-v4", + "EPYC-Rome-v5", + "EPYC-Turin", "EPYC-v3", "EPYC-v4", + "EPYC-v5", "GraniteRapids", + "GraniteRapids-v2", + "GraniteRapids-v3", "Haswell", "Haswell-IBRS", "Haswell-noTSX", @@ -976,6 +984,7 @@ "Icelake-Server-v4", "Icelake-Server-v5", "Icelake-Server-v6", + "Icelake-Server-v7", "IvyBridge", "IvyBridge-IBRS", "KnightsMill", @@ -1000,6 +1009,11 @@ "SandyBridge-IBRS", "SapphireRapids", "SapphireRapids-v2", + "SapphireRapids-v3", + "SapphireRapids-v4", + "SierraForest", + "SierraForest-v2", + "SierraForest-v3", "Skylake-Client", "Skylake-Client-IBRS", "Skylake-Client-noTSX-IBRS", @@ -7427,7 +7441,7 @@ "type": "string" }, "max_relocate": { - "description": "Maximal number of service relocate tries when a service failes to start.", + "description": "Maximal number of service relocate tries when a service fails to start.", "optional": 1, "type": "integer" }, @@ -7504,7 +7518,7 @@ }, "max_relocate": { "default": 1, - "description": "Maximal number of service relocate tries when a service failes to start.", + "description": "Maximal number of service relocate tries when a service fails to start.", "minimum": 0, "optional": 1, "type": "integer" @@ -11005,7 +11019,12 @@ "type": "integer" }, "maxworkers": { - "alias": "max-workers" + "default": 4, + "description": "Defines the maximum number of tasks running concurrently. Deprecated, use 'max-workers' instead.", + "maximum": 64, + "minimum": 1, + "optional": 1, + "type": "integer" }, "timeout": { "description": "Default start timeout in seconds. Only valid for VMs. (default depends on the guest configuration).", @@ -11067,7 +11086,12 @@ "type": "integer" }, "maxworkers": { - "alias": "max-workers" + "default": 4, + "description": "Defines the maximum number of tasks running concurrently. Deprecated, use 'max-workers' instead.", + "maximum": 64, + "minimum": 1, + "optional": 1, + "type": "integer" }, "timeout": { "default": 180, @@ -11124,7 +11148,12 @@ "type": "integer" }, "maxworkers": { - "alias": "max-workers" + "default": 4, + "description": "Defines the maximum number of tasks running concurrently. Deprecated, use 'max-workers' instead.", + "maximum": 64, + "minimum": 1, + "optional": 1, + "type": "integer" }, "statestorage": { "completion": ("Code")[], @@ -11190,7 +11219,12 @@ "type": "integer" }, "maxworkers": { - "alias": "max-workers" + "default": 1, + "description": "Defines the maximum number of tasks running concurrently. Deprecated, use 'max-workers' instead.", + "maximum": 64, + "minimum": 1, + "optional": 1, + "type": "integer" }, "online": { "description": "Enable live migration for VMs and restart migration for CTs.", @@ -15830,7 +15864,7 @@ }, "release-lock": { "default": 1, - "description": "When lock-token has been provided and configuration successfully commited, release the lock automatically afterwards", + "description": "When lock-token has been provided and configuration successfully committed, release the lock automatically afterwards", "optional": 1, "type": "boolean" } @@ -16065,6 +16099,11 @@ "optional": 1, "type": "string" }, + "shared": { + "description": "Determines if the storage is shared", + "optional": 1, + "type": "boolean" + }, "status": { "description": "Resource type dependent status.", "optional": 1, @@ -20048,10 +20087,11 @@ }, "ms-cert": { "default": "2011", - "description": "Informational marker indicating the version of the latest Microsof UEFI certificate that has been enrolled by Proxmox VE.", + "description": "Informational marker indicating the version of the latest Microsoft UEFI certificate that has been enrolled by Proxmox VE. The value '2023w' means that both the 'Microsoft UEFI CA 2023' and the 'Windows UEFI CA 2023' certificates are included. The value '2023' is deprecated and for compatibility only.", "enum": [ "2011", - "2023" + "2023", + "2023w" ], "optional": 1, "type": "string" @@ -21341,7 +21381,7 @@ "description": "Configure the VGA hardware.", "format": { "clipboard": { - "description": "Enable a specific clipboard. If not set, depending on the display type the SPICE one will be added. Migration with VNC clipboard is not yet supported!", + "description": "Enable a specific clipboard. If not set, depending on the display type the SPICE one will be added. Live migration with a VNC clipboard is not possible with QEMU machine version < 10.1.", "enum": [ "vnc" ], @@ -21672,10 +21712,11 @@ }, "ms-cert": { "default": "2011", - "description": "Informational marker indicating the version of the latest Microsof UEFI certificate that has been enrolled by Proxmox VE.", + "description": "Informational marker indicating the version of the latest Microsoft UEFI certificate that has been enrolled by Proxmox VE. The value '2023w' means that both the 'Microsoft UEFI CA 2023' and the 'Windows UEFI CA 2023' certificates are included. The value '2023' is deprecated and for compatibility only.", "enum": [ "2011", - "2023" + "2023", + "2023w" ], "optional": 1, "type": "string" @@ -24715,13 +24756,13 @@ "type": "integer" }, "mem": { - "description": "Currently used memory in bytes.", + "description": "Currently used memory in bytes. Does not take into account kernel same-page merging (KSM). Uses information from ballooning when available.", "optional": 1, "renderer": "bytes", "type": "integer" }, "memhost": { - "description": "Current memory usage on the host.", + "description": "Current memory usage on the host. Does not take into account kernel same-page merging (KSM).", "optional": 1, "renderer": "bytes", "type": "integer" @@ -30195,6 +30236,13 @@ "type": "boolean", "verbose_description": "Whether to include the mount point in backups (only used for volume mount points)." }, + "keepattrs": { + "default": 0, + "description": "Inherit ownership and permissions from the mount point directory.", + "optional": 1, + "type": "boolean", + "verbose_description": "Inherit UID, GID and access mode from the mount point directory, if it exists already." + }, "mountoptions": { "description": "Extra mount options for rootfs/mps.", "format_description": "opt[;opt...]", @@ -31816,7 +31864,7 @@ "type": "string" }, "host-managed": { - "description": "Whether this interface's IP configuration should be managed by the host.", + "description": "Whether this interface's IP configuration should be managed by the host. When enabled, the host (rather than the container) is responsible for the interface's IP configuration. The container should not run its own DHCP client or network manager on this interface. This is useful for containers that lack an internal network management stack, like many application containers.", "optional": 1, "type": "boolean" }, @@ -48956,6 +49004,7 @@ "properties": { "name": { "description": "Package name.", + "pattern": ("Regex")["(?^:[a-z0-9][-+.a-z0-9:]+)"], "type": "string" }, "node": { @@ -53197,7 +53246,11 @@ "type": "integer" }, "maxworkers": { - "alias": "max-workers" + "description": "Maximal number of parallel migration job. If not set, uses'max_workers' from datacenter.cfg. One of both must be set!Deprecated, use 'max-workers' instead.", + "maximum": 64, + "minimum": 1, + "optional": 1, + "type": "integer" }, "node": { "description": "The cluster node name.", diff --git a/pve-api-types/src/generated/types.rs b/pve-api-types/src/generated/types.rs index d0d39b59..ca7d7bc3 100644 --- a/pve-api-types/src/generated/types.rs +++ b/pve-api-types/src/generated/types.rs @@ -915,6 +915,10 @@ fn test_regex_compilation_4() { optional: true, type: String, }, + shared: { + default: false, + optional: true, + }, status: { optional: true, type: String, @@ -1077,6 +1081,11 @@ pub struct ClusterResource { #[serde(default, skip_serializing_if = "Option::is_none")] pub sdn: Option, + /// Determines if the storage is shared + #[serde(deserialize_with = "proxmox_serde::perl::deserialize_bool")] + #[serde(default, skip_serializing_if = "Option::is_none")] + pub shared: Option, + /// Resource type dependent status. #[serde(default, skip_serializing_if = "Option::is_none")] pub status: Option, @@ -3619,6 +3628,10 @@ fn test_regex_compilation_9() { default: false, optional: true, }, + keepattrs: { + default: false, + optional: true, + }, mountoptions: { optional: true, type: String, @@ -3667,6 +3680,11 @@ pub struct LxcConfigMp { #[serde(default, skip_serializing_if = "Option::is_none")] pub backup: Option, + /// Inherit ownership and permissions from the mount point directory. + #[serde(deserialize_with = "proxmox_serde::perl::deserialize_bool")] + #[serde(default, skip_serializing_if = "Option::is_none")] + pub keepattrs: Option, + /// Extra mount options for rootfs/mps. #[serde(default, skip_serializing_if = "Option::is_none")] pub mountoptions: Option, @@ -3805,6 +3823,11 @@ pub struct LxcConfigNet { pub gw6: Option, /// Whether this interface's IP configuration should be managed by the host. + /// When enabled, the host (rather than the container) is responsible for + /// the interface's IP configuration. The container should not run its own + /// DHCP client or network manager on this interface. This is useful for + /// containers that lack an internal network management stack, like many + /// application containers. #[serde(deserialize_with = "proxmox_serde::perl::deserialize_bool")] #[serde(default, skip_serializing_if = "Option::is_none")] #[serde(rename = "host-managed")] @@ -10007,6 +10030,8 @@ pub enum PveVmCpuConfReportedModel { #[serde(rename = "Cascadelake-Server-v5")] /// Cascadelake-Server-v5. CascadelakeServerV5, + /// ClearwaterForest. + ClearwaterForest, /// Conroe. Conroe, /// Cooperlake. @@ -10026,6 +10051,9 @@ pub enum PveVmCpuConfReportedModel { #[serde(rename = "EPYC-Genoa")] /// EPYC-Genoa. EpycGenoa, + #[serde(rename = "EPYC-Genoa-v2")] + /// EPYC-Genoa-v2. + EpycGenoaV2, #[serde(rename = "EPYC-IBPB")] /// EPYC-IBPB. EpycIbpb, @@ -10035,6 +10063,9 @@ pub enum PveVmCpuConfReportedModel { #[serde(rename = "EPYC-Milan-v2")] /// EPYC-Milan-v2. EpycMilanV2, + #[serde(rename = "EPYC-Milan-v3")] + /// EPYC-Milan-v3. + EpycMilanV3, #[serde(rename = "EPYC-Rome")] /// EPYC-Rome. EpycRome, @@ -10047,14 +10078,29 @@ pub enum PveVmCpuConfReportedModel { #[serde(rename = "EPYC-Rome-v4")] /// EPYC-Rome-v4. EpycRomeV4, + #[serde(rename = "EPYC-Rome-v5")] + /// EPYC-Rome-v5. + EpycRomeV5, + #[serde(rename = "EPYC-Turin")] + /// EPYC-Turin. + EpycTurin, #[serde(rename = "EPYC-v3")] /// EPYC-v3. EpycV3, #[serde(rename = "EPYC-v4")] /// EPYC-v4. EpycV4, + #[serde(rename = "EPYC-v5")] + /// EPYC-v5. + EpycV5, /// GraniteRapids. GraniteRapids, + #[serde(rename = "GraniteRapids-v2")] + /// GraniteRapids-v2. + GraniteRapidsV2, + #[serde(rename = "GraniteRapids-v3")] + /// GraniteRapids-v3. + GraniteRapidsV3, /// Haswell. Haswell, #[serde(rename = "Haswell-IBRS")] @@ -10093,6 +10139,9 @@ pub enum PveVmCpuConfReportedModel { #[serde(rename = "Icelake-Server-v6")] /// Icelake-Server-v6. IcelakeServerV6, + #[serde(rename = "Icelake-Server-v7")] + /// Icelake-Server-v7. + IcelakeServerV7, /// IvyBridge. IvyBridge, #[serde(rename = "IvyBridge-IBRS")] @@ -10160,6 +10209,20 @@ pub enum PveVmCpuConfReportedModel { #[serde(rename = "SapphireRapids-v2")] /// SapphireRapids-v2. SapphireRapidsV2, + #[serde(rename = "SapphireRapids-v3")] + /// SapphireRapids-v3. + SapphireRapidsV3, + #[serde(rename = "SapphireRapids-v4")] + /// SapphireRapids-v4. + SapphireRapidsV4, + /// SierraForest. + SierraForest, + #[serde(rename = "SierraForest-v2")] + /// SierraForest-v2. + SierraForestV2, + #[serde(rename = "SierraForest-v3")] + /// SierraForest-v3. + SierraForestV3, #[serde(rename = "Skylake-Client")] /// Skylake-Client. SkylakeClient, @@ -11483,8 +11546,11 @@ serde_plain::derive_display_from_serialize!(QemuConfigEfidisk0Efitype); serde_plain::derive_fromstr_from_deserialize!(QemuConfigEfidisk0Efitype); #[api] -/// Informational marker indicating the version of the latest Microsof UEFI -/// certificate that has been enrolled by Proxmox VE. +/// Informational marker indicating the version of the latest Microsoft UEFI +/// certificate that has been enrolled by Proxmox VE. The value '2023w' means +/// that both the 'Microsoft UEFI CA 2023' and the 'Windows UEFI CA 2023' +/// certificates are included. The value '2023' is deprecated and for +/// compatibility only. #[derive(Clone, Copy, Debug, Default, Eq, PartialEq, serde::Deserialize, serde::Serialize)] pub enum QemuConfigEfidisk0MsCert { #[serde(rename = "2011")] @@ -11494,6 +11560,9 @@ pub enum QemuConfigEfidisk0MsCert { #[serde(rename = "2023")] /// 2023. CA2023, + #[serde(rename = "2023w")] + /// 2023w. + CA2023w, /// Unknown variants for forward compatibility. #[serde(untagged)] UnknownEnumValue(FixedString), @@ -13109,7 +13178,8 @@ pub struct QemuConfigVga { #[api] /// Enable a specific clipboard. If not set, depending on the display type the -/// SPICE one will be added. Migration with VNC clipboard is not yet supported! +/// SPICE one will be added. Live migration with a VNC clipboard is not possible +/// with QEMU machine version < 10.1. #[derive(Clone, Copy, Debug, Eq, PartialEq, serde::Deserialize, serde::Serialize)] pub enum QemuConfigVgaClipboard { #[serde(rename = "vnc")] @@ -15244,12 +15314,15 @@ pub struct QemuStatus { #[serde(default, skip_serializing_if = "Option::is_none")] pub maxmem: Option, - /// Currently used memory in bytes. + /// Currently used memory in bytes. Does not take into account kernel + /// same-page merging (KSM). Uses information from ballooning when + /// available. #[serde(deserialize_with = "proxmox_serde::perl::deserialize_i64")] #[serde(default, skip_serializing_if = "Option::is_none")] pub mem: Option, - /// Current memory usage on the host. + /// Current memory usage on the host. Does not take into account kernel + /// same-page merging (KSM). #[serde(deserialize_with = "proxmox_serde::perl::deserialize_i64")] #[serde(default, skip_serializing_if = "Option::is_none")] pub memhost: Option, @@ -15397,7 +15470,7 @@ pub struct ReloadSdn { pub lock_token: Option, /// When lock-token has been provided and configuration successfully - /// commited, release the lock automatically afterwards + /// committed, release the lock automatically afterwards #[serde(deserialize_with = "proxmox_serde::perl::deserialize_bool")] #[serde(default, skip_serializing_if = "Option::is_none")] #[serde(rename = "release-lock")] @@ -22170,12 +22243,15 @@ pub struct VmEntry { #[serde(default, skip_serializing_if = "Option::is_none")] pub maxmem: Option, - /// Currently used memory in bytes. + /// Currently used memory in bytes. Does not take into account kernel + /// same-page merging (KSM). Uses information from ballooning when + /// available. #[serde(deserialize_with = "proxmox_serde::perl::deserialize_i64")] #[serde(default, skip_serializing_if = "Option::is_none")] pub mem: Option, - /// Current memory usage on the host. + /// Current memory usage on the host. Does not take into account kernel + /// same-page merging (KSM). #[serde(deserialize_with = "proxmox_serde::perl::deserialize_i64")] #[serde(default, skip_serializing_if = "Option::is_none")] pub memhost: Option, -- 2.47.3