solidfire / PowerShell

Collection of scripts, functions, and examples using the SolidFire Tools for PowerShell
MIT License
27 stars 20 forks source link

Wrong Invoke-SFshutdown example #52

Closed scaleoutsean closed 2 years ago

scaleoutsean commented 6 years ago
    -------------------------- EXAMPLE 1 --------------------------

    PS C:\>Invoke-SFShutdown -NodeID 1,2,3,4

    Shuts down nodes 1 thorugh 4

This actually restarts the cluster.

    -Option <string>
        Action to take for the node shutdown: restart or halt. Default is 
        restart.
Salmanius commented 6 years ago

Good catch Sean, Thank you. This has been fixed on our side and will be released with 1.6.

arjun960 commented 2 years ago

@scaleoutsean We have addressed and resolved this issue and the fix will be available in the next SDK release.