diff options
author | Alex Elder <elder@inktank.com> | 2013-02-11 12:33:24 -0600 |
---|---|---|
committer | Sage Weil <sage@inktank.com> | 2013-05-01 21:19:03 -0700 |
commit | 5679c59f608f2fedff313e59b374257f1c945234 (patch) | |
tree | 59aa459d73a8a6b757dfb915b7de926c9e3023f3 /net | |
parent | 57acbaa7fb00b6e1a74d29aaaaf273ed8cb4dabc (diff) | |
download | op-kernel-dev-5679c59f608f2fedff313e59b374257f1c945234.zip op-kernel-dev-5679c59f608f2fedff313e59b374257f1c945234.tar.gz |
rbd: add target object existence flags
This creates two new flags for object requests to indicate what is
known about the existence of the object to which a request is to be
sent. The KNOWN flag will be true if the the EXISTS flag is
meaningful. That is:
KNOWN EXISTS
----- ------
0 0 don't know whether the object exists
0 1 (not used/invalid)
1 0 object is known to not exist
1 0 object is known to exist
This will be used in determining how to handle write requests for
data objects for layered rbd images.
Signed-off-by: Alex Elder <elder@inktank.com>
Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions