There may or may not be other alerts/warnings present in Skyline health.
VMware vSAN 7.x
VMware vSAN 8.x
This issue can occur due to adding hosts to the vSAN cluster out side of the QuickStart wizard, or
If Existing Hosts were removed from vSAN cluster, changes were made to it and they were readded.
Since these changes were made out side of the QuickStart the alert was triggered.
Workaround
Follow the steps below,
Note: Take Snapshots of vCenter before performing below steps. Please Capture Offline snapshots for vCenter In linked Mode.
2025-05-22T01:59:13.458Z info vpxd[22377] [Originator@6876 sub=drmLogger opID=ClusterSnapshot-d9527a4] Periodic dump section 142923690741 created for cluster [vim.ClusterComputeResource:domain-c10,Vsan2Cluster]
grep "vSAN_Cluster_Name" /var/log/vmware/vpxd/vpxd.log
/etc/vmware-vsan-health/silent.json
by running this command "cp /etc/vmware-vsan-health/silent.json /tmp"
echo '{"domain-c10": {"cluster": ["hostinmm"]}}' > /etc/vmware-vsan-health/silent.json
"vmon-cli -r vsan-health"
"silent.json"
using the command "cp /tmp/silent.json /etc/vmware-vsan-health/silent.json"
."vmon-cli -r vsan-health"
.Re-Test vSAN Skyline Health, the "Host Compliance Check for Hyperconverged Cluster Configuration" check should be health now.