summary refs log tree commit diff stats
path: root/results/scraper/launchpad-without-comments/1006655
blob: b677a0e6967735512339ebee0a463794e9d5bf9e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
Can't convert to vmdk with the streamOptimized subformat

Hi all,
I'm trying to convert a qcow2 image file to the vmdk (on Ubuntu Server 12.04):

# qemu-img convert -f qcow2 -O vmdk -o Stream spv-2912.qcow2 spv-2912-3.vmdk -o subformat=streamOptimized
VMDK: can't write to allocated cluster for streamOptimized
qemu-img: error while writing sector 65: Input/output error

Same result with any input format. Others subformats work but the StreamOptimized it is by far the most important one. The only workaround I found is to migrate to raw and then to use VBoxManage (VirtualBox).