commit | 9000bcd649b26aef4c35d2941f8a65f05bbb9ee1 | [log] [tgz] |
---|---|---|
author | Mike Christie <michaelc@cs.wisc.edu> | Thu Dec 13 12:43:32 2007 -0600 |
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | Fri Jan 11 18:28:38 2008 -0600 |
tree | 083baa69d22c295dfbc76127604efcda0894d871 | |
parent | bca1088a8194f4fc850b65ea4f324c15d47d3cc3 [diff] |
[SCSI] libiscsi: Do not fail commands immediately during logout If the target requests a logout, then we do not want to fail commands to scsi-ml right away. This patch just fails in pending commands for a requeue immediately, and then lets iscsid handle running commands like normal recovery. Signed-off-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>