Re: [libvirt] ESX: Check if a datastore is accessible before accessing its URL property

2009-09-23 Thread Daniel Veillard
On Wed, Sep 16, 2009 at 06:59:32PM +0200, Matthias Bolte wrote: > An inaccessible datastore has no valid URL property. > > * src/esx/esx_vi.c: esxVI_LookupDatastoreByName(): check if datastore is > accessible before accessing its URL property > * src/esx/esx_vmx.c: update to changed datastore pr

Re: [libvirt] ESX: Check if a datastore is accessible before accessing its URL property

2009-09-21 Thread Daniel P. Berrange
On Wed, Sep 16, 2009 at 06:59:32PM +0200, Matthias Bolte wrote: > An inaccessible datastore has no valid URL property. > > * src/esx/esx_vi.c: esxVI_LookupDatastoreByName(): check if datastore is > accessible before accessing its URL property > * src/esx/esx_vmx.c: update to changed datastore pr

[libvirt] ESX: Check if a datastore is accessible before accessing its URL property

2009-09-16 Thread Matthias Bolte
An inaccessible datastore has no valid URL property. * src/esx/esx_vi.c: esxVI_LookupDatastoreByName(): check if datastore is accessible before accessing its URL property * src/esx/esx_vmx.c: update to changed datastore properties PS: This patch has to be applied after the 12er patch series. M