Bug 950169

Summary: Kickstart installation fails
Product: [Fedora] Fedora Reporter: Mark Hamzy <hamzy>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: urgent Docs Contact:
Priority: urgent    
Version: 19CC: anaconda-maint-list, g.kaviyarasu, jonathan, mkolman, sbueno, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: ppc64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-04-15 13:07:14 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 920768    
Attachments:
Description Flags
anaconda traceback
none
Screen shot before traceback none

Description Mark Hamzy 2013-04-09 19:06:19 UTC
Created attachment 733333 [details]
anaconda traceback

Description of problem:
Installing from http://ppc.koji.fedoraproject.org/stage/f19-20130409-TC6.1/ppc64/iso/Fedora-19-ppc64-DVD.iso

Version-Release number of selected component (if applicable):
anaconda-19.16-2.fc19.ppc64.rpm

How reproducible:
Always

First parse-kickstart must be fixed (This is reported in bug 949722).

boot: linux inst.vnc inst.sshd ip=9.5.114.36::9.5.114.1:255.255.255.0:sharpie.rch.stglabs.ibm.com:eth0:none ip=9.5.114.41::9.5.114.1:255.255.255.0::eth1:none nameserver=9.10.244.100 bootdev=eth0 ks=http://chukar.rch.stglabs.ibm.com/Fedora19-sharpie-lvm_auto-cdrom-minimal-ks.cfg selinux=0 rd.break=pre-trigger
...
pre-trigger:/# vi /sbin/parse-kickstart
... line 308
            ifcfg["DNS%d" % (i+1)] = ip
...
pre-trigger:/# exit
...
switch_root:/# exit
...
Traceback (most recent call first):
  File "/usr/lib64/python2.7/site-packages/pyanaconda/threads.py", line 52, in add
    raise KeyError
  File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/storage.py", line 292, in run
    target=self.checkStorage))
  File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/storage.py", line 403, in _doExecute
    self.run()
  File "/usr/lib64/python2.7/threading.py", line 504, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/threads.py", line 141, in run
    threading.Thread.run(self, *args, **kwargs)
KeyError

Comment 1 Mark Hamzy 2013-04-09 19:07:41 UTC
Created attachment 733334 [details]
Screen shot before traceback

Comment 2 Chris Lumens 2013-04-15 13:07:14 UTC
If you look at the anaconda.log, you'll note that storage is being executed in a continuous loop.  That's the problem here.

*** This bug has been marked as a duplicate of bug 948331 ***