Re: [libvirt] using sync_manager with libvirt

2010-08-22 Thread Perry Myers
On 08/19/2010 01:23 PM, David Teigland wrote: On Thu, Aug 19, 2010 at 11:12:25AM -0400, David Teigland wrote: I'm only aware of one goal, and the current plan is to implement it correctly and completely. That goal is to lock vm images so if the vm happens to run on two hosts, only one

Re: [libvirt] using sync_manager with libvirt

2010-08-22 Thread Andrew Cathrow
- Perry Myers pmy...@redhat.com wrote: From: Perry Myers pmy...@redhat.com To: David Teigland teigl...@redhat.com Cc: libvir-list@redhat.com Sent: Sunday, August 22, 2010 12:13:16 PM GMT -05:00 US/Canada Eastern Subject: Re: [libvirt] using sync_manager with libvirt On

[libvirt] [PATCH REPOST] esx: Add read-only storage volume access

2010-08-22 Thread Matthias Bolte
This allows to list existing volumes and to retrieve information about them. --- src/esx/esx_driver.c | 112 +-- src/esx/esx_storage_driver.c | 433 +++- src/esx/esx_vi.c | 279 ++ src/esx/esx_vi.h