No unassigned hosts available with storage type VSAN. Commission hosts with at-least one physical NIC to Add Cluster from UI."VMware Cloud Foundation 9.0
VMware SDDC Manager 9.0
Example of API Request for Unassigned Hosts (WLD): Log location in SDDC Manager var/log/vmware/vcf/sddc-manager-ui-app/access.log
<sddc_manager_IP> - "GET /ui/api/v1/hosts?status=UNASSIGNED_USEABLE&storageType=VSAN,VSAN_REMOTE&esxiVersion=9"
There are two options to resolve this issue and proceed with the new cluster creation, depending on the desired target state of the Workload Domain:
Option 1: Fully Upgrade the Workload Domain (WLD) to 9.x
The recommended approach is to bring the entire WLD up to the expected 9.x version, thereby making the hosts compatible with the upgraded VC and NSX versions.
psql -h localhost -U postgres -d platform -c "select id,name,is_default from cluster where is_default='t'"
Option 2: Create the New Cluster in same Workload Domain with the Host version 8.0.3.
This option allows the new cluster creation to proceed immediately by manually requesting the host version that matches the existing hosts in the WLD.
Note: This option is temporary. To maintain a consistent and supported state, the hosts in this new cluster will still need to be upgraded to 9.x after creation.