HDDS-501. AllocateBlockResponse.keyLocation must be an optional field. Contributed by Arpit Agarwal.
This commit is contained in:
parent
44857476fa
commit
f176e8a3ae
@ -324,7 +324,7 @@ message AllocateBlockRequest {
|
||||
|
||||
message AllocateBlockResponse {
|
||||
required Status status = 1;
|
||||
required KeyLocation keyLocation = 2;
|
||||
optional KeyLocation keyLocation = 2;
|
||||
}
|
||||
|
||||
message CommitKeyRequest {
|
||||
|
Loading…
Reference in New Issue
Block a user