Well, 3.10 is what you get with the RHEL7.x distributions, so that's
why people are running it.
Apparently, it is "good enough" for many purposes.

My real goal here is to understand the scope of the bug and whether
any mitigation is
possible.  Of course, I don't expect anyone else to make a patch for
me (or even to accept
my patch), but if I knew what the bug is and what was done to fix it,
I'd be in a much better
position to decide what to do.  If anyone can shed any light on this,
I'd be very grateful.


On Fri, Dec 2, 2016 at 11:47 AM, Lionel Bouton
<lionel-subscript...@bouton.name> wrote:
> Hi,
>
> Le 02/12/2016 à 20:07, Blake Lewis a écrit :
>> Hi, all, this is my first posting to the mailing list.  I am a
>> long-time file system guy who is just starting to take a serious
>> interest in btrfs.
>>
>> My company's product uses btrfs for its backing storage.  We
>> maintain a log file to let us synchronize after reboots.  In
>> testing, we find that when the system panics and we read the
>> file after coming back up, we intermittently (but fairly often)
>> get "no csum found for inode X start Y" messages and from our
>> point of view, the log is corrupt.
>>
>> Here are a few pertinent details:
>>
>> 1) When we see this, the device is always an SSD.
>> 2) We reproduce it easily with 3.10 kernels
>
> Wow. That's ancient and certainly full of various bugs fixed since its
> release.
>
>> but we have not
>> been able to reproduce it in 4.8.
>> 3) The log file is opened with O_SYNC|O_DIRECT; its size is 128MB
>> and we are appending to it.
>> 4) No other activity in the file system except a generated sequential
>> write workload
>> 5) Panics are induced with "echo c > /proc/sysrq-trigger".
>>
>> We filed a bug (https://bugzilla.kernel.org/show_bug.cgi?id=188051)
>> but I wanted to see if anyone here recognized these symptoms and
>> could point me in the right direction, especially since the problem
>> seems to have gone away in more recent releases.  We can't realistically
>> make our customers run newer kernels,
>
> Why ? If the kernel has a bug they have to update it to get the fix,
> there's no way around it. Unless they use exotic software (proprietary
> kernel modules typically) which won't work with later kernels, updating
> to a simple patch or a much newer kernel doesn't make much of a
> difference (it may be hard to package a recent kernel for an ancient
> distribution, but it's definitely doable and usually transparent for its
> users).
>
> Btrfs and old kernels don't mix *at all*. I wouldn't advise using it in
> any environment where updating the kernel to the latest mainline isn't
> possible.
>
> AFAIK from my reading of this mailing list :
> - btrfs developers don't backport patches, at least not to anything but
> the latest stable kernel version (currently 4.4.x).
> - distributions aren't known to backport patches either (you should ask
> your distribution support for specifics to make sure). Note : I'm not
> sure why they compile btrfs support making users think it's OK to use it
> as-is but don't actually support it.
>
> I think 3.10 is pretty much unmaintained btrfs-wise. So much work as
> been done on btrfs the last 3 years (3.10 is more than 3 years old) that
> applying patches to a 3.10 distribution kernel is probably orders of
> magnitude more complex than packaging a recent kernel for an old
> distribution.
>
> Best regards,
>
> Lionel
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to