correct mrf.newSetReconnected invocation's param order (#14426)

Signed-off-by: xuxuehan <xuxuehan@qianxin.com>
This commit is contained in:
Xuehan Xu
2022-03-01 01:13:19 +08:00
committed by GitHub
parent bc33db9fc0
commit becec6cb6b

View File

@@ -279,7 +279,7 @@ func (s *erasureSets) connectDisks() {
if !justConnected {
continue
}
globalMRFState.newSetReconnected(setIndex, s.poolIndex)
globalMRFState.newSetReconnected(s.poolIndex, setIndex)
}
}()
}