cc8e8d2
diff -aurp open-iscsi-2.0-870-rc1/etc/iscsid.conf open-iscsi-2.0-870-rc1.work/etc/iscsid.conf
cc8e8d2
--- open-iscsi-2.0-870-rc1/etc/iscsid.conf	2008-06-30 20:14:03.000000000 -0500
cc8e8d2
+++ open-iscsi-2.0-870-rc1.work/etc/iscsid.conf	2008-06-30 21:08:29.000000000 -0500
cc8e8d2
@@ -27,8 +27,8 @@
mchristi 8d52768
 # To request that the iscsi initd scripts startup a session set to "automatic".
mchristi 8d52768
 # node.startup = automatic
mchristi 8d52768
 #
mchristi 8d52768
-# To manually startup the session set to "manual". The default is manual.
mchristi 8d52768
-node.startup = manual
mchristi 8d52768
+# To manually startup the session set to "manual". The default is automatic.
mchristi 8d52768
+node.startup = automatic
mchristi 8d52768
 
mchristi 8d52768
 # *************
mchristi 8d52768
 # CHAP Settings
cc8e8d2
diff -aurp open-iscsi-2.0-870-rc1/README open-iscsi-2.0-870-rc1.work/README
cc8e8d2
--- open-iscsi-2.0-870-rc1/README	2008-06-30 20:14:03.000000000 -0500
cc8e8d2
+++ open-iscsi-2.0-870-rc1.work/README	2008-06-30 21:08:29.000000000 -0500
48d880c
@@ -78,11 +78,6 @@ the cache sync command will fail.
48d880c
 - iscsiadm's -P 3 option will not print out scsi devices.
48d880c
 - iscsid will not automatically online devices.
48d880c
 
48d880c
-You need to enable "Cryptographic API" under "Cryptographic options" in the
48d880c
-kernel config. And you must enable "CRC32c CRC algorithm" even if
48d880c
-you do not use header or data digests. They are the kernel options,
48d880c
-CONFIG_CRYPTO and CONFIG_CRYPTO_CRC32C, respectively.
48d880c
-
48d880c
 By default the kernel source found at
48d880c
 /lib/modules/`uname -a`/build
48d880c
 will be used to compile the open-iscsi modules. To specify a different
cc8e8d2
@@ -694,7 +689,7 @@ Red Hat or Fedora:
d62d4b0
 -----------------
d62d4b0
 To start open-iscsi in Red Hat/Fedora you can do:
d62d4b0
 
d62d4b0
-	service open-iscsi start
d62d4b0
+	service iscsi start
d62d4b0
 
d62d4b0
 To get open-iscsi to automatically start at run time you may have to
d62d4b0
 run:
cc8e8d2
@@ -873,6 +868,8 @@ To login to all the automated nodes, sim
d62d4b0
 e.g /etc/init.d/open-iscsi restart. On your next startup the nodes will
d62d4b0
 be logged into autmotically.
d62d4b0
 
d62d4b0
+To set the startup value, so that nodes are not logged into automatically
d62d4b0
+use the value "manual".
d62d4b0
 
48d880c
 8. Advanced Configuration
48d880c
 =========================