solidfire / PowerShell

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

SF PS module seems to require hard-coded FIPS feature-awarenes #62

Closed scaleoutsean closed 2 years ago

scaleoutsean commented 6 years ago
{
    "method": "GetFipsReport",
    "params": {},
    "id": 1
}

Response:

{
    "id": 1,
    "result": {
        "errorNodes": [],
        "nodes": [
            {
                "httpsEnabled": true,
                "nodeID": 17
            },
            {
                "httpsEnabled": true,
                "nodeID": 28
            },
            {
                "httpsEnabled": true,
                "nodeID": 34
            },
            {
                "httpsEnabled": true,
                "nodeID": 23
            }
        ]
    }
}

But Get-SFFeatureStatus doesn't have FIPS:

PS /home/sean> Get-SFFeatureStatus                                                                                                                                                                                                                                                                                                                                                      

Enabled Feature
------- -------
   True Vvols
Salmanius commented 6 years ago

You will be happy to know that this was actually caught when adding support for the SnapMirror Feature checking, and will be included in the 1.6 release.

arjun960 commented 2 years ago

@scaleoutsean The issue is fixed and now get-sffeaturestatus will display every features(vvols, snapmirror, fips, fipsdrives) status. The changes will be available in the next SDK release.

Closing the issue.