To prevent or resolve the error state, add a disk group to the witness host.
Via vSphere Client
You can use the vSphere Web Client to configure a disk group for the witness host.
- In the Host and Clusters view, select the vSAN cluster.
- Click Manage > Settings.
- Under Virtual SAN/vSAN, click Disk Management.
- Select the witness host.
- Create a new disk group.
Via CLI
To create the disk group via CLI, you can use the following command
# esxcli vsan storage add -s <cache ID> -d <capacity ID>
To identify these IDs, run the command
# esxcli storage core device list
(In the witness, the storage device IDs usually appears as "mpx.hba0:C0:T0:L0")
Example:
# esxcli vsan storage add -s mpx.hba0:C0:T0:L0 -d mpx.hba0:C0:T1:L0