Re: [Xen-devel] [PATCH for-4.6] libxl: increase hotplug timeout to 40s

2015-08-05 Thread Ian Campbell
On Tue, 2015-08-04 at 11:26 +0100, Wei Liu wrote: > On Tue, Aug 04, 2015 at 12:02:55PM +0200, Roger Pau Monne wrote: > > The default libxl timeout for hotplug scripts execution is too low, > > when > > launching 40 HVM guests in parallel, all using the same file as disk, > > execution times of ~20

Re: [Xen-devel] [PATCH for-4.6] libxl: increase hotplug timeout to 40s

2015-08-04 Thread Wei Liu
On Tue, Aug 04, 2015 at 12:02:55PM +0200, Roger Pau Monne wrote: > The default libxl timeout for hotplug scripts execution is too low, when > launching 40 HVM guests in parallel, all using the same file as disk, > execution times of ~20s are expected. Increase the timeout to 40s in order > to be su