S2D HCI declaration disk
S2D HCI was recently tested in a Hyper-V environment. After the cluster is successfully created, the disks used for pooling cannot create a Pool. So you need to declare disks as SSD and HDD.
The following commands are used:
Get-PhysicalDisk | Select-Object SerialNumber,UniqueID
The DeviceID parameter can be added.
Set-PhysicalDisk -UniqueId "{c66f4a4d-9ef1-11e9-8cfa-806e6f6e6963}" -NewFriendlyName SSD -MediaType SSD
Declaration successful.