-
- Downloads
[SCSI] zfcp: Block FC transport rports early on errors
Use the I/O blocking mechanism in the FC transport class to allow faster failovers for multipathing: - Call fc_remote_port_delete early to set the rport to BLOCKED. - Check the rport status in queuecommand with fc_remote_portchkready to no longer accept new I/O for this port and fail the I/O with the appropriate scsi_cmnd result. - Implement the terminate_rport_io handler to abort all pending I/O requests - Return SCSI commands with DID_TRANSPORT_DISRUPTED while erp is running. - When updating the remote port status, check for late changes and update the remote ports status accordingly. Acked-by:Swen Schillig <swen@vnet.ibm.com> Signed-off-by:
Christof Schmitt <christof.schmitt@de.ibm.com> Signed-off-by:
James Bottomley <James.Bottomley@HansenPartnership.com>
Showing
- drivers/s390/scsi/zfcp_aux.c 3 additions, 1 deletiondrivers/s390/scsi/zfcp_aux.c
- drivers/s390/scsi/zfcp_def.h 3 additions, 1 deletiondrivers/s390/scsi/zfcp_def.h
- drivers/s390/scsi/zfcp_erp.c 11 additions, 45 deletionsdrivers/s390/scsi/zfcp_erp.c
- drivers/s390/scsi/zfcp_ext.h 5 additions, 1 deletiondrivers/s390/scsi/zfcp_ext.h
- drivers/s390/scsi/zfcp_fc.c 17 additions, 4 deletionsdrivers/s390/scsi/zfcp_fc.c
- drivers/s390/scsi/zfcp_fsf.c 2 additions, 1 deletiondrivers/s390/scsi/zfcp_fsf.c
- drivers/s390/scsi/zfcp_scsi.c 116 additions, 3 deletionsdrivers/s390/scsi/zfcp_scsi.c
Loading