zfs-localpv/pkg
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
..
apis/openebs.io/zfs chore(yaml): fix bunch of typos (#348) 2021-06-24 18:39:26 +05:30
builder feat(scheduling): add zfs pool capacity tracking (#335) 2021-05-31 18:59:59 +05:30
config feat(migration): adding support to migrate the PV to a new node (#304) 2021-05-01 19:05:01 +05:30
driver fix(crash): reuse the err variable (#353) 2021-06-25 11:44:24 +05:30
equality feat(scheduling): add zfs pool capacity tracking (#335) 2021-05-31 18:59:59 +05:30
generated feat(scheduling): add zfs pool capacity tracking (#335) 2021-05-31 18:59:59 +05:30
mgmt feat(scheduling): add zfs pool capacity tracking (#335) 2021-05-31 18:59:59 +05:30
response chore(go-lint): fix golint warning (#133) 2020-06-09 14:47:23 +05:30
usage refact(err): fix unhandled errors (#327) 2021-05-06 19:28:32 +05:30
version fix(filepath): fixes of potential file inclusion via variable (#322) 2021-05-04 20:46:16 +05:30
zfs fix(perm): changing the mount dir permissions (#325) 2021-06-08 20:08:26 +05:30