You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alternative code would be to put the enclosure related to the storage node into maintenance mode, but that assumes anyone using the script has hardware that supports SES.
I get what you're saying.
In theory, if fault domains is configured as "Rack", you can put all nodes in a rack in maintenance. (and update them all at once)
That was what I was targeting.
S2D-Maintenance.ps1 does not consider other fault domain types then 'StorageScaleUnit'
$ScaleUnit = Get-StorageFaultDomain -Type StorageScaleUnit -CimSession $Name | Where-Object { $_.FriendlyName -eq $Name }
The text was updated successfully, but these errors were encountered: