Skip to content

Commit

Permalink
feat: create seed peer with active state in manager (#2593)
Browse files Browse the repository at this point in the history
Signed-off-by: Gaius <[email protected]>
  • Loading branch information
gaius-qi authored Aug 3, 2023
1 parent db82dd9 commit a151be1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manager/rpcserver/manager_server_v2.go
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ func (s *managerServerV2) createSeedPeer(ctx context.Context, req *managerv2.Upd
Port: req.GetPort(),
DownloadPort: req.GetDownloadPort(),
ObjectStoragePort: req.GetObjectStoragePort(),
State: models.SeedPeerStateActive,
SeedPeerClusterID: uint(req.GetSeedPeerClusterId()),
}

Expand Down

0 comments on commit a151be1

Please sign in to comment.