Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 May 2000 07:55:37 +0200
From:      Bernd Walter <ticso@cicely.de>
To:        "Niels Chr. Bank-Pedersen" <ncbp@bank-pedersen.dk>
Cc:        Bernd Walter <ticso@cicely.de>, freebsd-current@FreeBSD.ORG
Subject:   Re: panic: ffs_valloc: dup alloc
Message-ID:  <20000519075536.A31215@cicely5.cicely.de>
In-Reply-To: <20000519062438.A29755@bank-pedersen.dk>; from ncbp@bank-pedersen.dk on Fri, May 19, 2000 at 06:24:39AM %2B0200
References:  <20000518161343.G26090@bank-pedersen.dk> <20000518232151.A30272@cicely5.cicely.de> <20000518234358.B28600@bank-pedersen.dk> <20000519000159.B30272@cicely5.cicely.de> <20000519062438.A29755@bank-pedersen.dk>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, May 19, 2000 at 06:24:39AM +0200, Niels Chr. Bank-Pedersen wrote:
> On Fri, May 19, 2000 at 12:01:59AM +0200, Bernd Walter wrote:
> > On Thu, May 18, 2000 at 11:43:58PM +0200, Niels Chr. Bank-Pedersen wrote:
> > > On Thu, May 18, 2000 at 11:21:51PM +0200, Bernd Walter wrote:
> > > > Does vinum list saying that one subdisk of your R5 volume is down?
> > > 
> > > 5 subdisks:
> > > S raid5.p0.s0           State: up	PO:        0  B Size:       4133 MB
> > > S raid5.p0.s1           State: up	PO:      768 kB Size:       4133 MB
> > > S raid5.p0.s2           State: up	PO:     1536 kB Size:       4133 MB
> > > S raid5.p0.s3           State: up	PO:     2304 kB Size:       4133 MB
> > > S raid5.p0.s4           State: up	PO:     3072 kB Size:       4133 MB
> > > 
> > >  - But since my first attempt to initialize the plex crashed the
> > > box while only da5se1 was missing, I did a "verify media" from
> > > the SCSI ctrl. BIOS, and did find errors. They were all successfully
> > > remapped, though.
> > 
> > I thought about a parity corrpution bug that there was in history.
> > But as all drives are up and they are freshly initialized there are 2
> > arguments why your problems should be different.
> > Maybe one drive crashed and the system paniced before vinum was able to update
> > the state database on the drives.
> > Did you saw anything unusual on the console before the panic message?
> 
> It seems to be a hardware problem with da5.  After the latest
> crash, I had the following in dmesg:
> 
>  (da5:ahc4:0:2:0): SYNCHRONIZE CACHE. CDB: 35 0 0 0 0 0 0 0 0 0 
>  (da5:ahc4:0:2:0): NO SENSE

That's harmless - it only means that your drive doesn't understood the
sync-cache command which is to flush the drives write-cache to the media.
If there wasn't anything else then there's no reason to beleave that something
went wrong with one of your drives.

>  - after obliterating the vinum configuration I created the volume
> without da5, and I have now successfully copied 250+MB to the filesystem.
> 
> I would have thought that hardware errors like this could be handled
> in a slightly more controlled manner, though.

At this moment there is no sign of a hardware error.
The panic itself means that the filessytem allocated a block which already was
allocated. Usually it means that the data on the drive got corrupted while
mounted.
You should be carefully testing the volume before copying important data to it.
In my expirience I can say that using softupdates stresses the I/O system much
more than the standard way so it makes sense to test with softupdates.

-- 
B.Walter                  COSMO-Project              http://www.cosmo-project.de
ticso@cicely.de             Usergroup                info@cosmo-project.de



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




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