Bug 1141361 - Anaconda hung probing storage
Summary: Anaconda hung probing storage
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: 21
Hardware: All
OS: Linux
unspecified
high
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-09-12 19:07 UTC by Mark Hamzy
Modified: 2015-06-04 20:51 UTC (History)
5 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-09-16 14:35:15 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
screenshot (67.14 KB, application/octet-stream)
2014-09-12 19:07 UTC, Mark Hamzy
no flags Details
anaconda.log (10.34 KB, text/plain)
2014-09-12 19:07 UTC, Mark Hamzy
no flags Details
program.log (1.36 KB, text/plain)
2014-09-12 19:08 UTC, Mark Hamzy
no flags Details
storage.log (18.87 KB, text/plain)
2014-09-12 19:08 UTC, Mark Hamzy
no flags Details

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.


Note You need to log in before you can comment on or make changes to this bug.