mirror of
git://git.proxmox.com/git/qemu-server.git
synced 2025-01-25 06:03:52 +03:00
1e0074c437
Clarify why a cancel is actually not really canceling here, because we're already finished with storage migration and the block jobs are all in ready state and we (source) are going to stop soon to hand over to target. > Note that if you issue 'block-job-cancel' after 'drive-mirror' has > indicated (via the event BLOCK_JOB_READY) that the source and > destination are synchronized, then the event triggered by this > command changes to BLOCK_JOB_COMPLETED, to indicate that the > mirroring has ended and the destination now has a point-in-time > copy tied to the time of the cancellation -- qapi/block-core.json (QEMU 4.2) Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>