Re: [Qemu-devel] regarding qcow2metadata

2012-03-11 Thread PANKAJ RAWAT
yes ofcourse here is the output *[root@t06 p]# ls -lsh* *total 1.4M* *1.4M -rw-r--r-- 1 root root 8.1G Mar 12 09:10 guest* On Wed, Mar 7, 2012 at 10:00 PM, Mulyadi Santosa wrote: > have you double checked by using "ls -lsh" command? :) > -- *Pankaj Rawat*

Re: [Qemu-devel] regarding qcow2metadata

2012-03-07 Thread Mulyadi Santosa
Hi... On Wed, Mar 7, 2012 at 14:11, PANKAJ RAWAT wrote: > [root@t06 p]# ls -lh > total 1.4M > -rw-r--r-- 1 root root 8.1G Mar  7 12:43 guest > > is there is any way to allocate metadata to half size or predefined size ? > i.e 4GB will be allocated and rest 4GB can be allocated dynamically have y

[Qemu-devel] regarding qcow2metadata

2012-03-06 Thread PANKAJ RAWAT
Hi all *qemu-img create -f qcow2 -o preallocation=metadata guest 8G* The above command will alllocate all the 8GB to the diskimage. means *[root@t06 p]# ls -lh* *total 1.4M* *-rw-r--r-- 1 root root 8.1G Mar 7 12:43 guest* * * is there is any way to allocate metadata to half size or predefined si