* [pve-devel] [PATCH pve-storage] esxi: add mapping for windows server 2016/2019
@ 2024-04-09 10:56 Stefan Sterz
2024-04-09 11:40 ` [pve-devel] applied: " Wolfgang Bumiller
2024-04-10 8:22 ` [pve-devel] " Thomas Lamprecht
0 siblings, 2 replies; 3+ messages in thread
From: Stefan Sterz @ 2024-04-09 10:56 UTC (permalink / raw)
To: pve-devel
previously these were mapped to the linux 2.6 default
Signed-off-by: Stefan Sterz <s.sterz@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',
'windows11-64' => 'win11',
'windows12-64' => 'win11', # FIXME / win12?
win2000AdvServ => 'w2k',
--
2.39.2
^ permalink raw reply [flat|nested] 3+ messages in thread
* [pve-devel] applied: [PATCH pve-storage] esxi: add mapping for windows server 2016/2019
2024-04-09 10:56 [pve-devel] [PATCH pve-storage] esxi: add mapping for windows server 2016/2019 Stefan Sterz
@ 2024-04-09 11:40 ` Wolfgang Bumiller
2024-04-10 8:22 ` [pve-devel] " Thomas Lamprecht
1 sibling, 0 replies; 3+ messages in thread
From: Wolfgang Bumiller @ 2024-04-09 11:40 UTC (permalink / raw)
To: Stefan Sterz; +Cc: pve-devel
applied, thanks
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [pve-devel] [PATCH pve-storage] esxi: add mapping for windows server 2016/2019
2024-04-09 10:56 [pve-devel] [PATCH pve-storage] esxi: add mapping for windows server 2016/2019 Stefan Sterz
2024-04-09 11:40 ` [pve-devel] applied: " Wolfgang Bumiller
@ 2024-04-10 8:22 ` Thomas Lamprecht
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Lamprecht @ 2024-04-10 8:22 UTC (permalink / raw)
To: Proxmox VE development discussion, Stefan Sterz
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@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.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-04-10 8:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-09 10:56 [pve-devel] [PATCH pve-storage] esxi: add mapping for windows server 2016/2019 Stefan Sterz
2024-04-09 11:40 ` [pve-devel] applied: " Wolfgang Bumiller
2024-04-10 8:22 ` [pve-devel] " Thomas Lamprecht
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox