Skip to content
Snippets Groups Projects
Commit af8d43d3 authored by Peter Lieven's avatar Peter Lieven Committed by Max Reitz
Browse files

qemu-img: avoid unaligned read requests during convert


in case of large continous areas that share the same allocation status
it happens that the value of s->sector_next_status is unaligned to the
cluster size or even request alignment of the source. Avoid this by
stripping down the s->sector_next_status position to cluster boundaries.

Signed-off-by: default avatarPeter Lieven <pl@kamp.de>
Message-Id: <20200901125129.6398-1-pl@kamp.de>
[mreitz: Disable vhdx for 251]
Signed-off-by: default avatarMax Reitz <mreitz@redhat.com>
parent 5eb9a3c7
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment