linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: raz ben jehuda <razb@bitband.com>
To: "Diego M. Vadell" <dvadell@lantech.com.ar>
Cc: linux-raid <linux-raid@vger.kernel.org>
Subject: Re: sata_nv and RAID1
Date: Thu, 16 Jun 2005 09:43:00 +0300	[thread overview]
Message-ID: <1118904180.3079.5.camel@raz-laptop> (raw)
In-Reply-To: <200506151427.09114.dvadell@lantech.com.ar>

"didn't fail" means that the raid entered into degraded mode. in
/proc/mdstats you would notice that the disk is faulty.
I have a root file system over raid1 and I could not allow myself 
letting the operating system hang, so i added it. 
This is not the best solution and the maintainers of the code would
disapprove it since it is not complete.But for myself it is suffice.   

On Wed, 2005-06-15 at 17:27, Diego M. Vadell wrote:
> Hi Raz,
>    My english is not good enough. When you say "And the raid1 didn't fail", 
> did you mean it worked as expected, entering degraded mode, or that it failed 
> to enter in degraded mode?
>    Also, is there any reason why you didnt send this also to the mailling 
> list? Maybe it's useful to somebody else.
> 
>   Thank you very much for your mail. I dont know if I will be able to test it, 
> as the server is in it's way to production , but if I can, I will give it a 
> try.
> 
>  -- Diego.
> 
> On Wednesday 15 June 2005 06:56, you wrote:
> > I had the same problem.I added at the end ata_scsi_error the following
> > command:
> > ata_port_disable(ap);
> > And the raid1 didn't fail. I didn't get the hotswap so rebooting is
> > necessary and then you raidhotadd the new disk.
> > Also, before hotadd type :
> > echo 1000 > /proc/sys/dev/raid1/speed_limit_max
> > so your system won't be too busy with ios.
> >
> > On Tue, 2005-06-14 at 00:41, Diego M. Vadell wrote:
> > > On Monday 13 June 2005 18:20, you wrote:
> > > > You need to go into the SCSI layer and figure out how to do it.
> > > >
> > > > Calling scsi_remove_device() in the appropriate place is a good start.
> > > > Add a debounce timer.  Make sure all commands are completed with an
> > > > error (avoids memory leaks and lock-ups).  Other details.
> > > >
> > > > Hot unplug is not just a simple function call...
> > > >
> > > >  Jeff
> > >
> > > thank you Jeff! I dont think I will be able to do it, though. Thank you
> > > for the fast answers.
> > >
> > >  -- Diego.
> > > -
> > > To unsubscribe from this list: send the line "unsubscribe linux-raid" in
> > > the body of a message to majordomo@vger.kernel.org
> > > More majordomo info at  http://vger.kernel.org/majordomo-info.html
-- 
Raz
Long Live The Penguin


  parent reply	other threads:[~2005-06-16  6:43 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-11 16:13 sata_nv and RAID1 Diego M. Vadell
2005-06-11 19:26 ` Jeff Garzik
2005-06-11 20:29   ` Michael Tokarev
2005-06-13  3:15     ` Diego M. Vadell
2005-06-13  6:45     ` Jeff Garzik
2005-06-13 11:57       ` Michael Tokarev
2005-06-13 12:27         ` Peter T. Breuer
2005-06-13 14:40           ` Diego M. Vadell
2005-06-13 16:07             ` Peter T. Breuer
2005-06-13 16:51               ` Diego M. Vadell
2005-06-13 17:59                 ` Jeff Garzik
2005-06-13 21:00                   ` Diego M. Vadell
2005-06-13 21:20                     ` Jeff Garzik
2005-06-13 21:41                       ` Diego M. Vadell
     [not found]                         ` <1118818568.3089.5.camel@raz-laptop>
     [not found]                           ` <200506151427.09114.dvadell@lantech.com.ar>
2005-06-16  6:43                             ` raz ben jehuda [this message]
2005-06-14 21:11                       ` Molle Bestefich
2005-06-13 19:00                 ` Peter T. Breuer
2005-06-13 20:41                   ` Raz Ben-Jehuda(caro)
2005-06-13 21:16                   ` Diego M. Vadell
2005-06-14 21:11         ` Molle Bestefich
2005-06-14 21:37           ` Michael Tokarev
2005-06-14 22:10             ` Diego M. Vadell
2005-06-14 22:17               ` Michael Tokarev
2005-06-15  0:08               ` Jeff Garzik
2005-06-14 22:26             ` Molle Bestefich
2005-06-14 23:07               ` Bill Davidsen
2005-06-14 23:18                 ` Molle Bestefich
2005-06-15  0:12                   ` Jeff Garzik
2005-06-15  0:19                     ` Molle Bestefich
2005-06-14 23:46                 ` Mike Hardy
2005-06-15  0:11               ` Jeff Garzik
2005-06-15  0:34                 ` Guy
2005-06-14 21:53           ` David Greaves
2005-06-14 22:30             ` Molle Bestefich
2005-06-15 19:17               ` Mark Hahn
2005-06-15 19:32                 ` Molle Bestefich
2005-06-15 19:34                   ` Molle Bestefich

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=1118904180.3079.5.camel@raz-laptop \
    --to=razb@bitband.com \
    --cc=dvadell@lantech.com.ar \
    --cc=linux-raid@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).