Re: [Qemu-devel] No change in userland tools after resizing qcow2 image

2015-07-19 Thread Paolo Bonzini
On 19/07/2015 11:15, Taeha Kim wrote: > However, the "ls", “stat”, and “du” utility still don't know how many > change size of image is changed. That's not a bug. qcow2 images only need as much space as required, plus some for the metadata. This lets you use small files, and copy them around w

[Qemu-devel] No change in userland tools after resizing qcow2 image

2015-07-19 Thread Taeha Kim
Hello, There is no change in userland tools after resizing qcow2 image except file utility. For example when resize qcow2 image, the "file" utility is detectable increased size. However, the "ls", “stat”, and “du” utility still don't know how many change size of image is changed. The following