Linux RAID subsystem development
 help / color / mirror / Atom feed
From: Doug Ledford <dledford@redhat.com>
To: Thomas Backlund <tmb@mandriva.org>
Cc: "linux-raid@vger.kernel.org" <linux-raid@vger.kernel.org>
Subject: Re: Problem with mdadm 2.6.7
Date: Sun, 27 Jul 2008 15:31:27 -0400	[thread overview]
Message-ID: <1217187087.9041.64.camel@firewall.xsintricity.com> (raw)
In-Reply-To: <488C9328.8010503@mandriva.org>

[-- Attachment #1: Type: text/plain, Size: 2614 bytes --]

On Sun, 2008-07-27 at 18:24 +0300, Thomas Backlund wrote:
> Doug Ledford skrev:
> > On Sun, 2008-07-27 at 17:26 +0300, Thomas Backlund wrote:
> >> Hi,
> >> (please cc me as I'm not subscribed)
> >>
> >> I have hit a bug with mdadm 2.6.7
> >>
> >> It rebuilds my raid5 array on every boot
> >> (raid0 and raid1 arrays are not affected)
> >>
> >> This didn't happend with 2.6.4
> >>
> >> kernels tested are 2.6.24.7 and 2.6.25.12
> >>
> >> Arch is x86_64
> >> Distro Mandriva 2008.1, but I've tested wich kernel.org kernels and 
> >> upstream mdadm 2.6.7 and have the same problem
> >>
> >> Now I could try to bisect it, but every raid5 rebuild takes 6-7 hours, 
> >> so I thought about asking for pointers before...
> >>
> >> Any ideas where to start looking ?
> > 
> > Are you using mkinitrd (or something similar) to start the arrays, or
> > are you using udev rules that call mdadm --incremental --run?  If it's
> > the later, then this is what you get when A) the array is started as
> > soon as there are enough devices to run in degraded mode and B)
> > something writes to the array before the last device gets added and C)
> > you don't have a bitmap to allow the array to keep track of what blocks
> > need resynced and therefore it resynces the entire drive.
> > 
> 
> I'm using udev.
> 
> but looking at the difference between 2.6.4 and 2.6.7:
> 
> diff -Nurp mdadm-2.6.4/etc/udev/rules.d/70-mdadm.rules 
> mdadm-2.6.7/etc/udev/rules.d/70-mdadm.rules
> --- mdadm-2.6.4/etc/udev/rules.d/70-mdadm.rules	2008-07-27 
> 13:14:10.000000000 +0300
> +++ mdadm-2.6.7/etc/udev/rules.d/70-mdadm.rules	2008-07-27 
> 13:11:13.000000000 +0300
> @@ -3,4 +3,4 @@
>   # See udev(8) for syntax
> 
>   SUBSYSTEM=="block", ACTION=="add|change", 
> ENV{ID_FS_TYPE}=="linux_raid*", \
> -	RUN+="/sbin/mdadm --incremental $root/%k"
> +	RUN+="/sbin/mdadm --incremental --run --scan $root/%k"
> 
> 
> I see that --incremental was already there in 2.6.4, so I guess the 
> --run is the one messing with me...

Yep.  That'd be it.
> 
> 
> 
> as for --bitmap, can it be added to an existing array ?
> 
> What is the better choice, bitmap=internal or bitmap=<some_file> ?
> 
> I'd hate to have to recreate the array, as I have about 1.2GB of data on 
> it...

I use bitmap=internal on my arrays and never have a problem.

> --
> Thomas
-- 
Doug Ledford <dledford@redhat.com>
              GPG KeyID: CFBFF194
              http://people.redhat.com/dledford

Infiniband specific RPMs available at
              http://people.redhat.com/dledford/Infiniband


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

  reply	other threads:[~2008-07-27 19:31 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <488C531B.5060005@mandriva.org>
2008-07-27 14:26 ` Problem with mdadm 2.6.7 Thomas Backlund
2008-07-27 15:06   ` Doug Ledford
2008-07-27 15:24     ` Thomas Backlund
2008-07-27 19:31       ` Doug Ledford [this message]
2008-07-29  0:59       ` Neil Brown

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=1217187087.9041.64.camel@firewall.xsintricity.com \
    --to=dledford@redhat.com \
    --cc=linux-raid@vger.kernel.org \
    --cc=tmb@mandriva.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox