Skip to content

Commit

Permalink
HDDS-11535. Incomplete SCM roles table header (apache#7278)
Browse files Browse the repository at this point in the history
(cherry picked from commit b3afaec)
  • Loading branch information
adoroszlai authored Oct 6, 2024
1 parent fcb1aca commit eb123eb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1001,6 +1001,7 @@ public HddsProtos.GetScmInfoResponseProto getScmInfo(
.setClusterId(scmInfo.getClusterId())
.setScmId(scmInfo.getScmId())
.addAllPeerRoles(scmInfo.getRatisPeerRoles())
.setScmRatisEnabled(scmInfo.getScmRatisEnabled())
.build();
}

Expand Down

0 comments on commit eb123eb

Please sign in to comment.