S2D cluster SSDs marked degraded due to unapproved firmware.

Wilson Charlie 40 Reputation points
2026-08-21T03:25:27.71+00:00

Hello,

We have an operational S2D cluster that is marking a batch of physical SSDs as Non-Operational Degraded. It is doing this because the drives are running unapproved firmware versions. However, we need to know how to apply drive firmware updates across the cluster using Update-StorageFirmware.

Windows for business | Windows 365 Enterprise
0 comments No comments

Answer accepted by question author
Hoang Le 4,665 Reputation points Independent Advisor
2026-08-21T09:51:53.1533333+00:00

Hello Wilson Charlie,

In an S2D cluster, if an SSD is marked as Non-Operational Degraded due to an unapproved firmware version, it must be updated uniformly via PowerShell's Update-StorageFirmware. First, run Get-PhysicalDisk | Get-StorageFirmwareInformation on the cluster nodes to confirm the current firmware version and available update packages. Then, use Update-StorageFirmware -PhysicalDisk <DiskID> -ImagePath <firmware.bin> to specify the firmware image file for the update. It is crucial to execute this within the maintenance window and update only a subset of disks at a time to avoid affecting the entire pool simultaneously.

After the update is complete, use Get-PhysicalDisk to verify that the disk status has returned to Healthy, and check Get-StoragePool to confirm pool consistency. Note that the firmware image must come from the hardware vendor's official package; Microsoft only provides the API and does not provide the firmware file. If the drive supports online updates, the command will complete without interrupting I/O; otherwise, a node restart may be required. This ensures that all SSDs in the cluster are running on the approved firmware version, preventing them from being marked as degraded again.

If my answer is helpful, please Accept it to Support me.

Thank you,

HL.

Was this answer helpful?

1 person found this answer helpful.

0 additional answers

Sort by: Oldest

Your answer

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