some virtual disk's goes Retired automatically with out any issue in S2D

Abdul Baba Syed 21 Reputation points
2020-09-21T11:53:43.447+00:00

26135-image.png

26181-image.png

Im not sure certain disk's goes Retired im not sure, what is happening this are virtual disk, when I restart the server
the same disk will not be in the Pool..

I have to issue the below command

$disk = get-physicaldisk | ? CanPool -like True
Get-Storagepool S2DPool | Add-PhysicalDisk -PhysicalDisks $disk

Get-StorageSubsystem cluster | Get-PhysicalDisk | Where MediaType -eq "UnSpecified" | Set-PhysicalDisk -MediaType HDD

Windows Server Storage
Windows Server Storage
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Storage: The hardware and software system used to retain data for subsequent retrieval.
650 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.