[PATCH 04/20] scsi_dh_alua: call alua_rtpg() if stpg fails

2015-12-07 Thread Hannes Reinecke
If the call to SET TARGET PORT GROUPS fails we have no idea what state the array is left in, so we need to issue a call to REPORT TARGET PORT GROUPS in these cases. Signed-off-by: Hannes Reinecke --- drivers/scsi/device_handler/scsi_dh_alua.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a

Re: [PATCH 04/20] scsi_dh_alua: call alua_rtpg() if stpg fails

2015-12-30 Thread Christoph Hellwig
On Tue, Dec 08, 2015 at 08:37:24AM +0100, Hannes Reinecke wrote: > If the call to SET TARGET PORT GROUPS fails we have no idea what > state the array is left in, so we need to issue a call to > REPORT TARGET PORT GROUPS in these cases. Reviewed-by: Christoph Hellwig -- To unsubscribe from this li