|
@@ -1774,6 +1774,9 @@ void transport_generic_request_failure(struct se_cmd *cmd,
|
|
case TCM_OUT_OF_RESOURCES:
|
|
case TCM_OUT_OF_RESOURCES:
|
|
cmd->scsi_status = SAM_STAT_TASK_SET_FULL;
|
|
cmd->scsi_status = SAM_STAT_TASK_SET_FULL;
|
|
goto queue_status;
|
|
goto queue_status;
|
|
|
|
+ case TCM_LUN_BUSY:
|
|
|
|
+ cmd->scsi_status = SAM_STAT_BUSY;
|
|
|
|
+ goto queue_status;
|
|
case TCM_RESERVATION_CONFLICT:
|
|
case TCM_RESERVATION_CONFLICT:
|
|
/*
|
|
/*
|
|
* No SENSE Data payload for this case, set SCSI Status
|
|
* No SENSE Data payload for this case, set SCSI Status
|