summaryrefslogtreecommitdiffstats
path: root/iscsi.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2006-09-05 21:26:23 +0000
committerJeremy Katz <katzj@redhat.com>2006-09-05 21:26:23 +0000
commitd029c94cbe6006f663370e1b6af9ddaff6aa75ea (patch)
tree62e055fe50fa9fd0838da53195648b1a58b3eef3 /iscsi.py
parent4196ed3f2092777819537eb65fd7bff05c2d6937 (diff)
downloadanaconda-d029c94cbe6006f663370e1b6af9ddaff6aa75ea.tar.gz
anaconda-d029c94cbe6006f663370e1b6af9ddaff6aa75ea.tar.xz
anaconda-d029c94cbe6006f663370e1b6af9ddaff6aa75ea.zip
more iscsi fixage
Diffstat (limited to 'iscsi.py')
-rw-r--r--iscsi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iscsi.py b/iscsi.py
index 8ac050f22..377b41720 100644
--- a/iscsi.py
+++ b/iscsi.py
@@ -71,7 +71,7 @@ class iscsi:
# ... and now we have to make it start automatically
argv = [ "-m", "node", "-T", node, "-p", portal,
- "-o", "update", "-n", "node.startup",
+ "-o", "update", "-n", "node.conn[0].startup",
"-v", "automatic" ]
iutil.execWithRedirect(ISCSIADM, argv, searchPath = 1,
stdout = "/dev/tty5",