vSAN doesn't recommend multiple VMs placed in the same VM home namespace. There are the following potential issues
- This would mean the namespace is actively accessed on each ESX host where the VMX is running. This will lead to increased contention on VMFS as the number of VMs scale.
- VM Home Namespace objects are sized to support a single VM, as the number of VMs sharing the VM Home Namespace increases there is a risk of running out of capacity.
- A single inaccessible object will now impact many VMs
This check is to validate if there are any VMs in the vSAN cluster running in this unrecommended configuration.
If this check shows a warning, it means there's more than 1 VM placed in the same VM home namespace which is not recommended by vSAN.
It's recommended to move each VM to a dedicated VM home namespace.
There are several options to fix the problem. Option 1 is highly recommended as it won't introduce workload downtime. If the cluster only has a vSAN datastore, option 2 also works.
Select the *.vmx file and click "REGISTER VM".
Once the remediation steps are completed, you can try to retest the health summary with online health toggled.