From f72d3e12e157fb6c82669eb52626f40df92265a2 Mon Sep 17 00:00:00 2001 From: Stefan Sterz Date: Tue, 9 Apr 2024 12:56:11 +0200 Subject: [PATCH] esxi: add mapping for windows server 2016/2019 previously these were mapped to the linux 2.6 default Signed-off-by: Stefan Sterz --- 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', 'windows11-64' => 'win11', 'windows12-64' => 'win11', # FIXME / win12? win2000AdvServ => 'w2k',