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

This commit is contained in:
Haohui Mai 2016-01-05 13:55:55 -08:00
parent cea0972fa1
commit dec8fedb65
2 changed files with 4 additions and 0 deletions

View File

@ -2556,6 +2556,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

View File

@ -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">