Displaying 1 result from an estimated 1 matches for "v2vovle834c2".
2017 Sep 11
0
Re: virt-v2v stuck EDAC sbridge
...libguestfs: trace: disk_create "/var/tmp/glance.hzY7jr/sda" "raw" 42949672960 "preallocation:sparse"
> libguestfs: trace: disk_create = 0
> qemu-img 'convert' '-p' '-n' '-f' 'qcow2' '-O' 'raw' '/var/tmp/v2vovle834c2.qcow2' '/var/tmp/glance.hzY7jr/sda'
Assuming that it hasn't run out of space on /var/tmp, it's probably
doing stuff here, just slowly or lumpily. Since qemu-img creates
sparseness, not writing to the output file (for short-ish periods) is
expected, since it will be skipping ov...