ceph-csi/internal/rbd
Niels de Vos f889dc20bd cleanup: use switch/case for genVolFromVolID() error checking
By using switch/case it is easier to follow the error checking of the
genVolFromVolID() function. In case a new error is added as a return of
the function, it will be simpler to add checking for it.

Signed-off-by: Niels de Vos <ndevos@redhat.com>
2020-05-14 14:43:05 +00:00
..
controllerserver.go cleanup: use switch/case for genVolFromVolID() error checking 2020-05-14 14:43:05 +00:00
driver.go journal: remove SetCSIDirectorySuffix to simplify journal creation 2020-05-12 08:19:09 +00:00
errors.go cleanup: move pkg/ to internal/ 2020-04-23 11:00:59 +00:00
identityserver.go cleanup: move pkg/ to internal/ 2020-04-23 11:00:59 +00:00
nodeserver_test.go cleanup: move pkg/ to internal/ 2020-04-23 11:00:59 +00:00
nodeserver.go rbd: default nouuid if the formattype is xfs 2020-05-05 07:07:16 +00:00
rbd_attach.go cleanup: move pkg/ to internal/ 2020-04-23 11:00:59 +00:00
rbd_journal.go rbd: use 'rv' as name of the rbdVolume (golint) 2020-05-04 13:21:03 +00:00
rbd_util_test.go cleanup: move pkg/ to internal/ 2020-04-23 11:00:59 +00:00
rbd_util.go rbd: implement deleteImage() with go-ceph 2020-05-06 14:55:47 +00:00