Skip to content
  • Kevin Wolf's avatar
    qemu-img check -r for repairing images · 4534ff54
    Kevin Wolf authored
    
    
    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: default avatarKevin Wolf <kwolf@redhat.com>
    4534ff54