Error: "There are errors in some of the advanced settings values. Resolve them to continue." while editing ESXi Advanced System Settings from vCenter.
This is caused by an invalid advanced setting in ESXi configuration
esxcli system settings advanced list | grep -A5 /UserVars/VeeamCDP.TlogPreallocSizePath: /UserVars/VeeamCDP.TlogPreallocSizeType: integerInt Value: 1073741824Default Int Value: 1073741824Min Value: 0Max Value: 0
VeeamCDP.TlogPreallocSize has min and max values set to 0.
Default and current values of 1073741824 is out of bounds, making the configuration of this option invalid.
https://knowledge.broadcom.com/external/article?legacyId=1038578
esxcli system settings advanced list set -d -o /UserVars/VeeamCDP.TlogPreallocSize
Impact/Risks:
Unable to edit ESXi Advanced System Settings from vCenter