From 2cd98a0d21fc2dbfa69effc595a49a528e5bcbe0 Mon Sep 17 00:00:00 2001 From: jiuker <2818723467@qq.com> Date: Tue, 9 Jan 2024 00:04:19 +0800 Subject: [PATCH] remove outdated notes (#18755) --- cmd/endpoint.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmd/endpoint.go b/cmd/endpoint.go index 80da24623..5be80b3dc 100644 --- a/cmd/endpoint.go +++ b/cmd/endpoint.go @@ -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)