mirror of
https://github.com/ceph/go-ceph
synced 2025-03-11 05:48:22 +00:00
rbd: clearly mark open function as deprecated
Use the notation described in the new API stability doc. Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
parent
126d6f5747
commit
7f74708d5b
@ -327,7 +327,7 @@ func (image *Image) Rename(destname string) error {
|
||||
return err
|
||||
}
|
||||
|
||||
// Open the rbd image.
|
||||
// Open the rbd image (DEPRECATED).
|
||||
//
|
||||
// Deprecated: The Open function was provided in earlier versions of the API
|
||||
// and now exists to support older code. The use of OpenImage and
|
||||
|
Loading…
Reference in New Issue
Block a user