From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Mason Subject: Re: version Date: Thu, 27 Jan 2011 02:45:11 -0500 Message-ID: <1296114256-sup-4788@think> References: Content-Type: text/plain; charset=UTF-8 Cc: linux-btrfs , "Chris Samuel" To: Helmut Hullen Return-path: In-reply-to: List-ID: Excerpts from Helmut Hullen's message of 2011-01-25 09:37:00 -0500: > crashes with the "dmesg" lines > > --------------------- dmesg ------------------- > > bio too big device sdc (256 > 240) > bio too big device sdc (256 > 240) > bio too big device sdc (256 > 240) > bio too big device sdc (256 > 240) > ------------[ cut here ]------------ > kernel BUG at fs/btrfs/volumes.c:2097! Ugh, this one is an old friend I thought I had fixed up. The two devices have different limits on the max size of the bio, and we're using one that is too large. I'll get it fixed for the next rc. -chris