ceph-csi/internal/cephfs
Niels de Vos 92aae4834e cleanup: use standard Golang errors package
"github.com/pkg/errors" does not offer more functionlity than that we
need from the standard "errors" package. With Golang v1.13 errors can be
wrapped with `fmt.Errorf("... %w", err)`. `errors.Is()` and
`errors.As()` are available as well.

See-also: https://tip.golang.org/doc/go1.13#error_wrapping
Signed-off-by: Niels de Vos <ndevos@redhat.com>
2020-07-03 09:12:48 +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 cephfs: add Unwrap() to error types 2020-07-03 09:12:48 +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 cephfs: do chmod on stagingpath 2020-06-30 17:43:41 +00:00
util.go cleanup: move pkg/ to internal/ 2020-04-23 11:00:59 +00:00
volume.go cephfs: Add support for multiple subvolumegroups 2020-06-26 09:19:24 +00:00
volumemounter.go util: Rename KernelVersion to GetKernelVersion 2020-07-01 08:21:47 +00:00
volumeoptions.go cleanup: use standard Golang errors package 2020-07-03 09:12:48 +00:00