Re: [libvirt] [PATCH 0/3] esx: Storage volume up- and download

2012-07-03 Thread Matthias Bolte
2012/7/3 Doug Goldstein car...@gentoo.org: On Mon, Jul 2, 2012 at 4:44 PM, Matthias Bolte matthias.bo...@googlemail.com wrote: I started the download part and the stream driver quite a while ago but stopped and put it aside as I realized that the storage volume API up- and download functions

Re: [libvirt] [PATCH 0/3] esx: Storage volume up- and download

2012-07-03 Thread Daniel P. Berrange
On Tue, Jul 03, 2012 at 09:51:52PM +0200, Matthias Bolte wrote: 2012/7/3 Doug Goldstein car...@gentoo.org: On Mon, Jul 2, 2012 at 4:44 PM, Matthias Bolte matthias.bo...@googlemail.com wrote: I started the download part and the stream driver quite a while ago but stopped and put it aside

Re: [libvirt] [PATCH 0/3] esx: Storage volume up- and download

2012-07-03 Thread Matthias Bolte
2012/7/3 Daniel P. Berrange berra...@redhat.com: On Tue, Jul 03, 2012 at 09:51:52PM +0200, Matthias Bolte wrote: 2012/7/3 Doug Goldstein car...@gentoo.org: On Mon, Jul 2, 2012 at 4:44 PM, Matthias Bolte matthias.bo...@googlemail.com wrote: I started the download part and the stream driver

[libvirt] [PATCH 0/3] esx: Storage volume up- and download

2012-07-02 Thread Matthias Bolte
I started the download part and the stream driver quite a while ago but stopped and put it aside as I realized that the storage volume API up- and download functions assume one file per volume. This is a problem with ESX as a VMDK can consist of two files. To solve this now I added two new flags:

Re: [libvirt] [PATCH 0/3] esx: Storage volume up- and download

2012-07-02 Thread Doug Goldstein
On Mon, Jul 2, 2012 at 4:44 PM, Matthias Bolte matthias.bo...@googlemail.com wrote: I started the download part and the stream driver quite a while ago but stopped and put it aside as I realized that the storage volume API up- and download functions assume one file per volume. This is a