mirror of
https://github.com/kubernetes-csi/csi-driver-nvmf.git
synced 2025-07-22 10:11:32 +00:00
fix: return directly after fallback mode
This commit is contained in:
parent
33bbf5bb0c
commit
4ed3393c06
@ -216,6 +216,8 @@ func disconnectByNqn(nqn, hostnqn string) int {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
return ret
|
||||
}
|
||||
} else {
|
||||
ret++
|
||||
|
Loading…
Reference in New Issue
Block a user