HDFS-9605. Add links to failed volumes to explorer.html in HDFS Web UI. Contributed by Archana T.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/dec8fedb Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/dec8fedb Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/dec8fedb Branch: refs/heads/HDFS-1312 Commit: dec8fedb65f6797c22af17ecc901b56a29836da3 Parents: cea0972 Author: Haohui Mai <[email protected]> Authored: Tue Jan 5 13:55:55 2016 -0800 Committer: Haohui Mai <[email protected]> Committed: Tue Jan 5 13:55:55 2016 -0800 ---------------------------------------------------------------------- hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 3 +++ .../hadoop-hdfs/src/main/webapps/hdfs/explorer.html | 1 + 2 files changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/dec8fedb/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt index 364f685..6427a74 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -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 http://git-wip-us.apache.org/repos/asf/hadoop/blob/dec8fedb/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/explorer.html ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/explorer.html b/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/explorer.html index 3fcacf9..8bfc0c9 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/explorer.html +++ b/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">
