summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorMike Christie <michaelc@cs.wisc.edu>2011-10-06 04:14:45 -0500
committerMike Christie <michaelc@cs.wisc.edu>2011-10-06 04:14:45 -0500
commitca6328cfaf44e7f6a525906677bfbf513a756b2e (patch)
treecec65c013f746ed8d0d99cf5f3820fbfb08dab2a /TODO
parent5383b4b373bdea6cc50b2099201dde33de80d145 (diff)
downloadopen-iscsi-ca6328cfaf44e7f6a525906677bfbf513a756b2e.tar.gz
iscsid: print out more informative error string for kernel errors
Patch originally from Aastha Mehta. This has iscsid print out a text string that should hopefully be more clear than just the iscsi error value we have been printing when we get a error from the kernel.
Diffstat (limited to 'TODO')
-rw-r--r--TODO17
1 files changed, 0 insertions, 17 deletions
diff --git a/TODO b/TODO
index 06777c4..aea957f 100644
--- a/TODO
+++ b/TODO
@@ -333,23 +333,6 @@ and it would be best to just stop openening a socket per login request.
---------------------------------------------------------------------------
-5. Make iSCSI log messages humanly readable. In many cases the iscsi tools
-will log a error number value. The most well known is conn error 1011.
-Users should not have to search on google for what this means.
-
-We should:
-
-1. Write a simple table to convert the error values to a string and print
-them out.
-
-2. Document the values, how you commonly hit them and common solutions
-in the iSCSI docs.
-
-
-See session_conn_error and __check_iscsi_status_class as a start.
-
----------------------------------------------------------------------------
-
6. Implement broadcast/multicasts support, so the initiator can
find iSNS servers without the user having to set the iSNS server address.