HDDS-1404. Fix typos in HDDS. Contributed by bianqi.
This commit is contained in:
parent
bbdbc7a9a1
commit
c298415eb5
@ -462,6 +462,6 @@ service XceiverClientProtocolService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
service IntraDatanodeProtocolService {
|
service IntraDatanodeProtocolService {
|
||||||
// An intradatanode service to copy the raw containerdata betwen nodes
|
// An intradatanode service to copy the raw container data between nodes
|
||||||
rpc download (CopyContainerRequestProto) returns (stream CopyContainerResponseProto);
|
rpc download (CopyContainerRequestProto) returns (stream CopyContainerResponseProto);
|
||||||
}
|
}
|
@ -34,7 +34,7 @@ import "hdds.proto";
|
|||||||
* Request send to SCM asking where the container should be created.
|
* Request send to SCM asking where the container should be created.
|
||||||
*/
|
*/
|
||||||
message ContainerRequestProto {
|
message ContainerRequestProto {
|
||||||
// Ozone only support replciation of either 1 or 3.
|
// Ozone only support replication of either 1 or 3.
|
||||||
required ReplicationFactor replicationFactor = 2;
|
required ReplicationFactor replicationFactor = 2;
|
||||||
required ReplicationType replicationType = 3;
|
required ReplicationType replicationType = 3;
|
||||||
required string owner = 4;
|
required string owner = 4;
|
||||||
|
Loading…
Reference in New Issue
Block a user