[pve-devel] [PATCH installer 1/2] Remove unused hdsize from zfs advanced options
Fabian Ebner
f.ebner at proxmox.com
Thu Nov 21 12:35:51 CET 2019
When a zpool is created the whole disks are used, so a user cannot set a size
limit in this case.
Signed-off-by: Fabian Ebner <f.ebner at proxmox.com>
---
proxinstall | 1 -
1 file changed, 1 deletion(-)
diff --git a/proxinstall b/proxinstall
index 5d02b34..93a61cb 100755
--- a/proxinstall
+++ b/proxinstall
@@ -2877,7 +2877,6 @@ my $create_raid_advanced_grid = sub {
$spinbutton_copies->set_value($config_options->{copies});
push @$labeled_widgets, "copies", $spinbutton_copies;
- push @$labeled_widgets, "hdsize", $get_hdsize_spinbtn->();
return &$create_label_widget_grid($labeled_widgets);;
};
--
2.20.1
More information about the pve-devel
mailing list