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