[pve-devel] [PATCH 04/12] common: make InstallZfsOption public
Aaron Lauterer
a.lauterer at proxmox.com
Wed Oct 25 18:00:03 CEST 2023
Signed-off-by: Aaron Lauterer <a.lauterer at proxmox.com>
---
proxmox-installer-common/src/setup.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/proxmox-installer-common/src/setup.rs b/proxmox-installer-common/src/setup.rs
index a4947f1..a55f059 100644
--- a/proxmox-installer-common/src/setup.rs
+++ b/proxmox-installer-common/src/setup.rs
@@ -104,7 +104,7 @@ pub struct LocaleInfo {
}
#[derive(Serialize)]
-struct InstallZfsOption {
+pub struct InstallZfsOption {
ashift: usize,
#[serde(serialize_with = "serialize_as_display")]
compress: ZfsCompressOption,
--
2.39.2
More information about the pve-devel
mailing list