HDFS-15660. StorageTypeProto is not compatiable between 3.x and 2.6. Contributed by Ryan Wu.
(cherry picked from commit da1ea2530f
)
This commit is contained in:
parent
412f30d71b
commit
f70fc91a02
|
@ -180,7 +180,7 @@ message StorageTypeQuotaInfosProto {
|
||||||
}
|
}
|
||||||
|
|
||||||
message StorageTypeQuotaInfoProto {
|
message StorageTypeQuotaInfoProto {
|
||||||
required StorageTypeProto type = 1;
|
optional StorageTypeProto type = 1 [default = DISK];
|
||||||
required uint64 quota = 2;
|
required uint64 quota = 2;
|
||||||
required uint64 consumed = 3;
|
required uint64 consumed = 3;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue