public inbox for pdm-devel@lists.proxmox.com
 help / color / mirror / Atom feed
From: Christoph Heiss <c.heiss@proxmox.com>
To: pdm-devel@lists.proxmox.com
Subject: [PATCH proxmox] fix #7682: installer-types: use kebab-cased property name in fs options
Date: Mon,  8 Jun 2026 13:54:28 +0200	[thread overview]
Message-ID: <20260608115432.1546238-1-c.heiss@proxmox.com> (raw)

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





                 reply	other threads:[~2026-06-08 11:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260608115432.1546238-1-c.heiss@proxmox.com \
    --to=c.heiss@proxmox.com \
    --cc=pdm-devel@lists.proxmox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal