Skip to content

Add network & consistency check as a new Praefect startup check

John Cai requested to merge jc-network-connectivity into master

The subcommand pingnodes has code that can be reused for the praefect startup checks. This MR moves the code to its own package so it can be reused easily.

It also adds a praefect startup check that detects whether or not all gitaly nodes respond to healthchecks and have read/write access to its disk.

fixes: #3847 (closed)

Edited by John Cai

Merge request reports