0e55d5b
From 97db3db45c7e96888ea48a54ff19b7ff5d08cca6 Mon Sep 17 00:00:00 2001
0e55d5b
From: Andy Grover <agrover@redhat.com>
0e55d5b
Date: Wed, 24 Oct 2012 15:37:28 -0700
0e55d5b
Subject: Update README for removal of DBM requirement
0e55d5b
0e55d5b
Removed in 093b1f4 (2006)
0e55d5b
0e55d5b
Signed-off-by: Andy Grover <agrover@redhat.com>
0e55d5b
---
0e55d5b
 README | 23 ++++++++++++++---------
0e55d5b
 1 file changed, 14 insertions(+), 9 deletions(-)
0e55d5b
0e55d5b
diff --git a/README b/README
0e55d5b
index 7364b2d..ec22098 100644
0e55d5b
--- a/README
0e55d5b
+++ b/README
0e55d5b
@@ -159,15 +159,20 @@ Usage: iscsid [OPTION]
0e55d5b
 5. Open-iSCSI Configuration Utility
0e55d5b
 ===================================
0e55d5b
 
0e55d5b
-Open-iSCSI persistent configuration is implemented as a DBM database
0e55d5b
-available on all Linux installations.
0e55d5b
-
0e55d5b
-The database contains two tables:
0e55d5b
-
0e55d5b
-- Discovery table (/etc/iscsi/send_targets);
0e55d5b
-- Node table (/etc/iscsi/nodes).
0e55d5b
-
0e55d5b
-The regular place for iSCSI database files: /etc/iscsi/nodes
0e55d5b
+Open-iSCSI persistent configuration is stored in a number of
0e55d5b
+directories under a configuration root directory, using a flat-file
0e55d5b
+format. This configuration root directory is /etc/iscsi by default,
0e55d5b
+but may also commonly be in /var/lib/iscsi.
0e55d5b
+
0e55d5b
+Configuration is contained in directories for:
0e55d5b
+
0e55d5b
+- nodes
0e55d5b
+- slp
0e55d5b
+- isns
0e55d5b
+- static
0e55d5b
+- fw
0e55d5b
+- send_targets
0e55d5b
+- ifaces
0e55d5b
 
0e55d5b
 The iscsiadm utility is a command-line tool to manage (update, delete,
0e55d5b
 insert, query) the persistent database.
0e55d5b
-- 
0e55d5b
1.7.11.7
0e55d5b