Re: [PATCH 2/3] scsi_dh_alua: Do not retry for unmapped device

2017-04-28 Thread Martin Wilck
Hi Bart, On Fri, 2017-04-28 at 18:42 +, Bart Van Assche wrote: > On Fri, 2017-04-28 at 15:06 +0200, Martin Wilck wrote: > > From: Hannes Reinecke > > > > If a device becomes unmapped on the target we should be returning > > SCSI_DH_DEV_OFFLINED. > > > > Signed-off-by: Hannes Reinecke > > R

Re: [PATCH 2/3] scsi_dh_alua: Do not retry for unmapped device

2017-04-28 Thread Bart Van Assche
On Fri, 2017-04-28 at 15:06 +0200, Martin Wilck wrote: > From: Hannes Reinecke > > If a device becomes unmapped on the target we should be returning > SCSI_DH_DEV_OFFLINED. > > Signed-off-by: Hannes Reinecke > Reviewed-by: Martin Wilck Hello Hannes and Martin, Have you considered to add "Cc:

[PATCH 2/3] scsi_dh_alua: Do not retry for unmapped device

2017-04-28 Thread Martin Wilck
From: Hannes Reinecke If a device becomes unmapped on the target we should be returning SCSI_DH_DEV_OFFLINED. Signed-off-by: Hannes Reinecke Reviewed-by: Martin Wilck --- drivers/scsi/device_handler/scsi_dh_alua.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/dr