https://bugzilla.novell.com/show_bug.cgi?id=779087 https://bugzilla.novell.com/show_bug.cgi?id=779087#c7 --- Comment #7 from A R <ar16@imapmail.org> 2012-09-06 22:31:03 UTC --- If in fact the comments @ #irc are correct, and the problem is in/at the initrd, looking for the source of the failure's "Partial" mode VG scan message, I might arise from: /lib/mkinitrd/scripts/boot-devfunctions.sh 85 usleep 25000 86 ((timeout % 40 == 1)) && echo -n "." 87 let timeout-- 88 # Recheck for LVM volumes 89 if [ -n "$vg_root" -a -n "$vg_roots" ] ; then 90 vgscan 91 for vgr in $vg_root $vg_roots; do 92 vgchange -a y --partial --sysinit $vgr 93 done 94 wait_for_events 95 fi 96 done 97 fi 98 if [ -x /sbin/multipath ] && [ -n "$vg_root" -a -n "$vg_roots" ] ; then 99 echo "Resetting LVM for multipath" 100 vgchange --sysinit -a n 101 multipath -v 0 102 wait_for_events 103 vgscan 104 for vgr in $vg_root $vg_roots; do 105 vgchange -a y --partial --sysinit $vgr 106 done 107 wait_for_events Which, at 1st glance, looks like a timeout issue. Trying to get a better sense for what's going in that code. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.