Description of problem: New installation of RHEL5.2-Server-20080326.0 on a s390x system: When creating initrd for installed kernel, mkinitrd stays cycling in an infinite loop causing the whole installation to fail. The problem is findstoragedriverinsys() routine and this while-loop: while [ ! -L device ]; do if [ -L subsystem ];then cd slaves; for x in *;do if [ -L $x ]; then cd $x; break fi; done fi done This is the layout of /sys/block/dm-0: /sys/block/dm-0 /sys/block/dm-0/slaves /sys/block/dm-0/slaves/dasda2 /sys/block/dm-0/slaves/dasdb1 /sys/block/dm-0/slaves/dasde1 /sys/block/dm-0/slaves/dasdf1 /sys/block/dm-0/slaves/dasdg1 /sys/block/dm-0/slaves/dasdd1 /sys/block/dm-0/slaves/dasdh1 /sys/block/dm-0/slaves/dasdc1 /sys/block/dm-0/holders /sys/block/dm-0/subsystem /sys/block/dm-0/stat /sys/block/dm-0/size /sys/block/dm-0/removable /sys/block/dm-0/range /sys/block/dm-0/dev /sys/block/dm-0/uevent The while loop gets to /sys/block/dm-0/slaves/dasda2 and cycles in an infinite loop. Version-Release number of selected component (if applicable): mkinitrd-5.1.19.6-27
This bugzilla has Keywords: Regression. Since no regressions are allowed between releases, it is also being proposed as a blocker for this release. Please resolve ASAP.
Looks just like what I'm seeing when testing gfs2 partition installs (bug#438743)?
Fixed in mkinitrd-5.1.19.6-28 .
Verified with mkinitrd-5.1.19.6-28
An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on the solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2008-0437.html