qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] qemu-img crash when resize a qcow2 file created with preall


From: Changlimin
Subject: [Qemu-devel] qemu-img crash when resize a qcow2 file created with preallocation=full/falloc .
Date: Tue, 24 Oct 2017 03:28:33 +0000

Hi,
I am glad to see that qcow2 file created with preallocation=full/falloc can be 
resized. But when I test it, qemu-img crashs.
qemu-img: block/qcow2-refcount.c:530: qcow2_refcount_area: Assertion 
`!(start_offset % s->cluster_size)' failed.

These are commands:
qemu-img create -f qcow2 -o preallocation=full full.img 1G
qemu-img resize --preallocation=full full.img +1G

BR
Chang Limin


reply via email to

[Prev in Thread] Current Thread [Next in Thread]