Skip to content

Commit

Permalink
remove outdated notes (minio#18755)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiuker authored Jan 8, 2024
1 parent a0b10c0 commit 2cd98a0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/endpoint.go
Original file line number Diff line number Diff line change
Expand Up @@ -1015,8 +1015,6 @@ func CreatePoolEndpoints(serverAddr string, poolsLayout ...poolDisksLayout) ([]E
poolEndpoints[i] = endpoints
}

// TODO: ensure that each pool has at least two nodes in a distributed setup

publicIPs := env.Get(config.EnvPublicIPs, "")
if len(publicIPs) == 0 {
updateDomainIPs(uniqueArgs)
Expand Down

0 comments on commit 2cd98a0

Please sign in to comment.