xapi-project / vhd-tool

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

[Merge qemu-datapath/ Catch EAGAIN from sendfile and retry #54

Closed edwintorok closed 6 years ago

edwintorok commented 6 years ago

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