From: Shannon Sterz <s.sterz@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [PATCH proxmox] installer-types: align documentation of hdsize for btrfs with lvm & zfs
Date: Mon, 13 Jul 2026 11:22:34 +0200 [thread overview]
Message-ID: <20260713092234.73883-1-s.sterz@proxmox.com> (raw)
to avoid confusion. the hdsize is used to determine how much space is
available for partitioning. it is not the size of the btrfs partition
itself. the `LvmOptions` and `ZfsOptions` already specify this
correctly, so align the documentation here to avoid confusion.
Signed-off-by: Shannon Sterz <s.sterz@proxmox.com>
---
proxmox-installer-types/src/answer.rs | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/proxmox-installer-types/src/answer.rs b/proxmox-installer-types/src/answer.rs
index 8490d3d6..f07d9f7f 100644
--- a/proxmox-installer-types/src/answer.rs
+++ b/proxmox-installer-types/src/answer.rs
@@ -957,8 +957,7 @@ pub struct LvmOptions {
/// Btrfs-specific filesystem options.
pub struct BtrfsOptions {
#[serde(skip_serializing_if = "Option::is_none")]
- /// Size of the root partition. Optional, will be heuristically determined if
- /// unset.
+ /// Size of the root disk. Optional, will be heuristically determined if unset.
pub hdsize: Option<f64>,
#[serde(skip_serializing_if = "Option::is_none")]
/// RAID level to use.
--
2.47.3
reply other threads:[~2026-07-13 9:22 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=20260713092234.73883-1-s.sterz@proxmox.com \
--to=s.sterz@proxmox.com \
--cc=pve-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