mirror of
https://github.com/ceph/go-ceph
synced 2025-01-10 16:09:43 +00:00
rbd: add revive comments for disabling check on backwards-compat vars
Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
parent
149827c4e2
commit
4f2fc34445
@ -64,9 +64,10 @@ var (
|
|||||||
// missing.
|
// missing.
|
||||||
ErrNotFound = errors.New("RBD image not found")
|
ErrNotFound = errors.New("RBD image not found")
|
||||||
|
|
||||||
// retained for compatibility with old versions
|
// revive:disable:exported for compatibility with old versions
|
||||||
RbdErrorImageNotOpen = ErrImageNotOpen
|
RbdErrorImageNotOpen = ErrImageNotOpen
|
||||||
RbdErrorNotFound = ErrNotFound
|
RbdErrorNotFound = ErrNotFound
|
||||||
|
// revive:enable:exported
|
||||||
)
|
)
|
||||||
|
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user