summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorsonukumar159842@gmail.com <sonukumar159842@gmail.com>2020-09-25 09:28:36 +0000
committerLee Duncan <lduncan@suse.com>2020-10-13 14:06:57 -0700
commit348f093311f289635f9e85129aad944ffe1eda91 (patch)
tree86368e563dbebbfeb0d7acc3cdba0903dfef19c0 /TODO
parenta8fcb3737cabcf79a3a3663f43930a158d606782 (diff)
downloadopen-iscsi-348f093311f289635f9e85129aad944ffe1eda91.tar.gz
TODO: Update to todo list.
This patch is to update the todo list. Tasks are suggested by The Lee-Man
Diffstat (limited to 'TODO')
-rw-r--r--TODO13
1 files changed, 13 insertions, 0 deletions
diff --git a/TODO b/TODO
index 7328180..a3d1d91 100644
--- a/TODO
+++ b/TODO
@@ -377,3 +377,16 @@ I am working on this one. Hopefully it should be done soon.
it gets out of sync with the kernel version, and that's not good.
---------------------------------------------------------------------------
+
+13. Node database
+
+Current implementation of node data is not scalable. It handles database using
+some bunch of files and directories. It has not locking and can not handle
+thousands of targets.
+
+---------------------------------------------------------------------------
+
+14. Migration of duplicate functionality out of iscsid/iscsiadm into libopeniscsi
+and add better error handling .
+
+---------------------------------------------------------------------------