summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMike Christie <michaelc@cs.wisc.edu>2008-02-21 13:34:33 -0600
committerMike Christie <michaelc@cs.wisc.edu>2008-02-21 13:34:33 -0600
commita37c73fda80f962883bb4ff0e1ab068c4d8b9b49 (patch)
tree44dab0f9aa7394f84eb8da8b2965fb1dce9b5482 /README
parent15969e5b4289ad2b7c49fabbd876dbef2b51b0fd (diff)
downloadopen-iscsi-a37c73fda80f962883bb4ff0e1ab068c4d8b9b49.tar.gz
Add more checks for invalid record updates.
Some values like target name or ip address should be changed. This adds some checks in idbm.c for this. Some values like iface bind info should only be modified in iface mode. This patch adds some checks to iscsiadm.c for this. This also adds a log message if we have to log out a session before deleting its record.
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 4 insertions, 1 deletions
diff --git a/README b/README
index 88178a4..10ec686 100644
--- a/README
+++ b/README
@@ -246,7 +246,10 @@ Usage: iscsiadm [OPTION]
op could be one of:
[new], [delete], [update] or [show]. In case of
[update], you have to provide [name] and [value]
- you wish to update
+ you wish to update.
+ [delete] - Note that if a session is using the
+ node record, the session will be logged out then
+ the record will be deleted.
Print level can be 0 to 1.