ceph-csi/internal/cephfs/core
Madhu Rajanna b40e8894f8 cephfs: use errors.As instead of errors.Is
As we need to compare the error type instead
of the error value we need to use errors.As
to check the API is implemented or not.

fixes: #3347

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
2022-10-17 09:11:45 +00:00
..
clone_test.go cephfs: report detailed error message on clone failure 2022-06-30 19:33:41 +00:00
clone.go cephfs: snapshots honor --setmetadata option 2022-08-01 07:15:29 +00:00
filesystem.go cephfs: fix error logging in filesystem.go 2022-01-27 14:31:12 +00:00
metadata.go cephfs: use errors.As instead of errors.Is 2022-10-17 09:11:45 +00:00
snapshot_metadata.go cephfs: use errors.As instead of errors.Is 2022-10-17 09:11:45 +00:00
snapshot.go cephfs: snapshots honor --setmetadata option 2022-08-01 07:15:29 +00:00
volume.go cephfs: retry subvolumegroup creation 2022-09-07 18:24:30 +00:00