commit | dcfb3beb5130694b76b57de109619fcbf9c7e5b5 | [log] [tgz] |
---|---|---|
author | Fam Zheng <famz@redhat.com> | Mon Jun 08 13:56:09 2015 +0800 |
committer | Stefan Hajnoczi <stefanha@redhat.com> | Thu Jul 02 10:06:23 2015 +0100 |
tree | af8a045ab17230ead191ffba9886025c6b12a35e | |
parent | 0fc9f8ea2800b76eaea20a8a3a91fbeeb4bfa81b [diff] |
mirror: Do zero write on target if sectors not allocated If guest discards a source cluster, mirroring with bdrv_aio_readv is overkill. Some protocols do zero upon discard, where it's best to use bdrv_aio_write_zeroes, otherwise, bdrv_aio_discard will be enough. Signed-off-by: Fam Zheng <famz@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>