PureStorage-OpenConnect / pso-explorer

PSO Explorer Helm Chart
Apache License 2.0
12 stars 0 forks source link

Flashblade not recognized #5

Closed mscbpi closed 4 years ago

mscbpi commented 4 years ago

It reports the FB as offline while it is working correctly

image

NfsEndPoint is set:

image

rdeenik commented 4 years ago

@mscbpi The values.yaml settings are case sensitive and the NFS Endpoint should be configured as NFSEndPoint

mscbpi commented 4 years ago

Thanks !

The PSO is working correctly as-is (NfsEndPoint) and it used to be documented as-is... and this syntax is still visible there for example:

https://github.com/purestorage/helm-charts/blob/master/operator-csi-plugin/values.yaml

rdeenik commented 4 years ago

Yes, it used to be NfsEndPoint, this was changed in 2019. Newer versions will no longer accept NfsEndPoint, which is why PSO Explorer shows the error. Thanks for the comment on the example, I just opened a PR to change it to NFSEndPoint.

rdeenik commented 4 years ago

@mscbpi the latest devel build now shows the FlashBlade and just shows a warning if NfsEndPoint is used. This will also be part of the upcoming 0.5.3 release.