Re: [libvirt] [PATCH v3 31/31] virsh: Implement sparse stream to vol-upload

2017-05-17 Thread John Ferlan
On 05/16/2017 10:04 AM, Michal Privoznik wrote: > Similarly to previous commit, implement sparse streams feature > for vol-upload. This is, however, slightly different approach, > because we must implement a function that will tell us whether > we are in a data section or in a hole. But there's n

[libvirt] [PATCH v3 31/31] virsh: Implement sparse stream to vol-upload

2017-05-16 Thread Michal Privoznik
Similarly to previous commit, implement sparse streams feature for vol-upload. This is, however, slightly different approach, because we must implement a function that will tell us whether we are in a data section or in a hole. But there's no magic hidden in here. Signed-off-by: Michal Privoznik