-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Describe the bug
In the CPU depreciation check routine my AMD EPYC 7643 CPU is categorized as an AMD EPYC 7001 Series (Naples/Zen 1st Gen) which is wrong.
The 7643 is a Milan/Zen 3rd Gen). The last digit of the Model Number reflects the generation.
Output:
`----- ESXi CPU Deprecation Check Results -----
Host: xxx.xx.xx.xx
ESXi Version: 8.0.3
CPU Model: AMD EPYC 7643 48-Core Processor
CPU Vendor: amd
03-07-2025 07:21:27 PreChecks[5945]: [WARN]
STATUS: DEPRECATED
Matched Deprecation: AMD EPYC 7001 Series (Naples/Zen 1st Gen)
Deprecated in vSphere Version: 9.0
Recommended Action: CPU is deprecated in vSphere 9.0. Consider hardware upgrade for future upgrades.
03-07-2025 07:21:27 PreChecks[5945]: [WARN]
Reference: VMware CPU Compatibility Guide
`
please refer to the CPU Details. https://www.techpowerup.com/cpu-specs/epyc-7643.c2377
Reproduction steps
- Deploy and prepare Holorouter
- New-HolodeckConfig ...... (any config)
- New-HolodeckInstance ..... (any type)
- During the interactive poswershell "menu" the check happens
Expected behavior
Identification (and the depreciation cunclusion) is correct.
Additional context
No response