mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 02:33:34 +00:00
rebase: update go-ceph to latest
updating go-ceph to latest 0.29.0 release. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
committed by
mergify[bot]
parent
dbbca6ebf8
commit
fbb9687a80
2
vendor/github.com/ceph/go-ceph/rbd/errors.go
generated
vendored
2
vendor/github.com/ceph/go-ceph/rbd/errors.go
generated
vendored
@ -75,6 +75,8 @@ var (
|
||||
const (
|
||||
// ErrNotExist indicates a non-specific missing resource.
|
||||
ErrNotExist = rbdError(-C.ENOENT)
|
||||
// ErrNotImplemented indicates a function is not implemented in by librbd.
|
||||
ErrNotImplemented = rbdError(-C.ENOSYS)
|
||||
)
|
||||
|
||||
// Private errors:
|
||||
|
Reference in New Issue
Block a user