Re: [libvirt] [libvirt-glib 1/4] gobject: don't try to use pool's volumes before a successful refresh

2012-11-14 Thread Christophe Fergeau
On Wed, Nov 14, 2012 at 02:05:11PM +0100, Zeeshan Ali (Khattak) wrote: > On Wed, Nov 14, 2012 at 10:31 AM, Christophe Fergeau > wrote: > > On Tue, Nov 13, 2012 at 06:45:56PM +0100, Zeeshan Ali (Khattak) wrote: > >> On Tue, Nov 6, 2012 at 1:45 PM, Christophe Fergeau > >> wrote: > >> > gvir_storag

Re: [libvirt] [libvirt-glib 1/4] gobject: don't try to use pool's volumes before a successful refresh

2012-11-14 Thread Zeeshan Ali (Khattak)
On Wed, Nov 14, 2012 at 10:31 AM, Christophe Fergeau wrote: > On Tue, Nov 13, 2012 at 06:45:56PM +0100, Zeeshan Ali (Khattak) wrote: >> On Tue, Nov 6, 2012 at 1:45 PM, Christophe Fergeau >> wrote: >> > gvir_storage_pool_refresh must be called and must be successful before >> > trying to use gvir

Re: [libvirt] [libvirt-glib 1/4] gobject: don't try to use pool's volumes before a successful refresh

2012-11-14 Thread Christophe Fergeau
On Tue, Nov 13, 2012 at 06:45:56PM +0100, Zeeshan Ali (Khattak) wrote: > On Tue, Nov 6, 2012 at 1:45 PM, Christophe Fergeau > wrote: > > gvir_storage_pool_refresh must be called and must be successful before > > trying to use gvir_storage_pool_get_volume, > > gvir_storage_pool_get_volumes and gvi

Re: [libvirt] [libvirt-glib 1/4] gobject: don't try to use pool's volumes before a successful refresh

2012-11-13 Thread Zeeshan Ali (Khattak)
On Tue, Nov 6, 2012 at 1:45 PM, Christophe Fergeau wrote: > gvir_storage_pool_refresh must be called and must be successful before > trying to use gvir_storage_pool_get_volume, > gvir_storage_pool_get_volumes and gvir_storage_pool_create_volume. > As the storage pool refresh can fail for reasons e

Re: [libvirt] [libvirt-glib 1/4] gobject: don't try to use pool's volumes before a successful refresh

2012-11-13 Thread Christophe Fergeau
Ping for these 4 patches? On Tue, Nov 06, 2012 at 01:45:12PM +0100, Christophe Fergeau wrote: > gvir_storage_pool_refresh must be called and must be successful before > trying to use gvir_storage_pool_get_volume, > gvir_storage_pool_get_volumes and gvir_storage_pool_create_volume. > As the storage

[libvirt] [libvirt-glib 1/4] gobject: don't try to use pool's volumes before a successful refresh

2012-11-06 Thread Christophe Fergeau
gvir_storage_pool_refresh must be called and must be successful before trying to use gvir_storage_pool_get_volume, gvir_storage_pool_get_volumes and gvir_storage_pool_create_volume. As the storage pool refresh can fail for reasons external to libvirt/libvirt-gobject, the library user should check _