xapi-project / vhd-tool

Command-line tools for streaming and manipulating vhd format data
Other
8 stars 26 forks source link

Merge of qemu-datapath into REQ477/master branch #53

Closed gaborigloi closed 6 years ago

gaborigloi commented 6 years ago

Catch EAGAIN from sendfile and retry - this has fixed an intermittent issue in our stress test where VDI export failed randomly with an EAGAIN Unix exception.

All the examples of using sendfile I've found do some kind of retry when getting the EAGAIN error.

Signed-off-by: Gabor Igloi gabor.igloi@citrix.com