mirror of
https://github.com/ceph/go-ceph
synced 2024-12-22 22:24:03 +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.
|
||||
ErrNotFound = errors.New("RBD image not found")
|
||||
|
||||
// retained for compatibility with old versions
|
||||
// revive:disable:exported for compatibility with old versions
|
||||
RbdErrorImageNotOpen = ErrImageNotOpen
|
||||
RbdErrorNotFound = ErrNotFound
|
||||
// revive:enable:exported
|
||||
)
|
||||
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user