Skip to content

Commit 4845692

Browse files
committed
HDDS-11268. [CLI] Improve CLI Display OM/SCM Roles.
1 parent 60bdf6c commit 4845692

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/admin/scm/GetScmRatisRolesSubcommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ protected void execute(ScmClient scmClient) throws IOException {
9393
formattingCLIUtils.addLine(roleItems[0], roleItems[1]);
9494
}
9595

96-
// In HA (High Availability) mode, we can output the following information:
96+
// In RATIS mode, we can output the following information:
9797
// Host Name, Ratis Port, Node ID, Role, and Host Address.
9898
if (roleItems.length == 5) {
9999
formattingCLIUtils.addLine(roleItems[0], roleItems[1], roleItems[3], roleItems[2], roleItems[4]);

0 commit comments

Comments
 (0)