You need to sign in or sign up before continuing.
  • P
    migration: Make erroring out on I/O error controllable by flag · cf6d56ac
    Peter Krempa 提交于
    Paolo Bonzini pointed out that it's actually possible to migrate a qemu
    instance that was paused due to I/O error and it will be able to work on
    the destination if the storage is accessible.
    
    This patch introduces flag VIR_MIGRATE_ABORT_ON_ERROR that cancels the
    migration in case an I/O error happens while it's being performed and
    allows migration without this flag. This flag can be possibly used for
    other error reasons that may be introduced in the future.
    cf6d56ac
virsh.pod 137.7 KB