ceph-csi/internal
Humble Chirammal 70358c8eb7 rbd: volJournal.Connect() return wrongly pushed to caller
volJournal.Connect() got the error on err2 variable, however
the return was on variable err which hold the error return of
DecomposeCSIID() which is wrong. This cause the error return wrongly
parsed and pushed from the caller. From now on, we are reusing the
err variable to hold and revert the error of volJournal.Connect().

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
2020-10-20 12:45:51 +00:00
..
cephfs cephfs: fix wrong error check in CreateVolume rollback action 2020-10-20 04:08:51 +00:00
csi-common cephfs: replace variable name for builtin cap attribute 2020-10-19 13:25:15 +00:00
journal rbd: remove unused credentials argument from StoreImageID() 2020-10-15 06:46:41 +00:00
liveness util: replace klog with util logger in liveness.go 2020-08-19 14:38:12 +00:00
rbd rbd: volJournal.Connect() return wrongly pushed to caller 2020-10-20 12:45:51 +00:00
util util: add ClusterConnection.GetFSAdmin() 2020-10-14 15:16:56 +00:00