Explorar o código

etcdserverpb: add corrupt alarm

Anthony Romano %!s(int64=9) %!d(string=hai) anos
pai
achega
6be5f9a841
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      etcdserver/etcdserverpb/rpc.proto

+ 1 - 0
etcdserver/etcdserverpb/rpc.proto

@@ -852,6 +852,7 @@ message MoveLeaderResponse {
 enum AlarmType {
 	NONE = 0; // default, used to query if any alarm is active
 	NOSPACE = 1; // space quota is exhausted
+	CORRUPT = 2; // kv store corruption detected
 }
 
 message AlarmRequest {