Re: [Qemu-devel] [RFC][PATCH] qemu-img: make convert async

2017-02-13 Thread Peter Lieven
Am 12.02.2017 um 03:06 schrieb Max Reitz: On 02.02.2017 17:06, Peter Lieven wrote: this is something I have been thinking about for almost 2 years now. we heavily have the following two use cases when using qemu-img convert. a) reading from NFS and writing to iSCSI for deploying templates b) r

Re: [Qemu-devel] [RFC][PATCH] qemu-img: make convert async

2017-02-12 Thread Fam Zheng
On Sun, 02/12 03:06, Max Reitz wrote: > On 02.02.2017 17:06, Peter Lieven wrote: > > this is something I have been thinking about for almost 2 years now. > > we heavily have the following two use cases when using qemu-img convert. > > > > a) reading from NFS and writing to iSCSI for deploying temp

Re: [Qemu-devel] [RFC][PATCH] qemu-img: make convert async

2017-02-11 Thread Max Reitz
On 02.02.2017 17:06, Peter Lieven wrote: > this is something I have been thinking about for almost 2 years now. > we heavily have the following two use cases when using qemu-img convert. > > a) reading from NFS and writing to iSCSI for deploying templates > b) reading from iSCSI and writing to NFS

Re: [Qemu-devel] [RFC][PATCH] qemu-img: make convert async

2017-02-02 Thread no-reply
Hi, Your series failed automatic build test. Please find the testing commands and their output below. If you have docker installed, you can probably reproduce it locally. Type: series Subject: [Qemu-devel] [RFC][PATCH] qemu-img: make convert async Message-id: 1486051604-32310-1-git-send-email

Re: [Qemu-devel] [RFC][PATCH] qemu-img: make convert async

2017-02-02 Thread no-reply
Hi, Your series seems to have some coding style problems. See output below for more information: Type: series Subject: [Qemu-devel] [RFC][PATCH] qemu-img: make convert async Message-id: 1486051604-32310-1-git-send-email...@kamp.de === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total=$(git

[Qemu-devel] [RFC][PATCH] qemu-img: make convert async

2017-02-02 Thread Peter Lieven
this is something I have been thinking about for almost 2 years now. we heavily have the following two use cases when using qemu-img convert. a) reading from NFS and writing to iSCSI for deploying templates b) reading from iSCSI and writing to NFS for backups In both processes we use libiscsi and