DOH! ata_alloc_composite failed!

Jan Catrysse J.Catrysse at proximedia.be
Mon Dec 3 06:27:01 PST 2007


> -----Original Message-----
> From: Jan Catrysse 
> Sent: Thursday, November 22, 2007 2:18 PM
> To: 'freebsd-questions at freebsd.org'
> Subject: DOH! ata_alloc_composite failed!
> 
> Dear subscribers,
> 
> I am currently running a production server:
> FreeBSD 6.2 STABLE
> Onboard Intel ICH8R Raid 1 with 2x SATA300 500GB HDD Using 
> ATA for Raid1
> 
> In my today's /var/log/messages I found:
> Nov 22 03:01:33 www kernel: DOH! ata_alloc_composite failed!
> Nov 22 03:01:33 www last message repeated 28 times
> 
> I've seen several topics on similar problems but without 
> resolution. Other users have seen the problem when there is 
> heavy I/O, the UID check done by one of the Periodic/Security 
> scripts has been mentioned. Not impossible because the error 
> occurs around 03:00 hours, when Periodic/Daily is ran.

You should definitly upgrade to releng_6 there was a problem with this
earlier but it has been fixed a long time ago but most likely newer put
into the 6.2 branch.

> Someone has a clew on what this could be?
> Should I be worrying for my data?

The kernel will retry failed R/W so if it succeeds later no problem,
otherwise the application that tried to write the data will get the
error back from the kernel, data on disk will be as what the application
decides to do with a failed read or write.

> How can I do some more diagnostics without putting the server 
> down (if possible)?

Nopes, you will need to instrument the kernel depending on what you want
to know.

> Please see my next post / question on Raid Synchronisation / 
> Data Consistency.
> 
> Kind regards,
> Jan Catrysse

I have gotten some feedback from the ATA(4) developer and pasted it in
the above post.

Regards
Jan Catrysse


More information about the freebsd-questions mailing list