ceph-csi/internal/cephfs
Yug Gupta 5fbc153e0f cephfs: fix IneffAssign warnings in resizeVolume()
IneffAssign warns about the two following statements:

Line 147: warning: ineffectual assignment to supported (ineffassign)
Line 148: warning: ineffectual assignment to ok (ineffassign)

Reported-by: https://goreportcard.com/report/github.com/ceph/ceph-csi
Updates: #975

Signed-off-by: Yug Gupta <ygupta@redhat.com>
2020-06-16 09:06:18 +00:00
..
cephfs_util.go cleanup: move pkg/ to internal/ 2020-04-23 11:00:59 +00:00
cephuser.go cleanup: move pkg/ to internal/ 2020-04-23 11:00:59 +00:00
controllerserver.go cephfs: use new 'ceph fs resize' command when available 2020-05-12 06:57:44 +00:00
driver.go journal: rename CSIJournal to Config 2020-05-15 15:14:48 +00:00
errors.go cleanup: move pkg/ to internal/ 2020-04-23 11:00:59 +00:00
fsjournal.go journal: split journal types creating a new Connection type 2020-05-15 15:14:48 +00:00
identityserver.go cleanup: move pkg/ to internal/ 2020-04-23 11:00:59 +00:00
nodeserver.go journal: In mount failure case, suggest to check the kernel logs 2020-05-27 10:52:37 +00:00
util.go cleanup: move pkg/ to internal/ 2020-04-23 11:00:59 +00:00
volume.go cephfs: fix IneffAssign warnings in resizeVolume() 2020-06-16 09:06:18 +00:00
volumemounter_test.go cleanup: move pkg/ to internal/ 2020-04-23 11:00:59 +00:00
volumemounter.go cleanup: move pkg/ to internal/ 2020-04-23 11:00:59 +00:00
volumeoptions.go journal: split journal types creating a new Connection type 2020-05-15 15:14:48 +00:00