You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by si...@apache.org on 2022/04/18 19:46:45 UTC

[ozone] branch master updated: HDDS-6587. SCM Web UI is not displaying HEALTHY_READONLY header in node status (#3311)

This is an automated email from the ASF dual-hosted git repository.

siyao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new d5eb702c68 HDDS-6587. SCM Web UI is not displaying HEALTHY_READONLY header in node status (#3311)
d5eb702c68 is described below

commit d5eb702c684ae3af16cb0791b791467dd2797810
Author: Siyao Meng <50...@users.noreply.github.com>
AuthorDate: Mon Apr 18 12:46:40 2022 -0700

    HDDS-6587. SCM Web UI is not displaying HEALTHY_READONLY header in node status (#3311)
---
 hadoop-hdds/server-scm/src/main/resources/webapps/scm/scm-overview.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hadoop-hdds/server-scm/src/main/resources/webapps/scm/scm-overview.html b/hadoop-hdds/server-scm/src/main/resources/webapps/scm/scm-overview.html
index e7a67edcc3..deaf37ad5e 100644
--- a/hadoop-hdds/server-scm/src/main/resources/webapps/scm/scm-overview.html
+++ b/hadoop-hdds/server-scm/src/main/resources/webapps/scm/scm-overview.html
@@ -37,6 +37,7 @@
         <th>HEALTHY</th>
         <th>STALE</th>
         <th>DEAD</th>
+        <th>HEALTHY_READONLY</th>
     </tr>
     </thead>
     <tbody>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@ozone.apache.org
For additional commands, e-mail: commits-help@ozone.apache.org