Browse Source

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

(cherry picked from commit b6d4e19f34f474ea8068ebb374f55e0db2f714da)
Arpit Agarwal 6 years ago
parent
commit
e6532f7eb2

+ 1 - 1
hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/dfshealth.html

@@ -429,7 +429,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>