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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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