mirror of
https://github.com/minio/minio.git
synced 2025-11-24 19:46:16 -05:00
Add bootstrap REST handler for verifying server config (#8550)
This commit is contained in:
@@ -60,7 +60,7 @@ func newXLZones(endpointZones EndpointZones) (ObjectLayer, error) {
|
||||
z = &xlZones{zones: make([]*xlSets, len(endpointZones))}
|
||||
)
|
||||
for i, ep := range endpointZones {
|
||||
formats[i], err = waitForFormatXL(endpointZones.First(), ep.Endpoints,
|
||||
formats[i], err = waitForFormatXL(endpointZones.FirstLocal(), ep.Endpoints,
|
||||
ep.SetCount, ep.DrivesPerSet, deploymentID)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
||||
Reference in New Issue
Block a user