Re: [libvirt] [PATCH 3/6] storage:dir: adapts .uploadVol .dowloadVol for ploop volume

2016-02-22 Thread Ján Tomko
On Thu, Feb 18, 2016 at 06:17:09PM +0300, Olga Krishtal wrote: > On 18/02/16 16:57, Ján Tomko wrote: > > On Wed, Feb 17, 2016 at 02:40:02PM +0300, Olga Krishtal wrote: > >> In case of ploop volume, target path of the volume is the path to the > >> directory that contains image file named root.hds a

Re: [libvirt] [PATCH 3/6] storage:dir: adapts .uploadVol .dowloadVol for ploop volume

2016-02-18 Thread Olga Krishtal
On 18/02/16 16:57, Ján Tomko wrote: On Wed, Feb 17, 2016 at 02:40:02PM +0300, Olga Krishtal wrote: In case of ploop volume, target path of the volume is the path to the directory that contains image file named root.hds and DiskDescriptor.xml. While using uploadVol and downloadVol callbacks we ne

Re: [libvirt] [PATCH 3/6] storage:dir: adapts .uploadVol .dowloadVol for ploop volume

2016-02-18 Thread Ján Tomko
On Wed, Feb 17, 2016 at 02:40:02PM +0300, Olga Krishtal wrote: > In case of ploop volume, target path of the volume is the path to the > directory that contains image file named root.hds and DiskDescriptor.xml. > While using uploadVol and downloadVol callbacks we need to open root.hds > itself. To

Re: [libvirt] [PATCH 3/6] storage:dir: adapts .uploadVol .dowloadVol for ploop volume

2016-02-18 Thread Nikolay Shirokovskiy
On 17.02.2016 14:40, Olga Krishtal wrote: > In case of ploop volume, target path of the volume is the path to the > directory that contains image file named root.hds and DiskDescriptor.xml. > While using uploadVol and downloadVol callbacks we need to open root.hds > itself. To accomplish this goa

[libvirt] [PATCH 3/6] storage:dir: adapts .uploadVol .dowloadVol for ploop volume

2016-02-17 Thread Olga Krishtal
In case of ploop volume, target path of the volume is the path to the directory that contains image file named root.hds and DiskDescriptor.xml. While using uploadVol and downloadVol callbacks we need to open root.hds itself. To accomplish this goal we must change path from path/to/ploop directory t

Re: [libvirt] [PATCH 3/6] storage:dir: adapts .uploadVol .dowloadVol for ploop volume

2016-02-10 Thread Nikolay Shirokovskiy
On 09.02.2016 16:52, Olga Krishtal wrote: > In case of ploop volume, target path of the volume is the path to the > directory that contains image file named root.hds and DiskDescriptor.xml. > While using uploadVol and downloadVol callbacks we need to open root.hds > itself. To accomplish this goa

[libvirt] [PATCH 3/6] storage:dir: adapts .uploadVol .dowloadVol for ploop volume

2016-02-09 Thread Olga Krishtal
In case of ploop volume, target path of the volume is the path to the directory that contains image file named root.hds and DiskDescriptor.xml. While using uploadVol and downloadVol callbacks we need to open root.hds itself. To accomplish this goal we must change path from path/to/ploop directory t