Re: [ovirt-users] Template Size different in dashboard and storage...

2014-09-09 Thread Prasad Mukhedkar
On 09/08/2014 08:41 PM, Punit Dambiwal wrote: Hi Prasad, Yes..I am running Ovirt 3.4 but still didn't find the scripts on the location :- --- [root@cloud-mgmt dbscripts]# sh engine-psql.sh -c select vm_name, image_group_id,image_guid from vm_device, vm_static,images where

Re: [ovirt-users] Template Size different in dashboard and storage...

2014-09-09 Thread Sven Kieske
You want to use ls -lsh or even ls -lash keep in mind these are sparse files. for more information on this topic read the man page for ls or google for ls and sparse files HTH On 08/09/14 05:37, Punit Dambiwal wrote: I have made one Centos template from one of my running virtual

Re: [ovirt-users] Template Size different in dashboard and storage...

2014-09-08 Thread Prasad Mukhedkar
On 09/08/2014 01:53 PM, Punit Dambiwal wrote: I didn't find this script engine-psql.sh in my engine server,would you mind to let me know the exact path for this script file... If you're on 3.4, You will fine the above script at /usr/share/ovirt-engine/dbscripts location on your ovirt engine

Re: [ovirt-users] Template Size different in dashboard and storage...

2014-09-08 Thread Punit Dambiwal
Hi Prasad, Yes..I am running Ovirt 3.4 but still didn't find the scripts on the location :- --- [root@cloud-mgmt dbscripts]# sh engine-psql.sh -c select vm_name, image_group_id,image_guid from vm_device, vm_static,images where vm_name in('CentOS') and vm_device.type='disk' and