All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chris Mason <chris.mason@fusionio.com>
To: David Sterba <dsterba@suse.cz>
Cc: "linux-btrfs@vger.kernel.org" <linux-btrfs@vger.kernel.org>
Subject: Re: [bug] csum mismatches and failed xfstests with 3.8-rc1 -rc4
Date: Tue, 22 Jan 2013 09:39:02 -0500	[thread overview]
Message-ID: <20130122143902.GD22634@shiny> (raw)
In-Reply-To: <20130122142615.GD28263@twin.jikos.cz>

On Tue, Jan 22, 2013 at 07:26:15AM -0700, David Sterba wrote:
> On Fri, Jan 04, 2013 at 01:50:59PM +0100, David Sterba wrote:
> > I've noticed a few csum mismatch messages, and a few failed xfstests:
> 
> They're still there, we're on rc4, so I started looking for potential
> patches to revert, but tonight the test reproduced csums with these
> patches removed:

I'm able to trigger crc errors with just 50 parallel fsx O_DIRECT procs
hammering in parallel.  Trying to nail down the test case a little
better.

#!/bin/bash

num=$1

if [ "x$num" == "x" ]; then
    num=50
fi

echo "using $num procs"

for x in `seq 1 $num` ; do
    echo -n "$x "
    fsx -q xxxf$x -Z -R -W -r 4096 -w 4096 &
done
echo "waiting"
wait

  reply	other threads:[~2013-01-22 14:39 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-04 12:50 [bug] csum mismatches and failed xfstests with 3.8-rc1 David Sterba
2013-01-04 13:01 ` Chris Mason
2013-01-04 13:45   ` David Sterba
2013-01-07 17:03 ` [bug] csum mismatches and failed xfstests with 3.8-rc1 and rc2 David Sterba
2013-01-07 17:06   ` David Sterba
2013-01-08  1:17     ` Chris Mason
2013-01-22 14:26 ` [bug] csum mismatches and failed xfstests with 3.8-rc1 -rc4 David Sterba
2013-01-22 14:39   ` Chris Mason [this message]
2013-01-23  6:16     ` Liu Bo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130122143902.GD22634@shiny \
    --to=chris.mason@fusionio.com \
    --cc=dsterba@suse.cz \
    --cc=linux-btrfs@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.