• A
    rbd: implement feature checks · d889140c
    Alex Elder 提交于
    Version 2 images have two sets of feature bit fields.  The first
    indicates features possibly used by the image.  The second indicates
    features that the client *must* support in order to use the image.
    
    When an image (or snapshot) is first examined, we need to make sure
    that the local implementation supports the image's required
    features.  If not, fail the probe for the image.
    Signed-off-by: NAlex Elder <elder@inktank.com>
    Reviewed-by: NJosh Durgin <josh.durgin@inktank.com>
    d889140c
rbd.c 77.3 KB