commit | eb39d34004888afcc0a44d9c36383cd69fa3b3b9 | [log] [tgz] |
---|---|---|
author | Nicholas Bellinger <nab@linux-iscsi.org> | Tue Jul 26 16:59:00 2011 -0700 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Wed Aug 17 00:50:02 2011 +0000 |
tree | ad00a2a971d35afc7005fc412d6bc46dcaa88f9a | |
parent | 93ee7a9340d64f20295aacc3fb6a22b759323280 [diff] |
target: Change TCM_NON_EXISTENT_LUN response to ASC=LOGICAL UNIT NOT SUPPORTED This patch changes transport_send_check_condition_and_sense() for TCM_NON_EXISTENT_LUN emulation to use 0x25 (LOGICAL UNIT NOT SUPPORTED) instead of the original 0x20 (INVALID COMMAND OPERATION CODE). This is helpful to distinguish between TCM_UNSUPPORTED_SCSI_OPCODE ASC=0x20 exceptions. Signed-off-by: Nicholas A. Bellinger <nab@risingtidesystems.com>