HDFS-9605. Add links to failed volumes to explorer.html in HDFS Web UI. Contributed by Archana T.
This commit is contained in:
parent
cea0972fa1
commit
dec8fedb65
@ -2556,6 +2556,9 @@ Release 2.8.0 - UNRELEASED
|
|||||||
HDFS-7553. fix the TestDFSUpgradeWithHA due to BindException.
|
HDFS-7553. fix the TestDFSUpgradeWithHA due to BindException.
|
||||||
(Xiao Chen via cnauroth)
|
(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
|
Release 2.7.3 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
@ -35,6 +35,7 @@
|
|||||||
<ul class="nav navbar-nav" id="ui-tabs">
|
<ul class="nav navbar-nav" id="ui-tabs">
|
||||||
<li><a href="dfshealth.html#tab-overview">Overview</a></li>
|
<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">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-snapshot">Snapshot</a></li>
|
||||||
<li><a href="dfshealth.html#tab-startup-progress">Startup Progress</a></li>
|
<li><a href="dfshealth.html#tab-startup-progress">Startup Progress</a></li>
|
||||||
<li class="dropdown">
|
<li class="dropdown">
|
||||||
|
Loading…
Reference in New Issue
Block a user