10.4.7.2. Sense Data
10.4.7.2. 센스 데이터
The Sense Data contains detailed information about a check condition and [SPC3] specifies the format and content of the Sense Data.
Sense Data에는 검사 조건에 대한 자세한 정보가 포함되어 있으며 [SPC3]은 Sense Data의 형식과 내용을 지정합니다.
Certain iSCSI conditions result in the command being terminated at the target (response Command Completed at Target) with a SCSI Check Condition Status as outlined in the next table:
특정 iSCSI 조건에서는 다음 표에 설명된 대로 SCSI 검사 조건 상태와 함께 타겟에서 명령이 종료됩니다 (타겟에서 응답 명령 완료):
+--------------------------+----------+---------------------------+
| iSCSI Condition |Sense | Additional Sense Code & |
| |Key | Qualifier |
+--------------------------+----------+---------------------------+
| Unexpected unsolicited |Aborted | ASC = 0x0c ASCQ = 0x0c |
| data |Command-0B| Write Error |
+--------------------------+----------+---------------------------+
| Incorrect amount of data |Aborted | ASC = 0x0c ASCQ = 0x0d |
| |Command-0B| Write Error |
+--------------------------+----------+---------------------------+
| Protocol Service CRC |Aborted | ASC = 0x47 ASCQ = 0x05 |
| error |Command-0B| CRC Error Detected |
+--------------------------+----------+---------------------------+
| SNACK rejected |Aborted | ASC = 0x11 ASCQ = 0x13 |
| |Command-0B| Read Error |
+--------------------------+----------+---------------------------+
The target reports the "Incorrect amount of data" condition if during data output the total data length to output is greater than FirstBurstLength and the initiator sent unsolicited non-immediate data but the total amount of unsolicited data is different than FirstBurstLength.
데이터 출력 중에 출력할 총 데이터 길이가 FirstBurstLength보다 크고 이니시에이터가 요청하지 않은 비즉각적 데이터를 보냈지만 요청하지 않은 데이터의 총 양이 FirstBurstLength와 다른 경우 타겟은 "잘못된 데이터 양" 조건을 보고합니다.
The target reports the same error when the amount of data sent as a reply to an R2T does not match the amount requested.
타겟은 R2T에 대한 응답으로 보낸 데이터 양이 요청한 양과 일치하지 않을 때 동일한 오류를 보고합니다.