• A
    rbd: get and check striping parameters · cc070d59
    Alex Elder 提交于
    If an rbd format 2 image indicates it supports the STRIPINGV2
    feature we need to find out its stripe unit and stripe count in
    order to know whether we can use it.  We don't yet support fancy
    striping fully, but if the default parameters are used the behavior
    is indistinguishible from non-fancy striping.
    
    This is necessary because some images require the STRIPINGV2 feature
    even if they use the default parameters.  (Which is to say the feature
    bit was erroneously set even if the feature was not used.)
    
    This resolves:
        http://tracker.ceph.com/issues/4709Signed-off-by: NAlex Elder <elder@inktank.com>
    Reviewed-by: NJosh Durgin <josh.durgin@inktank.com>
    cc070d59
rbd.c 130.3 KB