Skip to content

Bump megacli version to fix exception handling

Florian Sesser requested to merge fix-megacli-error-handling into develop

Our megaraid controllers don't report drive temperature, which exercises the exception handling code path in our trusty megacli2prom script, and that used sys.stderr which wasn't available before my fix in 2872bf3.

This pulls in the new version and will fix megacli2prom on our production storage nodes.

Merge request reports