Re: [PATCH] vmdk:truncate more one sector in init extent

2024-10-20 Thread Zhipeng Lu
在 2024/10/19 0:31, Kevin Wolf 写道: Am 22.08.2024 um 12:52 hat luzhipeng geschrieben: issue:https://gitlab.com/qemu-project/qemu/-/issues/1357 empty vmdk only contains metadata, ovftool failed. So it allocates more one sector for empty disk. the ovftool command line: ovftool input.ovf output.ov

Re: [PATCH] vmdk:truncate more one sector in init extent

2024-10-18 Thread Kevin Wolf
Am 22.08.2024 um 12:52 hat luzhipeng geschrieben: > issue:https://gitlab.com/qemu-project/qemu/-/issues/1357 > empty vmdk only contains metadata, ovftool failed. > So it allocates more one sector for empty disk. the ovftool > command line: ovftool input.ovf output.ova > > Signed-off-by: luzhipeng

[PATCH] vmdk:truncate more one sector in init extent

2024-08-22 Thread luzhipeng
issue:https://gitlab.com/qemu-project/qemu/-/issues/1357 empty vmdk only contains metadata, ovftool failed. So it allocates more one sector for empty disk. the ovftool command line: ovftool input.ovf output.ova Signed-off-by: luzhipeng --- block/vmdk.c | 2 +- 1 file changed, 1 insertion(+), 1 d