mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-12 06:20:11 +01:00
The error variable is being redeclared, so this is not accessible outside of the loop and the provisioner is crashing while return in case of error as it tries to access err.Error and err is nil outside of the loop. Signed-off-by: Pawan <pawan@mayadata.io> |
||
|---|---|---|
| .. | ||
| agent.go | ||
| controller.go | ||
| controller_test.go | ||
| driver.go | ||
| grpc.go | ||
| identity.go | ||
| schd_helper.go | ||