commit | 8689907266b649b757c2203d9652cbe928a3ae0b | [log] [tgz] |
---|---|---|
author | Vishvananda Ishaya <vishvananda@gmail.com> | Thu Jan 24 10:00:40 2013 -0800 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Jan 25 18:18:36 2013 +0100 |
tree | 765ca571cc265cfbcdc0a138c4eda9f8c15efc93 | |
parent | a26230218d7d66ec5cb1aec101ceaf0e7400ef7f [diff] |
block: Create proper size file for disk mirror The qmp monitor command to mirror a disk was passing -1 for size along with the disk's backing file. This size of the resulting disk is the size of the backing file, which is incorrect if the disk has been resized. Therefore we should always pass in the size of the current disk. Signed-off-by: Vishvananda Ishaya <vishvananda@gmail.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>