[ovirt-users] Re: Get Disk used size

2019-04-10 Thread Eyal Shenitzky
Sure, You can navigate using the REST-API to the relevant disk, for e.g: http:///ovirt-engine/api/disks/ You have there 3 relevant disk attribute: - actual_size - used / allocated size - provisioned_size - virtual size - total_size - used / allocated size + snapshots size On Wed, Apr 10, 20

[ovirt-users] Re: Get Disk used size

2019-04-10 Thread Strahil
What type of storage is being used. If it's file based (NFS,Cluster , other POSIX compliant) you can use qemu-img info to check virtual and actual size of the disk. Still ,this method can be inaccurate. Best Regards, Strahil NikolovOn Apr 10, 2019 15:02, mustafa.taha.m...@gmail.com wrote: > > Hi