]> git.proxmox.com Git - pve-storage.git/commitdiff
esxi: add mapping for windows server 2016/2019
authorStefan Sterz <s.sterz@proxmox.com>
Tue, 9 Apr 2024 10:56:11 +0000 (12:56 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 9 Apr 2024 11:39:13 +0000 (13:39 +0200)
previously these were mapped to the linux 2.6 default

Signed-off-by: Stefan Sterz <s.sterz@proxmox.com>
src/PVE/Storage/ESXiPlugin.pm

index 4212c36580aa8f4e015a555a1c255d388d771eae..e5082ea8f39439bcd8b1d68aa74738e489f5b838 100644 (file)
@@ -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',