Skip to content

Fix praefect server info to include git version, server version

John Cai requested to merge jc-fix-consolidated-server-info into master

fixes: #2083 (closed)

This MR adds git version and server version to the ServerInfo request through Praefect. It checks if all the gitaly nodes have the same git version and server version and returns an error if there is one that is mismatching.

Merge request reports