summaryrefslogtreecommitdiffstats
path: root/kickstart.py
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2007-06-14 21:42:53 +0000
committerDavid Cantrell <dcantrell@redhat.com>2007-06-14 21:42:53 +0000
commitac0c0e896cda31af6e7765f5bb981dfab9fbe54a (patch)
treeaa9444befb4d3d16936de15bd9a4bfb48c3d8431 /kickstart.py
parent1632384ea22c90ef17d5ee6ee3fed3e0a452c161 (diff)
downloadanaconda-ac0c0e896cda31af6e7765f5bb981dfab9fbe54a.tar.gz
anaconda-ac0c0e896cda31af6e7765f5bb981dfab9fbe54a.tar.xz
anaconda-ac0c0e896cda31af6e7765f5bb981dfab9fbe54a.zip
* kickstart.py (ZFCP.parse): Flush drive dict so zFCP devices are
found and nodes created (#236903)
Diffstat (limited to 'kickstart.py')
-rw-r--r--kickstart.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/kickstart.py b/kickstart.py
index c0c44b1f6..205b34795 100644
--- a/kickstart.py
+++ b/kickstart.py
@@ -200,7 +200,7 @@ class IscsiName(commands.iscsiname.FC6_IscsiName):
self.handler.id.iscsi.initiator = self.iscsiname
self.handler.id.iscsi.startup()
- # FIXME: flush the drive dict so we figure drives out again
+ # FIXME: flush the drive dict so we figure drives out again
isys.flushDriveDict()
class Keyboard(commands.keyboard.FC3_Keyboard):
@@ -647,6 +647,8 @@ class ZFCP(commands.zfcp.FC3_ZFCP):
for fcp in self.zfcp:
self.handler.id.zfcp.addFCP(fcp.devnum, fcp.wwpn, fcp.fcplun)
+ isys.flushDriveDict()
+
###
### HANDLERS