Re: [libvirt] [PATCH 1/5] Add virDomainGetBlockInfo API to query disk sizing

2010-04-28 Thread Daniel P. Berrange
On Tue, Apr 27, 2010 at 04:16:24PM -0600, Eric Blake wrote: > On 04/27/2010 01:34 PM, Daniel P. Berrange wrote: > > Some applications need to be able to query a guest's disk info, > > even for paths not managed by the storage pool APIs. This adds > > a very simple API to get this information, model

Re: [libvirt] [PATCH 1/5] Add virDomainGetBlockInfo API to query disk sizing

2010-04-27 Thread Eric Blake
On 04/27/2010 01:34 PM, Daniel P. Berrange wrote: > Some applications need to be able to query a guest's disk info, > even for paths not managed by the storage pool APIs. This adds > a very simple API to get this information, modelled on the > virStorageVolGetInfo API, but with an extra field 'phys

[libvirt] [PATCH 1/5] Add virDomainGetBlockInfo API to query disk sizing

2010-04-27 Thread Daniel P. Berrange
Some applications need to be able to query a guest's disk info, even for paths not managed by the storage pool APIs. This adds a very simple API to get this information, modelled on the virStorageVolGetInfo API, but with an extra field 'physical'. Normally 'physical' and 'allocation' will be identi