zfs-localpv/pkg/driver
Pawan Prakash Sharma 9b907fa884
fix(crash): reuse the err variable (#353)
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>
2021-06-25 11:44:24 +05:30
..
agent.go feat(scheduling): add zfs pool capacity tracking (#335) 2021-05-31 18:59:59 +05:30
controller.go fix(crash): reuse the err variable (#353) 2021-06-25 11:44:24 +05:30
controller_test.go fix(zfspv): rounding off the volume size to Gi and Mi (#191) 2020-08-07 20:50:13 +05:30
driver.go refact(pkg): Removes unused import, variables and functions. (#321) 2021-05-04 19:57:41 +05:30
grpc.go refact(err): fix unhandled errors (#327) 2021-05-06 19:28:32 +05:30
identity.go feat(zfs-localpv): initial commit 2019-09-18 08:44:08 +05:30
schd_helper.go feat(schd): adding capacity weighted scheduler 2021-01-07 10:38:44 +05:30