Re: [PATCH 1/3] scsi_dh_alua: Do not modify the interval value for retries

2017-05-01 Thread Hannes Reinecke
On 04/28/2017 08:35 PM, Bart Van Assche wrote: > On Fri, 2017-04-28 at 15:06 +0200, Martin Wilck wrote: >> @@ -886,7 +883,7 @@ static bool alua_rtpg_queue(struct alua_port_group *pg, >> force = true; >> } >> if (pg->rtpg_sdev == NULL) { >> -pg->interval = 0; >> +

Re: [PATCH 1/3] scsi_dh_alua: Do not modify the interval value for retries

2017-04-28 Thread Martin Wilck
On Fri, 2017-04-28 at 18:35 +, Bart Van Assche wrote: > On Fri, 2017-04-28 at 15:06 +0200, Martin Wilck wrote: > > @@ -886,7 +883,7 @@ static bool alua_rtpg_queue(struct > > alua_port_group *pg, > >   force = true; > >   } > >   if (pg->rtpg_sdev == NULL) { > > - pg->int

Re: [PATCH 1/3] scsi_dh_alua: Do not modify the interval value for retries

2017-04-28 Thread Bart Van Assche
On Fri, 2017-04-28 at 15:06 +0200, Martin Wilck wrote: > @@ -886,7 +883,7 @@ static bool alua_rtpg_queue(struct alua_port_group *pg, > force = true; > } > if (pg->rtpg_sdev == NULL) { > - pg->interval = 0; > + pg->interval = 2; > pg->f