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/f514c089
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/f514c089
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/f514c089

Branch: refs/heads/branch-3.0
Commit: f514c0890060a3d098b1bcd440d2634d84b9b959
Parents: 50ce9fd
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:31:56 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/f514c089/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 ec801e4..bbe6082 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
@@ -426,7 +426,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