Currently, there is no resolution.Workaround:
- Take a snapshot of the SDDC Manager
- Login to SDDC Manager Login using vcf, and su -
- Change into the following directory:
cd /opt/vmware/vcf/lcm/lcm-app/conf/
- Edit the file:
vi application-prod.properties
- Search for the term: vsan
- Change the values from true to false
Example changes:
vsan.healthcheck.enabled=false
vsan.hcl.update.enabled=false
vsan.precheck.enabled=false
- Save the file
- Restart the LCM service:
systemctl restart lcm
Manually check vSAN from vCenter to ensure no concerning issues exist.
Perform the upgrade from SDDC as normal. Since these steps are "skipped" there should be no more stops to the upgrade process for vSAN issues.
After completing the upgrade, return the values in the /opt/vmware/vcf/lcm/lcm-app/conf/application-prod.properties file to true again.
Restart the LCM service: systemctl restart lcm