https://bugzilla.novell.com/show_bug.cgi?id=880845 https://bugzilla.novell.com/show_bug.cgi?id=880845#c0 Summary: With bcache device present, mkinitrd fails Classification: openSUSE Product: openSUSE 13.1 Version: Final Platform: All OS/Version: openSUSE 13.1 Status: NEW Severity: Normal Priority: P5 - None Component: Bootloader AssignedTo: jsrain@suse.com ReportedBy: lorenzo.costanzia@gmail.com QAContact: jsrain@suse.com Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:29.0) Gecko/20100101 Firefox/29.0 With a bcache device present, mkinitrd fails with the error "Device bcache0 not handled". Please see following patch for a solution: --- ./72-block.sh 2014-05-31 00:49:15.600254711 +0200 +++ /lib/mkinitrd/setup/72-block.sh 2014-05-31 00:50:50.548935844 +0200 @@ -157,6 +157,9 @@ scm*) result="scm_block eadm_sch" ;; + bcache*) + result="bcache" + ;; *) if [ ! -d /sys/block/$blkdev/device ] ; then echo "Device $blkdev not handled" >&2 Reproducible: Always Steps to Reproduce: 1. Create bcache device 2. mkinitrd 3. -- 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.