• A
    rbd: don't use ENOTSUPP · b8f5c6ed
    Alex Elder 提交于
    ENOTSUPP is not a standard errno (it shows up as "Unknown error 524"
    in an error message).  This is what was getting produced when the
    the local rbd code does not implement features required by a
    discovered rbd image.
    
    Change the error code returned in this case to ENXIO.
    Signed-off-by: NAlex Elder <elder@inktank.com>
    Reviewed-by: NSage Weil <sage@inktank.com>
    b8f5c6ed
rbd.c 89.2 KB