SDDC Manager pre-upgrade check is failing on storage controller in vSAN enabled cluster even though the controller is not in use or is known to be compatible per HCL.
During SDDC Manager pre-upgrade checks, under the Cluster Image Health and Compatibility Check the following error is observed:Task Description: Perform Stage - Hardware device compatibility check for the host
Start Time: Date time stamp
End Time: Date time stamp
Overall Status: Red
Status: Error
Message: <storage controller> Device is incompatible with the cluster's ESXi 8.0 U3
VMware Cloud Foundation 4.X
VMware Cloud Foundation 5.X
Workaround:
cd /opt/vmware/vcf/lcm/lcm-app/conf/
vi application-prod.properties
vsan.healthcheck.enabled=false
vsan.hcl.update.enabled=false
vsan.precheck.enabled=false
systemctl restart lcm
Make sure to verify that the controller is indeed on the HCL. Bypassing the validation steps without verifying could leave your environment in an unsupported configuration.
Perform the upgrade as normal. After completing the upgrade, make sure to revert the values in /opt/vmware/vcf/lcm/lcm-app/
back to true
.
Restart the LCM service: systemctl restart lcm
Also make sure to delete the SDDC Manager snapshot completing the upgrade.