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
  • Loading branch information
adoroszlai authored Oct 6, 2024
1 parent ed2a073 commit b3afaec
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 b3afaec

Please sign in to comment.