mirror of
https://github.com/ceph/ceph
synced 2025-01-01 08:32:24 +00:00
cls_rbd: note overlap units
Signed-off-by: Sage Weil <sage@inktank.com>
This commit is contained in:
parent
156879f40e
commit
25311e96f0
@ -10,7 +10,7 @@ struct cls_rbd_parent {
|
||||
int64_t pool; ///< parent pool id
|
||||
string id; ///< parent image id
|
||||
snapid_t snapid; ///< parent snapid we refer to
|
||||
uint64_t overlap; ///< portion of this image mapped onto parent
|
||||
uint64_t overlap; ///< portion of this image mapped onto parent (bytes)
|
||||
|
||||
/// true if our parent pointer information is defined
|
||||
bool exists() const {
|
||||
|
Loading…
Reference in New Issue
Block a user