mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
in getOnlineDisks wait for disks to be populated (#10685)
This commit is contained in:
@@ -65,6 +65,7 @@ func (er erasureObjects) getOnlineDisks() (newDisks []StorageAPI) {
|
||||
mu.Unlock()
|
||||
}()
|
||||
}
|
||||
wg.Wait()
|
||||
return newDisks
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user