ruby/proto/gitaly/praefect_services_pb.rb in gitaly-16.5.0.pre.rc1 vs ruby/proto/gitaly/praefect_services_pb.rb in gitaly-16.5.0.pre.rc42

- old
+ new

@@ -16,13 +16,9 @@ self.unmarshal_class_method = :decode self.service_name = 'gitaly.PraefectInfoService' # RepositoryReplicas ... rpc :RepositoryReplicas, ::Gitaly::RepositoryReplicasRequest, ::Gitaly::RepositoryReplicasResponse - # DatalossCheck provides information on repositories in Praefect that are in a degraded state and - # thus susceptible to dataloss. A repository is considered degraded when its replicas are - # outdated and/or unavailable. - rpc :DatalossCheck, ::Gitaly::DatalossCheckRequest, ::Gitaly::DatalossCheckResponse # Dataloss provides information on repositories in Praefect that are in a degraded state and # thus susceptible to dataloss. A repository is considered degraded when its replicas are # outdated and/or unavailable. rpc :Dataloss, ::Gitaly::DatalossRequest, stream(::Gitaly::DatalossResponse) # SetAuthoritativeStorage sets the authoritative storage for a repository on a given virtual storage.