* [PATCH proxmox] fix #7682: installer-types: use kebab-cased property name in fs options
@ 2026-06-08 11:54 Christoph Heiss
2026-07-15 7:04 ` applied: " Thomas Lamprecht
0 siblings, 1 reply; 2+ messages in thread
From: Christoph Heiss @ 2026-06-08 11:54 UTC (permalink / raw)
To: pdm-devel
Fixes #7682 [0].
Our auto-installer (PDM) API exclusively uses the kebab-case spelling of
properties. Rename it in the manually implemented schema to fix the
schema mismatch, producing the error mentioned in the bugzilla entry.
[0] https://bugzilla.proxmox.com/show_bug.cgi?id=7682
Fixes: 391bf268 ("installer-types: add missing properties to filesystem api schema")
Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
---
proxmox-installer-types/src/answer.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/proxmox-installer-types/src/answer.rs b/proxmox-installer-types/src/answer.rs
index 8490d3d6..266d6a27 100644
--- a/proxmox-installer-types/src/answer.rs
+++ b/proxmox-installer-types/src/answer.rs
@@ -520,7 +520,7 @@ impl ApiType for FilesystemOptions {
"Filesystem-specific options to set on the root disk.",
&[
(
- "arc_max",
+ "arc-max",
true,
&IntegerSchema::new("Maximum ARC size that ZFS should use, in MiB")
.minimum(64)
--
2.54.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* applied: [PATCH proxmox] fix #7682: installer-types: use kebab-cased property name in fs options
2026-06-08 11:54 [PATCH proxmox] fix #7682: installer-types: use kebab-cased property name in fs options Christoph Heiss
@ 2026-07-15 7:04 ` Thomas Lamprecht
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2026-07-15 7:04 UTC (permalink / raw)
To: pdm-devel, Christoph Heiss
On Mon, 08 Jun 2026 13:54:28 +0200, Christoph Heiss wrote:
> Fixes #7682 [0].
>
> Our auto-installer (PDM) API exclusively uses the kebab-case spelling of
> properties. Rename it in the manually implemented schema to fix the
> schema mismatch, producing the error mentioned in the bugzilla entry.
>
> [0] https://bugzilla.proxmox.com/show_bug.cgi?id=7682
>
> [...]
Applied, thanks!
[1/1] fix #7682: installer-types: use kebab-cased property name in fs options
commit: de989663ebb86465b60a82c236ba59de34e4ed03
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-07-15 7:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-08 11:54 [PATCH proxmox] fix #7682: installer-types: use kebab-cased property name in fs options Christoph Heiss
2026-07-15 7:04 ` applied: " Thomas Lamprecht
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.