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*
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
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