mirror of https://github.com/ceph/go-ceph
rbd: improve doc comment style for clone
Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
parent
b7ea6aafaf
commit
f8cbe766a3
|
@ -357,6 +357,9 @@ func Create4(ioctx *rados.IOContext, name string, size uint64, rio *RbdImageOpti
|
|||
}, nil
|
||||
}
|
||||
|
||||
// Clone a new rbd image from a snapshot.
|
||||
//
|
||||
// Implements:
|
||||
// int rbd_clone(rados_ioctx_t p_ioctx, const char *p_name,
|
||||
// const char *p_snapname, rados_ioctx_t c_ioctx,
|
||||
// const char *c_name, uint64_t features, int *c_order);
|
||||
|
|
Loading…
Reference in New Issue