commit | 3efffc3292d94271a15b1606b4a56adf6c6f04ed | [log] [tgz] |
---|---|---|
author | Radoslav Gerganov <rgerganov@vmware.com> | Thu Sep 10 10:53:14 2015 +0300 |
committer | Kevin Wolf <kwolf@redhat.com> | Mon Sep 14 16:51:37 2015 +0200 |
tree | 4aeb3c382ee9739db8ee9eb595ea537ca44583db | |
parent | 097b500c2dff7addfcd5f4c8a111f6bfd0cb3977 [diff] |
vmdk: Fix next_cluster_sector for compressed write When the VMDK is streamOptimized (or compressed), the next_cluster_sector must not be incremented by a fixed number of sectors. Instead of this, it must be rounded up to the next consecutive sector. Fixing this results in much smaller compressed images. Signed-off-by: Radoslav Gerganov <rgerganov@vmware.com> Reviewed-by: Fam Zheng <famz@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>