commit | d0b2e944555d1f06cf6df8a37b76367d10b05b01 | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@inktank.com> | Thu Jan 24 16:13:36 2013 -0600 |
committer | Sage Weil <sage@inktank.com> | Wed May 01 21:18:42 2013 -0700 |
tree | b5a16102318c48f9403ad5af78193f00722754e9 | |
parent | 9849e986367ef95bac92609bba0349669ed87b53 [diff] |
rbd: define image request layered flag Define a flag indicating whether an image request is for a layered image (one with a parent image to which requests will be redirected if the target object of a request does not exist). The code that checks this flag will be added shortly. Signed-off-by: Alex Elder <elder@inktank.com> Reviewed-by: Josh Durgin <josh.durgin@inktank.com>