[pve-devel] [PATCH pve-storage] esxi: add mapping for windows server 2016/2019

Thomas Lamprecht t.lamprecht at proxmox.com
Wed Apr 10 10:22:00 CEST 2024


Am 09/04/2024 um 12:56 schrieb Stefan Sterz:
> previously these were mapped to the linux 2.6 default
> 
> Signed-off-by: Stefan Sterz <s.sterz at proxmox.com>
> ---
>  src/PVE/Storage/ESXiPlugin.pm | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/src/PVE/Storage/ESXiPlugin.pm b/src/PVE/Storage/ESXiPlugin.pm
> index 4212c36..e5082ea 100644
> --- a/src/PVE/Storage/ESXiPlugin.pm
> +++ b/src/PVE/Storage/ESXiPlugin.pm
> @@ -878,6 +878,8 @@ my %guest_types_windows = (
>      winNetBusiness          => 'w2k3',
>      windows9                => 'win10',
>      'windows9-64'           => 'win10',
> +    windows9srv             => 'win10',
> +    'windows9srv-64'        => 'win10',

just FYI: I had this also applied but with a follow-up wrapping all keys
in single quotes to make the mappings slightly easier to read. I rebased
and pushed that out on top.




More information about the pve-devel mailing list