as they will be used directly by the auto installer Tested-by: Christoph Heiss <c.he...@proxmox.com> Reviewed-by: Christoph Heiss <c.he...@proxmox.com> Signed-off-by: Aaron Lauterer <a.laute...@proxmox.com> --- proxmox-installer-common/src/setup.rs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/proxmox-installer-common/src/setup.rs b/proxmox-installer-common/src/setup.rs index 03beb77..1bc4cb7 100644 --- a/proxmox-installer-common/src/setup.rs +++ b/proxmox-installer-common/src/setup.rs @@ -147,13 +147,13 @@ pub fn installer_setup(in_test_mode: bool) -> Result<(SetupInfo, LocaleInfo, Run #[derive(Serialize)] pub struct InstallZfsOption { - ashift: usize, + pub ashift: usize, #[serde(serialize_with = "serialize_as_display")] - compress: ZfsCompressOption, + pub compress: ZfsCompressOption, #[serde(serialize_with = "serialize_as_display")] - checksum: ZfsChecksumOption, - copies: usize, - arc_max: usize, + pub checksum: ZfsChecksumOption, + pub copies: usize, + pub arc_max: usize, } impl From<ZfsBootdiskOptions> for InstallZfsOption { -- 2.39.2 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel