소스 검색

HDFS-9605. Add links to failed volumes to explorer.html in HDFS Web UI. Contributed by Archana T.

Haohui Mai 9 년 전
부모
커밋
150c9a80ee
2개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
  2. 1 0
      hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/explorer.html

+ 3 - 0
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt

@@ -1676,6 +1676,9 @@ Release 2.8.0 - UNRELEASED
     HDFS-7553. fix the TestDFSUpgradeWithHA due to BindException.
     (Xiao Chen via cnauroth)
 
+    HDFS-9605. Add links to failed volumes to explorer.html in HDFS Web UI.
+    (Archana T via wheat9)
+
 Release 2.7.3 - UNRELEASED
 
   INCOMPATIBLE CHANGES

+ 1 - 0
hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/explorer.html

@@ -35,6 +35,7 @@
       <ul class="nav navbar-nav" id="ui-tabs">
         <li><a href="dfshealth.html#tab-overview">Overview</a></li>
         <li><a href="dfshealth.html#tab-datanode">Datanodes</a></li>
+        <li><a href="dfshealth.html#tab-datanode-volume-failures">Datanode Volume Failures</a></li>
         <li><a href="dfshealth.html#tab-snapshot">Snapshot</a></li>
         <li><a href="dfshealth.html#tab-startup-progress">Startup Progress</a></li>
         <li class="dropdown">