summaryrefslogtreecommitdiffstats
path: root/iscsi.py
diff options
context:
space:
mode:
authorHans de Goede <hans@localhost.localdomain>2008-09-15 10:06:19 +0200
committerHans de Goede <hans@localhost.localdomain>2008-09-15 10:06:19 +0200
commit9a108e4939cdb808b8e756a52fbbf3c2e9c7906c (patch)
treef26c3326e16d3a53ac2a6d28243660864c993d7a /iscsi.py
parentdc8a594ffedd707f2af09642005ccff0895c7263 (diff)
downloadanaconda-9a108e4939cdb808b8e756a52fbbf3c2e9c7906c.tar.gz
anaconda-9a108e4939cdb808b8e756a52fbbf3c2e9c7906c.tar.xz
anaconda-9a108e4939cdb808b8e756a52fbbf3c2e9c7906c.zip
Make sure ISCSIADM and such are defined (rhbz#431924)
This is a forward port of a rhel-5 patch by pjones, commit id: a4a4a5ecf8dca9fa121f5ad06dd7b949fc02b37b
Diffstat (limited to 'iscsi.py')
-rw-r--r--iscsi.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/iscsi.py b/iscsi.py
index 03fd6a5b3..19e5425c5 100644
--- a/iscsi.py
+++ b/iscsi.py
@@ -80,6 +80,8 @@ class iscsiTarget:
self._portal = None
self._nodes = []
+ find_iscsi_files()
+
def _getPortal(self):
if self._portal is None:
argv = [ "-m", "discovery", "-t", "st", "-p", self.ipaddr ]