iSCSI Redirect support
This patch adds support for persistant portals like they are common to storage arrays with different interfaces or physical members.
This commit is contained in:
@@ -231,6 +231,7 @@ enum scsi_status {
|
||||
SCSI_STATUS_GOOD = 0,
|
||||
SCSI_STATUS_CHECK_CONDITION = 2,
|
||||
SCSI_STATUS_RESERVATION_CONFLICT = 0x18,
|
||||
SCSI_STATUS_REDIRECT = 0x101,
|
||||
SCSI_STATUS_CANCELLED = 0x0f000000,
|
||||
SCSI_STATUS_ERROR = 0x0f000001
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user