Переглянути джерело

etcdserverpb: add corrupt alarm

Anthony Romano 9 роки тому
батько
коміт
6be5f9a841
1 змінених файлів з 1 додано та 0 видалено
  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 {