]> git.proxmox.com Git - qemu.git/commit - qapi-schema.json
mirror: add support for on-source-error/on-target-error
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 18 Oct 2012 14:49:28 +0000 (16:49 +0200)
committerKevin Wolf <kwolf@redhat.com>
Wed, 24 Oct 2012 08:26:22 +0000 (10:26 +0200)
commitb952b5589a36114e06201c0d2e82c293dbad2b1f
treec1ea734e0c3539c345a25a19844fd6bc66e46c7f
parent3bd293c3fdc8b4052b9fc357e0b28cba20e73099
mirror: add support for on-source-error/on-target-error

Error management is important for mirroring; otherwise, an error on the
target (even something as "innocent" as ENOSPC) requires to start again
with a full copy.  Similar to on_read_error/on_write_error, two separate
knobs are provided for on_source_error (reads) and on_target_error (writes).
The default is 'report' for both.

The 'ignore' policy will leave the sector dirty, so that it will be
retried later.  Thus, it will not cause corruption.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/mirror.c
block_int.h
blockdev.c
hmp.c
qapi-schema.json
qmp-commands.hx