36 lines
1.3 KiB
Diff
36 lines
1.3 KiB
Diff
diff -aurp open-iscsi-2.0-865/etc/iscsid.conf open-iscsi-2.0-865.work/etc/iscsid.conf
|
|
--- open-iscsi-2.0-865/etc/iscsid.conf 2007-06-11 23:06:31.000000000 -0500
|
|
+++ open-iscsi-2.0-865.work/etc/iscsid.conf 2007-06-13 12:36:15.000000000 -0500
|
|
@@ -27,8 +27,8 @@
|
|
# To request that the iscsi initd scripts startup a session set to "automatic".
|
|
# node.startup = automatic
|
|
#
|
|
-# To manually startup the session set to "manual". The default is manual.
|
|
-node.startup = manual
|
|
+# To manually startup the session set to "manual". The default is automatic.
|
|
+node.startup = automatic
|
|
|
|
# *************
|
|
# CHAP Settings
|
|
diff -aurp open-iscsi-2.0-865/README open-iscsi-2.0-865.work/README
|
|
--- open-iscsi-2.0-865/README 2007-06-12 04:29:28.000000000 -0500
|
|
+++ open-iscsi-2.0-865.work/README 2007-06-13 12:42:38.000000000 -0500
|
|
@@ -605,7 +605,7 @@ Red Hat or Fedora:
|
|
-----------------
|
|
To start open-iscsi in Red Hat/Fedora you can do:
|
|
|
|
- service open-iscsi start
|
|
+ service iscsi start
|
|
|
|
To get open-iscsi to automatically start at run time you may have to
|
|
run:
|
|
@@ -781,6 +781,8 @@ To login to all the automated nodes, sim
|
|
e.g /etc/init.d/open-iscsi restart. On your next startup the nodes will
|
|
be logged into autmotically.
|
|
|
|
+To set the startup value, so that nodes are not logged into automatically
|
|
+use the value "manual".
|
|
|
|
8. iSCSI System Info
|
|
====================
|