Bug 1141361

Summary: Anaconda hung probing storage
Product: [Fedora] Fedora Reporter: Mark Hamzy <hamzy>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: 21CC: anaconda-maint-list, beckerje, g.kaviyarasu, jonathan, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-09-16 14:35:15 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:
Attachments:
Description Flags
screenshot
none
anaconda.log
none
program.log
none
storage.log none

Description Mark Hamzy 2014-09-12 19:07:33 UTC
Created attachment 937070 [details]
screenshot

anaconda-21.48.3-1.fc21.ppc64le
python-blivet-0.62-1.fc21.noarch
device-mapper-multipath-0.4.9-67.fc21.ppc64le

[hamzy@coho ~]$ qemu-system-ppc64 -bios slof.bin -enable-kvm -M pseries -cpu POWER7 -smp 16 -m 8G -nographic -nodefaults -monitor stdio -serial pty -device spapr-vscsi -device spapr-vlan,netdev=net1234B,mac=DE:AD:BE:EF:D9:65 -netdev bridge,br=br0,id=net1234B -S -cdrom Fedora-09102014-DVD-ppc64le-21.iso -drive file=ppc64lehamzytest2-boot1-fedora.ext4.img -drive file=ppc64lehamzytest2-boot2-fedora.ext4.img -drive file=ppc64lehamzytest2-boot3-fedora.ext4.img -boot d
...
grub> linux /ppc/ppc64/vmlinuz inst.vnc inst.sshd ip=9.5.178.25::9.5.178.1:255.255.255.0:ppc64lehamzytest2.rch.stglabs.ibm.com:eth0:none nameserver=9.5.175.8 bootdev=eth0 inst.updates=http://dlehman.fedorapeople.org/updates/updates-1109244.1.img
grub> initrd /ppc/ppc64/initrd.img
grub> boot
...

Anaconda will then hang while probing discs.  See the attached screenshot.  It looks like from program.log that "multipath -c /dev/sdb" did not complete?  However, I can run multipath on the command line just fine.

[anaconda root@ppc64lehamzytest2 ~]# multipath -c /dev/sda
/dev/sda is not a valid multipath device path
[anaconda root@ppc64lehamzytest2 ~]# multipath -c /dev/sdb
/dev/sdb is not a valid multipath device path
[anaconda root@ppc64lehamzytest2 ~]# multipath -c /dev/sdc
/dev/sdc is not a valid multipath device path

Comment 1 Mark Hamzy 2014-09-12 19:07:57 UTC
Created attachment 937071 [details]
anaconda.log

Comment 2 Mark Hamzy 2014-09-12 19:08:13 UTC
Created attachment 937072 [details]
program.log

Comment 3 Mark Hamzy 2014-09-12 19:08:36 UTC
Created attachment 937073 [details]
storage.log

Comment 4 Mark Hamzy 2014-09-16 14:35:15 UTC
Can't consistently reproduce it.