Previously, Managing vSAN ESA clusters such as creation, expansion, and stretching required certified vSAN ESA disks. This limitation prevented users from evaluating vSAN ESA if their existing disks were not certified.
To overcome this, we have introduced a new configurable property that allows users to evaluate vSAN ESA features within the SDDC Manager workflow, even when using non-certified SSD disks.
This configurable property should be used only for proof-of-concept (POC) or non-production environments. It is also intended for cases where the vSAN ESA disks are listed in the HCL JSON but cannot be programmatically verified as supported by the installer.
5.2.2, 9.0.1.0, 9.1.0.0+
Steps to enable this feature:
VCF Cloud Builder Bringup (5.2.2)
vsan.esa.sddc.managed.disk.claim=true
" to /etc/vmware/vcf/bringup/application.properties
systemctl restart vcf-bringup
VCF Installer Bringup (9.0.0.0+)
vsan.esa.sddc.managed.disk.claim=true
" to /etc/vmware/vcf/domainmanager/application.properties
systemctl restart domainmanager
Host Commission.
vsan.esa.sddc.managed.disk.claim=true
" to /etc/vmware/vcf/operationsmanager/application.properties
systemctl restart operationmanager
Create Domain/Cluster, Add Host and Stretch Cluster
vsan.esa.sddc.managed.disk.claim=true
" to /etc/vmware/vcf/domainmanager/application.properties
systemctl restart domainmanager