mirror of
https://github.com/pgsty/minio.git
synced 2026-07-21 13:10:22 +03:00
correct mrf.newSetReconnected invocation's param order (#14426)
Signed-off-by: xuxuehan <xuxuehan@qianxin.com>
This commit is contained in:
+1
-1
@@ -279,7 +279,7 @@ func (s *erasureSets) connectDisks() {
|
|||||||
if !justConnected {
|
if !justConnected {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
globalMRFState.newSetReconnected(setIndex, s.poolIndex)
|
globalMRFState.newSetReconnected(s.poolIndex, setIndex)
|
||||||
}
|
}
|
||||||
}()
|
}()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user