remove outdated notes (#18755)

This commit is contained in:
jiuker
2024-01-09 00:04:19 +08:00
committed by GitHub
parent a0b10c05e5
commit 2cd98a0d21

View File

@@ -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)