public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH installer 0/4] tui, auto: re-use default zfs arc calculation from run env
@ 2025-02-28  9:43 Christoph Heiss
  2025-02-28  9:43 ` [pve-devel] [PATCH installer 1/4] run env: provide default ZFS ARC maximum size value Christoph Heiss
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Christoph Heiss @ 2025-02-28  9:43 UTC (permalink / raw)
  To: pve-devel

As discovered during the PMG 8.2 release cycle and suggested by Thomas, unify
the ZFS ARC maximum calculation between GUI and TUI.

In short; this series exports the calculated default value for the ZFS ARC
maximum size in the `run-env.json` file. In turn, this is read by common Rust
and can be used from there in the TUI and auto-installer.

Diffstat
========

Christoph Heiss (4):
  run env: provide default ZFS ARC maximum size value
  tui: use default ZFS ARC maximum size from runtime enviroment
  auto: use default ZFS ARC maximum size from runtime enviroment
  gtk, tui: leave 1 GiB headroom for OS in ZFS ARC max size edit view

 Proxmox/Install/RunEnv.pm                     | 10 +++-
 proxinstall                                   |  3 +-
 proxmox-auto-installer/src/utils.rs           |  2 +-
 .../resources/parse_answer/disk_match.toml    |  1 +
 .../parse_answer/disk_match_all.toml          |  1 +
 .../parse_answer/disk_match_any.toml          |  1 +
 .../tests/resources/parse_answer/zfs.toml     |  1 +
 .../zfs_raid_level_uppercase.toml             |  1 +
 .../tests/resources/run-env-info.json         |  2 +-
 proxmox-installer-common/src/options.rs       | 58 +------------------
 proxmox-installer-common/src/setup.rs         |  3 +
 proxmox-tui-installer/src/views/bootdisk.rs   | 48 ++++++---------
 test/zfs-arc-max.pl                           | 12 +---
 13 files changed, 43 insertions(+), 100 deletions(-)

-- 
2.47.1



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-04-04  8:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-02-28  9:43 [pve-devel] [PATCH installer 0/4] tui, auto: re-use default zfs arc calculation from run env Christoph Heiss
2025-02-28  9:43 ` [pve-devel] [PATCH installer 1/4] run env: provide default ZFS ARC maximum size value Christoph Heiss
2025-02-28  9:43 ` [pve-devel] [PATCH installer 2/4] tui: use default ZFS ARC maximum size from runtime enviroment Christoph Heiss
2025-02-28  9:43 ` [pve-devel] [PATCH installer 3/4] auto: " Christoph Heiss
2025-02-28  9:43 ` [pve-devel] [PATCH installer 4/4] gtk, tui: leave 1 GiB headroom for OS in ZFS ARC max size edit view Christoph Heiss
2025-04-04  8:49 ` [pve-devel] applied-series: [PATCH installer 0/4] tui, auto: re-use default zfs arc calculation from run env Thomas Lamprecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal