Re: [pve-devel] [PATCH installer 0/6] add early disk and network sanity checks

2025-04-29 Thread Michael Köppl
Superseded-by: https://lore.proxmox.com/pve-devel/20250429140940.161711-1-m.koe...@proxmox.com On 4/28/25 14:25, Christoph Heiss wrote: Thanks for tackling this. Reviewed the series and left some comments on the individual patches, mostly some thoughts and nits. Also tested `proxmox-auto-inst

Re: [pve-devel] [PATCH installer 0/6] add early disk and network sanity checks

2025-04-28 Thread Christoph Heiss
Thanks for tackling this. Reviewed the series and left some comments on the individual patches, mostly some thoughts and nits. Also tested `proxmox-auto-install-assistant validate-answer` for the new cases, as well as the early RAID check in the GUI and the auto installer. On Tue Apr 22, 2025 at

[pve-devel] [PATCH installer 0/6] add early disk and network sanity checks

2025-04-22 Thread Michael Köppl
The goal of this series is to add additional sanity checks to the auto-installer and the TUI and GUI installers. The following checks were added: * Btrfs / ZFS RAID: check if the required number of disks is available * LVM: check if swapsize < hdsize (RFC) * LVM: check if maxroot < hdsize/4 (RFC) *