
On Wed, May 03, 2017 at 05:11:29PM +0200, Andrea Bolognani wrote:
On Wed, 2017-05-03 at 09:19 +0200, Peter Krempa wrote:
+ <summary> + storage: Fix capacity value for LUKS encrypted volumes + </summary> + <description> + The 'capacity' value (e.g. guest logical size) for a LUKS volume is + smaller than the 'physical' value of the file in the file system, so + we need to account for that. + </description> Rather than this I'd mention the bug in the padding of data passed to qemu: 71890992daf37ec78b00b4ce873369421dc99731
Why not both? :)
However, I'm unable to find that commit in either libvirt's or QEMU's git repositories, are you sure it's correct? If you can point me to it I can definitely add an entry for it.
commit 71890992daf37ec78b00b4ce873369421dc99731 Author: Daniel P. Berrange <berrange@redhat.com> AuthorDate: 2017-05-02 11:32:43 +0100 Commit: Daniel P. Berrange <berrange@redhat.com> CommitDate: 2017-05-02 17:27:13 +0100 Fix padding of encrypted data git describe: v3.3.0-rc1-3-g7189099 contains: v3.3.0-rc2~2 http://libvirt.org/git/?p=libvirt.git;a=commitdiff;h=71890992daf37ec78b00b4c... Jan