[pve-devel] applied-series: [PATCH installer 1/3] common: allow lowercase and uppercase zfs raid levels

Thomas Lamprecht t.lamprecht at proxmox.com
Wed Nov 20 20:09:56 CET 2024


Am 20.11.24 um 19:24 schrieb Daniel Kral:> Allows the ZFS RAID levels to be either lowercase or uppercase when
> deserializing them from string values, i.e. currently only the config
> value of `zfs.raid` in auto-installer answer files.
> 
> This partly fixes a regression, where deserializing the `zfs.raid`
> property in answer files were only possible with uppercase values for
> the ZFS RAID Z-levels, opposed to only lowercase as in previous
> versions. This breaks the user API, as users cannot use the same answer
> files as before for ZFS RAID Z-levels (the prepare-iso command fails).
> 
> Fixes: 510b0c008fb1 ("common: simplifying filesystem type serializing & Display trait impl")
> Signed-off-by: Daniel Kral <d.kral at proxmox.com>
> ---
>  proxmox-installer-common/src/options.rs | 9 ++++++---
>  1 file changed, 6 insertions(+), 3 deletions(-)
> 
>
applied, thanks!




More information about the pve-devel mailing list