[PATCH] Update README for removal of DBM requirement

2012-11-01 Thread Andy Grover
Removed in 093b1f4 (2006)

Signed-off-by: Andy Grover agro...@redhat.com
---
 README |   23 ++-
 1 files changed, 14 insertions(+), 9 deletions(-)

diff --git a/README b/README
index 7364b2d..ec22098 100644
--- a/README
+++ b/README
@@ -159,15 +159,20 @@ Usage: iscsid [OPTION]
 5. Open-iSCSI Configuration Utility
 ===
 
-Open-iSCSI persistent configuration is implemented as a DBM database
-available on all Linux installations.
-
-The database contains two tables:
-
-- Discovery table (/etc/iscsi/send_targets);
-- Node table (/etc/iscsi/nodes).
-
-The regular place for iSCSI database files: /etc/iscsi/nodes
+Open-iSCSI persistent configuration is stored in a number of
+directories under a configuration root directory, using a flat-file
+format. This configuration root directory is /etc/iscsi by default,
+but may also commonly be in /var/lib/iscsi.
+
+Configuration is contained in directories for:
+
+- nodes
+- slp
+- isns
+- static
+- fw
+- send_targets
+- ifaces
 
 The iscsiadm utility is a command-line tool to manage (update, delete,
 insert, query) the persistent database.
-- 
1.7.1

-- 
You received this message because you are subscribed to the Google Groups 
open-iscsi group.
To post to this group, send email to open-iscsi@googlegroups.com.
To unsubscribe from this group, send email to 
open-iscsi+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/open-iscsi?hl=en.



Re: [PATCH] Update README for removal of DBM requirement

2012-11-01 Thread Mike Christie
On 10/24/2012 05:37 PM, Andy Grover wrote:
 Removed in 093b1f4 (2006)
 
 Signed-off-by: Andy Grover agro...@redhat.com
 ---
  README |   23 ++-
  1 files changed, 14 insertions(+), 9 deletions(-)
 
 diff --git a/README b/README
 index 7364b2d..ec22098 100644
 --- a/README
 +++ b/README
 @@ -159,15 +159,20 @@ Usage: iscsid [OPTION]
  5. Open-iSCSI Configuration Utility
  ===
  
 -Open-iSCSI persistent configuration is implemented as a DBM database
 -available on all Linux installations.
 -
 -The database contains two tables:
 -
 -- Discovery table (/etc/iscsi/send_targets);
 -- Node table (/etc/iscsi/nodes).
 -
 -The regular place for iSCSI database files: /etc/iscsi/nodes
 +Open-iSCSI persistent configuration is stored in a number of
 +directories under a configuration root directory, using a flat-file
 +format. This configuration root directory is /etc/iscsi by default,
 +but may also commonly be in /var/lib/iscsi.
 +
 +Configuration is contained in directories for:
 +
 +- nodes
 +- slp
 +- isns
 +- static
 +- fw
 +- send_targets
 +- ifaces
  
  The iscsiadm utility is a command-line tool to manage (update, delete,
  insert, query) the persistent database.
 

Thanks. Sorry again for the filtering delay. Merged in commit
97db3db45c7e96888ea48a54ff19b7ff5d08cca6.


-- 
You received this message because you are subscribed to the Google Groups 
open-iscsi group.
To post to this group, send email to open-iscsi@googlegroups.com.
To unsubscribe from this group, send email to 
open-iscsi+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/open-iscsi?hl=en.