siddhantsangwan commented on a change in pull request #1919:
URL: https://github.com/apache/ozone/pull/1919#discussion_r580804240
##########
File path: hadoop-hdds/interface-admin/src/main/proto/ScmAdminProtocol.proto
##########
@@ -250,6 +253,18 @@ message NodeQueryResponseProto {
repeated Node datanodes = 1;
}
+/*
+ Request for disk info of datanode with the specified ipaddress or uuid.
+*/
+message DatanodeDiskMetricsRequestProto {
+ optional string ipaddress = 1;
+ optional string uuid = 2;
+}
+
+message DatanodeDiskMetricsResponseProto {
+ optional DatanodeDiskMetrics metrics = 1;
Review comment:
Yes, I'll be changing this.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]