Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jul 2006 05:29:36 -0700 (PDT)
From:      "R. B. Riddick" <arne_woerner@yahoo.com>
To:        freebsd-geom@freebsd.org
Subject:   Re: new class / geom_raid5
Message-ID:  <20060714122936.17967.qmail@web30302.mail.mud.yahoo.com>
In-Reply-To: <20060710094515.1539.qmail@web30310.mail.mud.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
--- "R. B. Riddick" <arne_woerner@yahoo.com> wrote:
> My proposal for
>   geom_raid5
> is ready so far...
> 
Now I did some own tests (even with concurrent insert, rebuild, regular-read
and regular-write)... They all passed after I found out, that I created a
deadlock... ;-))

I think, now others might be able to do tests, too...

I solved the deadlock by pretending a lack of memory, so that the request, that
was to be ->start()'ed is pushed back to the end of the down queue, which slows
down all requests of every geom (due to pace) a little bit, doesn't it?

-Arne


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060714122936.17967.qmail>