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
v1.3.0.124 gives this error on attempt to connect to an Element OS v8.6 cluster
Credential
Connect-SFCluster : Unable to match 8.6 as a known SolidFire Element OS version.
At line:1 char:1
+ Connect-SFCluster 10.128.37.90
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : OpenError: (:) [Connect-SFCluster], VersionException
+ FullyQualifiedErrorId : ConnectionError,SolidFire.Connection.ConnectSFCluster
-versionapi 8 does work, but I'm wondering if we could use the part of version info before the first separator . so in case vX.Y.Z is detected, use version X.
If the API version isn't explicitly set by the client, it seems reasonable to fall back to the latest version available. Or maybe: if it's not set and if the client version is newer.
Just an idea.