Re: Re: [PATCH] Reduce delays to improve iscsi boot performance

2018-04-24 Thread Zhou Yun
Ulrich, Thanks for your comments. Please see inline: On Mon, Apr 23, 2018 at 1:55 AM, Ulrich Windl < ulrich.wi...@rz.uni-regensburg.de> wrote: > >>> The Lee-Man schrieb am 16.04.2018 um 23:57 > in > Nachricht <59dd48da-66d2-44c0-a2ef-669e1897f...@googlegroups.com>: > >

Antw: Re: [PATCH] Reduce delays to improve iscsi boot performance

2018-04-23 Thread Ulrich Windl
>>> The Lee-Man schrieb am 16.04.2018 um 23:57 in Nachricht <59dd48da-66d2-44c0-a2ef-669e1897f...@googlegroups.com>: > On Monday, April 16, 2018 at 2:38:01 PM UTC-7, The Lee-Man wrote: >> >> On Friday, April 13, 2018 at 3:19:11 PM UTC-7, cathy.z...@oracle.com >> wrote:

Re: [PATCH] Reduce delays to improve iscsi boot performance

2018-04-16 Thread Zhou Yun
Leeman, Thanks very much for your comments. See inline: On Mon, Apr 16, 2018 at 2:38 PM, The Lee-Man wrote: ... >> -retry: >> -rc = iscsid_exec_req(, , 0, ISCSID_REQ_TIMEOUT); >> /* >> - * handle race where iscsid proc is starting up while we

Re: [PATCH] Reduce delays to improve iscsi boot performance

2018-04-16 Thread The Lee-Man
On Monday, April 16, 2018 at 2:38:01 PM UTC-7, The Lee-Man wrote: > > On Friday, April 13, 2018 at 3:19:11 PM UTC-7, cathy.z...@oracle.com > wrote: >> >> From: Cathy Zhou >> >> iscsi boot performance can be improved by sleep() with finer >> grained interval and

Re: [PATCH] Reduce delays to improve iscsi boot performance

2018-04-16 Thread The Lee-Man
On Friday, April 13, 2018 at 3:19:11 PM UTC-7, cathy.z...@oracle.com wrote: > > From: Cathy Zhou > > iscsi boot performance can be improved by sleep() with finer > grained interval and exponential backoff. > > Signed-off-by: Cathy Zhou > --- >