[pve-devel] [PATCH installer 2/2] proxinstall: expose arc size setting for zfs bootdisks for all products

2023-11-30 Thread Christoph Heiss
For non-PVE products, this defaults to 50% of available system memory (aka. ZFS default). Signed-off-by: Christoph Heiss --- Proxmox/Install/RunEnv.pm | 20 +--- proxinstall | 24 +++- test/zfs-arc-max.pl | 26 +- 3

[pve-devel] [PATCH installer 1/2] tui: expose arc size setting for zfs bootdisks for all products

2023-11-30 Thread Christoph Heiss
For non-PVE products, this defaults to 50% of available system memory (aka. ZFS default). Signed-off-by: Christoph Heiss --- proxmox-installer-common/src/options.rs | 45 - proxmox-tui-installer/src/views/bootdisk.rs | 19 - 2 files changed, 33 insertions(+), 31 d

[pve-devel] [PATCH installer 0/2] expose zfs arc size setting for all products

2023-11-30 Thread Christoph Heiss
As suggested by Thomas, sets the default to 50% for all non-PVE products. Quickly smoke-tested this, to see if all installer show the correct value in the GUI/TUI. Christoph Heiss (2): tui: expose arc size setting for zfs bootdisks for all products proxinstall: expose arc size setting for zfs