• K
    qemu-img check -r for repairing images · 4534ff54
    Kevin Wolf 提交于
    The QED block driver already provides the functionality to not only
    detect inconsistencies in images, but also fix them. However, this
    functionality cannot be manually invoked with qemu-img, but the
    check happens only automatically during bdrv_open().
    
    This adds a -r switch to qemu-img check that allows manual invocation
    of an image repair.
    Signed-off-by: NKevin Wolf <kwolf@redhat.com>
    4534ff54
block.h 18.0 KB