Description of problem: Adding an iSCSI remote drive while in text-mode tracebacks Version-Release number of selected component (if applicable): anaconda-11.4.0.48-1 How reproducible: 100% Steps to Reproduce: 1. Start text mode install 2. At drive selection, press <F2> to add a drive 3. Select to add an iSCSI volume 4. Enter valid IQN and Target IP for an iSCSI volume Actual results: anaconda 11.4.0.48 exception report Traceback (most recent call first): File "/usr/lib/anaconda/textw/partition_text.py", line 1587, in __call__ partitionObjectsInitialize(anaconda) File "/usr/lib/anaconda/text.py", line 678, in run rc = win(self.screen, instance) File "/usr/bin/anaconda", line 1073, in <module> anaconda.intf.run(anaconda) NameError: global name 'partitionObjectsInitialize' is not defined Somehow the definition of partitionObjectsInitialize() in partitions.py isn't making it into textw/parition_text.py. Missing import? Expected results: No traceback Additional info: Have not yet tested on any other platforms, but I don't suspect this is platform specific
Created attachment 297189 [details] anacdump.txt
Fixed in git
Changing version to '9' as part of upcoming Fedora 9 GA. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping