use the correct endpoints for offline drives

master
Harshavardhana 4 years ago
parent 79e21601b0
commit b32d0a5b60
  1. 2
      cmd/erasure.go

@ -167,7 +167,7 @@ func getDisksInfo(disks []StorageAPI, endpoints []string) (disksInfo []madmin.Di
errs = g.Wait()
// Wait for the routines.
for i, diskInfoErr := range errs {
ep := endpoints[i]
ep := disksInfo[i].Endpoint
if diskInfoErr != nil {
offlineDisks[ep]++
continue

Loading…
Cancel
Save