cls_rbd: note overlap units

Signed-off-by: Sage Weil <sage@inktank.com>
This commit is contained in:
Sage Weil 2012-06-19 14:31:21 -07:00
parent 156879f40e
commit 25311e96f0

View File

@ -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 {