Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorJohn Cai <jcai@gitlab.com>2021-12-14 20:26:32 +0300
committerJohn Cai <jcai@gitlab.com>2021-12-14 20:26:32 +0300
commit152dd3c663c73f79db4c1ff0f63b9011316e35a0 (patch)
treefeb67c4e3e1d2b5dfa2fcfcc6123d7e91aa32fd0 /cmd
parent0e0aeb5ca4488903f41acd392911bd89d1ad3d6d (diff)
parent0aa1e36fcf2e4c6f2ece514b523b86cd3177b249 (diff)
Merge branch 'jc-repositories-missing-primary' into 'master'
praefect: add missing primaries check See merge request gitlab-org/gitaly!4176
Diffstat (limited to 'cmd')
-rw-r--r--cmd/praefect/subcmd.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/praefect/subcmd.go b/cmd/praefect/subcmd.go
index b11d155bd..ccf3f9132 100644
--- a/cmd/praefect/subcmd.go
+++ b/cmd/praefect/subcmd.go
@@ -47,6 +47,7 @@ var subcommands = map[string]subcmd{
praefect.NewPraefectMigrationCheck,
praefect.NewGitalyNodeConnectivityCheck,
praefect.NewPostgresReadWriteCheck,
+ praefect.NewUnavailableReposCheck,
),
metadataCmdName: newMetadataSubcommand(os.Stdout),
}