lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Wed, 9 Nov 2011 01:23:55 +0100
From:	Jan Kara <jack@...e.cz>
To:	Gábor Lénárt <lgb@....hu>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: barrier-based sync failed - disabling barriers

  Hello,

On Tue 18-10-11 10:11:59, Gábor Lénárt wrote:
> I have a kernel log entry I've never seen before:
> 
> JBD: barrier-based sync failed on cciss!c0d0p3-8 - disabling barriers
> JBD: barrier-based sync failed on cciss!c0d0p1-8 - disabling barriers
> 
> Should I worry? Can it be blamed for the poor I/O performance? How can I
> solve this problem? Even if it doesn't mean too much (what I should
> worry about), it's a bit annoying (as always) to see odd messages.
> 
> The ext4 filesystems were created by the installer of an older (ubuntu)
> distribution, I guess, it can cause problems after the upgrade. Can I
> convert/modify the filesystem (like with tune2fs) not to have these messages
> and problem?
  You didn't choose the best list for this question -
linux-ext4@...r.kernel.org would be a better fit. LKML has far too big
traffic and things get lost... That's why I'm answering your email that
late as well.

  The messages about barriers are normal with the HW. They say that the
hardware (or the storage driver) does not support cache flush command.
Generally, if the array has battery backed write caches (or is otherwise
protected from power failure), you don't have to use barriers anyway (and
you can gain some performance boost by that). If you don't want to see
those messages in the log, use nobarrier mount option.

  These messages can only have positive effect on performance so if you
have some performance problems, it's something else...

								Honza
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ