bshashikant commented on a change in pull request #1107:
URL: https://github.com/apache/hadoop-ozone/pull/1107#discussion_r454953462



##########
File path: 
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/transport/server/XceiverServerSpi.java
##########
@@ -83,4 +85,12 @@ default void removeGroup(HddsProtos.PipelineID pipelineId)
    * @return list of report for each pipeline.
    */
   List<PipelineReport> getPipelineReport();
+
+  /**
+   * Get storage report for the XceiverServer instance.
+   * @return list of report for each storage location.
+   */
+  default List<MetadataStorageReportProto> getStorageReport() throws 
IOException {

Review comment:
       Definitely, yes..
   Filed https://issues.apache.org/jira/browse/HDDS-3963 for the same




----------------------------------------------------------------
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]

Reply via email to