Add Enable Storage Maintenance Mode for Azure Stack HCI(S2D) clusters
Add Enable Storage Maintenance Mode check box to the Start Maintenance Mode for Azure Stack HCI (S2D) cluster nodes. (see attach picture for mock up)
PowerShell command to run
Get-StorageFaultDomain -type StorageScaleUnit | Where-Object {$_.FriendlyName -eq "$($Env:ComputerName)"} | Enable-StorageMaintenanceMode

4 comments
-
Anonymous commented
Very needed feature because even if MS does not mention it is needed for a reboot, it is recommended and helps to get rid of many small issues.
Cheers! -
Jim Gandy commented
We should also add Disable Storage Maintenance Mode to Stop Maintenance Mode
PowerShell command to run
Get-StorageFaultDomain -type StorageScaleUnit | Where-Object {$_.FriendlyName -eq "$($Env:ComputerName)"} | Disable-StorageMaintenanceMode -
Anonymous commented
This is an obvious need! why is this missing!
-
Anonymous commented
Agreed, we definitely need this.