HDFS-14065. Failed Storage Locations shows nothing in the Datanode Volume 
Failures. Contributed by Ayush Saxena.

(cherry picked from commit b6d4e19f34f474ea8068ebb374f55e0db2f714da)


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/b6ef824e
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/b6ef824e
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/b6ef824e

Branch: refs/heads/branch-3.1
Commit: b6ef824e760b2bfd8156e993dbf46fe6244c3dac
Parents: 29752ed
Author: Arpit Agarwal <a...@apache.org>
Authored: Mon Nov 12 15:31:42 2018 -0800
Committer: Arpit Agarwal <a...@apache.org>
Committed: Mon Nov 12 15:32:05 2018 -0800

----------------------------------------------------------------------
 .../hadoop-hdfs/src/main/webapps/hdfs/dfshealth.html               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/b6ef824e/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/dfshealth.html
----------------------------------------------------------------------
diff --git 
a/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/dfshealth.html 
b/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/dfshealth.html
index 4495b99..36a9578 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/dfshealth.html
+++ b/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/dfshealth.html
@@ -427,7 +427,7 @@ No nodes are decommissioning
     <td>{#helper_date_tostring value="{lastVolumeFailureDate}"/}</td>
     <td>{volfails}</td>
     <td>{estimatedCapacityLostTotal|fmt_bytes}</td>
-    <td>{#failedStorageLocations}{.}{@sep}<br 
/>{/sep}{/failedStorageLocations}</td>
+    <td>{#failedStorageIDs}{.}{@sep}<br />{/sep}{/failedStorageIDs}</td>
   </tr>
   {/LiveNodes}
 </table>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to