ruby/proto/gitaly/praefect_services_pb.rb in gitaly-13.0.0.pre.rc1 vs ruby/proto/gitaly/praefect_services_pb.rb in gitaly-13.1.0.pre.rc1

- old
+ new

@@ -22,9 +22,12 @@ rpc :ConsistencyCheck, ConsistencyCheckRequest, stream(ConsistencyCheckResponse) # DatalossCheck returns the count of dead replica jobs created within a given # timeframe. Dead replica jobs can indicate data loss and can be helpful in debugging # impact of a primary node failure. rpc :DatalossCheck, DatalossCheckRequest, DatalossCheckResponse + # EnableWrites enables writes for a storage that was switched to a read-only mode + # following a failover. + rpc :EnableWrites, EnableWritesRequest, EnableWritesResponse end Stub = Service.rpc_stub_class end end