mirror of
https://github.com/pgsty/minio.git
synced 2026-07-22 13:40:22 +03:00
s3: Make/Delete buckets to use error quorum per pool (#17467)
This commit is contained in:
@@ -359,6 +359,9 @@ func createServerEndpoints(serverAddr string, args ...string) (
|
||||
if err != nil {
|
||||
return nil, -1, err
|
||||
}
|
||||
for i := range endpointList {
|
||||
endpointList[i].SetPool(0)
|
||||
}
|
||||
endpointServerPools = append(endpointServerPools, PoolEndpoints{
|
||||
Legacy: true,
|
||||
SetCount: len(setArgs),
|
||||
|
||||
Reference in New Issue
Block a user