Browse Source

etcdserverpb: add corrupt alarm

Anthony Romano 8 years ago
parent
commit
6be5f9a841
1 changed files with 1 additions and 0 deletions
  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 {