All of lore.kernel.org
 help / color / mirror / Atom feed
From: Charles Bertsch <cbertsch@cox.net>
To: NeilBrown <neilb@suse.de>
Cc: linux-raid@vger.kernel.org, "BertschC@acm.org" <BertschC@acm.org>
Subject: Re: PROBLEM: write to jbod with 3TB and 160GB drives hits BUG/oops
Date: Fri, 24 Apr 2015 13:11:06 -0700	[thread overview]
Message-ID: <553AA35A.5050300@cox.net> (raw)
In-Reply-To: <KdvS1q00X1hjKLY01dvTMG>

On 04/23/2015 06:55 PM, NeilBrown wrote:
>
> By "jbod" I assume you mean "linear array".
>
> You say this happens without any filesystem on the array, yet the stack
> traces clearly show ext2 in use.
> Maybe some weird interaction is happening between the the filesystem and the
> linear array.
> But please confirm that the stack trace happened when there was no filesystem
> on the array you were testing, and report what filesystems you do have which
> use ext2.
>
Neil --
Yes, I do mean linear array.

At the point of the stack trace, there was no file-system on the linear 
2-drive array.  The test-jbod-2 script would create the array and then 
write directly to /dev/md0.  Any evidence of previous existence of a 
file-system would have been obliterated by earlier runs copying 
/dev/zero everywhere.

The file-systems in use --
-- The rootfs is an initrd file, squashfs, and mounted read-only.
-- An ext3 for configuration and logs is mounted RW on /flash
-- An ext2 using 8MB of RAM is mounted RW on /var
-- The file-server is derived from a much earlier design that required 
some RW directories within the root.  These entries appear in the mount 
command as ext2, but are part of /var (and not separate file systems) --
-- mount --bind /var/hd /hd
-- mount --bind /var/home /home

-- A devtmpfs mounted on /dev, tmpfs on /dev/shm, proc on /proc, sysfs 
on /sys, and another mount --bind from within /flash for nfs.

# mount
/dev/root on / type squashfs (ro,relatime)
devtmpfs on /dev type devtmpfs 
(rw,relatime,size=1002600k,nr_inodes=250650,mode=755)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
/dev/ram1 on /var type ext2 (rw,relatime,errors=continue)
/dev/ram1 on /hd type ext2 (rw,relatime,errors=continue)
/dev/ram1 on /home type ext2 (rw,relatime,errors=continue)
tmpfs on /dev/shm type tmpfs (rw,relatime)
/dev/sdb1 on /flash type ext3 
(rw,noatime,errors=continue,commit=60,barrier=1,data=ordered)
/dev/sdb1 on /var/lib/nfs type ext3 
(rw,noatime,errors=continue,commit=60,barrier=1,data=ordered)
nfsd on /proc/fs/nfsd type nfsd (rw,relatime)
#

 > Is there any chance you could use "git bisect" to find out exactly which
 > commit introduced the problem?  That is the mostly likely path to a 
solution.
 >


I am not familiar with "git bisect".  Would this be similar to 
downloading a series of kernel releases from linux-3.3.5 up to 3.18.5 
using a binary search to find which release (rather than which commit) 
has the problem ?

Thanks

Charles Bertsch


  parent reply	other threads:[~2015-04-24 20:11 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <55398462.1000202@cox.net>
2015-04-24  1:55 ` PROBLEM: write to jbod with 3TB and 160GB drives hits BUG/oops NeilBrown
     [not found] ` <KdvS1q00X1hjKLY01dvTMG>
2015-04-24 20:11   ` Charles Bertsch [this message]
2015-04-27  1:11     ` NeilBrown
     [not found]     ` <LpCG1q00n1hjKLY01pCHNM>
2015-04-29  1:05       ` Charles Bertsch
2015-05-16  3:46       ` Charles Bertsch

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=553AA35A.5050300@cox.net \
    --to=cbertsch@cox.net \
    --cc=BertschC@acm.org \
    --cc=linux-raid@vger.kernel.org \
    --cc=neilb@suse.de \
    /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.