mirror of
https://github.com/minio/minio.git
synced 2025-11-09 05:34:56 -05:00
fix: rename remaining zone -> pool (#11231)
This commit is contained in:
@@ -672,8 +672,8 @@ func (s *peerRESTServer) PutBucketNotificationHandler(w http.ResponseWriter, r *
|
||||
func getLocalDiskIDs(z *erasureServerPools) []string {
|
||||
var ids []string
|
||||
|
||||
for zoneIdx := range z.serverPools {
|
||||
for _, set := range z.serverPools[zoneIdx].sets {
|
||||
for poolIdx := range z.serverPools {
|
||||
for _, set := range z.serverPools[poolIdx].sets {
|
||||
disks := set.getDisks()
|
||||
for _, disk := range disks {
|
||||
if disk == nil {
|
||||
|
||||
Reference in New Issue
Block a user