Blame SOURCES/0006-Update-README-for-removal-of-DBM-requirement.patch

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